Makefile revision ef8846857fcf954444cdc77e72249afef48377d2
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift#
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift# CDDL HEADER START
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift#
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift# The contents of this file are subject to the terms of the
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift# Common Development and Distribution License (the "License").
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift# You may not use this file except in compliance with the License.
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift#
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# or http://www.opensolaris.org/os/licensing.
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# See the License for the specific language governing permissions
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift# and limitations under the License.
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift#
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift# When distributing Covered Code, include this CDDL HEADER in each
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# If applicable, add the following below this CDDL HEADER, with the
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# fields enclosed by brackets "[]" replaced with your own identifying
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# information: Portions Copyright [yyyy] [name of copyright owner]
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac#
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift# CDDL HEADER END
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift#
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift#
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift# Use is subject to license terms.
abb16d70d9d4b5daf29b49db1e78676d4609276amatthew_swift#
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift# ident "%Z%%M% %I% %E% SMI"
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift#
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swiftinclude ../Makefile.lib
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swiftHDRS = pri.h
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swiftHDRDIR = common
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift
d74f676bc1a7a1ef43e4317f57aae7a2b170f129matthew_swiftROOTHDRDIR = $(ROOT)/usr/platform/sun4v/include/sys
d74f676bc1a7a1ef43e4317f57aae7a2b170f129matthew_swift
d74f676bc1a7a1ef43e4317f57aae7a2b170f129matthew_swiftSUBDIRS = $(MACH)
d74f676bc1a7a1ef43e4317f57aae7a2b170f129matthew_swift$(BUILD64)SUBDIRS += $(MACH64)
d74f676bc1a7a1ef43e4317f57aae7a2b170f129matthew_swift
d74f676bc1a7a1ef43e4317f57aae7a2b170f129matthew_swiftall := TARGET = all
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swiftclean := TARGET = clean
d74f676bc1a7a1ef43e4317f57aae7a2b170f129matthew_swiftclobber := TARGET = clobber
d74f676bc1a7a1ef43e4317f57aae7a2b170f129matthew_swiftinstall := TARGET = install
d74f676bc1a7a1ef43e4317f57aae7a2b170f129matthew_swiftlint := TARGET = lint
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift.KEEP_STATE:
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swiftall clean clobber lint: $(SUBDIRS)
d74f676bc1a7a1ef43e4317f57aae7a2b170f129matthew_swift
d74f676bc1a7a1ef43e4317f57aae7a2b170f129matthew_swiftcheck: $(CHECKHDRS)
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift
d74f676bc1a7a1ef43e4317f57aae7a2b170f129matthew_swiftinstall: all .WAIT $(SUBDIRS)
d74f676bc1a7a1ef43e4317f57aae7a2b170f129matthew_swift
d74f676bc1a7a1ef43e4317f57aae7a2b170f129matthew_swiftinstall_h: $(ROOTHDRS)
d74f676bc1a7a1ef43e4317f57aae7a2b170f129matthew_swift
d74f676bc1a7a1ef43e4317f57aae7a2b170f129matthew_swift$(SUBDIRS): FRC
d74f676bc1a7a1ef43e4317f57aae7a2b170f129matthew_swift @cd $@; pwd; $(MAKE) $(TARGET)
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swiftFRC:
d74f676bc1a7a1ef43e4317f57aae7a2b170f129matthew_swift
d74f676bc1a7a1ef43e4317f57aae7a2b170f129matthew_swiftinclude ../Makefile.targ
bb8874d71cdd8e5288297b9727703437c6dfcfedmatthew_swift