home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / PostScript / Pencil / Source / Makefile < prev    next >
Encoding:
Makefile  |  1995-06-12  |  1.4 KB  |  57 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project 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 = Pencil
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = PencilTitle.tiff
  16. DOCICONS = pencildoc.tiff
  17.  
  18. LOCAL_RESOURCES = EmptyDocument.nib Pencil.nib
  19.  
  20. GLOBAL_RESOURCES = Align3Icon.tiff DeleteIcon.eps Insert2Icon.eps\
  21.                    Insert3Icon.tiff InsertIcon.eps ScrollDown.tiff\
  22.                    ScrollLeft.tiff ScrollRight.tiff ScrollUp.tiff\
  23.                    ToBackIcon.eps ToFrontIcon.eps
  24.  
  25. CLASSES = Group.m MultipleSelection.m PencilGraphic.m PencilImage.m\
  26.           PencilInspector.m PencilText.m PencilView.m
  27.  
  28. HFILES = Group.h MultipleSelection.h PencilGraphic.h PencilImage.h\
  29.          PencilInspector.h PencilText.h PencilView.h
  30.  
  31. MFILES = Pencil_main.m
  32.  
  33. OTHERSRCS = Makefile.preamble Makefile Makefile.postamble
  34.  
  35.  
  36. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  37. MAKEFILE = app.make
  38. INSTALLDIR = $(HOME)/Apps
  39. INSTALLFLAGS = -c -s -m 755
  40. SOURCEMODE = 444
  41.  
  42. ICONSECTIONS =    -sectcreate __ICON app PencilTitle.tiff \
  43.         -sectcreate __ICON pencildoc pencildoc.tiff
  44.  
  45. LIBS = -lMedia_s -lNeXT_s
  46. DEBUG_LIBS = $(LIBS)
  47. PROF_LIBS = $(LIBS)
  48.  
  49.  
  50. -include Makefile.preamble
  51.  
  52. include $(MAKEFILEDIR)/$(MAKEFILE)
  53.  
  54. -include Makefile.postamble
  55.  
  56. -include Makefile.dependencies
  57.