Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes#
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# CDDL HEADER START
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes#
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# The contents of this file are subject to the terms of the
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# Common Development and Distribution License (the "License").
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# You may not use this file except in compliance with the License.
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes#
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# or http://www.opensolaris.org/os/licensing.
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# See the License for the specific language governing permissions
0662ed52e814f8f08ef0e09956413a792584eddffuankg# and limitations under the License.
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes#
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# When distributing Covered Code, include this CDDL HEADER in each
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# If applicable, add the following below this CDDL HEADER, with the
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# fields enclosed by brackets "[]" replaced with your own identifying
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# information: Portions Copyright [yyyy] [name of copyright owner]
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes#
70953fb44a7140fe206c3a5f011e24209c8c5c6abnicholes# CDDL HEADER END
70953fb44a7140fe206c3a5f011e24209c8c5c6abnicholes#
16b55a35cff91315d261d1baa776138af465c4e4fuankg#
16b55a35cff91315d261d1baa776138af465c4e4fuankg# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes# Use is subject to license terms.
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes#
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholesPROG= unpack
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholesinclude ../Makefile.cmd
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholesCFLAGS += $(CCVERBOSE)
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholesCERRWARN += -_gcc=-Wno-parentheses
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholesCERRWARN += -_gcc=-Wno-uninitialized
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholesCPPFLAGS += -D_FILE_OFFSET_BITS=64
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholesLDLIBS += -lcmdutils -lsec
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholesXGETFLAGS += -a -x unpack.xcl
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes.KEEP_STATE:
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholesall: $(PROG)
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholespcat: $(PROG)
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholesinstall: all $(ROOTPROG)
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes -$(RM) $(ROOTBIN)/pcat
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes $(SYMLINK) ./$(PROG) $(ROOTBIN)/pcat
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholesclean:
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholeslint: lint_PROG
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholesinclude ../Makefile.targ
3c937b528ca923d5b51e63def9f888af4a77bb40bnicholes