home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / SourceCode / OOP_Course / Labs / SimpleEditor / Solution / Makefile next >
Encoding:
Makefile  |  1993-06-20  |  808 b   |  43 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 = SimpleEditor
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = Smiley.tiff
  16. LOCAL_RESOURCES = SimpleEditor.nib
  17.  
  18. MFILES = SimpleEditor_main.m
  19.  
  20. OTHERSRCS = Makefile
  21.  
  22.  
  23. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  24. MAKEFILE = app.make
  25. INSTALLDIR = $(HOME)/Apps
  26. INSTALLFLAGS = -c -s -m 755
  27. SOURCEMODE = 444
  28.  
  29. ICONSECTIONS =    -sectcreate __ICON app Smiley.tiff
  30.  
  31. LIBS = -lMedia_s -lNeXT_s
  32. DEBUG_LIBS = $(LIBS)
  33. PROF_LIBS = $(LIBS)
  34.  
  35.  
  36. -include Makefile.preamble
  37.  
  38. include $(MAKEFILEDIR)/$(MAKEFILE)
  39.  
  40. -include Makefile.postamble
  41.  
  42. -include Makefile.dependencies
  43.