home *** CD-ROM | disk | FTP | other *** search
/ Openstep 4.2 (Developer) / Openstep Developer 4.2.iso / NextDeveloper / Examples / NEXTIME / SimplePlayer / Makefile < prev    next >
Encoding:
Makefile  |  1995-12-22  |  1.4 KB  |  59 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 = SimplePlayer
  11.  
  12. PROJECTVERSION = 2.2
  13. PROJECT_TYPE = Application
  14. LANGUAGE = English
  15.  
  16. APPICON = SimplePlayerapp.tiff
  17. DOCICONS = MovieFile.tiff MovieFile.tiff MovieFile.tiff MovieFile.tiff\
  18.            MovieFile.tiff
  19.  
  20. ICONSECTIONS =    -sectcreate __ICON app SimplePlayerapp.tiff \
  21.         -sectcreate __ICON MovieFile MovieFile.tiff
  22.  
  23. LOCAL_RESOURCES = InfoPanel.nib PreferencesPanel.nib SimplePlayer.nib
  24.  
  25. GLOBAL_RESOURCES = MovieFile.tiff SimplePlayerapp.tiff
  26.  
  27. CLASSES = Controller.m Document.m DocumentView.m SimplePlayer_Globals.m
  28.  
  29. HFILES = Controller.h Document.h DocumentView.h SimplePlayer_Globals.h
  30.  
  31. MFILES = SimplePlayer_main.m
  32.  
  33. OTHERSRCS = Makefile.preamble Makefile Makefile.postamble m.template\
  34.             h.template
  35.  
  36.  
  37. MAKEFILEDIR = $(NEXT_ROOT)/NextDeveloper/Makefiles/project
  38. CODE_GEN_STYLE = DYNAMIC
  39. MAKEFILE = app.make
  40. INSTALLDIR = ~/Apps
  41. LIBS = 
  42. DEBUG_LIBS = $(LIBS)
  43. PROF_LIBS = $(LIBS)
  44.  
  45.  
  46. FRAMEWORKS = -framework NEXTIME -framework SoundKit -framework AppKit\
  47.              -framework Foundation
  48.  
  49.  
  50. include $(MAKEFILEDIR)/platform.make
  51.  
  52. -include Makefile.preamble
  53.  
  54. include $(MAKEFILEDIR)/$(MAKEFILE)
  55.  
  56. -include Makefile.postamble
  57.  
  58. -include Makefile.dependencies
  59.