Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
af062818b47340eef15700d2f0211576ba3506eevboxsync#
af062818b47340eef15700d2f0211576ba3506eevboxsync# CDDL HEADER START
af062818b47340eef15700d2f0211576ba3506eevboxsync#
af062818b47340eef15700d2f0211576ba3506eevboxsync# The contents of this file are subject to the terms of the
af062818b47340eef15700d2f0211576ba3506eevboxsync# Common Development and Distribution License, Version 1.0 only
af062818b47340eef15700d2f0211576ba3506eevboxsync# (the "License"). You may not use this file except in compliance
af062818b47340eef15700d2f0211576ba3506eevboxsync# with the License.
af062818b47340eef15700d2f0211576ba3506eevboxsync#
af062818b47340eef15700d2f0211576ba3506eevboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
af062818b47340eef15700d2f0211576ba3506eevboxsync# or http://www.opensolaris.org/os/licensing.
af062818b47340eef15700d2f0211576ba3506eevboxsync# See the License for the specific language governing permissions
af062818b47340eef15700d2f0211576ba3506eevboxsync# and limitations under the License.
af062818b47340eef15700d2f0211576ba3506eevboxsync#
af062818b47340eef15700d2f0211576ba3506eevboxsync# When distributing Covered Code, include this CDDL HEADER in each
af062818b47340eef15700d2f0211576ba3506eevboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
af062818b47340eef15700d2f0211576ba3506eevboxsync# If applicable, add the following below this CDDL HEADER, with the
af062818b47340eef15700d2f0211576ba3506eevboxsync# fields enclosed by brackets "[]" replaced with your own identifying
af062818b47340eef15700d2f0211576ba3506eevboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync#
4b9d6701570cb98fd36e209314239d104ec584d3vboxsync# CDDL HEADER END
4b9d6701570cb98fd36e209314239d104ec584d3vboxsync#
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync#
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync#ident "%Z%%M% %I% %E% SMI"
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync#
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync# Use is subject to license terms.
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync#
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsyncPROG= pg
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsyncinclude ../Makefile.cmd
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsyncCFLAGS += -DSINGLE $(CCVERBOSE)
af062818b47340eef15700d2f0211576ba3506eevboxsyncLDLIBS += -lgen -lcurses
af062818b47340eef15700d2f0211576ba3506eevboxsyncXGETFLAGS += -a -x $(PROG).xcl
af062818b47340eef15700d2f0211576ba3506eevboxsyncCPPFLAGS += -D_FILE_OFFSET_BITS=64
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync.KEEP_STATE:
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsyncall: $(PROG)
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsyncinstall: all $(ROOTPROG)
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsyncclean:
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsynclint: lint_PROG
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsyncinclude ../Makefile.targ
af062818b47340eef15700d2f0211576ba3506eevboxsync