home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / Programming / Source / puzzle / Makefile < prev    next >
Encoding:
Makefile  |  1992-07-31  |  708 b   |  37 lines

  1. #
  2. # Generated by the NeXT Interface Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Interface 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 = Puzzle
  11.  
  12. INTERFACES = Puzzle.nib
  13. CLASSES = Puzzle.m
  14. MFILES = Puzzle_main.m
  15. APPICON = icon.tiff
  16.  
  17.  
  18. SOURCEMODE = 444
  19.  
  20. LIBS = -lNeXT_s -lsys_s
  21. DEBUG_LIBS = $(LIBS)
  22. PROF_LIBS = -lNeXT_p -lsys_p
  23.  
  24. MAKEFILEDIR = /usr/lib/nib
  25. ICONSECTIONS =    -sectcreate __ICON app icon.tiff
  26.  
  27. INSTALLDIR = $(HOME)/Apps
  28. INSTALLFLAGS = -c -s -m 755
  29.  
  30. -include Makefile.preamble
  31.  
  32. include $(MAKEFILEDIR)/app.make
  33.  
  34. -include Makefile.postamble
  35.  
  36. -include Makefile.dependencies
  37.