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