Makefile revision 24fe0b3bf671e123467ce1df0b67cadd3614c8e4
7039N/A#
7039N/A# CDDL HEADER START
7039N/A#
7039N/A# The contents of this file are subject to the terms of the
7039N/A# Common Development and Distribution License (the "License").
7039N/A# You may not use this file except in compliance with the License.
7039N/A#
7039N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7039N/A# or http://www.opensolaris.org/os/licensing.
7039N/A# See the License for the specific language governing permissions
7039N/A# and limitations under the License.
7039N/A#
7039N/A# When distributing Covered Code, include this CDDL HEADER in each
7039N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7039N/A# If applicable, add the following below this CDDL HEADER, with the
7039N/A# fields enclosed by brackets "[]" replaced with your own identifying
7039N/A# information: Portions Copyright [yyyy] [name of copyright owner]
7039N/A#
7039N/A# CDDL HEADER END
7039N/A#
7039N/A#
7039N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
7039N/A# Use is subject to license terms.
7039N/A#
7039N/A
7039N/APROG= picld
7039N/A
7039N/AMANIFEST= picl.xml
7039N/A
7039N/Ainclude ../../Makefile.cmd
7039N/A
7039N/AROOTMANIFESTDIR= $(ROOTSVCSYSTEM)
7039N/A
7039N/AROOTLIBPICLD= $(ROOTLIB)/picl
7039N/AROOTLIBPICLDDAEMON= $(PROG:%=$(ROOTLIBPICLD)/%)
7039N/A
7039N/A$(ROOTLIBPICLD) := FILEMODE= 755
7039N/A
7039N/ACPPFLAGS += -I../../../lib/libpicltree -I../../../lib/libpicl
7039N/A
7039N/ALDLIBS += -L$(SRC)/lib/libpicltree/$(MACH)
7039N/ALDLIBS += -lpicltree
7039N/A
7039N/ACFLAGS += $(CCVERBOSE)
7039N/ACPPFLAGS += -D_REENTRANT
LINTFLAGS += -u
.KEEP_STATE:
all: $(PROG)
install: all $(ROOTLIBPICLD) $(ROOTLIBPICLDDAEMON) $(ROOTMANIFEST)
check: $(CHKMANIFEST)
clean:
lint: lint_PROG
$(ROOTLIBPICLD):
$(INS.dir)
$(ROOTLIBPICLD)/%: %
$(INS.file)
include ../../Makefile.targ
FRC: