xref: /illumos-gate/usr/src/lib/brand/shared/Makefile (revision 241c90a0)
169b3e104SGarrett D'Amore#
269b3e104SGarrett D'Amore# CDDL HEADER START
369b3e104SGarrett D'Amore#
469b3e104SGarrett D'Amore# The contents of this file are subject to the terms of the
569b3e104SGarrett D'Amore# Common Development and Distribution License (the "License").
669b3e104SGarrett D'Amore# You may not use this file except in compliance with the License.
769b3e104SGarrett D'Amore#
869b3e104SGarrett D'Amore# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
969b3e104SGarrett D'Amore# or http://www.opensolaris.org/os/licensing.
1069b3e104SGarrett D'Amore# See the License for the specific language governing permissions
1169b3e104SGarrett D'Amore# and limitations under the License.
1269b3e104SGarrett D'Amore#
1369b3e104SGarrett D'Amore# When distributing Covered Code, include this CDDL HEADER in each
1469b3e104SGarrett D'Amore# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1569b3e104SGarrett D'Amore# If applicable, add the following below this CDDL HEADER, with the
1669b3e104SGarrett D'Amore# fields enclosed by brackets "[]" replaced with your own identifying
1769b3e104SGarrett D'Amore# information: Portions Copyright [yyyy] [name of copyright owner]
1869b3e104SGarrett D'Amore#
1969b3e104SGarrett D'Amore# CDDL HEADER END
2069b3e104SGarrett D'Amore#
2169b3e104SGarrett D'Amore#
2280e2ca85S# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
2369b3e104SGarrett D'Amore#
2469b3e104SGarrett D'Amore
2580e2ca85Sdefault: all
2669b3e104SGarrett D'Amore
2780e2ca85S# Build everything in parallel; use .WAIT for dependencies
2880e2ca85S.PARALLEL:
2969b3e104SGarrett D'Amore
3080e2ca85SSUBDIRS =	brand zone
3180e2ca85SMSGSUBDIRS =	zone
32ead1f93eSLiane Praza
3380e2ca85Sall :=		TARGET= all
3480e2ca85Sinstall :=	TARGET= install
3580e2ca85Sclean :=	TARGET= clean
3680e2ca85Sclobber :=	TARGET= clobber
3780e2ca85S_msg :=		TARGET= _msg
38ead1f93eSLiane Praza
3980e2ca85S.KEEP_STATE:
40ead1f93eSLiane Praza
41*241c90a0SRichard Loweall install clean clobber: $(SUBDIRS)
42*241c90a0SRichard Lowe
43ead1f93eSLiane Praza
4480e2ca85S_msg: $(MSGSUBDIRS)
45ead1f93eSLiane Praza
4680e2ca85S$(SUBDIRS): FRC
4780e2ca85S	@cd $@; pwd; $(MAKE) $(TARGET)
48ead1f93eSLiane Praza
4980e2ca85SFRC:
50