116N/A#
116N/A# CDDL HEADER START
116N/A#
116N/A# The contents of this file are subject to the terms of the
116N/A# Common Development and Distribution License (the "License").
116N/A# You may not use this file except in compliance with the License.
116N/A#
116N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
116N/A# or http://www.opensolaris.org/os/licensing.
116N/A# See the License for the specific language governing permissions
116N/A# and limitations under the License.
116N/A#
116N/A# When distributing Covered Code, include this CDDL HEADER in each
116N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
116N/A# If applicable, add the following below this CDDL HEADER, with the
116N/A# fields enclosed by brackets "[]" replaced with your own identifying
116N/A# information: Portions Copyright [yyyy] [name of copyright owner]
116N/A#
116N/A# CDDL HEADER END
116N/A#
116N/A
116N/A#
5368N/A# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
116N/A#
116N/A
181N/Ainclude $(SRC)/lib/Makefile.lib
181N/A
181N/ASUBDIRS = i386_hwcap1 \
3734N/A i386_hwcap2 \
116N/A i386_hwcap3
1574N/ASUBDIRS += $(BUILD64) $(MACH64)
3661N/A
181N/Aall := TARGET= all
181N/Aclean := TARGET= clean
464N/Aclobber := TARGET= clobber
618N/Ainstall := TARGET= install
3734N/A
116N/A.KEEP_STATE:
116N/A
116N/A.PARALLEL: $(SUBDIRS)
116N/A
116N/Aall clean clobber install: \
116N/A $(SUBDIRS)
3734N/A
3734N/Alint:
3734N/A
3734N/A$(SUBDIRS): FRC
3734N/A @cd $@; pwd; $(MAKE) $(TARGET)
3734N/A
5368N/AFRC:
1270N/A