Makefile revision 24fe0b3bf671e123467ce1df0b67cadd3614c8e4
2ronwalf#
2ronwalf# CDDL HEADER START
2ronwalf#
2ronwalf# The contents of this file are subject to the terms of the
2ronwalf# Common Development and Distribution License (the "License").
2ronwalf# You may not use this file except in compliance with the License.
2ronwalf#
2ronwalf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2ronwalf# or http://www.opensolaris.org/os/licensing.
2ronwalf# See the License for the specific language governing permissions
2ronwalf# and limitations under the License.
2ronwalf#
2ronwalf# When distributing Covered Code, include this CDDL HEADER in each
2ronwalf# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2ronwalf# If applicable, add the following below this CDDL HEADER, with the
2ronwalf# fields enclosed by brackets "[]" replaced with your own identifying
2ronwalf# information: Portions Copyright [yyyy] [name of copyright owner]
2ronwalf#
2ronwalf# CDDL HEADER END
2ronwalf#
2ronwalf# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
2ronwalf# Use is subject to license terms.
2ronwalf#
2ronwalf# cmd/picl/plugins/sun4u/littleneck/frudata/Makefile
2ronwalf#
2ronwalfinclude $(SRC)/Makefile.psm
2ronwalf
2ronwalf# include library definitions
2ronwalfinclude $(SRC)/lib/Makefile.lib
18daenzerorama
18daenzeroramaROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Fire-280R
18daenzerorama
2ronwalfinclude $(SRC)/cmd/picl/plugins/Makefile.com
2ronwalf
2ronwalfROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR)
2ronwalf
CONF= libpiclfrudata.conf
ROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%)
$(ROOTCONF) := FILEMODE = 0644
ROOTLINTDIR = $(ROOTLIBDIR)
.KEEP_STATE:
SUBDIRS=
all := TARGET= all
install := TARGET= install
clean := TARGET= clean
clobber := TARGET= clobber
lint := TARGET= lint
all: $(CONF)
install: $(ROOTLIBDIR) $(ROOTCONF)
# include library targets
include $(SRC)/lib/Makefile.targ
include $(SRC)/cmd/picl/plugins/Makefile.targ
$(ROOTLINTDIR)/%: ../%
$(INS.file)
lint:
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
FRC: