Makefile revision 30588217a56ff2c9137248fb2e5065c4f0101459
327N/A#
327N/A# CDDL HEADER START
327N/A#
327N/A# The contents of this file are subject to the terms of the
327N/A# Common Development and Distribution License (the "License").
327N/A# You may not use this file except in compliance with the License.
327N/A#
327N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
327N/A# or http://www.opensolaris.org/os/licensing.
327N/A# See the License for the specific language governing permissions
327N/A# and limitations under the License.
327N/A#
327N/A# When distributing Covered Code, include this CDDL HEADER in each
327N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
327N/A# If applicable, add the following below this CDDL HEADER, with the
327N/A# fields enclosed by brackets "[]" replaced with your own identifying
327N/A# information: Portions Copyright [yyyy] [name of copyright owner]
327N/A#
327N/A# CDDL HEADER END
327N/A#
327N/A#
327N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
1938N/A# Use is subject to license terms.
327N/A#
327N/A#
327N/A
327N/Ainclude ../Makefile.lib
864N/A
864N/AHDRS = libds.h
327N/AHDRDIR = common
824N/A
327N/AROOTHDRDIR = $(ROOT)/usr/platform/sun4v/include/sys
618N/A
327N/ASUBDIRS = $(MACH)
844N/A$(BUILD64)SUBDIRS += $(MACH64)
844N/A
327N/Aall := TARGET = all
1258N/Aclean := TARGET = clean
327N/Aclobber := TARGET = clobber
327N/Ainstall := TARGET = install
327N/Alint := TARGET = lint
327N/A
327N/A.KEEP_STATE:
327N/A
327N/Aall clean clobber lint: $(SUBDIRS)
327N/A
327N/Acheck: $(CHECKHDRS)
327N/A
327N/Ainstall: all .WAIT $(SUBDIRS)
327N/A
327N/Ainstall_h: $(ROOTHDRS)
327N/A
327N/A$(SUBDIRS): FRC
327N/A @cd $@; pwd; $(MAKE) $(TARGET)
327N/A
327N/AFRC:
327N/A
327N/Ainclude ../Makefile.targ
327N/A