xref: /illumos-gate/usr/src/lib/brand/Makefile (revision 80e2ca85)
19acbbeafSnn#
29acbbeafSnn# CDDL HEADER START
39acbbeafSnn#
49acbbeafSnn# The contents of this file are subject to the terms of the
59acbbeafSnn# Common Development and Distribution License (the "License").
69acbbeafSnn# You may not use this file except in compliance with the License.
79acbbeafSnn#
89acbbeafSnn# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
99acbbeafSnn# or http://www.opensolaris.org/os/licensing.
109acbbeafSnn# See the License for the specific language governing permissions
119acbbeafSnn# and limitations under the License.
129acbbeafSnn#
139acbbeafSnn# When distributing Covered Code, include this CDDL HEADER in each
149acbbeafSnn# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
159acbbeafSnn# If applicable, add the following below this CDDL HEADER, with the
169acbbeafSnn# fields enclosed by brackets "[]" replaced with your own identifying
179acbbeafSnn# information: Portions Copyright [yyyy] [name of copyright owner]
189acbbeafSnn#
199acbbeafSnn# CDDL HEADER END
209acbbeafSnn#
219acbbeafSnn#
22*80e2ca85S# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
239acbbeafSnn#
249acbbeafSnn# lib/brand/Makefile
259acbbeafSnn#
269acbbeafSnn# include global definitions
279acbbeafSnninclude ../../Makefile.master
289acbbeafSnn
299acbbeafSnn#
309acbbeafSnn# Build everything in parallel; use .WAIT for dependencies
319acbbeafSnn.PARALLEL:
329acbbeafSnn
339acbbeafSnni386_SUBDIRS= lx
349acbbeafSnni386_MSGSUBDIRS= lx
359acbbeafSnn
36*80e2ca85SSUBDIRS= shared .WAIT sn1 solaris10 ipkg labeled $($(MACH)_SUBDIRS)
37ead1f93eSLiane PrazaMSGSUBDIRS= solaris10 shared $($(MACH)_MSGSUBDIRS)
389acbbeafSnn
399acbbeafSnnall :=		TARGET= all
409acbbeafSnninstall :=	TARGET= install
419acbbeafSnnclean :=	TARGET= clean
429acbbeafSnnclobber :=	TARGET= clobber
439acbbeafSnnlint :=		TARGET= lint
449acbbeafSnn_msg :=		TARGET= _msg
459acbbeafSnn
469acbbeafSnn.KEEP_STATE:
479acbbeafSnn
489acbbeafSnnall install clean clobber lint: $(SUBDIRS)
499acbbeafSnn
509acbbeafSnn_msg: $(MSGSUBDIRS)
519acbbeafSnn
529acbbeafSnn$(SUBDIRS): FRC
539acbbeafSnn	@cd $@; pwd; $(MAKE) $(TARGET)
549acbbeafSnn
559acbbeafSnnFRC:
56