Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
733a5356058ae0150a67d61f0ad8e5260d2acae3rb#
733a5356058ae0150a67d61f0ad8e5260d2acae3rb# CDDL HEADER START
733a5356058ae0150a67d61f0ad8e5260d2acae3rb#
733a5356058ae0150a67d61f0ad8e5260d2acae3rb# The contents of this file are subject to the terms of the
733a5356058ae0150a67d61f0ad8e5260d2acae3rb# Common Development and Distribution License, Version 1.0 only
733a5356058ae0150a67d61f0ad8e5260d2acae3rb# (the "License"). You may not use this file except in compliance
733a5356058ae0150a67d61f0ad8e5260d2acae3rb# with the License.
733a5356058ae0150a67d61f0ad8e5260d2acae3rb#
733a5356058ae0150a67d61f0ad8e5260d2acae3rb# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
733a5356058ae0150a67d61f0ad8e5260d2acae3rb# or http://www.opensolaris.org/os/licensing.
733a5356058ae0150a67d61f0ad8e5260d2acae3rb# See the License for the specific language governing permissions
733a5356058ae0150a67d61f0ad8e5260d2acae3rb# and limitations under the License.
733a5356058ae0150a67d61f0ad8e5260d2acae3rb#
733a5356058ae0150a67d61f0ad8e5260d2acae3rb# When distributing Covered Code, include this CDDL HEADER in each
733a5356058ae0150a67d61f0ad8e5260d2acae3rb# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
733a5356058ae0150a67d61f0ad8e5260d2acae3rb# If applicable, add the following below this CDDL HEADER, with the
733a5356058ae0150a67d61f0ad8e5260d2acae3rb# fields enclosed by brackets "[]" replaced with your own identifying
733a5356058ae0150a67d61f0ad8e5260d2acae3rb# information: Portions Copyright [yyyy] [name of copyright owner]
733a5356058ae0150a67d61f0ad8e5260d2acae3rb#
733a5356058ae0150a67d61f0ad8e5260d2acae3rb# CDDL HEADER END
733a5356058ae0150a67d61f0ad8e5260d2acae3rb#
733a5356058ae0150a67d61f0ad8e5260d2acae3rb#
733a5356058ae0150a67d61f0ad8e5260d2acae3rb# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
733a5356058ae0150a67d61f0ad8e5260d2acae3rb# Use is subject to license terms.
733a5356058ae0150a67d61f0ad8e5260d2acae3rb#
733a5356058ae0150a67d61f0ad8e5260d2acae3rb#ident "%Z%%M% %I% %E% SMI"
733a5356058ae0150a67d61f0ad8e5260d2acae3rb#
733a5356058ae0150a67d61f0ad8e5260d2acae3rb# lib/cfgadm_plugins/Makefile
733a5356058ae0150a67d61f0ad8e5260d2acae3rb#
733a5356058ae0150a67d61f0ad8e5260d2acae3rb
733a5356058ae0150a67d61f0ad8e5260d2acae3rbCOMMON_SUBDIRS= scsi pci usb ib
733a5356058ae0150a67d61f0ad8e5260d2acae3rbsparc_SUBDIRS= ac sysctrl sbd
733a5356058ae0150a67d61f0ad8e5260d2acae3rb
733a5356058ae0150a67d61f0ad8e5260d2acae3rb# currently pci library is built only for i386; it should be moved
733a5356058ae0150a67d61f0ad8e5260d2acae3rb# to COMMON_SUBDIRS when it is to be built for SPARC also.
733a5356058ae0150a67d61f0ad8e5260d2acae3rb
733a5356058ae0150a67d61f0ad8e5260d2acae3rbi386_SUBDIRS=
733a5356058ae0150a67d61f0ad8e5260d2acae3rb
733a5356058ae0150a67d61f0ad8e5260d2acae3rbSUBDIRS= $(COMMON_SUBDIRS) $($(MACH)_SUBDIRS)
733a5356058ae0150a67d61f0ad8e5260d2acae3rb
733a5356058ae0150a67d61f0ad8e5260d2acae3rbALL_SUBDIRS= $(COMMON_SUBDIRS) $(sparc_SUBDIRS) $(i386_SUBDIRS)
733a5356058ae0150a67d61f0ad8e5260d2acae3rb
733a5356058ae0150a67d61f0ad8e5260d2acae3rbMSGSUBDIRS= $(ALL_SUBDIRS)
733a5356058ae0150a67d61f0ad8e5260d2acae3rb
733a5356058ae0150a67d61f0ad8e5260d2acae3rball:= TARGET= all
733a5356058ae0150a67d61f0ad8e5260d2acae3rbinstall:= TARGET= install
733a5356058ae0150a67d61f0ad8e5260d2acae3rbclean:= TARGET= clean
733a5356058ae0150a67d61f0ad8e5260d2acae3rbclobber:= TARGET= clobber
733a5356058ae0150a67d61f0ad8e5260d2acae3rblint:= TARGET= lint
733a5356058ae0150a67d61f0ad8e5260d2acae3rb_msg:= TARGET= _msg
733a5356058ae0150a67d61f0ad8e5260d2acae3rb
733a5356058ae0150a67d61f0ad8e5260d2acae3rb.KEEP_STATE:
733a5356058ae0150a67d61f0ad8e5260d2acae3rb
733a5356058ae0150a67d61f0ad8e5260d2acae3rball clean clobber lint: $(SUBDIRS)
733a5356058ae0150a67d61f0ad8e5260d2acae3rb
733a5356058ae0150a67d61f0ad8e5260d2acae3rbinstall: all $(SUBDIRS)
733a5356058ae0150a67d61f0ad8e5260d2acae3rb
733a5356058ae0150a67d61f0ad8e5260d2acae3rb_msg: $(MSGSUBDIRS)
733a5356058ae0150a67d61f0ad8e5260d2acae3rb
733a5356058ae0150a67d61f0ad8e5260d2acae3rb$(ALL_SUBDIRS): FRC
733a5356058ae0150a67d61f0ad8e5260d2acae3rb @cd $@; pwd; $(MAKE) $(TARGET)
733a5356058ae0150a67d61f0ad8e5260d2acae3rb
733a5356058ae0150a67d61f0ad8e5260d2acae3rbFRC:
733a5356058ae0150a67d61f0ad8e5260d2acae3rb