home *** CD-ROM | disk | FTP | other *** search
/ Nebula / nebula.bin / SourceCode / Palettes / Clocks / Makefile < prev    next >
Makefile  |  1992-12-09  |  997b  |  44 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 = Clocks
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. LOCAL_RESOURCES = ClocksPalette.nib AnalogFaceMarble.tiff \
  16.                   CalendarFace.tiff ClocksPalette.tiff
  17.  
  18. GLOBAL_RESOURCES = palette.table
  19.  
  20. CLASSES = AnalogClock.m CalendarClock.m Clock.m ClocksPalette.m \
  21.           DigitalClock.m
  22.  
  23. HFILES = AnalogClock.h CalendarClock.h Clock.h ClockConstantsAndTypes.h \
  24.          ClocksPalette.h DigitalClock.h
  25.  
  26. SUBPROJECTS = Inspectors.subproj
  27.  
  28. OTHERSRCS = Makefile Makefile.postamble
  29.  
  30. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  31. INSTALLDIR = /NextDeveloper/Palettes
  32. INSTALLFLAGS = -c -s -m 755
  33. SOURCEMODE = 444
  34.  
  35.  
  36.  
  37. -include Makefile.preamble
  38.  
  39. include $(MAKEFILEDIR)/palette.make
  40.  
  41. -include Makefile.postamble
  42.  
  43. -include Makefile.dependencies
  44.