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