home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Examples / AppKit / Lines / Makefile < prev    next >
Makefile  |  1992-03-24  |  860b  |  45 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 = Lines
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = Lines.tiff
  16. LOCAL_RESOURCES = InfoPanel.nib Lines.nib
  17.  
  18. CLASSES = LinesView.m MyApp.m UserPath.m
  19.  
  20. HFILES = LinesView.h MyApp.h UserPath.h
  21.  
  22. OTHERSRCS = README.rtf
  23.  
  24. MFILES = Lines_main.m
  25.  
  26. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  27. INSTALLDIR = $(HOME)/Apps
  28. INSTALLFLAGS = -c -s -m 755
  29. SOURCEMODE = 444
  30.  
  31. ICONSECTIONS =    -sectcreate __ICON app Lines.tiff
  32.  
  33. LIBS = -lMedia_s -lNeXT_s
  34. DEBUG_LIBS = $(LIBS)
  35. PROF_LIBS = $(LIBS)
  36.  
  37.  
  38. -include Makefile.preamble
  39.  
  40. include $(MAKEFILEDIR)/app.make
  41.  
  42. -include Makefile.postamble
  43.  
  44. -include Makefile.dependencies
  45.