Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein#
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# CDDL HEADER START
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein#
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington# The contents of this file are subject to the terms of the
141132c272ebc41da4c55d69c49810fafadbbc11Mark Andrews# Common Development and Distribution License, Version 1.0 only
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# (the "License"). You may not use this file except in compliance
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington# with the License.
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington#
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington# or http://www.opensolaris.org/os/licensing.
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington# See the License for the specific language governing permissions
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# and limitations under the License.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews#
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# If applicable, add the following below this CDDL HEADER, with the
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington#
f5d30e2864e048a42c4dc1134993ae7efdb5d6c3Mark Andrews# CDDL HEADER END
2dafa707cc9af9cca66d68c1d2c3af0c768c2900Mark Andrews#
b5ad6dfea4cc3e7d1d322ac99f1e5a31096837c4Mark Andrews#
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# Use is subject to license terms.
c40265eba0c99708887d68e67901924065ba2514Brian Wellington#
c40265eba0c99708887d68e67901924065ba2514Brian Wellington#ident "%Z%%M% %I% %E% SMI"
c40265eba0c99708887d68e67901924065ba2514Brian Wellington#
c40265eba0c99708887d68e67901924065ba2514Brian Wellington
c40265eba0c99708887d68e67901924065ba2514Brian Wellington.KEEP_STATE:
c40265eba0c99708887d68e67901924065ba2514Brian Wellington
c40265eba0c99708887d68e67901924065ba2514Brian Wellingtoninclude ../../../../Makefile.cmd
c40265eba0c99708887d68e67901924065ba2514Brian Wellingtoninclude ../../Makefile.perlcfg
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein
268a4475065fe6a8cd7cc707820982cf5e98f430Rob AusteinPL_SRCS = \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein c2ph.PL \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein cpan.PL \
141132c272ebc41da4c55d69c49810fafadbbc11Mark Andrews dprofpp.PL \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein enc2xs.PL \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein h2ph.PL \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein h2xs.PL \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein instmodsh.PL \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein libnetcfg.PL \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein perlbug.PL \
f5d30e2864e048a42c4dc1134993ae7efdb5d6c3Mark Andrews perlcc.PL \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein perldoc.PL \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein perlivp.PL \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein piconv.PL \
c40265eba0c99708887d68e67901924065ba2514Brian Wellington pl2pm.PL \
c40265eba0c99708887d68e67901924065ba2514Brian Wellington prove.PL \
a903095bf4512dae561c7f6fc7854a51bebf334aMark Andrews splain.PL \
a903095bf4512dae561c7f6fc7854a51bebf334aMark Andrews xsubpp.PL
c40265eba0c99708887d68e67901924065ba2514Brian Wellington
c40265eba0c99708887d68e67901924065ba2514Brian WellingtonPL_TARGS = $(PL_SRCS:%.PL=%)
c40265eba0c99708887d68e67901924065ba2514Brian Wellington
c40265eba0c99708887d68e67901924065ba2514Brian WellingtonTARGS = $(PL_TARGS)
c40265eba0c99708887d68e67901924065ba2514Brian WellingtonCLOBBERFILES = $(TARGS) pstruct
c40265eba0c99708887d68e67901924065ba2514Brian Wellington
bca7f81db58d4803fb6d8d352132445cf61eb1acMark Andrewsall: $(TARGS)
c40265eba0c99708887d68e67901924065ba2514Brian Wellington
a26ad011f382d12058478704cb5e90e6f4366d01Andreas Gustafsson$(PL_TARGS):
c40265eba0c99708887d68e67901924065ba2514Brian Wellington $(RUN_MINIPERL) $@.PL
a903095bf4512dae561c7f6fc7854a51bebf334aMark Andrews
a903095bf4512dae561c7f6fc7854a51bebf334aMark Andrews.PARALLEL: $(PL_TARGS)
c5223c9cb7c22620d5ee6611228673e95b48a270Mark Andrews
2047977ce2dfcfe3a0fa2d638c3242841310fad3Mark Andrews$(PL_TARGS): ../lib/Config.pm
c5223c9cb7c22620d5ee6611228673e95b48a270Mark Andrews
dc6da18ccbb808d21f123cc6bda399b44ad11445Mark Andrewsperlbug: ../patchlevel.h
4d9f3f00d93fcb8743b1105e8cf82e862be220d1Mark Andrews
d0aebc5a55b6145297d94f8aee939852357c59fcMark Andrewssplain: ../lib/diagnostics.pm
a903095bf4512dae561c7f6fc7854a51bebf334aMark Andrews
dc6da18ccbb808d21f123cc6bda399b44ad11445Mark Andrewsclean:
a903095bf4512dae561c7f6fc7854a51bebf334aMark Andrews
a903095bf4512dae561c7f6fc7854a51bebf334aMark Andrewsinclude ../../../../Makefile.targ
a903095bf4512dae561c7f6fc7854a51bebf334aMark Andrews