home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / SourceCode / Palettes / MORegex / Makefile next >
Encoding:
Makefile  |  1993-10-04  |  1.3 KB  |  48 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 = MORegexPalette
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. LOCAL_RESOURCES = MODateFormCellInspector.nib MODateTextCellInspector.nib\
  16.                   MORegexFormCellInspector.nib MORegexPalette.nib\
  17.                   MORegexTextCellInspector.nib MORegexPalette.tiff
  18.  
  19. GLOBAL_RESOURCES = MODateFormCell.bundle MODateTextCell.bundle\
  20.                    MORegexFormCell.bundle MORegexTextCell.bundle\
  21.                    MOString.bundle palette.table
  22.  
  23. CLASSES = MODateFormCellInspector.m MODateTextCellInspector.m\
  24.           MORegexFormCellInspector.m MORegexPalette.m\
  25.           MORegexTextCellInspector.m
  26.  
  27. HFILES = MODateFormCellInspector.h MODateTextCellInspector.h\
  28.          MORegexFormCellInspector.h MORegexPalette.h\
  29.          MORegexTextCellInspector.h
  30.  
  31. OTHERSRCS = Makefile.preamble Makefile Makefile.postamble
  32.  
  33. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  34. MAKEFILE = palette.make
  35. INSTALLDIR = /NextDeveloper/Palettes
  36. INSTALLFLAGS = -c -s -m 755
  37. SOURCEMODE = 444
  38.  
  39.  
  40.  
  41. -include Makefile.preamble
  42.  
  43. include $(MAKEFILEDIR)/$(MAKEFILE)
  44.  
  45. -include Makefile.postamble
  46.  
  47. -include Makefile.dependencies
  48.