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 / PB.project < prev   
Encoding:
Text File  |  1997-03-23  |  4.2 KB  |  156 lines

  1. {
  2.     CURRENTLY_ACTIVE_VERSION = YES; 
  3.     DEPLOY_WITH_VERSION_NAME = A; 
  4.     DYNAMIC_CODE_GEN = YES; 
  5.     FILESTABLE = {
  6.         BUNDLES = (); 
  7.         FRAMEWORKS = (Foundation.framework, Gdbm.framework); 
  8.         FRAMEWORKSEARCH = (/usr/local/gnu/Frameworks); 
  9.         H_FILES = (
  10.             abstract.h, 
  11.             accessobject.h, 
  12.             allobjects.h, 
  13.             assert.h, 
  14.             bitset.h, 
  15.             bltinmodule.h, 
  16.             ceval.h, 
  17.             cgensupport.h, 
  18.             classobject.h, 
  19.             cobject.h, 
  20.             compile.h, 
  21.             complexobject.h, 
  22.             dictobject.h, 
  23.             errcode.h, 
  24.             eval.h, 
  25.             fileobject.h, 
  26.             floatobject.h, 
  27.             frameobject.h, 
  28.             funcobject.h, 
  29.             graminit.h, 
  30.             grammar.h, 
  31.             import.h, 
  32.             intobject.h, 
  33.             intrcheck.h, 
  34.             listobject.h, 
  35.             longintrepr.h, 
  36.             longobject.h, 
  37.             mappingobject.h, 
  38.             marshal.h, 
  39.             metagrammar.h, 
  40.             methodobject.h, 
  41.             modsupport.h, 
  42.             moduleobject.h, 
  43.             myctype.h, 
  44.             mymalloc.h, 
  45.             mymath.h, 
  46.             myproto.h, 
  47.             myselect.h, 
  48.             mytime.h, 
  49.             node.h, 
  50.             object.h, 
  51.             objimpl.h, 
  52.             opcode.h, 
  53.             osdefs.h, 
  54.             parsetok.h, 
  55.             patchlevel.h, 
  56.             pgenheaders.h, 
  57.             pydebug.h, 
  58.             pyerrors.h, 
  59.             Python.h, 
  60.             pythonrun.h, 
  61.             rangeobject.h, 
  62.             rename2.h, 
  63.             sliceobject.h, 
  64.             stringobject.h, 
  65.             structmember.h, 
  66.             sysmodule.h, 
  67.             thread.h, 
  68.             token.h, 
  69.             traceback.h, 
  70.             tupleobject.h
  71.         ); 
  72.         LIBRARYSEARCH = (/usr/local/include); 
  73.         LIBS = (); 
  74.         OTHER_RESOURCES = (config.h, Lib); 
  75.         OTHER_SOURCES = (Makefile.preamble, Makefile, Makefile.postamble); 
  76.         PRECOMPILED_HEADERS = (Python.h); 
  77.         PUBLIC_HEADERS = (
  78.             abstract.h, 
  79.             accessobject.h, 
  80.             allobjects.h, 
  81.             assert.h, 
  82.             bitset.h, 
  83.             bltinmodule.h, 
  84.             ceval.h, 
  85.             cgensupport.h, 
  86.             classobject.h, 
  87.             cobject.h, 
  88.             compile.h, 
  89.             complexobject.h, 
  90.             config.h, 
  91.             dictobject.h, 
  92.             errcode.h, 
  93.             eval.h, 
  94.             fileobject.h, 
  95.             floatobject.h, 
  96.             frameobject.h, 
  97.             funcobject.h, 
  98.             graminit.h, 
  99.             grammar.h, 
  100.             import.h, 
  101.             intobject.h, 
  102.             intrcheck.h, 
  103.             listobject.h, 
  104.             longintrepr.h, 
  105.             longobject.h, 
  106.             mappingobject.h, 
  107.             marshal.h, 
  108.             metagrammar.h, 
  109.             methodobject.h, 
  110.             modsupport.h, 
  111.             moduleobject.h, 
  112.             myctype.h, 
  113.             mymalloc.h, 
  114.             mymath.h, 
  115.             myproto.h, 
  116.             myselect.h, 
  117.             mytime.h, 
  118.             node.h, 
  119.             object.h, 
  120.             objimpl.h, 
  121.             opcode.h, 
  122.             osdefs.h, 
  123.             parsetok.h, 
  124.             patchlevel.h, 
  125.             pgenheaders.h, 
  126.             pydebug.h, 
  127.             pyerrors.h, 
  128.             Python.h, 
  129.             pythonrun.h, 
  130.             rangeobject.h, 
  131.             rename2.h, 
  132.             sliceobject.h, 
  133.             stringobject.h, 
  134.             structmember.h, 
  135.             sysmodule.h, 
  136.             thread.h, 
  137.             token.h, 
  138.             traceback.h, 
  139.             tupleobject.h
  140.         ); 
  141.         SUBPROJECTS = (Python.subproj, Parser.subproj, Objects.subproj, Modules.subproj, pyrl.bproj); 
  142.         TOOLS = (); 
  143.     }; 
  144.     LANGUAGE = English; 
  145.     LOCALIZABLE_FILES = {}; 
  146.     MAKEFILEDIR = "$(NEXT_ROOT)/NextDeveloper/Makefiles/pb_makefiles"; 
  147.     NEXTSTEP_BUILDTOOL = /bin/gnumake; 
  148.     NEXTSTEP_INSTALLDIR = /LocalLibrary/Frameworks; 
  149.     PDO_UNIX_BUILDTOOL = $NEXT_ROOT/NextDeveloper/bin/make; 
  150.     PROJECTNAME = Python; 
  151.     PROJECTTYPE = Framework; 
  152.     PROJECTVERSION = 2.6; 
  153.     WINDOWS_BUILDTOOL = $NEXT_ROOT/NextDeveloper/Executables/make; 
  154.     WINDOWS_INSTALLDIR = "$(HOMEDRIVE)/MyFrameworks"; 
  155. }
  156.