Makefile revision 24fe0b3bf671e123467ce1df0b67cadd3614c8e4
824N/A#
824N/A# CDDL HEADER START
824N/A#
824N/A# The contents of this file are subject to the terms of the
824N/A# Common Development and Distribution License (the "License").
824N/A# You may not use this file except in compliance with the License.
824N/A#
824N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
824N/A# or http://www.opensolaris.org/os/licensing.
824N/A# See the License for the specific language governing permissions
824N/A# and limitations under the License.
824N/A#
824N/A# When distributing Covered Code, include this CDDL HEADER in each
824N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
824N/A# If applicable, add the following below this CDDL HEADER, with the
824N/A# fields enclosed by brackets "[]" replaced with your own identifying
824N/A# information: Portions Copyright [yyyy] [name of copyright owner]
824N/A#
824N/A# CDDL HEADER END
824N/A#
824N/A#
824N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
824N/A# Use is subject to license terms.
824N/A#
824N/A
824N/Ainclude $(SRC)/Makefile.psm
824N/A
824N/A# include library definitions
824N/Ainclude $(SRC)/lib/Makefile.lib
824N/A
824N/AROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Fire-V490
824N/ACHERRY_LINKTO_PLATFORM = SUNW,Sun-Fire-480R
824N/A
824N/Ainclude $(SRC)/cmd/picl/plugins/Makefile.com
824N/A
824N/AROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR)
824N/A
824N/A.KEEP_STATE:
824N/A
824N/ASUBDIRS=
824N/A
824N/Aall := TARGET= all
824N/Ainstall := TARGET= install
824N/Aclean := TARGET= clean
824N/Aclobber := TARGET= clobber
824N/Alint := TARGET= lint
824N/A_msg := TARGET= _msg
824N/A
824N/Aall:
824N/A
824N/Ainstall: $(ROOTLIBDIR) all; $(MAKE) $(JAG_LINK)
824N/A
824N/A_msg: $(MSGDOMAIN)
824N/A
824N/A$(MSGDOMAIN):
824N/A $(INS.dir)
824N/A
824N/A$(LIBLINKS): FRC
824N/A $(RM) $@; $(SYMLINK) $(DYNLIB) $@
824N/A
824N/A# include library targets
824N/Ainclude $(SRC)/lib/Makefile.targ
824N/Ainclude $(SRC)/cmd/picl/plugins/Makefile.targ
824N/A
824N/A$(ROOTLINTDIR)/%: ../%
824N/A $(INS.file)
824N/A
824N/A$(SUBDIRS): FRC
824N/A @cd $@; pwd; $(MAKE) $(TARGET)
824N/A
824N/AFRC:
824N/A
824N/AJAG_LINK=`cd $(ROOT_PLATFORM)/lib/picl/plugins/; \
824N/Aecho $(ROOT_PLATFORM); \
824N/Arm -f libpiclfrutree.so.1; \
824N/Arm -f libpiclfrutree.so; \
824N/Arm -f piclfrutree.conf; \
824N/Aln -s ../../../../$(CHERRY_LINKTO_PLATFORM)/lib/picl/plugins/libpiclfrutree.so.1 libpiclfrutree.so.1; \
824N/Aln -s ../../../../$(CHERRY_LINKTO_PLATFORM)/lib/picl/plugins/libpiclfrutree.so libpiclfrutree.so; \
824N/Aln -s ../../../../$(CHERRY_LINKTO_PLATFORM)/lib/picl/plugins/piclfrutree.conf piclfrutree.conf`
824N/A