home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / Programming / Classes / 2.0_nxyPalette1.2 / nxyTestAppNoStream / Makefile < prev    next >
Encoding:
Makefile  |  1992-05-26  |  724 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 = TestNS
  11.  
  12. INTERFACES = TestNS.nib
  13. MFILES = TestNS_main.m
  14.  
  15.  
  16. SOURCEMODE = 444
  17.  
  18. LIBS = -lNXYpalette\
  19.     -lNeXT_s -lsys_s
  20. DEBUG_LIBS = $(LIBS)
  21. PROF_LIBS = -lNXYpalette\
  22.     -lNeXT_p -lsys_p
  23.  
  24. MAKEFILEDIR = /usr/lib/nib
  25. ICONSECTIONS =    -sectcreate __ICON app /usr/lib/nib/default_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.