Makefile revision 2
474N/A#
474N/A# CDDL HEADER START
474N/A#
474N/A# The contents of this file are subject to the terms of the
474N/A# Common Development and Distribution License (the "License").
474N/A# You may not use this file except in compliance with the License.
474N/A#
474N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
474N/A# or http://www.opensolaris.org/os/licensing.
474N/A# See the License for the specific language governing permissions
474N/A# and limitations under the License.
474N/A#
474N/A# When distributing Covered Code, include this CDDL HEADER in each
474N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
474N/A# If applicable, add the following below this CDDL HEADER, with the
474N/A# fields enclosed by brackets "[]" replaced with your own identifying
474N/A# information: Portions Copyright [yyyy] [name of copyright owner]
474N/A#
474N/A# CDDL HEADER END
474N/A#
474N/A#
474N/A# Copyright (c) 2006, 2011, Oracle and/or its affiliates. All rights reserved.
825N/A#
474N/A
474N/Ainclude ../Makefile.lib
474N/A
474N/ASUBDIRS = $(MACH)
474N/A$(BUILD64)SUBDIRS += $(MACH64)
474N/A
474N/Aall := TARGET = all
825N/Aclean := TARGET = clean
618N/Aclobber := TARGET = clobber
474N/Ainstall := TARGET = install
474N/Alint := TARGET = lint
844N/Astub := TARGET = stub
844N/Astubinstall := TARGET = stubinstall
474N/A
1258N/A.KEEP_STATE:
474N/A
474N/Aall clean clobber install: java .WAIT $(SUBDIRS)
474N/A
474N/Astub stubinstall: $(SUBDIRS)
474N/A
844N/Alint: $(SUBDIRS)
844N/A
474N/Ainstall_h:
474N/A
474N/Acheck: $(CHECKHDRS)
474N/A
474N/Ajava $(SUBDIRS): FRC
474N/A @cd $@; pwd; $(MAKE) $(TARGET)
474N/A
474N/Adoc:
474N/A @cd java; pwd; make doc
474N/A
474N/AFRC:
474N/A
474N/Ainclude ../Makefile.targ
474N/A
474N/A#
474N/A# Cross-reference customization: build the cross-reference only over the
474N/A# source directories, and ignore Makefiles and machine-generated source.
474N/A#
474N/AXRDIRS = common i386 sparc sparcv9
474N/AXRDEL = Makefile*
474N/A