Makefile revision 2
906N/A#
906N/A# CDDL HEADER START
906N/A#
906N/A# The contents of this file are subject to the terms of the
906N/A# Common Development and Distribution License (the "License").
906N/A# You may not use this file except in compliance with the License.
906N/A#
906N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
906N/A# or http://www.opensolaris.org/os/licensing.
906N/A# See the License for the specific language governing permissions
906N/A# and limitations under the License.
906N/A#
906N/A# When distributing Covered Code, include this CDDL HEADER in each
906N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
906N/A# If applicable, add the following below this CDDL HEADER, with the
906N/A# fields enclosed by brackets "[]" replaced with your own identifying
906N/A# information: Portions Copyright [yyyy] [name of copyright owner]
906N/A#
906N/A# CDDL HEADER END
906N/A#
906N/A#
5636N/A# Copyright (c) 2004, 2011, Oracle and/or its affiliates. All rights reserved.
906N/A#
5680N/A
5680N/Ainclude ../../Makefile.lib
906N/Ainclude ../Makefile.lib
906N/A
906N/AFMHDRS = fmd_adm.h
6292N/AHDRDIR = common
1799N/A
1799N/ASUBDIRS = $(MACH)
6292N/A$(BUILD64)SUBDIRS += $(MACH64)
1799N/A
906N/Aall := TARGET = all
6292N/Aclean := TARGET = clean
2899N/Aclobber := TARGET = clobber
6009N/Ainstall := TARGET = install
6009N/Alint := TARGET = lint
6009N/Astub := TARGET = stub
6009N/Astubinstall := TARGET = stubinstall
6009N/A
6009N/A.KEEP_STATE:
6009N/A
6009N/Aall clean clobber lint stub stubinstall: $(SUBDIRS)
1389N/A
1389N/Ainstall: install_h .WAIT $(SUBDIRS)
2410N/A
7341N/Ainstall_h: $(ROOTFMHDRS)
906N/A
3936N/Acheck: $(CHECKHDRS)
3470N/A
5795N/A$(SUBDIRS): FRC
5636N/A @cd $@; pwd; $(MAKE) $(TARGET)
4744N/A
5680N/AFRC:
906N/A
3703N/Ainclude ../../Makefile.targ
5680N/Ainclude ../Makefile.targ
5983N/A