home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / Programming / Classes / 2.0_GraphView / Examples / Logger / Makefile < prev    next >
Encoding:
Makefile  |  1992-08-10  |  824 b   |  40 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 = Logger
  11.  
  12. INTERFACES = GraphViewControls.nib Logger.nib
  13. CLASSES = GraphView.m Logger.m
  14. MFILES = Logger_main.m
  15. TIFFFILES = Logger.tiff Unzoom.tiff cross.tiff
  16. APPICON = Logger.tiff
  17.  
  18.  
  19. SOURCEMODE = 444
  20.  
  21. LIBS = -lNeXT_s -lsys_s
  22. DEBUG_LIBS = $(LIBS)
  23. PROF_LIBS = -lNeXT_p -lsys_p
  24.  
  25. MAKEFILEDIR = /usr/lib/nib
  26. ICONSECTIONS =    -sectcreate __ICON app Logger.tiff
  27. APPWRAPPER = YES
  28. NOMACHO = YES
  29.  
  30. INSTALLDIR = $(HOME)/Apps
  31. INSTALLFLAGS = -c -s -m 755
  32.  
  33. -include Makefile.preamble
  34.  
  35. include $(MAKEFILEDIR)/app.make
  36.  
  37. -include Makefile.postamble
  38.  
  39. -include Makefile.dependencies
  40.