home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Examples / Foundation / ForwardInvocation / Makefile < prev    next >
Makefile  |  1996-03-27  |  877b  |  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 = ForwardInvocation
  11.  
  12. PROJECTVERSION = 2.5
  13. PROJECT_TYPE = Tool
  14. LANGUAGE = English
  15.  
  16. CLASSES = TargetProxy.m
  17.  
  18. HFILES = TargetProxy.h
  19.  
  20. MFILES = ForwardInvocation_main.m
  21.  
  22. OTHERSRCS = Makefile.preamble Makefile Makefile.postamble m.template\
  23.             h.template
  24.  
  25.  
  26. MAKEFILEDIR = $(NEXT_ROOT)/NextDeveloper/Makefiles/project
  27. CODE_GEN_STYLE = DYNAMIC
  28. MAKEFILE = tool.make
  29. LIBS = 
  30. DEBUG_LIBS = $(LIBS)
  31. PROF_LIBS = $(LIBS)
  32.  
  33.  
  34. FRAMEWORKS = -framework Foundation
  35.  
  36.  
  37. include $(MAKEFILEDIR)/platform.make
  38.  
  39. -include Makefile.preamble
  40.  
  41. include $(MAKEFILEDIR)/$(MAKEFILE)
  42.  
  43. -include Makefile.postamble
  44.  
  45. -include Makefile.dependencies
  46.