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