Makefile revision 1
1N/A#
1N/A# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
1N/A# Use is subject to license terms.
1N/A#
1N/A#ident "%Z%%M% %I% %E% SMI"
1N/A
1N/Ainclude ../../Makefile.tools
1N/A
1N/ASUBDIRS = $(MACH)
1N/A
1N/Aall := TARGET= all
1N/Ainstall := TARGET= install
1N/Aclean := TARGET= clean
1N/Aclobber := TARGET= clobber
1N/Alint := TARGET= lint
1N/A
1N/A.KEEP_STATE:
1N/A
1N/Ainstall all clean clobber: $(SUBDIRS)
1N/A
1N/Alint:
1N/A
1N/A$(SUBDIRS): FRC
1N/A @cd $@; pwd; $(MAKE) $(TARGET)
1N/A
1N/AFRC: