Makefile revision 2
243N/A#
243N/A# CDDL HEADER START
243N/A#
243N/A# The contents of this file are subject to the terms of the
243N/A# Common Development and Distribution License (the "License").
243N/A# You may not use this file except in compliance with the License.
243N/A#
243N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
243N/A# or http://www.opensolaris.org/os/licensing.
243N/A# See the License for the specific language governing permissions
243N/A# and limitations under the License.
243N/A#
243N/A# When distributing Covered Code, include this CDDL HEADER in each
243N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
243N/A# If applicable, add the following below this CDDL HEADER, with the
243N/A# fields enclosed by brackets "[]" replaced with your own identifying
243N/A# information: Portions Copyright [yyyy] [name of copyright owner]
243N/A#
243N/A# CDDL HEADER END
243N/A#
243N/A#
243N/A# Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
2074N/A#
243N/A
243N/Ainclude ../Makefile.lib
243N/A
243N/A
243N/ASUBDIRS= $(MACH)
2074N/A$(BUILD64)SUBDIRS += $(MACH64)
243N/A
243N/Aall := TARGET= all
844N/Aclean := TARGET= clean
2074N/Aclobber := TARGET= clobber
243N/Ainstall := TARGET= install
2074N/Ainstall_h := TARGET= install_h
1258N/Alint := TARGET= lint
243N/A
243N/A# This library is not linked to via the link-editor, and stubs are not needed.
243N/A# Provide NULL make rules to satisfy the parent makefiles.
243N/Astub:
243N/Astubinstall:
2074N/A
2074N/AHDRS= sun_fc_version.h
243N/AHDRDIR= common
2074N/A
2074N/A
2074N/A.KEEP_STATE:
2074N/A
2074N/Aall clean clobber install lint: $(SUBDIRS)
2074N/A
2074N/Ainstall_h: $(ROOTHDRS)
243N/A
2074N/Acheck: $(CHECKHDRS)
2074N/A
2074N/A$(SUBDIRS): FRC
2074N/A @cd $@; pwd; $(MAKE) $(TARGET)
2074N/A
2074N/AFRC:
2074N/A
2074N/Ainclude ../Makefile.targ
2074N/A