home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / OPENSTEP / Languages / Python / python-14-src / Contrib / OpenSTEP_PB / Python.fproj / Makefile next >
Encoding:
Makefile  |  1997-03-23  |  3.0 KB  |  84 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 = Framework
  14. LANGUAGE = English
  15.  
  16. GLOBAL_RESOURCES = config.h Lib
  17.  
  18. HFILES = abstract.h accessobject.h allobjects.h assert.h bitset.h\
  19.          bltinmodule.h ceval.h cgensupport.h classobject.h cobject.h\
  20.          compile.h complexobject.h dictobject.h errcode.h eval.h\
  21.          fileobject.h floatobject.h frameobject.h funcobject.h\
  22.          graminit.h grammar.h import.h intobject.h intrcheck.h\
  23.          listobject.h longintrepr.h longobject.h mappingobject.h\
  24.          marshal.h metagrammar.h methodobject.h modsupport.h\
  25.          moduleobject.h myctype.h mymalloc.h mymath.h myproto.h\
  26.          myselect.h mytime.h node.h object.h objimpl.h opcode.h\
  27.          osdefs.h parsetok.h patchlevel.h pgenheaders.h pydebug.h\
  28.          pyerrors.h Python.h pythonrun.h rangeobject.h rename2.h\
  29.          sliceobject.h stringobject.h structmember.h sysmodule.h\
  30.          thread.h token.h traceback.h tupleobject.h
  31.  
  32. SUBPROJECTS = Python.subproj Parser.subproj Objects.subproj\
  33.               Modules.subproj
  34.  
  35. BUNDLES = pyrl.bproj
  36.  
  37. OTHERSRCS = Makefile.preamble Makefile Makefile.postamble
  38.  
  39. MAKEFILEDIR = $(NEXT_ROOT)/NextDeveloper/Makefiles/pb_makefiles
  40. CURRENTLY_ACTIVE_VERSION = YES
  41. DEPLOY_WITH_VERSION_NAME = A
  42. CODE_GEN_STYLE = DYNAMIC
  43. MAKEFILE = framework.make
  44. NEXTSTEP_INSTALLDIR = /LocalLibrary/Frameworks
  45. WINDOWS_INSTALLDIR = $(HOMEDRIVE)/MyFrameworks
  46. LIBS = 
  47. DEBUG_LIBS = $(LIBS)
  48. PROF_LIBS = $(LIBS)
  49.  
  50.  
  51. LIBRARY_PATHS = -L/usr/local/include
  52. FRAMEWORK_PATHS = -F/usr/local/gnu/Frameworks
  53. FRAMEWORKS = -framework Foundation -framework Gdbm
  54. PUBLIC_HEADERS = abstract.h accessobject.h allobjects.h assert.h\
  55.                  bitset.h bltinmodule.h ceval.h cgensupport.h\
  56.                  classobject.h cobject.h compile.h complexobject.h\
  57.                  config.h dictobject.h errcode.h eval.h fileobject.h\
  58.                  floatobject.h frameobject.h funcobject.h graminit.h\
  59.                  grammar.h import.h intobject.h intrcheck.h\
  60.                  listobject.h longintrepr.h longobject.h\
  61.                  mappingobject.h marshal.h metagrammar.h methodobject.h\
  62.                  modsupport.h moduleobject.h myctype.h mymalloc.h\
  63.                  mymath.h myproto.h myselect.h mytime.h node.h\
  64.                  object.h objimpl.h opcode.h osdefs.h parsetok.h\
  65.                  patchlevel.h pgenheaders.h pydebug.h pyerrors.h\
  66.                  Python.h pythonrun.h rangeobject.h rename2.h\
  67.                  sliceobject.h stringobject.h structmember.h\
  68.                  sysmodule.h thread.h token.h traceback.h\
  69.                  tupleobject.h
  70.  
  71. PRECOMPILED_HEADERS = Python.h
  72.  
  73.  
  74.  
  75. include $(MAKEFILEDIR)/platform.make
  76.  
  77. -include Makefile.preamble
  78.  
  79. include $(MAKEFILEDIR)/$(MAKEFILE)
  80.  
  81. -include Makefile.postamble
  82.  
  83. -include Makefile.dependencies
  84.