Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
6988b3c9a24f46e053cd8de93b010199fa470254jim#
6988b3c9a24f46e053cd8de93b010199fa470254jim# CDDL HEADER START
6988b3c9a24f46e053cd8de93b010199fa470254jim#
6988b3c9a24f46e053cd8de93b010199fa470254jim# The contents of this file are subject to the terms of the
6988b3c9a24f46e053cd8de93b010199fa470254jim# Common Development and Distribution License, Version 1.0 only
6988b3c9a24f46e053cd8de93b010199fa470254jim# (the "License"). You may not use this file except in compliance
6988b3c9a24f46e053cd8de93b010199fa470254jim# with the License.
6988b3c9a24f46e053cd8de93b010199fa470254jim#
6988b3c9a24f46e053cd8de93b010199fa470254jim# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6988b3c9a24f46e053cd8de93b010199fa470254jim# or http://www.opensolaris.org/os/licensing.
6988b3c9a24f46e053cd8de93b010199fa470254jim# See the License for the specific language governing permissions
6988b3c9a24f46e053cd8de93b010199fa470254jim# and limitations under the License.
6988b3c9a24f46e053cd8de93b010199fa470254jim#
6988b3c9a24f46e053cd8de93b010199fa470254jim# When distributing Covered Code, include this CDDL HEADER in each
6988b3c9a24f46e053cd8de93b010199fa470254jim# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6988b3c9a24f46e053cd8de93b010199fa470254jim# If applicable, add the following below this CDDL HEADER, with the
6988b3c9a24f46e053cd8de93b010199fa470254jim# fields enclosed by brackets "[]" replaced with your own identifying
6988b3c9a24f46e053cd8de93b010199fa470254jim# information: Portions Copyright [yyyy] [name of copyright owner]
6988b3c9a24f46e053cd8de93b010199fa470254jim#
6988b3c9a24f46e053cd8de93b010199fa470254jim# CDDL HEADER END
6988b3c9a24f46e053cd8de93b010199fa470254jim#
6988b3c9a24f46e053cd8de93b010199fa470254jim#
6988b3c9a24f46e053cd8de93b010199fa470254jim# Copyright (c) 2001 by Sun Microsystems, Inc.
6988b3c9a24f46e053cd8de93b010199fa470254jim# All rights reserved.
6988b3c9a24f46e053cd8de93b010199fa470254jim#
6988b3c9a24f46e053cd8de93b010199fa470254jim#ident "%Z%%M% %I% %E% SMI"
6988b3c9a24f46e053cd8de93b010199fa470254jim#
6988b3c9a24f46e053cd8de93b010199fa470254jim
6988b3c9a24f46e053cd8de93b010199fa470254jim.KEEP_STATE:
6988b3c9a24f46e053cd8de93b010199fa470254jim
6988b3c9a24f46e053cd8de93b010199fa470254jiminclude ../../../../Makefile.cmd
6988b3c9a24f46e053cd8de93b010199fa470254jiminclude ../../Makefile.perlcfg
6988b3c9a24f46e053cd8de93b010199fa470254jim
6988b3c9a24f46e053cd8de93b010199fa470254jimPL_SRCS = \
6988b3c9a24f46e053cd8de93b010199fa470254jim c2ph.PL \
6988b3c9a24f46e053cd8de93b010199fa470254jim dprofpp.PL \
6988b3c9a24f46e053cd8de93b010199fa470254jim h2ph.PL \
h2xs.PL \
perlbug.PL \
perlcc.PL \
perldoc.PL \
pl2pm.PL \
splain.PL
PL_TARGS = $(PL_SRCS:%.PL=%)
TARGS = $(PL_TARGS)
CLOBBERFILES = $(TARGS) pstruct
all: $(TARGS)
$(PL_TARGS):
../miniperl -I../lib $@.PL
.PARALLEL: $(PL_TARGS)
$(PL_TARGS): ../lib/Config.pm
perlbug: ../patchlevel.h
splain: ../lib/diagnostics.pm
clean:
include ../../../../Makefile.targ