home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.bin / SourceCode / Palettes / Chart / Source / Makefile < prev    next >
Encoding:
Makefile  |  1994-06-07  |  1.0 KB  |  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 = ChartPalette
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. LOCAL_RESOURCES = BarChartInspector.nib ChartPalette.nib\
  16.                   PieChartInspector.nib
  17.  
  18. GLOBAL_RESOURCES = ChartPalette.tiff ChartPaletteH.tiff palette.table
  19.  
  20. CLASSES = BarChart.m BarChartInspector.m ChartPalette.m PieChart.m\
  21.           PieChartInspector.m
  22.  
  23. HFILES = BarChart.h BarChartInspector.h ChartPalette.h PieChart.h\
  24.          PieChartInspector.h BarChartPS.h PieChartPS.h
  25.  
  26. PSWFILES = BarChartPS.psw PieChartPS.psw
  27.  
  28. OTHERSRCS = Makefile
  29.  
  30.  
  31. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  32. MAKEFILE = palette.make
  33. INSTALLDIR = /NextDeveloper/Palettes
  34. INSTALLFLAGS = -c -s -m 755
  35. SOURCEMODE = 444
  36.  
  37.  
  38.  
  39. -include Makefile.preamble
  40.  
  41. include $(MAKEFILEDIR)/$(MAKEFILE)
  42.  
  43. -include Makefile.postamble
  44.  
  45. -include Makefile.dependencies
  46.