Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
0N/A#
0N/A# CDDL HEADER START
0N/A#
0N/A# The contents of this file are subject to the terms of the
779N/A# Common Development and Distribution License, Version 1.0 only
810N/A# (the "License"). You may not use this file except in compliance
0N/A# with the License.
0N/A#
0N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
0N/A# or http://www.opensolaris.org/os/licensing.
0N/A# See the License for the specific language governing permissions
0N/A# and limitations under the License.
0N/A#
0N/A# When distributing Covered Code, include this CDDL HEADER in each
0N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0N/A# If applicable, add the following below this CDDL HEADER, with the
0N/A# fields enclosed by brackets "[]" replaced with your own identifying
0N/A# information: Portions Copyright [yyyy] [name of copyright owner]
0N/A#
0N/A# CDDL HEADER END
0N/A#
0N/A#
0N/A# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
0N/A# Use is subject to license terms.
0N/A#
0N/A#ident "%Z%%M% %I% %E% SMI"
0N/A#
0N/A# This Makefile builds the Pentium 1, 2, and 3 Performance Counter BackEnd (PCBE)
0N/A#
0N/A
0N/AUTSBASE = ../..
0N/A
838N/A#
0N/A# Define module and object file sets.
0N/A#
156N/AMODULE = pcbe.GenuineIntel.6
493N/AOBJECTS = $(P123_PCBE_OBJS:%=$(OBJS_DIR)/%)
0N/ALINTS = $(P123_PCBE_OBJS:%.o=$(LINTS_DIR)/%.ln)
0N/AROOTMODULE = $(USR_PCBE_DIR)/$(MODULE)
818N/AROOTLINK = $(USR_PCBE_DIR)/pcbe.GenuineIntel.5
0N/A
0N/A#
493N/A# Include common rules.
493N/A#
156N/Ainclude $(UTSBASE)/intel/Makefile.intel
0N/A
0N/A#
156N/A# Define targets.
156N/A#
0N/AALL_TARGET = $(BINARY)
0N/ALINT_MODULE = p123_pcbe
818N/ALINT_TARGET = $(LINT_MODULE).lint
818N/AINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOTLINK)
779N/A
364N/A#
156N/A# Default build targets.
156N/A#
0N/A.KEEP_STATE:
591N/A
591N/Adef: $(DEF_DEPS)
591N/A
591N/Aall: $(ALL_DEPS)
591N/A
591N/Aclean: $(CLEAN_DEPS)
591N/A
0N/Aclobber: $(CLOBBER_DEPS)
156N/A
493N/Alint: $(LINT_DEPS)
493N/A
156N/Amodlintlib: $(MODLINTLIB_DEPS)
493N/A
493N/Aclean.lint: $(CLEAN_LINT_DEPS)
837N/A
837N/Ainstall: $(INSTALL_DEPS)
837N/A
493N/A$(ROOTLINK): $(ROOTMODULE)
493N/A -$(RM) $@; ln $(ROOTMODULE) $@
156N/A
493N/A#
493N/A# Include common targets.
493N/A#
364N/Ainclude $(UTSBASE)/intel/Makefile.targ
0N/A