Makefile revision cee0fb94c0d4227de0a00efc162fb2739844b641
355b4669e025ff377602b6fc7caaf30dbc218371jacobs#
355b4669e025ff377602b6fc7caaf30dbc218371jacobs# CDDL HEADER START
355b4669e025ff377602b6fc7caaf30dbc218371jacobs#
355b4669e025ff377602b6fc7caaf30dbc218371jacobs# The contents of this file are subject to the terms of the
355b4669e025ff377602b6fc7caaf30dbc218371jacobs# Common Development and Distribution License (the "License").
355b4669e025ff377602b6fc7caaf30dbc218371jacobs# You may not use this file except in compliance with the License.
355b4669e025ff377602b6fc7caaf30dbc218371jacobs#
355b4669e025ff377602b6fc7caaf30dbc218371jacobs# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
355b4669e025ff377602b6fc7caaf30dbc218371jacobs# or http://www.opensolaris.org/os/licensing.
355b4669e025ff377602b6fc7caaf30dbc218371jacobs# See the License for the specific language governing permissions
355b4669e025ff377602b6fc7caaf30dbc218371jacobs# and limitations under the License.
355b4669e025ff377602b6fc7caaf30dbc218371jacobs#
355b4669e025ff377602b6fc7caaf30dbc218371jacobs# When distributing Covered Code, include this CDDL HEADER in each
355b4669e025ff377602b6fc7caaf30dbc218371jacobs# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
355b4669e025ff377602b6fc7caaf30dbc218371jacobs# If applicable, add the following below this CDDL HEADER, with the
355b4669e025ff377602b6fc7caaf30dbc218371jacobs# fields enclosed by brackets "[]" replaced with your own identifying
355b4669e025ff377602b6fc7caaf30dbc218371jacobs# information: Portions Copyright [yyyy] [name of copyright owner]
355b4669e025ff377602b6fc7caaf30dbc218371jacobs#
355b4669e025ff377602b6fc7caaf30dbc218371jacobs# CDDL HEADER END
355b4669e025ff377602b6fc7caaf30dbc218371jacobs#
355b4669e025ff377602b6fc7caaf30dbc218371jacobs#
355b4669e025ff377602b6fc7caaf30dbc218371jacobs# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami# Use is subject to license terms.
355b4669e025ff377602b6fc7caaf30dbc218371jacobs#
355b4669e025ff377602b6fc7caaf30dbc218371jacobs#
355b4669e025ff377602b6fc7caaf30dbc218371jacobs
355b4669e025ff377602b6fc7caaf30dbc218371jacobsinclude $(SRC)/lib/Makefile.lib
355b4669e025ff377602b6fc7caaf30dbc218371jacobsinclude ../Makefile.defs
355b4669e025ff377602b6fc7caaf30dbc218371jacobs
bfed486ad8de8b8ebc6345a8e10accae08bf2f45Ali BahramiHDRS =
bfed486ad8de8b8ebc6345a8e10accae08bf2f45Ali BahramiHDRDIR = common
bfed486ad8de8b8ebc6345a8e10accae08bf2f45Ali BahramiSUBDIRS = $(MACH)
bfed486ad8de8b8ebc6345a8e10accae08bf2f45Ali Bahrami#$(BUILD64)SUBDIRS += $(MACH64)
bfed486ad8de8b8ebc6345a8e10accae08bf2f45Ali Bahrami
bfed486ad8de8b8ebc6345a8e10accae08bf2f45Ali Bahramiall := TARGET = all
bfed486ad8de8b8ebc6345a8e10accae08bf2f45Ali Bahramiclean := TARGET = clean
bfed486ad8de8b8ebc6345a8e10accae08bf2f45Ali Bahramiclobber := TARGET = clobber
bfed486ad8de8b8ebc6345a8e10accae08bf2f45Ali Bahramiinstall := TARGET = install
bfed486ad8de8b8ebc6345a8e10accae08bf2f45Ali Bahramilint := TARGET = lint
bfed486ad8de8b8ebc6345a8e10accae08bf2f45Ali Bahrami
bfed486ad8de8b8ebc6345a8e10accae08bf2f45Ali Bahrami.KEEP_STATE:
bfed486ad8de8b8ebc6345a8e10accae08bf2f45Ali Bahrami
355b4669e025ff377602b6fc7caaf30dbc218371jacobsall clean clobber lint: $(SUBDIRS)
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahramiinstall: $(ROOTMMSDMLIBDIR) $(SUBDIRS)
355b4669e025ff377602b6fc7caaf30dbc218371jacobs
355b4669e025ff377602b6fc7caaf30dbc218371jacobsinstall_h:
355b4669e025ff377602b6fc7caaf30dbc218371jacobs
355b4669e025ff377602b6fc7caaf30dbc218371jacobscheck:
355b4669e025ff377602b6fc7caaf30dbc218371jacobs
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami$(SUBDIRS): FRC
355b4669e025ff377602b6fc7caaf30dbc218371jacobs @cd $@; pwd; $(MAKE) $(TARGET)
355b4669e025ff377602b6fc7caaf30dbc218371jacobs
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali BahramiFRC:
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahramiinclude ../Makefile.rootdirs
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahramiinclude $(SRC)/lib/Makefile.targ
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami