home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / Programming / Source / IP_Pvc / Makefile < prev    next >
Encoding:
Makefile  |  1992-05-10  |  789 b   |  38 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 = Pvc
  11.  
  12. INTERFACES = Pvc_Document.nib Pvc.nib info.nib
  13. CLASSES = Pvc_Document.m Pvc_Control.m Pvc_Object.m
  14. MFILES = Pvc_main.m space.m
  15. TIFFFILES = Pvc.tiff
  16. APPICON = ./Pvc.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 ./Pvc.tiff
  27.  
  28. INSTALLDIR = $(HOME)/Apps
  29. INSTALLFLAGS = -c -s -m 755
  30.  
  31. -include Makefile.preamble
  32.  
  33. include $(MAKEFILEDIR)/app.make
  34.  
  35. -include Makefile.postamble
  36.  
  37. -include Makefile.dependencies
  38.