Makefile revision cee0fb94c0d4227de0a00efc162fb2739844b641
220N/A#
220N/A# CDDL HEADER START
220N/A#
220N/A# The contents of this file are subject to the terms of the
220N/A# Common Development and Distribution License (the "License").
220N/A# You may not use this file except in compliance with the License.
220N/A#
220N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
220N/A# or http://www.opensolaris.org/os/licensing.
220N/A# See the License for the specific language governing permissions
220N/A# and limitations under the License.
220N/A#
220N/A# When distributing Covered Code, include this CDDL HEADER in each
220N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
220N/A# If applicable, add the following below this CDDL HEADER, with the
220N/A# fields enclosed by brackets "[]" replaced with your own identifying
220N/A# information: Portions Copyright [yyyy] [name of copyright owner]
220N/A#
220N/A# CDDL HEADER END
220N/A#
220N/A#
220N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
5680N/A# Use is subject to license terms.
220N/A#
5680N/A#
220N/A
220N/Ainclude $(SRC)/lib/Makefile.lib
220N/Ainclude ../Makefile.defs
220N/A
220N/AHDRS =
220N/AHDRDIR = common
844N/ASUBDIRS = $(MACH)
844N/A#$(BUILD64)SUBDIRS += $(MACH64)
220N/A
220N/Aall := TARGET = all
2899N/Aclean := TARGET = clean
2899N/Aclobber := TARGET = clobber
5680N/Ainstall := TARGET = install
5680N/Alint := TARGET = lint
220N/A
5715N/A.KEEP_STATE:
5715N/A
5715N/Aall clean clobber lint: $(SUBDIRS)
514N/A
514N/Ainstall: $(ROOTMMSDMLIBDIR) $(SUBDIRS)
514N/A
5123N/Ainstall_h:
5680N/A
5680N/Acheck:
5680N/A
5680N/A$(SUBDIRS): FRC
5680N/A @cd $@; pwd; $(MAKE) $(TARGET)
5680N/A
5680N/AFRC:
5680N/A
5123N/Ainclude ../Makefile.rootdirs
5715N/Ainclude $(SRC)/lib/Makefile.targ
5715N/A