home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 15 / AACD15.ISO / AACD / Programming / Python2 / Python20_source / Modules / SMAKEFILE < prev    next >
Encoding:
Text File  |  2000-10-29  |  3.7 KB  |  142 lines

  1.  
  2.  
  3. # object list for Python w/ networking
  4.  
  5. # main.o and python.o intentionally left out
  6.  
  7. NETOBJECTS = config.o getpath.o environment.o amigamodule.o \
  8.         regexpr.o arraymodule.o structmodule.o \
  9.         mathmodule.o regexmodule.o newmodule.o \
  10.         timemodule.o binascii.o md5module.o md5c.o rotormodule.o \
  11.     operator.o cmathmodule.o errnomodule.o pcremodule.o \
  12.     shamodule.o ARexxmodule.o Doslibmodule.o \
  13.     cryptmodule.o syslogmodule.o selectmodule.o socketmodule.o \
  14.     cStringIO.o cPickle.o pypcre.o pwdmodule.o grpmodule.o \
  15.     stropmodule.o _sre.o _codecsmodule.o  \
  16.     unicodedata.o unicodedatabase.o pyexpat.o 
  17. ###    Execlibmodule.o SimpleGFXmodule.o
  18. ###    soundex.o
  19.  
  20.  
  21. # object list for Python without networking
  22.  
  23. OBJECTS = config.o getpath.o environment.o amigamodule.o \
  24.         regexpr.o arraymodule.o structmodule.o stropmodule.o \
  25.         mathmodule.o regexmodule.o newmodule.o \
  26.         timemodule.o binascii.o md5module.o md5c.o rotormodule.o \
  27.     operator.o cmathmodule.o errnomodule.o pcremodule.o \
  28.     shamodule.o ARexxmodule.o Doslibmodule.o \
  29.     cStringIO.o cPickle.o pypcre.o \
  30.     stropmodule.o _sre.o _codecsmodule.o \
  31.     unicodedata.o  unicodedatabase.o pyexpat.o
  32. ###    Execlibmodule.o SimpleGFXmodule.o
  33. ###    soundex.o 
  34.  
  35.  
  36. Modules.lib: $(NETOBJECTS)            # SELECT $(OBJECTS) OR $(NETOBJECTS)
  37.     -delete >NIL: Modules.lib
  38.     oml Modules.lib a <@<
  39. $(NETOBJECTS)                # SELECT $(OBJECTS) OR $(NETOBJECTS)
  40. <
  41.  
  42.  
  43. _localemodule.o : _localemodule.c
  44.  
  45. amigamodule.o : amigamodule.c
  46.  
  47. AmigaExecmodule.o: AmigaExecmodule.c
  48.  
  49. ARexxmodule.o : ARexxmodule.c
  50.  
  51. arraymodule.o : arraymodule.c /Include/Python.h
  52.  
  53. binascii.o : binascii.c /Include/Python.h
  54.  
  55. cPickle.o : cPickle.c  /Include/cStringIO.h /Include/Python.h
  56.  
  57. cStringIO.o : cStringIO.c /Include/cStringIO.h /Include/import.h /Include/Python.h
  58.  
  59. cmathmodule.o : cmathmodule.c  /Include/Python.h
  60.  
  61. config.o : config.c
  62.  
  63. cryptmodule.o : cryptmodule.c /Include/Python.h
  64.  
  65. Doslibmodule.o : Doslibmodule.c
  66.  
  67. environment.o : environment.c /Include/Python.h
  68.  
  69. errnomodule.o : errnomodule.c /Include/Python.h
  70.  
  71. fpectlmodule.o : fpectlmodule.c /Include/Python.h
  72.  
  73. fpetestmodule.o : fpetestmodule.c /Include/Python.h
  74.  
  75. getbuildinfo.o : getbuildinfo.c macbuildno.h /Include/config.h 
  76.  
  77. getpath.o : getpath.c /Include/protos.h /Include/osdefs.h /Include/Python.h
  78.  
  79. grpmodule.o : grpmodule.c /Include/Python.h
  80.  
  81. main.o : main.c /Include/osdefs.h /Include/Python.h
  82.  
  83. mathmodule.o : mathmodule.c  /Include/Python.h
  84.  
  85. md5c.o : md5c.c md5.h /Include/config.h
  86.  
  87. md5module.o : md5module.c md5.h /Include/Python.h
  88.  
  89. newmodule.o : newmodule.c /Include/compile.h /Include/Python.h
  90.  
  91. operator.o : operator.c /Include/Python.h
  92.  
  93. pcremodule.o : pcremodule.c pcre-int.h pcre.h /Include/graminit.h /Include/Python.h
  94.  
  95. pwdmodule.o : pwdmodule.c /Include/Python.h
  96.  
  97. pypcre.o : pypcre.c /Include/graminit.h /Include/Python.h pcre-int.h pcre.h
  98.  
  99. python.o : python.c 
  100.  
  101. readline.o : readline.c /Include/Python.h
  102.  
  103. regexmodule.o : regexmodule.c regexpr.h /Include/Python.h
  104.  
  105. regexpr.o : regexpr.c regexpr.h /Include/Python.h
  106.  
  107. resource.o : resource.c
  108.  
  109. rotormodule.o : rotormodule.c  /Include/Python.h
  110.  
  111. selectmodule.o : selectmodule.c /Include/Python.h
  112.  
  113. shamodule.o: shamodule.c /Include/Python.h
  114.  
  115. socketmodule.o : socketmodule.c /Include/Python.h
  116.  
  117. soundex.o : soundex.c /Include/Python.h
  118.  
  119. stropmodule.o : stropmodule.c /Include/Python.h
  120.  
  121. structmodule.o : structmodule.c  /Include/Python.h
  122.  
  123. syslogmodule.o : syslogmodule.c /Include/Python.h
  124.  
  125. timemodule.o : timemodule.c /Include/Python.h
  126.  
  127. timingmodule.o : timingmodule.c timing.h /Include/Python.h
  128.  
  129. xxmodule.o : xxmodule.c /Include/Python.h
  130.  
  131. zlibmodule.o : zlibmodule.c /Include/Python.h
  132.  
  133. _codecsmodule.o: _codecsmodule.c /Include/Python.h
  134.  
  135. _sre.o: _sre.c /Include/Python.h
  136.  
  137. pyexpat.o: pyexpat.c
  138.     sc pyexpat.c incdir=/expat/xmlparse/ IDENTIFIERLENGTH=60
  139.  
  140.  
  141. # --- DO NOT MODIFY THIS LINE -- AUTO-DEPENDS PRECEDE ---
  142.