home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Examples / AppKit / BusyBox / Makefile < prev    next >
Makefile  |  1992-05-28  |  1KB  |  51 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 = BusyBox
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = BusyBoxApp.tiff
  16. LOCAL_RESOURCES = BusyBox.nib Help.nib InfoPanel.nib PrefPanel.nib \
  17.                   HelpFiles Clock.strings
  18.  
  19. GLOBAL_RESOURCES = Cow.tiff Duck.tiff Horse.tiff Jaguar.tiff Pig.tiff
  20.  
  21. CLASSES = AnimalView.m BusyBoxApp.m ClockView.m GaugeView.m Help.m
  22.  
  23. HFILES = AnimalView.h BusyBoxApp.h ClockView.h GaugeView.h Help.h
  24.  
  25. MFILES = BusyBox_main.m
  26.  
  27. PSWFILES = Clock.psw Gauge.psw
  28.  
  29. OTHERSRCS = README.rtf
  30.  
  31.  
  32. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  33. INSTALLDIR = $(HOME)/Apps
  34. INSTALLFLAGS = -c -s -m 755
  35. SOURCEMODE = 444
  36.  
  37. ICONSECTIONS =    -sectcreate __ICON app BusyBoxApp.tiff
  38.  
  39. LIBS = -lMedia_s -lNeXT_s
  40. DEBUG_LIBS = $(LIBS)
  41. PROF_LIBS = $(LIBS)
  42.  
  43.  
  44. -include Makefile.preamble
  45.  
  46. include $(MAKEFILEDIR)/app.make
  47.  
  48. -include Makefile.postamble
  49.  
  50. -include Makefile.dependencies
  51.