Makefile revision 24fe0b3bf671e123467ce1df0b67cadd3614c8e4
98N/A#
98N/A# CDDL HEADER START
98N/A#
98N/A# The contents of this file are subject to the terms of the
1356N/A# Common Development and Distribution License (the "License").
98N/A# You may not use this file except in compliance with the License.
98N/A#
919N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
919N/A# or http://www.opensolaris.org/os/licensing.
919N/A# See the License for the specific language governing permissions
919N/A# and limitations under the License.
919N/A#
919N/A# When distributing Covered Code, include this CDDL HEADER in each
919N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
919N/A# If applicable, add the following below this CDDL HEADER, with the
919N/A# fields enclosed by brackets "[]" replaced with your own identifying
919N/A# information: Portions Copyright [yyyy] [name of copyright owner]
919N/A#
919N/A# CDDL HEADER END
919N/A#
919N/A
919N/A#
919N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
919N/A# Use is subject to license terms.
98N/A#
98N/A# cmd/picl/plugins/sun4u/boston/frutree/Makefile
98N/A#
98N/A
98N/Ainclude $(SRC)/Makefile.psm
98N/A
1356N/A# include library definitions
1356N/Ainclude $(SRC)/lib/Makefile.lib
1356N/A
1265N/AROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Fire-V445
493N/A
98N/Ainclude $(SRC)/cmd/picl/plugins/Makefile.com
911N/A
1374N/AROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR)
1374N/A
1374N/ACONFS = piclenvmon.conf
911N/AROOTCONF= $(CONFS:%=$(ROOTLIBDIR)/%)
98N/A$(ROOTCONF) := FILEMODE = 0644
235N/AMAININFO= $(CONFS:%.conf=%.info)
493N/A
98N/AROOTLINTDIR = $(ROOTLIBDIR)
916N/A
916N/A.KEEP_STATE:
916N/A
916N/ASUBDIRS=
970N/A
970N/Aall := TARGET= all
970N/Ainstall := TARGET= install
970N/Aclean := TARGET= clean
970N/Aclobber := TARGET= clobber
970N/Alint := TARGET= lint
970N/A
970N/Aall: $(CONFS)
970N/A
970N/Ainstall: $(ROOTLIBDIR) $(ROOTCONF)
970N/A
970N/A$(CONFS): $(MAININFO)
970N/A @$(RM) -f $@
970N/A @echo "# Copyright 2005 Sun Microsystems, Inc. All rights reserved." \
970N/A > $@
970N/A @echo "# Use is subject to license terms." >> $@
970N/A @echo "# This is a generated file. #ident lines identify sources" >> $@
970N/A $(CPP) -P $(@:%.conf=%.info) | \
970N/A $(SED) -e '/^[ ]*$$/d' >> $@
970N/A @$(CHMOD) 444 $@
970N/A
970N/A# include library targets
970N/Ainclude $(SRC)/lib/Makefile.targ
970N/Ainclude $(SRC)/cmd/picl/plugins/Makefile.targ
970N/A
1029N/A$(ROOTLINTDIR)/%: ../%
1029N/A $(INS.file)
1124N/A
1124N/Alint:
1124N/A
1124N/A$(SUBDIRS): FRC
1124N/A @cd $@; pwd; $(MAKE) $(TARGET)
1124N/A
1303N/AFRC:
1303N/A