Makefile revision ead1f93ee620d7580f7e53350fe5a884fc4f158a
1008N/A#
1008N/A# CDDL HEADER START
1008N/A#
1008N/A# The contents of this file are subject to the terms of the
1008N/A# Common Development and Distribution License (the "License").
1008N/A# You may not use this file except in compliance with the License.
1008N/A#
1008N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1008N/A# or http://www.opensolaris.org/os/licensing.
1008N/A# See the License for the specific language governing permissions
1008N/A# and limitations under the License.
1008N/A#
1008N/A# When distributing Covered Code, include this CDDL HEADER in each
1008N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1008N/A# If applicable, add the following below this CDDL HEADER, with the
1008N/A# fields enclosed by brackets "[]" replaced with your own identifying
1008N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1008N/A#
1008N/A# CDDL HEADER END
1008N/A#
1008N/A#
1008N/A# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
1008N/A# Use is subject to license terms.
1008N/A#
1008N/A# lib/brand/Makefile
1008N/A#
1008N/A# include global definitions
1008N/Ainclude ../../Makefile.master
1008N/A
1008N/A#
1008N/A# Build everything in parallel; use .WAIT for dependencies
1008N/A.PARALLEL:
1008N/A
1008N/Ai386_SUBDIRS= lx
1008N/Ai386_MSGSUBDIRS= lx
1008N/A
1008N/ASUBDIRS= sn1 solaris10 ipkg labeled shared $($(MACH)_SUBDIRS)
1008N/AMSGSUBDIRS= solaris10 shared $($(MACH)_MSGSUBDIRS)
1008N/A
1008N/Aall := TARGET= all
1008N/Ainstall := TARGET= install
1008N/Aclean := TARGET= clean
1008N/Aclobber := TARGET= clobber
1008N/Alint := TARGET= lint
1008N/A_msg := TARGET= _msg
1008N/A
1008N/A.KEEP_STATE:
1008N/A
1008N/Aall install clean clobber lint: $(SUBDIRS)
1008N/A
1008N/A_msg: $(MSGSUBDIRS)
1008N/A
1008N/A$(SUBDIRS): FRC
1008N/A @cd $@; pwd; $(MAKE) $(TARGET)
1008N/A
1008N/AFRC:
1008N/A