Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsync#
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsync# CDDL HEADER START
5b281ba489ca18f0380d7efc7a5108b606cce449vboxsync#
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsync# The contents of this file are subject to the terms of the
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsync# Common Development and Distribution License, Version 1.0 only
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsync# (the "License"). You may not use this file except in compliance
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync# with the License.
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsync#
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsync# or http://www.opensolaris.org/os/licensing.
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsync# See the License for the specific language governing permissions
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsync# and limitations under the License.
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsync#
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsync# When distributing Covered Code, include this CDDL HEADER in each
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsync# If applicable, add the following below this CDDL HEADER, with the
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsync#
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsync# CDDL HEADER END
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsync#
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsync#
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsync#ident "%Z%%M% %I% %E% SMI"
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsync#
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync# Use is subject to license terms.
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync#
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsyncPROG= pg
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsync
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsyncinclude ../Makefile.cmd
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsync
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsyncCFLAGS += -DSINGLE $(CCVERBOSE)
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsyncLDLIBS += -lgen -lcurses
04e639b004793691f051abcd5b3c811c6b6b6f86vboxsyncXGETFLAGS += -a -x $(PROG).xcl
04e639b004793691f051abcd5b3c811c6b6b6f86vboxsyncCPPFLAGS += -D_FILE_OFFSET_BITS=64
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsync
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsync.KEEP_STATE:
04e639b004793691f051abcd5b3c811c6b6b6f86vboxsync
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsyncall: $(PROG)
04e639b004793691f051abcd5b3c811c6b6b6f86vboxsync
04e639b004793691f051abcd5b3c811c6b6b6f86vboxsyncinstall: all $(ROOTPROG)
04e639b004793691f051abcd5b3c811c6b6b6f86vboxsync
227e0e8b2a8cbb5c51ad3b245cd9f7df81f8ec59vboxsyncclean:
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsync
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsynclint: lint_PROG
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsync
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsyncinclude ../Makefile.targ
9e5c26690d45216629b5f588aced8fcfb68c23b6vboxsync