Makefile revision fb9f9b975cb9214fec5dab37d461199adab9b964
f808c858fa61e7769218966759510a8b1190dfcfraf#
f808c858fa61e7769218966759510a8b1190dfcfraf# CDDL HEADER START
f808c858fa61e7769218966759510a8b1190dfcfraf#
f808c858fa61e7769218966759510a8b1190dfcfraf# The contents of this file are subject to the terms of the
f808c858fa61e7769218966759510a8b1190dfcfraf# Common Development and Distribution License (the "License").
f808c858fa61e7769218966759510a8b1190dfcfraf# You may not use this file except in compliance with the License.
f808c858fa61e7769218966759510a8b1190dfcfraf#
f808c858fa61e7769218966759510a8b1190dfcfraf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
f808c858fa61e7769218966759510a8b1190dfcfraf# or http://www.opensolaris.org/os/licensing.
f808c858fa61e7769218966759510a8b1190dfcfraf# See the License for the specific language governing permissions
f808c858fa61e7769218966759510a8b1190dfcfraf# and limitations under the License.
f808c858fa61e7769218966759510a8b1190dfcfraf#
f808c858fa61e7769218966759510a8b1190dfcfraf# When distributing Covered Code, include this CDDL HEADER in each
f808c858fa61e7769218966759510a8b1190dfcfraf# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
f808c858fa61e7769218966759510a8b1190dfcfraf# If applicable, add the following below this CDDL HEADER, with the
f808c858fa61e7769218966759510a8b1190dfcfraf# fields enclosed by brackets "[]" replaced with your own identifying
f808c858fa61e7769218966759510a8b1190dfcfraf# information: Portions Copyright [yyyy] [name of copyright owner]
f808c858fa61e7769218966759510a8b1190dfcfraf#
f808c858fa61e7769218966759510a8b1190dfcfraf# CDDL HEADER END
f808c858fa61e7769218966759510a8b1190dfcfraf#
f808c858fa61e7769218966759510a8b1190dfcfraf#
f808c858fa61e7769218966759510a8b1190dfcfraf# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
f808c858fa61e7769218966759510a8b1190dfcfraf# Use is subject to license terms.
f808c858fa61e7769218966759510a8b1190dfcfraf#
f808c858fa61e7769218966759510a8b1190dfcfraf# ident "%Z%%M% %I% %E% SMI"
f808c858fa61e7769218966759510a8b1190dfcfraf#
f808c858fa61e7769218966759510a8b1190dfcfraf
f808c858fa61e7769218966759510a8b1190dfcfrafinclude ../Makefile.lib
f808c858fa61e7769218966759510a8b1190dfcfraf
f808c858fa61e7769218966759510a8b1190dfcfrafSUBDIRS = libdat
f808c858fa61e7769218966759510a8b1190dfcfraf
f808c858fa61e7769218966759510a8b1190dfcfraf# EXPORT DELETE START
f808c858fa61e7769218966759510a8b1190dfcfraf$(CLOSED_BUILD)SUBDIRS += $(CLOSED)/lib/udapl/udapl_tavor
f808c858fa61e7769218966759510a8b1190dfcfraf# EXPORT DELETE END
f808c858fa61e7769218966759510a8b1190dfcfraf
f808c858fa61e7769218966759510a8b1190dfcfrafHDRSUBDIRS = libdat
f808c858fa61e7769218966759510a8b1190dfcfraf
f808c858fa61e7769218966759510a8b1190dfcfrafall := TARGET = all
f808c858fa61e7769218966759510a8b1190dfcfrafclean := TARGET = clean
f808c858fa61e7769218966759510a8b1190dfcfrafclobber := TARGET = clobber
f808c858fa61e7769218966759510a8b1190dfcfrafcheck := TARGET = check
f808c858fa61e7769218966759510a8b1190dfcfrafinstall := TARGET = install
f808c858fa61e7769218966759510a8b1190dfcfrafinstall_h := TARGET = install_h
f808c858fa61e7769218966759510a8b1190dfcfraflint := TARGET = lint
f808c858fa61e7769218966759510a8b1190dfcfrafdebug := TARGET = debug
f808c858fa61e7769218966759510a8b1190dfcfraf
f808c858fa61e7769218966759510a8b1190dfcfraf.KEEP_STATE:
f808c858fa61e7769218966759510a8b1190dfcfraf
f808c858fa61e7769218966759510a8b1190dfcfrafall debug clean clobber lint: $(SUBDIRS)
f808c858fa61e7769218966759510a8b1190dfcfraf
f808c858fa61e7769218966759510a8b1190dfcfrafinstall: $(ROOTDIRS) $(SUBDIRS)
f808c858fa61e7769218966759510a8b1190dfcfraf
f808c858fa61e7769218966759510a8b1190dfcfrafcheck install_h: $(HDRSUBDIRS)
f808c858fa61e7769218966759510a8b1190dfcfraf
f808c858fa61e7769218966759510a8b1190dfcfraf# EXPORT DELETE START
f808c858fa61e7769218966759510a8b1190dfcfraf# Special targets to clean up the source tree for export distribution
f808c858fa61e7769218966759510a8b1190dfcfraf# These targets change teh source tree
f808c858fa61e7769218966759510a8b1190dfcfrafEXPORT_SRC:
f808c858fa61e7769218966759510a8b1190dfcfraf $(RM) Makefile+
f808c858fa61e7769218966759510a8b1190dfcfraf $(SED) -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \
f808c858fa61e7769218966759510a8b1190dfcfraf < Makefile > Makefile+
f808c858fa61e7769218966759510a8b1190dfcfraf $(MV) Makefile+ Makefile
f808c858fa61e7769218966759510a8b1190dfcfraf $(CHMOD) 444 Makefile
f808c858fa61e7769218966759510a8b1190dfcfraf
f808c858fa61e7769218966759510a8b1190dfcfraf# EXPORT DELETE END
f808c858fa61e7769218966759510a8b1190dfcfraf
f808c858fa61e7769218966759510a8b1190dfcfraf$(SUBDIRS): FRC
f808c858fa61e7769218966759510a8b1190dfcfraf @cd $@; pwd; $(MAKE) $(TARGET)
f808c858fa61e7769218966759510a8b1190dfcfraf
f808c858fa61e7769218966759510a8b1190dfcfrafFRC:
f808c858fa61e7769218966759510a8b1190dfcfraf
f808c858fa61e7769218966759510a8b1190dfcfrafinclude $(SRC)/lib/Makefile.targ
f808c858fa61e7769218966759510a8b1190dfcfraf