Makefile revision 2
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthew#
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthew# CDDL HEADER START
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthew#
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthew# The contents of this file are subject to the terms of the
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthew# Common Development and Distribution License (the "License").
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthew# You may not use this file except in compliance with the License.
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthew#
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthew# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# or http://www.opensolaris.org/os/licensing.
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# See the License for the specific language governing permissions
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthew# and limitations under the License.
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthew#
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthew# When distributing Covered Code, include this CDDL HEADER in each
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthew# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# If applicable, add the following below this CDDL HEADER, with the
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# fields enclosed by brackets "[]" replaced with your own identifying
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# information: Portions Copyright [yyyy] [name of copyright owner]
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac#
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthew# CDDL HEADER END
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthew#
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthew#
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthew# Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthew#
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthew
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthewinclude ../Makefile.lib
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthew
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthewSUBDIRS = libmeta .WAIT libpreen
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthewDCSUBDIRS = libmeta
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthewMSGSUBDIRS = libmeta
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthew
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthewall := TARGET = all
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthewclean := TARGET = clean
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthewclobber := TARGET = clobber
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthewcheck := TARGET = check
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthewdebug := TARGET = debug
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthewinstall := TARGET = install
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthewinstall_h := TARGET = install_h
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthewlint := TARGET = lint
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthew_dc := TARGET = _dc
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthew_msg := TARGET = _msg
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthewstub := TARGET = stub
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthewstubinstall := TARGET = stubinstall
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthew
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthew.KEEP_STATE:
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthew
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthew.PARALLEL: $(SUBDIRS)
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthew
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthewall clean clobber debug lint stub stubinstall: $(SUBDIRS)
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthew
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthewinstall: $(ROOTDIRS) $(SUBDIRS)
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthew
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthew_dc: $(DCSUBDIRS)
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthew
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthew_msg: $(MSGSUBDIRS)
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthew
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthew$(SUBDIRS): FRC
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthew @cd $@; pwd; $(MAKE) $(TARGET)
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthew
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthewFRC:
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthew
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthewinclude $(SRC)/lib/Makefile.targ
f43bf60164dfc1ac60e5332f7a17ca1425c88268matthew