Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes#
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# CDDL HEADER START
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes#
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# The contents of this file are subject to the terms of the
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# Common Development and Distribution License, Version 1.0 only
ac7985784d08a3655291f24f711812b4d8b1cbcffuankg# (the "License"). You may not use this file except in compliance
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# with the License.
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes#
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# or http://www.opensolaris.org/os/licensing.
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# See the License for the specific language governing permissions
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# and limitations under the License.
0662ed52e814f8f08ef0e09956413a792584eddffuankg#
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# When distributing Covered Code, include this CDDL HEADER in each
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# If applicable, add the following below this CDDL HEADER, with the
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# fields enclosed by brackets "[]" replaced with your own identifying
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# information: Portions Copyright [yyyy] [name of copyright owner]
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes#
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# CDDL HEADER END
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes#
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes#
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes#ident "%Z%%M% %I% %E% SMI"
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes#
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# Copyright 2002 Sun Microsystems, Inc. All rights reserved.
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# Use is subject to license terms.
70953fb44a7140fe206c3a5f011e24209c8c5c6abnicholes#
70953fb44a7140fe206c3a5f011e24209c8c5c6abnicholes# lib/picl/plugins/sun4u/taco/frudata/Makefile
16b55a35cff91315d261d1baa776138af465c4e4fuankg#
16b55a35cff91315d261d1baa776138af465c4e4fuankginclude $(SRC)/Makefile.psm
16b55a35cff91315d261d1baa776138af465c4e4fuankg
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# include library definitions
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholesinclude $(SRC)/lib/Makefile.lib
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholesROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Blade-1500
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholesinclude $(SRC)/cmd/picl/plugins/Makefile.com
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholesROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR)
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholesROOTLIBDIR := OWNER = root
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholesROOTLIBDIR := GROUP = sys
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholesCONF= libpiclfrudata.conf
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholesROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%)
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes$(ROOTCONF) := FILEMODE = 0644
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholesROOTLINTDIR = $(ROOTLIBDIR)
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes.KEEP_STATE:
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholesSUBDIRS=
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholesall := TARGET= all
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholesinstall := TARGET= install
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholesclean := TARGET= clean
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholesclobber := TARGET= clobber
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholeslint := TARGET= lint
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholesall: $(CONF)
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholesinstall: $(ROOTLIBDIR) $(ROOTCONF)
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes# include library targets
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholesinclude $(SRC)/lib/Makefile.targ
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholesinclude $(SRC)/cmd/picl/plugins/Makefile.targ
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes
ac7985784d08a3655291f24f711812b4d8b1cbcffuankg$(ROOTLINTDIR)/%: ../%
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes $(INS.file)
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholeslint:
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes$(SUBDIRS): FRC
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes @cd $@; pwd; $(MAKE) $(TARGET)
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholesFRC:
d3fc1a9aec53a772142e2909441b213f3ae8102abnicholes