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.
3817N/A#
243N/A
243N/Ainclude ../../Makefile.lib
3817N/A
3817N/ASUBDIRS = $(MACH)
3817N/A$(BUILD64)SUBDIRS += $(MACH64)
3817N/A
3817N/A# conditional assignments
3817N/Aall := TARGET= all
3817N/Ainstall := TARGET= install
243N/Ainstall_h := TARGET= install_h
243N/Acheck := TARGET= check
243N/Aclean := TARGET= clean
2074N/Aclobber := TARGET= clobber
243N/Alint := TARGET= lint
243N/Astub := TARGET= stub
844N/Astubinstall := TARGET= stubinstall
2074N/A
243N/AHDRS = a5k.h a_state.h exec.h rom.h
2074N/AHDRDIR = common/hdrs
1258N/A
243N/A.KEEP_STATE:
2899N/A
2899N/Aall clean clobber install lint stub stubinstall: $(SUBDIRS)
3817N/A
3817N/Ainstall_h: $(ROOTHDRS)
3817N/Acheck: $(CHECKHDRS)
243N/A
2148N/A$(SUBDIRS): FRC
2148N/A @cd $@; pwd; $(MAKE) $(TARGET)
4300N/AFRC:
243N/A
2074N/Ainclude ../../Makefile.targ
2074N/A