home *** CD-ROM | disk | FTP | other *** search
/ Nebula / nebula.bin / SourceCode / Palettes / PAStringListPalette / Makefile next >
Makefile  |  1993-05-14  |  1KB  |  45 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 = PAStringListPalette
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. LOCAL_RESOURCES = PAFilenameListInspector.nib PAStringListInspector.nib\
  16.                   PAStringListPalette.nib
  17.  
  18. GLOBAL_RESOURCES = PAStringListPalette.tiff palette.table
  19.  
  20. CLASSES = PAFilenameList.m PAFilenameListInspector.m PAStringList.m\
  21.           PAStringListInspector.m PAStringListPalette.m
  22.  
  23. HFILES = PAFilenameList.h PAFilenameListInspector.h PAStringList.h\
  24.          PAStringListInspector.h PAStringListPalette.h
  25.  
  26. OTHERSRCS = Makefile Makefile.preamble PAFilenameList.rtfd\
  27.             PAFilenameList.tiff PAStringList.rtfd PAStringList.tiff\
  28.             ReadMe.rtf
  29.  
  30. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  31. MAKEFILE = palette.make
  32. INSTALLDIR = /NextDeveloper/Palettes
  33. INSTALLFLAGS = -c -s -m 755
  34. SOURCEMODE = 444
  35.  
  36.  
  37.  
  38. -include Makefile.preamble
  39.  
  40. include $(MAKEFILEDIR)/$(MAKEFILE)
  41.  
  42. -include Makefile.postamble
  43.  
  44. -include Makefile.dependencies
  45.