Makefile revision 24fe0b3bf671e123467ce1df0b67cadd3614c8e4
203N/A#
203N/A# CDDL HEADER START
203N/A#
203N/A# The contents of this file are subject to the terms of the
203N/A# Common Development and Distribution License (the "License").
203N/A# You may not use this file except in compliance with the License.
203N/A#
203N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
203N/A# or http://www.opensolaris.org/os/licensing.
203N/A# See the License for the specific language governing permissions
203N/A# and limitations under the License.
203N/A#
203N/A# When distributing Covered Code, include this CDDL HEADER in each
203N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
203N/A# If applicable, add the following below this CDDL HEADER, with the
203N/A# fields enclosed by brackets "[]" replaced with your own identifying
203N/A# information: Portions Copyright [yyyy] [name of copyright owner]
203N/A#
203N/A# CDDL HEADER END
203N/A#
3802N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
203N/A# Use is subject to license terms.
203N/A#
203N/A# lib/picl/plugins/sun4u/taco/frudata/Makefile
203N/A#
203N/Ainclude $(SRC)/Makefile.psm
618N/A
203N/A# include library definitions
203N/Ainclude $(SRC)/lib/Makefile.lib
844N/A
844N/AROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Blade-1500
203N/A
1273N/Ainclude $(SRC)/cmd/picl/plugins/Makefile.com
203N/A
3661N/AROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR)
3661N/A
278N/ACONF= libpiclfrudata.conf
278N/AROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%)
3996N/A$(ROOTCONF) := FILEMODE = 0644
3996N/A
3996N/AROOTLINTDIR = $(ROOTLIBDIR)
203N/A
203N/A.KEEP_STATE:
203N/A
206N/ASUBDIRS=
203N/A
2629N/Aall := TARGET= all
203N/Ainstall := TARGET= install
203N/Aclean := TARGET= clean
1701N/Aclobber := TARGET= clobber
1701N/Alint := TARGET= lint
203N/A
203N/Aall: $(CONF)
203N/A
203N/Ainstall: $(ROOTLIBDIR) $(ROOTCONF)
203N/A
203N/A# include library targets
2629N/Ainclude $(SRC)/lib/Makefile.targ
203N/Ainclude $(SRC)/cmd/picl/plugins/Makefile.targ
203N/A
203N/A$(ROOTLINTDIR)/%: ../%
203N/A $(INS.file)
203N/A
203N/Alint:
203N/A
203N/A$(SUBDIRS): FRC
203N/A @cd $@; pwd; $(MAKE) $(TARGET)
203N/A
203N/AFRC:
203N/A