home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Examples / NEXTIME / NullVideoCodec / Makefile next >
Makefile  |  1995-12-21  |  946b  |  48 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 = NullVideo
  11.  
  12. PROJECTVERSION = 2.2
  13. PROJECT_TYPE = Bundle
  14. LANGUAGE = English
  15.  
  16. LOCAL_RESOURCES = Localizable.strings
  17.  
  18. GLOBAL_RESOURCES = NT.component
  19.  
  20. CLASSES = NullDecoder.m NullEncoder.m
  21.  
  22. HFILES = NullDecoder.h NullEncoder.h
  23.  
  24. OTHERSRCS = Makefile.preamble Makefile Makefile.postamble
  25.  
  26.  
  27. MAKEFILEDIR = $(NEXT_ROOT)/NextDeveloper/Makefiles/project
  28. CODE_GEN_STYLE = DYNAMIC
  29. MAKEFILE = bundle.make
  30. INSTALLDIR = ~/Library/NEXTIME.framework/Components
  31. LIBS = 
  32. DEBUG_LIBS = $(LIBS)
  33. PROF_LIBS = $(LIBS)
  34. BUNDLE_EXTENSION = bundle
  35.  
  36.  
  37.  
  38.  
  39. include $(MAKEFILEDIR)/platform.make
  40.  
  41. -include Makefile.preamble
  42.  
  43. include $(MAKEFILEDIR)/$(MAKEFILE)
  44.  
  45. -include Makefile.postamble
  46.  
  47. -include Makefile.dependencies
  48.