home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / Chemistry / Elements_1.0 / Elements.app / sources / Makefile < prev   
Makefile  |  1992-08-09  |  815b  |  41 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 = Elements
  11.  
  12. INTERFACES = Elements.nib
  13. CLASSES = Boss.m ElementApp.m
  14. MFILES = Elements_main.m
  15. TIFFFILES = Elements.tiff
  16. OTHERSRCS = byAtomNumber
  17. APPICON = Elements.tiff
  18.  
  19.  
  20. SOURCEMODE = 444
  21.  
  22. LIBS = -lNeXT_s -lsys_s
  23. DEBUG_LIBS = $(LIBS)
  24. PROF_LIBS = -lNeXT_p -lsys_p
  25.  
  26. MAKEFILEDIR = /usr/lib/nib
  27. ICONSECTIONS =    -sectcreate __ICON app Elements.tiff
  28. APPWRAPPER = YES
  29. NOMACHO = YES
  30.  
  31. INSTALLDIR = $(HOME)/Apps
  32. INSTALLFLAGS = -c -s -m 755
  33.  
  34. -include Makefile.preamble
  35.  
  36. include $(MAKEFILEDIR)/app.make
  37.  
  38. -include Makefile.postamble
  39.  
  40. -include Makefile.dependencies
  41.