Makefile revision 1f6eb0216cb17ca5fdff9563329f1dda47c8b801
074bb90d80fdbeb2d04a8450a55ecbc96de28785Tom Pothier# CDDL HEADER START
074bb90d80fdbeb2d04a8450a55ecbc96de28785Tom Pothier# The contents of this file are subject to the terms of the
074bb90d80fdbeb2d04a8450a55ecbc96de28785Tom Pothier# Common Development and Distribution License (the "License").
074bb90d80fdbeb2d04a8450a55ecbc96de28785Tom Pothier# You may not use this file except in compliance with the License.
074bb90d80fdbeb2d04a8450a55ecbc96de28785Tom Pothier# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
074bb90d80fdbeb2d04a8450a55ecbc96de28785Tom Pothier# See the License for the specific language governing permissions
074bb90d80fdbeb2d04a8450a55ecbc96de28785Tom Pothier# and limitations under the License.
074bb90d80fdbeb2d04a8450a55ecbc96de28785Tom Pothier# When distributing Covered Code, include this CDDL HEADER in each
074bb90d80fdbeb2d04a8450a55ecbc96de28785Tom Pothier# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
074bb90d80fdbeb2d04a8450a55ecbc96de28785Tom Pothier# If applicable, add the following below this CDDL HEADER, with the
074bb90d80fdbeb2d04a8450a55ecbc96de28785Tom Pothier# fields enclosed by brackets "[]" replaced with your own identifying
074bb90d80fdbeb2d04a8450a55ecbc96de28785Tom Pothier# information: Portions Copyright [yyyy] [name of copyright owner]
074bb90d80fdbeb2d04a8450a55ecbc96de28785Tom Pothier# CDDL HEADER END
074bb90d80fdbeb2d04a8450a55ecbc96de28785Tom Pothier# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
efd31e1d839d4665462b5c267a1c654548082663Trang Do# Use is subject to license terms.
074bb90d80fdbeb2d04a8450a55ecbc96de28785Tom PothierFSMANIFESTS= $(FSSVCS:%=$(ROOTSVCSYSTEMFILESYSTEM)/%)
074bb90d80fdbeb2d04a8450a55ecbc96de28785Tom PothierMAINMANIFESTS= $(MAINMILESTONES:%=$(ROOTSVCMILESTONE)/%)
074bb90d80fdbeb2d04a8450a55ecbc96de28785Tom PothierSYSDEVMANIFESTS= $(SYSDEVSVCS:%=$(ROOTSVCSYSTEMDEVICE)/%)
074bb90d80fdbeb2d04a8450a55ecbc96de28785Tom PothierSYSTEMMANIFESTS = $(SYSTEMSVCS:%=$(ROOTSVCSYSTEM)/%)
074bb90d80fdbeb2d04a8450a55ecbc96de28785Tom PothierSYSTEMSVCMANIFESTS= $(SYSTEMSVCSVCS:%=$(ROOTSVCSYSTEM)/svc/%)
074bb90d80fdbeb2d04a8450a55ecbc96de28785Tom PothierSYSTEMMISCFILES = $(MISCFILES:%.share=$(ROOT)/lib/svc/share/%)
074bb90d80fdbeb2d04a8450a55ecbc96de28785Tom Pothier# MANIFEST is used solely in the construction of the check target.
074bb90d80fdbeb2d04a8450a55ecbc96de28785Tom PothierMANIFEST= $(FSSVCS) $(NETSVCS) $(MAINMILESTONES) $(SYSTEMSVCS) \
074bb90d80fdbeb2d04a8450a55ecbc96de28785Tom Pothierinstall: $(FSMANIFESTS) $(MAINMANIFESTS) $(NETMANIFESTS) $(SYSTEMMANIFESTS) \