Makefile.targ revision d29b2c4438482eb00488be49a1f5d6835f455546
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# ident "%Z%%M% %I% %E% SMI"
824N/A#
824N/A# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
824N/A# Use is subject to license terms.
824N/A
824N/Apkginfo: ../common/pkginfo.tmpl awk_pkginfo
824N/A $(RM) $@; nawk -f awk_pkginfo ../common/$@.tmpl > $@
824N/A
824N/Apkg: FRC
824N/A @ $(RM) -r $(PACKAGE)
824N/A pkgmk -l 18000 -f prototype_$(MACH) -d $(PKGARCHIVE) -r $(ROOT) \
824N/A -o $(PACKAGE) 2>&1 | egrep -v "$(SRC)|parametric paths may"
824N/A pkgtrans -o -s $(PKGARCHIVE) $(PACKAGE).tmp $(PACKAGE)
824N/A $(RM) -r $(PKGARCHIVE)/$(PACKAGE)
824N/A mv $(PKGARCHIVE)/$(PACKAGE).tmp $(PKGARCHIVE)/$(PACKAGE)
824N/A
824N/A$(DATAFILES): ../common/$$@
824N/A $(RM) $@; cp ../common/$@ $@
824N/A
824N/Aawk_pkginfo: ../bld_awk_pkginfo ../common/$(README)
824N/A ../bld_awk_pkginfo -R ../common/$(README) $(VERDEBUG) \
824N/A -m $(MACH) -r "$(RELEASE)" -o $@
824N/A
824N/Aclean: FRC
824N/A $(RM) $(CLEANFILES)
824N/A
824N/Aclobber: clean FRC
824N/A $(RM) -r $(CLOBBERFILES)
824N/A
824N/AFRC:
824N/A