Makefile revision b819cea2f73f98c5662230cc9affc8cc84f77fcf
279N/A#
279N/A# CDDL HEADER START
279N/A#
279N/A# The contents of this file are subject to the terms of the
279N/A# Common Development and Distribution License, Version 1.0 only
279N/A# (the "License"). You may not use this file except in compliance
279N/A# with the License.
279N/A#
279N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
279N/A# or http://www.opensolaris.org/os/licensing.
279N/A# See the License for the specific language governing permissions
279N/A# and limitations under the License.
279N/A#
279N/A# When distributing Covered Code, include this CDDL HEADER in each
279N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
279N/A# If applicable, add the following below this CDDL HEADER, with the
279N/A# fields enclosed by brackets "[]" replaced with your own identifying
279N/A# information: Portions Copyright [yyyy] [name of copyright owner]
279N/A#
279N/A# CDDL HEADER END
279N/A#
840N/A#
279N/A# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
279N/A# Use is subject to license terms.
279N/A#
279N/A# Copyright 2013 Nexenta Systems, Inc. All rights reserved.
279N/A#
898N/A
898N/Ainclude ../Makefile.lib
279N/A
279N/AHDRS= fakekernel.h
279N/AHDRDIR= common
844N/A
898N/AROOTHDRDIR= $(ROOT)/usr/include/libfakekernel
279N/AROOTHDRS= $(HDRS:%=$(ROOTHDRDIR)/%)
279N/A
279N/ASUBDIRS = $(MACH)
279N/A$(BUILD64)SUBDIRS += $(MACH64)
279N/A
279N/Aall := TARGET= all
279N/Aclean := TARGET= clean
279N/Aclobber := TARGET= clobber
279N/Ainstall := TARGET= install
279N/Alint := TARGET= lint
279N/A
279N/A.KEEP_STATE:
279N/A
279N/Aall clean clobber install lint: $(SUBDIRS)
840N/A
447N/Ainstall_h: $(ROOTHDRDIR) $(ROOTHDRS)
447N/A
447N/Acheck: $(CHECKHDRS)
447N/A
447N/A$(ROOTHDRDIR)/%: $(HDRDIR)/%
447N/A $(INS.file)
447N/A
924N/A$(ROOTHDRDIR):
279N/A $(INS.dir)
279N/A
279N/A$(MACH) $(MACH64): FRC
279N/A @cd $@; pwd; $(MAKE) $(TARGET)
447N/A
279N/AFRC:
279N/A