home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / DevTools / COWS / Code / Makefile < prev    next >
Encoding:
Makefile  |  1995-06-12  |  1.5 KB  |  58 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = COWS
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = COWS.tiff
  16. LOCAL_RESOURCES = COWS.nib
  17.  
  18. GLOBAL_RESOURCES = cow.tiff COWS.tiff
  19.  
  20. CLASSES = COWSArgumentList.m COWSArrayLibrary.m COWSArrayNode.m\
  21.           COWSExampleLibrary.m COWSInterpreter.m COWSIPCLibrary.m\
  22.           COWSLibrary.m COWSLibraryFunctionNode.m COWSNode.m\
  23.           COWSStack.m COWSStandardLibrary.m COWSStateNode.m\
  24.           COWSStringNode.m COWSSymbolNode.m COWSTestBench.m
  25.  
  26. HFILES = COWSArgumentList.h COWSArrayLibrary.h COWSArrayNode.h\
  27.          COWSExampleLibrary.h COWSInterpreter.h COWSIPCLibrary.h\
  28.          COWSLibrary.h COWSLibraryFunctionNode.h COWSNode.h\
  29.          COWSProtocols.h COWSStack.h COWSStandardLibrary.h\
  30.          COWSStateNode.h COWSStringNode.h COWSSymbolNode.h\
  31.          COWSTestBench.h
  32.  
  33. MFILES = COWS_main.m
  34.  
  35. OTHERSRCS = Makefile.preamble Makefile Makefile.postamble
  36.  
  37.  
  38. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  39. MAKEFILE = app.make
  40. INSTALLDIR = $(HOME)/Apps
  41. INSTALLFLAGS = -c -s -m 755
  42. SOURCEMODE = 444
  43.  
  44. ICONSECTIONS =    -sectcreate __ICON app COWS.tiff
  45.  
  46. LIBS = -lMedia_s -lNeXT_s
  47. DEBUG_LIBS = $(LIBS)
  48. PROF_LIBS = $(LIBS)
  49.  
  50.  
  51. -include Makefile.preamble
  52.  
  53. include $(MAKEFILEDIR)/$(MAKEFILE)
  54.  
  55. -include Makefile.postamble
  56.  
  57. -include Makefile.dependencies
  58.