Makefile revision 24fe0b3bf671e123467ce1df0b67cadd3614c8e4
500N/A#
500N/A# CDDL HEADER START
500N/A#
500N/A# The contents of this file are subject to the terms of the
943N/A# Common Development and Distribution License (the "License").
500N/A# You may not use this file except in compliance with the License.
500N/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# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
919N/A# Use is subject to license terms.
919N/A#
919N/A# cmd/picl/plugins/sun4u/blade/frudata/Makefile
500N/A#
500N/A
500N/Ainclude $(SRC)/Makefile.psm
500N/A
500N/A# include library definitions
500N/Ainclude $(SRC)/lib/Makefile.lib
970N/A
970N/AROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Serverblade1
970N/A
970N/Ainclude $(SRC)/cmd/picl/plugins/Makefile.com
970N/A
970N/AROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR)
970N/A
500N/ACONF= libpiclfrudata.conf
500N/AROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%)
500N/A$(ROOTCONF) := FILEMODE = 0644
500N/A
500N/AROOTLINTDIR = $(ROOTLIBDIR)
500N/A
500N/A.KEEP_STATE:
500N/A
500N/ASUBDIRS=
500N/A
500N/Aall := TARGET= all
500N/Ainstall := TARGET= install
500N/Aclean := TARGET= clean
500N/Aclobber := TARGET= clobber
500N/Alint := TARGET= lint
500N/A
500N/Aall: $(CONF)
500N/A
970N/Ainstall: $(ROOTLIBDIR) $(ROOTCONF)
970N/A
970N/A# include library targets
500N/Ainclude $(SRC)/lib/Makefile.targ
500N/Ainclude $(SRC)/cmd/picl/plugins/Makefile.targ
$(ROOTLINTDIR)/%: ../%
$(INS.file)
lint:
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
FRC: