home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / OPENSTEP / Languages / Python / python-14-src / Contrib / OpenSTEP_PB / Makefile < prev    next >
Encoding:
Makefile  |  1997-03-23  |  786 b   |  41 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 = Python
  11.  
  12. PROJECTVERSION = 2.6
  13. PROJECT_TYPE = Aggregate
  14. LANGUAGE = English
  15.  
  16. TOOLS = python.tproj
  17.  
  18. FRAMEWORK_SUBPROJECTS = Python.fproj
  19.  
  20. OTHERSRCS = Makefile.preamble Makefile Makefile.postamble
  21.  
  22. MAKEFILEDIR = $(NEXT_ROOT)/NextDeveloper/Makefiles/pb_makefiles
  23. CODE_GEN_STYLE = DYNAMIC
  24. MAKEFILE = aggregate.make
  25. LIBS = 
  26. DEBUG_LIBS = $(LIBS)
  27. PROF_LIBS = $(LIBS)
  28.  
  29.  
  30.  
  31.  
  32. include $(MAKEFILEDIR)/platform.make
  33.  
  34. -include Makefile.preamble
  35.  
  36. include $(MAKEFILEDIR)/$(MAKEFILE)
  37.  
  38. -include Makefile.postamble
  39.  
  40. -include Makefile.dependencies
  41.