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