Makefile revision 31c168a2a91c2e8bc74cf90f132bdc2739f90043
146N/A#
146N/A# CDDL HEADER START
146N/A#
146N/A# The contents of this file are subject to the terms of the
146N/A# Common Development and Distribution License (the "License").
146N/A# You may not use this file except in compliance with the License.
146N/A#
146N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
146N/A# or http://www.opensolaris.org/os/licensing.
146N/A# See the License for the specific language governing permissions
146N/A# and limitations under the License.
146N/A#
146N/A# When distributing Covered Code, include this CDDL HEADER in each
146N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
146N/A# If applicable, add the following below this CDDL HEADER, with the
146N/A# fields enclosed by brackets "[]" replaced with your own identifying
146N/A# information: Portions Copyright [yyyy] [name of copyright owner]
146N/A#
146N/A# CDDL HEADER END
146N/A#
146N/A#
146N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
7008N/A# Use is subject to license terms.
146N/A#
146N/A#ident "%Z%%M% %I% %E% SMI"
3996N/A#
3996N/A# lib/extendedFILE/Makefile
3996N/A
3996N/Ainclude ../Makefile.lib
146N/A
146N/ASUBDIRS= $(MACH)
614N/A
1439N/ALIBRARY= extendedFILE.a
1439N/A
614N/Aall := TARGET= all
614N/Ainstall := TARGET= install
844N/Aclean := TARGET= clean
1439N/Aclobber := TARGET= clobber
1439N/Alint := TARGET= lint
1273N/A
146N/A.KEEP_STATE:
3661N/A
3661N/Aall install clean clobber lint: $(SUBDIRS)
3996N/A
4561N/A$(SUBDIRS): FRC
4561N/A @cd $@; pwd; $(MAKE) $(TARGET)
4561N/A
4561N/AFRC:
4561N/A