Makefile revision 1339
194cecef338e680beb0a1068820b931a065d2df7Christian Maeder# CDDL HEADER START
194cecef338e680beb0a1068820b931a065d2df7Christian Maeder# The contents of this file are subject to the terms of the
194cecef338e680beb0a1068820b931a065d2df7Christian Maeder# Common Development and Distribution License, Version 1.0 only
194cecef338e680beb0a1068820b931a065d2df7Christian Maeder# (the "License"). You may not use this file except in compliance
194cecef338e680beb0a1068820b931a065d2df7Christian Maeder# with the License.
194cecef338e680beb0a1068820b931a065d2df7Christian Maeder# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
194cecef338e680beb0a1068820b931a065d2df7Christian Maeder# or http://www.opensolaris.org/os/licensing.
e6d40133bc9f858308654afb1262b8b483ec5922Till Mossakowski# See the License for the specific language governing permissions
194cecef338e680beb0a1068820b931a065d2df7Christian Maeder# and limitations under the License.
194cecef338e680beb0a1068820b931a065d2df7Christian Maeder# When distributing Covered Code, include this CDDL HEADER in each
194cecef338e680beb0a1068820b931a065d2df7Christian Maeder# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
194cecef338e680beb0a1068820b931a065d2df7Christian Maeder# If applicable, add the following below this CDDL HEADER, with the
194cecef338e680beb0a1068820b931a065d2df7Christian Maeder# fields enclosed by brackets "[]" replaced with your own identifying
194cecef338e680beb0a1068820b931a065d2df7Christian Maeder# information: Portions Copyright [yyyy] [name of copyright owner]
ad270004874ce1d0697fb30d7309f180553bb315Christian Maeder# CDDL HEADER END
4561227a776bdf0ab679b19fb92f1eaaed8786f7Christian Maeder# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
4561227a776bdf0ab679b19fb92f1eaaed8786f7Christian Maeder# Use is subject to license terms.
4561227a776bdf0ab679b19fb92f1eaaed8786f7Christian Maeder#ident "%Z%%M% %I% %E% SMI"
e939fe8b1e6257f1dfa1cf9af5b7cae05a9f1fd3Christian MaederFSMANIFESTS= $(FSSVCS:%=$(ROOTSVCSYSTEMFILESYSTEM)/%)
194cecef338e680beb0a1068820b931a065d2df7Christian MaederNETMANIFESTS= $(NETSVCS:%=$(ROOTSVCNETWORK)/%)
194cecef338e680beb0a1068820b931a065d2df7Christian MaederMAINMANIFESTS= $(MAINMILESTONES:%=$(ROOTSVCMILESTONE)/%)
194cecef338e680beb0a1068820b931a065d2df7Christian MaederSYSDEVMANIFESTS= $(SYSDEVSVCS:%=$(ROOTSVCSYSTEMDEVICE)/%)
194cecef338e680beb0a1068820b931a065d2df7Christian MaederSYSTEMMANIFESTS = $(SYSTEMSVCS:%=$(ROOTSVCSYSTEM)/%)
194cecef338e680beb0a1068820b931a065d2df7Christian MaederSYSTEMSVCMANIFESTS= $(SYSTEMSVCSVCS:%=$(ROOTSVCSYSTEM)/svc/%)
194cecef338e680beb0a1068820b931a065d2df7Christian MaederSYSTEMMISCFILES = $(MISCFILES:%.share=$(ROOT)/lib/svc/share/%)
194cecef338e680beb0a1068820b931a065d2df7Christian Maeder# MANIFEST is used solely in the construction of the check target.
194cecef338e680beb0a1068820b931a065d2df7Christian MaederMANIFEST= $(FSSVCS) $(NETSVCS) $(MAINMILESTONES) $(SYSTEMSVCS) \
$(ROOTSVCMILESTONE)/%: %
$(INS.file)
$(ROOTSVCNETWORK)/%: %
$(INS.file)
$(ROOTSVCSYSTEM)/%: %
$(INS.file)
$(ROOTSVCSYSTEMDEVICE)/%: %
$(INS.file)
$(ROOTSVCSYSTEMFILESYSTEM)/%: %
$(INS.file)
$(INS.file)
$(INS.rename)