Makefile revision 62224350e5355e6834f7deb9d8a7d062a50cb7c2
98N/A#
98N/A# CDDL HEADER START
1123N/A#
98N/A# The contents of this file are subject to the terms of the
98N/A# Common Development and Distribution License (the "License").
919N/A# You may not use this file except in compliance with the License.
919N/A#
919N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
919N/A# or http://www.opensolaris.org/os/licensing.
919N/A# See the License for the specific language governing permissions
919N/A# and limitations under the License.
919N/A#
919N/A# When distributing Covered Code, include this CDDL HEADER in each
919N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
919N/A# If applicable, add the following below this CDDL HEADER, with the
919N/A# fields enclosed by brackets "[]" replaced with your own identifying
919N/A# information: Portions Copyright [yyyy] [name of copyright owner]
919N/A#
919N/A# CDDL HEADER END
919N/A#
919N/A
919N/A#
98N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
98N/A# Use is subject to license terms.
98N/A#
98N/A
810N/ACMDSUBDIRS= \
810N/A installf \
810N/A pkgadd \
810N/A pkgadm \
354N/A pkgchk \
354N/A pkgcond \
354N/A pkginfo \
354N/A pkginstall \
354N/A pkgmk \
354N/A pkgname \
354N/A pkgparam \
354N/A pkgproto \
606N/A pkgremove \
810N/A pkgrm \
1123N/A pkgscripts \
606N/A pkgserv \
354N/A pkgtrans
810N/A
824N/A.PARALLEL= $(CMDSUBDIRS)
810N/A
830N/ALIBSUBDIR= libinst
1026N/ASUBDIRS= $(CMDSUBDIRS) $(LIBSUBDIR)
810N/A
1029N/Aall:= TARGET= all
1123N/Ainstall := TARGET= install
1123N/Aclean := TARGET= clean
1123N/Aclobber:= TARGET= clobber
1123N/A_msg := TARGET= _msg
1123N/A
810N/A.KEEP_STATE:
810N/A
810N/Aall clean clobber install _msg: $(SUBDIRS)
1123N/A
810N/A$(CMDSUBDIRS): $(LIBSUBDIR)
851N/A
851N/A$(SUBDIRS): FRC
810N/A @cd $@; pwd; $(MAKE) $(TARGET)
810N/A
810N/AFRC:
810N/A