xref: /titanic_52/usr/src/lib/brand/sn1/Makefile (revision 1caae4fbfd50fd4b25e58671b37fd9a0ee43d46a)
19acbbeafSnn35248#
29acbbeafSnn35248# CDDL HEADER START
39acbbeafSnn35248#
49acbbeafSnn35248# The contents of this file are subject to the terms of the
59acbbeafSnn35248# Common Development and Distribution License (the "License").
69acbbeafSnn35248# You may not use this file except in compliance with the License.
79acbbeafSnn35248#
89acbbeafSnn35248# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
99acbbeafSnn35248# or http://www.opensolaris.org/os/licensing.
109acbbeafSnn35248# See the License for the specific language governing permissions
119acbbeafSnn35248# and limitations under the License.
129acbbeafSnn35248#
139acbbeafSnn35248# When distributing Covered Code, include this CDDL HEADER in each
149acbbeafSnn35248# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
159acbbeafSnn35248# If applicable, add the following below this CDDL HEADER, with the
169acbbeafSnn35248# fields enclosed by brackets "[]" replaced with your own identifying
179acbbeafSnn35248# information: Portions Copyright [yyyy] [name of copyright owner]
189acbbeafSnn35248#
199acbbeafSnn35248# CDDL HEADER END
209acbbeafSnn35248#
219acbbeafSnn35248#
22*1caae4fbS# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
239acbbeafSnn35248# Use is subject to license terms.
249acbbeafSnn35248#
259acbbeafSnn35248
26628e3cbeSEdward Pilatowiczdefault: all
279acbbeafSnn35248
28628e3cbeSEdward Pilatowiczinclude Makefile.sn1
29628e3cbeSEdward Pilatowicz
30628e3cbeSEdward Pilatowicz# Build everything in parallel; use .WAIT for dependencies
31628e3cbeSEdward Pilatowicz.PARALLEL:
32628e3cbeSEdward Pilatowicz
33628e3cbeSEdward PilatowiczSUBDIRS =	librtld_db sn1_brand zone
34*1caae4fbSMSGSUBDIRS =	zone
359acbbeafSnn35248
369acbbeafSnn35248all :=		TARGET= all
37628e3cbeSEdward Pilatowiczinstall :=	TARGET= install
389acbbeafSnn35248clean :=	TARGET= clean
399acbbeafSnn35248clobber :=	TARGET= clobber
409acbbeafSnn35248lint :=		TARGET= lint
41628e3cbeSEdward Pilatowicz_msg :=		TARGET= _msg
429acbbeafSnn35248
439acbbeafSnn35248.KEEP_STATE:
449acbbeafSnn35248
459acbbeafSnn35248all install clean clobber lint: $(SUBDIRS)
469acbbeafSnn35248
47628e3cbeSEdward Pilatowicz_msg: $(MSGSUBDIRS)
48628e3cbeSEdward Pilatowicz
499acbbeafSnn35248$(SUBDIRS): FRC
509acbbeafSnn35248	@cd $@; pwd; $(MAKE) $(TARGET)
519acbbeafSnn35248
529acbbeafSnn35248FRC:
53