Makefile revision 0cd13cbfb4270b840b4bd22ec5f673b2b6a2c02b
173N/A#
2362N/A# CDDL HEADER START
173N/A#
173N/A# The contents of this file are subject to the terms of the
173N/A# Common Development and Distribution License (the "License").
173N/A# You may not use this file except in compliance with the License.
2362N/A#
173N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2362N/A# or http://www.opensolaris.org/os/licensing.
173N/A# See the License for the specific language governing permissions
173N/A# and limitations under the License.
173N/A#
173N/A# When distributing Covered Code, include this CDDL HEADER in each
173N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
173N/A# If applicable, add the following below this CDDL HEADER, with the
173N/A# fields enclosed by brackets "[]" replaced with your own identifying
173N/A# information: Portions Copyright [yyyy] [name of copyright owner]
173N/A#
173N/A# CDDL HEADER END
173N/A#
2362N/A#
2362N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
2362N/A# Use is subject to license terms.
173N/A#
173N/A# ident "%Z%%M% %I% %E% SMI"
173N/A#
173N/A
173N/Ainclude $(SRC)/lib/Makefile.lib
173N/A
173N/ASUBDIRS= $(MACH)
173N/A$(BUILD64)SUBDIRS += $(MACH64)
173N/A
173N/Aall := TARGET= all
173N/Aclean := TARGET= clean
173N/Aclobber := TARGET= clobber
173N/Adelete := TARGET= delete
173N/Ainstall := TARGET= install
173N/Alint := TARGET= lint
173N/Atest := TARGET= test
173N/A
173N/A.KEEP_STATE:
173N/A
173N/Aall clean clobber delete install lint test: $(SUBDIRS)
173N/A
173N/A_msg:
173N/A
173N/Acatalog:
173N/A
173N/A$(SUBDIRS): FRC
173N/A @cd $@; pwd; $(MAKE) $(TARGET)
173N/A
173N/AFRC: