Makefile revision 0e42dee69ed771bf604dd1789fca9d77b5bbe302
2080N/A#
3909N/A# CDDL HEADER START
2080N/A#
2080N/A# The contents of this file are subject to the terms of the
2080N/A# Common Development and Distribution License (the "License").
2080N/A# You may not use this file except in compliance with the License.
2362N/A#
2080N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2362N/A# or http://www.opensolaris.org/os/licensing.
2080N/A# See the License for the specific language governing permissions
2080N/A# and limitations under the License.
2080N/A#
2080N/A# When distributing Covered Code, include this CDDL HEADER in each
2080N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2080N/A# If applicable, add the following below this CDDL HEADER, with the
2080N/A# fields enclosed by brackets "[]" replaced with your own identifying
2080N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2080N/A#
2080N/A# CDDL HEADER END
2080N/A#
2362N/A#
2362N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
2362N/A# Use is subject to license terms.
2080N/A#
2080N/A# ident "%Z%%M% %I% %E% SMI"
2080N/A#
2080N/A
2080N/Ainclude ../Makefile.lib
2080N/A
2080N/AHDRS= libfstyp.h libfstyp_module.h
2080N/A
2080N/AHDRDIR= common
2080N/A
2080N/ASUBDIRS= $(MACH)
2080N/A
2080N/Aall := TARGET= all
2080N/Ainstall := TARGET= install
2080N/Aclean := TARGET= clean
2080N/Aclobber := TARGET= clobber
2080N/Alint := TARGET= lint
2080N/A
2080N/A.KEEP_STATE:
2080N/A
2080N/Aall install clean clobber: spec .WAIT $(SUBDIRS)
2080N/A
2080N/Alint: $(SUBDIRS)
2080N/A
2080N/Ainstall_h: $(ROOTHDRS)
2080N/A
2080N/Acheck: $(CHECKHDRS)
2080N/A
2080N/Aspec $(SUBDIRS): FRC
2080N/A @cd $@; pwd; $(MAKE) $(TARGET)
2080N/A
2080N/AFRC:
2080N/A
2080N/Ainclude $(SRC)/lib/Makefile.targ
2080N/A
4419N/A