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