Makefile.svr4pkg revision 7014882c6a3672fd0e5d60200af8643ae53c5928
417N/A#
417N/A# CDDL HEADER START
417N/A#
417N/A# The contents of this file are subject to the terms of the
417N/A# Common Development and Distribution License (the "License").
417N/A# You may not use this file except in compliance with the License.
417N/A#
417N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
417N/A# or http://www.opensolaris.org/os/licensing.
417N/A# See the License for the specific language governing permissions
417N/A# and limitations under the License.
417N/A#
417N/A# When distributing Covered Code, include this CDDL HEADER in each
417N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
417N/A# If applicable, add the following below this CDDL HEADER, with the
417N/A# fields enclosed by brackets "[]" replaced with your own identifying
417N/A# information: Portions Copyright [yyyy] [name of copyright owner]
417N/A#
417N/A# CDDL HEADER END
417N/A#
417N/A
417N/A#
417N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
417N/A# Use is subject to license terms.
417N/A#
417N/A
417N/Ainclude $(SRC)/cmd/Makefile.cmd
417N/A
417N/ACFLAGS += $(CCVERBOSE)
417N/ACPPFLAGS += -I$(SRC)/cmd/svr4pkg/hdrs \
417N/A -I$(SRC)/lib/libpkg/common \
417N/A -I$(SRC)/lib/libinstzones/common \
417N/A -D_FILE_OFFSET_BITS=64
417N/A
417N/A
417N/ACERRWARN += -_gcc=-Wno-unused-variable
417N/ACERRWARN += -_gcc=-Wno-implicit-function-declaration
417N/ACERRWARN += -_gcc=-Wno-extra
417N/ACERRWARN += -_gcc=-Wno-parentheses
417N/ACERRWARN += -_gcc=-Wno-uninitialized
417N/ACERRWARN += -_gcc=-Wno-char-subscripts
417N/ACERRWARN += -_gcc=-Wno-address
417N/A
417N/ALIBINST = $(SRC)/cmd/svr4pkg/libinst/libinst.a
417N/A
417N/ASRCS= $(OBJS:.o=.c)
417N/A
417N/A
417N/A#
417N/A# For messaging catalog
417N/A#
417N/APOFILE= $(PROG).po
417N/AMSGFILES= $(OBJS:.o=.i)
417N/ACLOBBERFILES += $(PROG) $(POFILE)
417N/A