home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-06-12 | 1.5 KB | 58 lines |
- #
- # Generated by the NeXT Project Builder.
- #
- # NOTE: Do NOT change this file -- Project Builder maintains it.
- #
- # Put all of your customizations in files called Makefile.preamble
- # and Makefile.postamble (both optional), and Makefile will include them.
- #
-
- NAME = COWS
-
- PROJECTVERSION = 1.1
- LANGUAGE = English
-
- APPICON = COWS.tiff
- LOCAL_RESOURCES = COWS.nib
-
- GLOBAL_RESOURCES = cow.tiff COWS.tiff
-
- CLASSES = COWSArgumentList.m COWSArrayLibrary.m COWSArrayNode.m\
- COWSExampleLibrary.m COWSInterpreter.m COWSIPCLibrary.m\
- COWSLibrary.m COWSLibraryFunctionNode.m COWSNode.m\
- COWSStack.m COWSStandardLibrary.m COWSStateNode.m\
- COWSStringNode.m COWSSymbolNode.m COWSTestBench.m
-
- HFILES = COWSArgumentList.h COWSArrayLibrary.h COWSArrayNode.h\
- COWSExampleLibrary.h COWSInterpreter.h COWSIPCLibrary.h\
- COWSLibrary.h COWSLibraryFunctionNode.h COWSNode.h\
- COWSProtocols.h COWSStack.h COWSStandardLibrary.h\
- COWSStateNode.h COWSStringNode.h COWSSymbolNode.h\
- COWSTestBench.h
-
- MFILES = COWS_main.m
-
- OTHERSRCS = Makefile.preamble Makefile Makefile.postamble
-
-
- MAKEFILEDIR = /NextDeveloper/Makefiles/app
- MAKEFILE = app.make
- INSTALLDIR = $(HOME)/Apps
- INSTALLFLAGS = -c -s -m 755
- SOURCEMODE = 444
-
- ICONSECTIONS = -sectcreate __ICON app COWS.tiff
-
- LIBS = -lMedia_s -lNeXT_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/$(MAKEFILE)
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-