Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
65fea56f17cd614bc8908264df980a62e1931468vboxsync#
65fea56f17cd614bc8908264df980a62e1931468vboxsync# CDDL HEADER START
65fea56f17cd614bc8908264df980a62e1931468vboxsync#
65fea56f17cd614bc8908264df980a62e1931468vboxsync# The contents of this file are subject to the terms of the
65fea56f17cd614bc8908264df980a62e1931468vboxsync# Common Development and Distribution License, Version 1.0 only
65fea56f17cd614bc8908264df980a62e1931468vboxsync# (the "License"). You may not use this file except in compliance
65fea56f17cd614bc8908264df980a62e1931468vboxsync# with the License.
65fea56f17cd614bc8908264df980a62e1931468vboxsync#
65fea56f17cd614bc8908264df980a62e1931468vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
65fea56f17cd614bc8908264df980a62e1931468vboxsync# or http://www.opensolaris.org/os/licensing.
65fea56f17cd614bc8908264df980a62e1931468vboxsync# See the License for the specific language governing permissions
65fea56f17cd614bc8908264df980a62e1931468vboxsync# and limitations under the License.
65fea56f17cd614bc8908264df980a62e1931468vboxsync#
65fea56f17cd614bc8908264df980a62e1931468vboxsync# When distributing Covered Code, include this CDDL HEADER in each
65fea56f17cd614bc8908264df980a62e1931468vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
65fea56f17cd614bc8908264df980a62e1931468vboxsync# If applicable, add the following below this CDDL HEADER, with the
65fea56f17cd614bc8908264df980a62e1931468vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
65fea56f17cd614bc8908264df980a62e1931468vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
65fea56f17cd614bc8908264df980a62e1931468vboxsync#
65fea56f17cd614bc8908264df980a62e1931468vboxsync# CDDL HEADER END
65fea56f17cd614bc8908264df980a62e1931468vboxsync#
65fea56f17cd614bc8908264df980a62e1931468vboxsync#
65fea56f17cd614bc8908264df980a62e1931468vboxsync# Copyright (c) 2000-2001 by Sun Microsystems, Inc.
65fea56f17cd614bc8908264df980a62e1931468vboxsync# All rights reserved.
65fea56f17cd614bc8908264df980a62e1931468vboxsync#
65fea56f17cd614bc8908264df980a62e1931468vboxsync# lib/libfru/libfrupicltree/Makefile
65fea56f17cd614bc8908264df980a62e1931468vboxsync#
65fea56f17cd614bc8908264df980a62e1931468vboxsync#pragma ident "%Z%%M% %I% %E% SMI"
65fea56f17cd614bc8908264df980a62e1931468vboxsync#
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncinclude $(SRC)/lib/Makefile.lib
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncSUBDIRS = .WAIT $(MACH)
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncall := TARGET= all
65fea56f17cd614bc8908264df980a62e1931468vboxsyncinstall := TARGET= install
65fea56f17cd614bc8908264df980a62e1931468vboxsyncclean := TARGET= clean
65fea56f17cd614bc8908264df980a62e1931468vboxsyncclobber := TARGET= clobber
65fea56f17cd614bc8908264df980a62e1931468vboxsynclint := TARGET= lint
65fea56f17cd614bc8908264df980a62e1931468vboxsync_msg := TARGET= _msg
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncsparc_HDRS=
65fea56f17cd614bc8908264df980a62e1931468vboxsyncsparcv9_HDRS=
65fea56f17cd614bc8908264df980a62e1931468vboxsynci386_HDRS=
65fea56f17cd614bc8908264df980a62e1931468vboxsyncHDRS= $($(MACH)_HDRS)
65fea56f17cd614bc8908264df980a62e1931468vboxsyncROOTHDRDIR= $(ROOT)/usr/include
65fea56f17cd614bc8908264df980a62e1931468vboxsyncROOTHDRS= $(HDRS:%=$(ROOTHDRDIR)/%)
65fea56f17cd614bc8908264df980a62e1931468vboxsyncCHECKHDRS= $(HDRS:%.h=%.check)
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsync.KEEP_STATE:
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncall install clean clobber lint: $(SUBDIRS)
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsync_msg: $(MACH) $(MACH64)
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsync$(ROOTHDRDIR)/%: %
65fea56f17cd614bc8908264df980a62e1931468vboxsync $(INS.file)
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsync$(ROOTHDRDIR):
65fea56f17cd614bc8908264df980a62e1931468vboxsync $(INS.dir)
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsynccheck: $(CHECKHDRS)
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsync$(MACH) $(MACH64): FRC
65fea56f17cd614bc8908264df980a62e1931468vboxsync @cd $@; pwd; $(MAKE) $(TARGET)
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsyncFRC:
65fea56f17cd614bc8908264df980a62e1931468vboxsync
65fea56f17cd614bc8908264df980a62e1931468vboxsync