xref: /onnv-gate/usr/src/cmd/svr4pkg/Makefile (revision 9869:9bff8d14ecc3)
19781SMoriah.Waterland@Sun.COM#
29781SMoriah.Waterland@Sun.COM# CDDL HEADER START
39781SMoriah.Waterland@Sun.COM#
49781SMoriah.Waterland@Sun.COM# The contents of this file are subject to the terms of the
59781SMoriah.Waterland@Sun.COM# Common Development and Distribution License (the "License").
69781SMoriah.Waterland@Sun.COM# You may not use this file except in compliance with the License.
79781SMoriah.Waterland@Sun.COM#
89781SMoriah.Waterland@Sun.COM# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
99781SMoriah.Waterland@Sun.COM# or http://www.opensolaris.org/os/licensing.
109781SMoriah.Waterland@Sun.COM# See the License for the specific language governing permissions
119781SMoriah.Waterland@Sun.COM# and limitations under the License.
129781SMoriah.Waterland@Sun.COM#
139781SMoriah.Waterland@Sun.COM# When distributing Covered Code, include this CDDL HEADER in each
149781SMoriah.Waterland@Sun.COM# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
159781SMoriah.Waterland@Sun.COM# If applicable, add the following below this CDDL HEADER, with the
169781SMoriah.Waterland@Sun.COM# fields enclosed by brackets "[]" replaced with your own identifying
179781SMoriah.Waterland@Sun.COM# information: Portions Copyright [yyyy] [name of copyright owner]
189781SMoriah.Waterland@Sun.COM#
199781SMoriah.Waterland@Sun.COM# CDDL HEADER END
209781SMoriah.Waterland@Sun.COM#
219781SMoriah.Waterland@Sun.COM
229781SMoriah.Waterland@Sun.COM#
239781SMoriah.Waterland@Sun.COM# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
249781SMoriah.Waterland@Sun.COM# Use is subject to license terms.
259781SMoriah.Waterland@Sun.COM#
269781SMoriah.Waterland@Sun.COM
279781SMoriah.Waterland@Sun.COMCMDSUBDIRS=	\
289781SMoriah.Waterland@Sun.COM		installf	\
299781SMoriah.Waterland@Sun.COM		pkgadd		\
309781SMoriah.Waterland@Sun.COM		pkgadm		\
319781SMoriah.Waterland@Sun.COM		pkgchk		\
329781SMoriah.Waterland@Sun.COM		pkgcond		\
339781SMoriah.Waterland@Sun.COM		pkginfo		\
349781SMoriah.Waterland@Sun.COM		pkginstall	\
359781SMoriah.Waterland@Sun.COM		pkgmk		\
369781SMoriah.Waterland@Sun.COM		pkgname		\
379781SMoriah.Waterland@Sun.COM		pkgparam	\
389781SMoriah.Waterland@Sun.COM		pkgproto	\
399781SMoriah.Waterland@Sun.COM		pkgremove	\
409781SMoriah.Waterland@Sun.COM		pkgrm		\
419781SMoriah.Waterland@Sun.COM		pkgscripts	\
42*9869SCasper.Dik@Sun.COM		pkgserv		\
439781SMoriah.Waterland@Sun.COM		pkgtrans
449781SMoriah.Waterland@Sun.COM
459781SMoriah.Waterland@Sun.COM.PARALLEL=	$(CMDSUBDIRS)
469781SMoriah.Waterland@Sun.COM
479781SMoriah.Waterland@Sun.COMLIBSUBDIR=	libinst
489781SMoriah.Waterland@Sun.COMSUBDIRS=	$(CMDSUBDIRS) $(LIBSUBDIR)
499781SMoriah.Waterland@Sun.COM
509781SMoriah.Waterland@Sun.COMall:=		TARGET= all
519781SMoriah.Waterland@Sun.COMinstall :=	TARGET= install
529781SMoriah.Waterland@Sun.COMclean :=	TARGET= clean
539781SMoriah.Waterland@Sun.COMclobber:=	TARGET= clobber
549781SMoriah.Waterland@Sun.COM_msg :=		TARGET= _msg
559781SMoriah.Waterland@Sun.COM
569781SMoriah.Waterland@Sun.COM.KEEP_STATE:
579781SMoriah.Waterland@Sun.COM
589781SMoriah.Waterland@Sun.COMall clean clobber install _msg: $(SUBDIRS)
599781SMoriah.Waterland@Sun.COM
609781SMoriah.Waterland@Sun.COM$(CMDSUBDIRS): $(LIBSUBDIR)
619781SMoriah.Waterland@Sun.COM
629781SMoriah.Waterland@Sun.COM$(SUBDIRS): FRC
639781SMoriah.Waterland@Sun.COM	@cd $@; pwd; $(MAKE) $(TARGET)
649781SMoriah.Waterland@Sun.COM
659781SMoriah.Waterland@Sun.COMFRC:
66