Makefile revision ac88567a7a5bb7f01cf22cf366bc9d6203e24d7a
3112N/A#
3112N/A# CDDL HEADER START
3112N/A#
3112N/A# The contents of this file are subject to the terms of the
3112N/A# Common Development and Distribution License (the "License").
3112N/A# You may not use this file except in compliance with the License.
3112N/A#
3112N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3112N/A# or http://www.opensolaris.org/os/licensing.
3112N/A# See the License for the specific language governing permissions
3112N/A# and limitations under the License.
3112N/A#
3112N/A# When distributing Covered Code, include this CDDL HEADER in each
3112N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3112N/A# If applicable, add the following below this CDDL HEADER, with the
3112N/A# fields enclosed by brackets "[]" replaced with your own identifying
3112N/A# information: Portions Copyright [yyyy] [name of copyright owner]
3112N/A#
3112N/A# CDDL HEADER END
3112N/A#
3112N/A
3112N/A#
3112N/A# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
5065N/A#
5417N/A
5065N/Ainclude ../../Makefile.lib
5065N/Ainclude ../Makefile.defs
5065N/A
3112N/AHDRS = libsmp.h libsmp_plugin.h
880N/AROOTHDRDIR = $(ROOTSCSIHDRDIR)
880N/AROOTHDRS = $(HDRS:%=$(ROOTHDRDIR)/%)
880N/ACHECKDIRS = $(HDRS:%.h=%.check)
880N/AHDRDIR = common
880N/A
880N/ASUBDIRS = $(MACH)
880N/A$(BUILD64)SUBDIRS += $(MACH64)
880N/A
927N/Aall := TARGET= all
5065N/Aclean := TARGET= clean
5065N/Aclobber := TARGET= clobber
927N/Ainstall := TARGET= install
880N/Alint := TARGET= lint
880N/Ainstall_h:= TARGET = install_h
880N/A
927N/A.KEEP_STATE:
927N/A
927N/Aall install clean clobber lint: $(SUBDIRS)
927N/A
4458N/Ainstall_h: $(ROOTHDRS)
4458N/A
4714N/Acheck: $(CHECKHDRS)
5065N/A
4714N/A$(SUBDIRS): FRC
4714N/A @cd $@; pwd; $(MAKE) $(TARGET)
4754N/A
5759N/AFRC:
4464N/A
4464N/Ainclude ../Makefile.rootdirs
4458N/Ainclude ../../Makefile.targ
927N/A