212032b342cab2f8798b146813d800ce522f9a66nd#
212032b342cab2f8798b146813d800ce522f9a66nd# CDDL HEADER START
212032b342cab2f8798b146813d800ce522f9a66nd#
212032b342cab2f8798b146813d800ce522f9a66nd# The contents of this file are subject to the terms of the
212032b342cab2f8798b146813d800ce522f9a66nd# Common Development and Distribution License, Version 1.0 only
212032b342cab2f8798b146813d800ce522f9a66nd# (the "License"). You may not use this file except in compliance
212032b342cab2f8798b146813d800ce522f9a66nd# with the License.
c9e2bff5ba899896dcd1f6e3e42662402c4fb58frbowen#
212032b342cab2f8798b146813d800ce522f9a66nd# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
212032b342cab2f8798b146813d800ce522f9a66nd# or http://www.opensolaris.org/os/licensing.
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# See the License for the specific language governing permissions
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# and limitations under the License.
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen#
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# When distributing Covered Code, include this CDDL HEADER in each
212032b342cab2f8798b146813d800ce522f9a66nd# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
212032b342cab2f8798b146813d800ce522f9a66nd# If applicable, add the following below this CDDL HEADER, with the
d229f940abfb2490dee17979e9a5ff31b7012eb5rbowen# fields enclosed by brackets "[]" replaced with your own identifying
3f08db06526d6901aa08c110b5bc7dde6bc39905nd# information: Portions Copyright [yyyy] [name of copyright owner]
212032b342cab2f8798b146813d800ce522f9a66nd#
212032b342cab2f8798b146813d800ce522f9a66nd# CDDL HEADER END
212032b342cab2f8798b146813d800ce522f9a66nd#
c9e2bff5ba899896dcd1f6e3e42662402c4fb58frbowen#
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd#ident "%Z%%M% %I% %E% SMI"
ad74a0524a06bfe11b7de9e3b4ce7233ab3bd3f7nd#
980bee71ed017c72bfdd9861445f9495855508ccgryzor# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
7f5b59ccc63c0c0e3e678a168f09ee6a2f51f9d0nd# Use is subject to license terms.
91f378b5a10f2d83820902ed10ba7967a3920c18nilgun#
f086b4b402fa9a2fefc7dda85de2a3cc1cd0a654rjung# cmd/ppgsz/i386/Makefile
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd#
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd
a2a160100f0a51cb7fd738c1462a0b251215870erbowenPROG= ppgsz
a2a160100f0a51cb7fd738c1462a0b251215870erbowen
a2a160100f0a51cb7fd738c1462a0b251215870erbowenOBJS= ppgsz.o
a2a160100f0a51cb7fd738c1462a0b251215870erbowen
1844bb5f7939bd31f51dffaf8d8cf1c00657a681rbowenSRCS= $(OBJS:%.o=../%.c)
1844bb5f7939bd31f51dffaf8d8cf1c00657a681rbowen
1844bb5f7939bd31f51dffaf8d8cf1c00657a681rboweninclude ../../Makefile.cmd
212032b342cab2f8798b146813d800ce522f9a66nd
212032b342cab2f8798b146813d800ce522f9a66ndCFLAGS += $(CCVERBOSE)
212032b342cab2f8798b146813d800ce522f9a66nd
212032b342cab2f8798b146813d800ce522f9a66ndLDLIBS += -lproc
212032b342cab2f8798b146813d800ce522f9a66nd
212032b342cab2f8798b146813d800ce522f9a66ndlint := LINTFLAGS = -x
212032b342cab2f8798b146813d800ce522f9a66nd
212032b342cab2f8798b146813d800ce522f9a66ndCPPFLAGS += -D_LARGEFILE64_SOURCE=1
b12f74e1aaac71d21e4b9a376b31d7307a8d87d8nd
99ca75ffd7b9d0e6573ba8858c6e59d4a6d2fa15nd.KEEP_STATE:
99ca75ffd7b9d0e6573ba8858c6e59d4a6d2fa15nd
a29610af88e278144045bfa1bc63b4a1a4b5ff14trawick%.o: ../%.c
212032b342cab2f8798b146813d800ce522f9a66nd $(COMPILE.c) $<
30471a4650391f57975f60bbb6e4a90be7b284bfhumbedooh
212032b342cab2f8798b146813d800ce522f9a66ndall: $(PROG)
212032b342cab2f8798b146813d800ce522f9a66nd
212032b342cab2f8798b146813d800ce522f9a66nd$(PROG): $(OBJS)
e4ca72aa494fed7b6948012734b9c9c098fbba07nd $(LINK.c) $(OBJS) -o $@ $(LDLIBS)
e4ca72aa494fed7b6948012734b9c9c098fbba07nd $(POST_PROCESS)
e4ca72aa494fed7b6948012734b9c9c098fbba07nd
e4ca72aa494fed7b6948012734b9c9c098fbba07ndinstall: all $(ROOTPROG32)
e4ca72aa494fed7b6948012734b9c9c098fbba07nd
e4ca72aa494fed7b6948012734b9c9c098fbba07ndclean:
91f378b5a10f2d83820902ed10ba7967a3920c18nilgun $(RM) $(OBJS)
9335f6d807d76d60e54af4ededdebebddb3e3d13noodl
e4ca72aa494fed7b6948012734b9c9c098fbba07ndlint:
e4ca72aa494fed7b6948012734b9c9c098fbba07nd $(LINT.c) $(SRCS) $(LDLIBS)
e4ca72aa494fed7b6948012734b9c9c098fbba07nd
e4ca72aa494fed7b6948012734b9c9c098fbba07ndinclude ../../Makefile.targ
e4ca72aa494fed7b6948012734b9c9c098fbba07nd