Makefile revision 4496171313bed39e96f21bc2f9faf2868e267ae3
7f007e36bec06aba6b3a0f84a64f2abf99edfcd8gstein#
8994e02113efd866944bcc476b86fb88685f07a5jwoolley# CDDL HEADER START
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj#
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# The contents of this file are subject to the terms of the
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# Common Development and Distribution License (the "License").
8f5dca296674091bd47a7846d0cc16ce5bbc272ejerenkrantz# You may not use this file except in compliance with the License.
e04911e1869585acf01ee0876c2752afbc91af71jerenkrantz#
91cacb801f6c0215b38322f6d2fc58cbfedfecfbjerenkrantz# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
91cacb801f6c0215b38322f6d2fc58cbfedfecfbjerenkrantz# or http://www.opensolaris.org/os/licensing.
df14f0d3a5191cdd7c4bb5b03acd135d43a6f51brbb# See the License for the specific language governing permissions
df14f0d3a5191cdd7c4bb5b03acd135d43a6f51brbb# and limitations under the License.
ab71b233b3a36489e44a7b061c48293be0b17788jwoolley#
571760de5e60c0b459cb11be45507b923cd023eejwoolley# When distributing Covered Code, include this CDDL HEADER in each
571760de5e60c0b459cb11be45507b923cd023eejwoolley# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
9180a5933673ffb1af633c255ceee029340f3b1erbb# If applicable, add the following below this CDDL HEADER, with the
bcb6e1be6041dfeb549c8ea8d37f97ad4e90a0c3rbb# fields enclosed by brackets "[]" replaced with your own identifying
9bd71e35f5d26d26d23fe3a677401828e842ed72wrowe# information: Portions Copyright [yyyy] [name of copyright owner]
2900ab946a2d76b73a14cebfe2985d253f01c967stoddard#
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb# CDDL HEADER END
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb#
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb#
b876b7bcf0ce3d232da723246d709e8dbbfe8762rbb# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
cf6bf6c34c936e6a6fe731dbce4a5c3c8bf8e9a3gstein# Use is subject to license terms.
35330e0d79ceb8027223bbb8330a381b1f989d6etrawick#
6f6f4a4bca281779d196acbdd5c017bb90858305trawick#ident "%Z%%M% %I% %E% SMI"
8dd4618c4709236b4ea297d7250d282e463ce2d8rbb#
09bd86d0db1114ee23eda0a6eb76ca055877a1cftrawick# This Makefile builds the UltraSPARC-T2 Performance Counter BackEnd (PCBE).
2deb319e6b3de239f45c16a3e9e836d44f1f7108rbb#
bd929c73ef04789b7183b840d8db6e01d03a4d86rbb
70f6f32765cfaadd6da8de6f0fea97ddd72d8fadmanojUTSBASE = ../..
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj
af4c982a7cf4515f124935f99a329744035fc699slive#
af4c982a7cf4515f124935f99a329744035fc699slive# Define module and object file sets.
af4c982a7cf4515f124935f99a329744035fc699slive#
af4c982a7cf4515f124935f99a329744035fc699sliveMODULE = pcbe.SUNW,UltraSPARC-T2
af4c982a7cf4515f124935f99a329744035fc699sliveOBJECTS = $(N2_PCBE_OBJS:%=$(OBJS_DIR)/%)
af4c982a7cf4515f124935f99a329744035fc699sliveLINTS = $(N2_PCBE_OBJS:%.o=$(LINTS_DIR)/%.ln)
af4c982a7cf4515f124935f99a329744035fc699sliveROOTMODULE = $(ROOT_PSM_PCBE_DIR)/$(MODULE)
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj
531c23ff01a2489646f0a2029097013b328d935agstein#
7fe18c15b669db9d191859695901dc4fcf3829dawrowe# Include common rules.
7fe18c15b669db9d191859695901dc4fcf3829dawrowe#
7fe18c15b669db9d191859695901dc4fcf3829dawroweinclude $(UTSBASE)/sun4v/Makefile.sun4v
b84f66c93f820824b1d5455181f55598b766319cwrowe
7fe18c15b669db9d191859695901dc4fcf3829dawrowe#
976501adbc040220270f7d1d77c4b8373033be69wrowe# Define targets.
976501adbc040220270f7d1d77c4b8373033be69wrowe#
976501adbc040220270f7d1d77c4b8373033be69wroweALL_TARGET = $(BINARY)
976501adbc040220270f7d1d77c4b8373033be69wroweLINT_MODULE = niagara2_pcbe
976501adbc040220270f7d1d77c4b8373033be69wroweLINT_TARGET = $(LINT_MODULE).lint
b84f66c93f820824b1d5455181f55598b766319cwroweINSTALL_TARGET = $(BINARY) $(ROOTMODULE)
bf9acc131271d18db51d30ace549d3c3b6a2b9fbrbb
bf9acc131271d18db51d30ace549d3c3b6a2b9fbrbb#
bf9acc131271d18db51d30ace549d3c3b6a2b9fbrbb# Default build targets.
bf9acc131271d18db51d30ace549d3c3b6a2b9fbrbb#
bf9acc131271d18db51d30ace549d3c3b6a2b9fbrbb.KEEP_STATE:
bf9acc131271d18db51d30ace549d3c3b6a2b9fbrbb
bf9acc131271d18db51d30ace549d3c3b6a2b9fbrbbdef: $(DEF_DEPS)
b84f66c93f820824b1d5455181f55598b766319cwrowe
b84f66c93f820824b1d5455181f55598b766319cwroweall: $(ALL_DEPS)
b84f66c93f820824b1d5455181f55598b766319cwrowe
b84f66c93f820824b1d5455181f55598b766319cwroweclean: $(CLEAN_DEPS)
b84f66c93f820824b1d5455181f55598b766319cwrowe
b84f66c93f820824b1d5455181f55598b766319cwroweclobber: $(CLOBBER_DEPS)
79d5106a9b65b956d646f5daae4b94bc79e315b8trawick
dc96a5e6f9af3c514df4c61ab9468fcf97f9846fwrowelint: $(LINT_DEPS)
dc96a5e6f9af3c514df4c61ab9468fcf97f9846fwrowe
dc96a5e6f9af3c514df4c61ab9468fcf97f9846fwrowemodlintlib: $(MODLINTLIB_DEPS)
976501adbc040220270f7d1d77c4b8373033be69wrowe
976501adbc040220270f7d1d77c4b8373033be69wroweclean.lint: $(CLEAN_LINT_DEPS)
dc96a5e6f9af3c514df4c61ab9468fcf97f9846fwrowe
7bce59d998f2e5ca1cb60038ef6c1d0817605d62stoddardinstall: $(INSTALL_DEPS)
7bce59d998f2e5ca1cb60038ef6c1d0817605d62stoddard
7bce59d998f2e5ca1cb60038ef6c1d0817605d62stoddard#
7bce59d998f2e5ca1cb60038ef6c1d0817605d62stoddard# Include common targets.
7bce59d998f2e5ca1cb60038ef6c1d0817605d62stoddard#
7bce59d998f2e5ca1cb60038ef6c1d0817605d62stoddardinclude $(UTSBASE)/sun4v/Makefile.targ
7bce59d998f2e5ca1cb60038ef6c1d0817605d62stoddard