Makefile revision a192e900f6d2b0e1a822e3252c0dfd795ed49d76
294N/A#
294N/A# CDDL HEADER START
787N/A#
789N/A# The contents of this file are subject to the terms of the
789N/A# Common Development and Distribution License (the "License").
789N/A# You may not use this file except in compliance with the License.
789N/A#
789N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
789N/A# or http://www.opensolaris.org/os/licensing.
789N/A# See the License for the specific language governing permissions
789N/A# and limitations under the License.
789N/A#
294N/A# When distributing Covered Code, include this CDDL HEADER in each
789N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
789N/A# If applicable, add the following below this CDDL HEADER, with the
789N/A# fields enclosed by brackets "[]" replaced with your own identifying
789N/A# information: Portions Copyright [yyyy] [name of copyright owner]
789N/A#
789N/A# CDDL HEADER END
789N/A#
789N/A#
789N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
789N/A# Use is subject to license terms.
789N/A#
789N/A#ident "%Z%%M% %I% %E% SMI"
789N/A#
789N/A# cmd/sf880drd/Makefile
789N/A#
789N/A
789N/APROG = sf880drd
789N/APLATFORM = SUNW,Sun-Fire-880
787N/ALINKED_PLATFORM = SUNW,Sun-Fire-V890
294N/AMANIFEST = sf880drd.xml
294N/ASVCMETHOD = sf880dr
294N/A
294N/Ainclude ../Makefile.cmd
294N/Ainclude ../../Makefile.psm
294N/A
294N/AROOTMANIFESTDIR = $(ROOTSVCPLATFORMSUN4U)
868N/A
789N/ACPPFLAGS += -I$(ROOT)/usr/platform/sun4u/include
789N/ALDLIBS += -lcfgadm
789N/A
789N/APSMPROG = $(USR_PSM_LIB_DIR)/$(PROG)
789N/A
868N/A$(PSMPROG) := FILEMODE = 0755
294N/A$(PSMPROG) := OWNER = root
294N/A$(PSMPROG) := GROUP = sys
294N/A
294N/A.KEEP_STATE:
294N/A
789N/Aall: $(PROG)
294N/A
787N/Ainstall: all $(PSMPROG) $(ROOTMANIFEST) $(ROOTSVCMETHOD)
789N/A
789N/Acheck: $(CHKMANIFEST)
787N/A
789N/Aclean:
789N/A
789N/Alint: lint_PROG
789N/A
789N/A$(USR_PLAT_DIR):
789N/A -$(INS.dir.root.sys)
294N/A
789N/A$(USR_PSM_DIR): $(USR_PLAT_DIR)
294N/A -$(INS.dir.root.sys)
294N/A
789N/A$(USR_PSM_LIB_DIR): $(USR_PSM_DIR)
294N/A -$(INS.dir.root.sys)
294N/A
294N/A$(USR_PSM_LIB_DIR)/%: % $(USR_PSM_LIB_DIR)
294N/A $(INS.file)
294N/A cd $(USR_PLAT_DIR)/$(LINKED_PLATFORM)/lib; $(RM) $(PROG); \
294N/A $(SYMLINK) ../../$(PLATFORM)/lib/$(PROG) $(PROG) $(CHOWNLINK) \
294N/A $(CHGRPLINK)
789N/A
789N/Ainclude ../Makefile.targ
789N/A