home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 4 / AACD04.ISO / AACD / Programming / Python / Source / Modules / SMAKEFILE < prev    next >
Encoding:
Text File  |  1999-10-19  |  3.6 KB  |  128 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 stropmodule.o \
  9.         mathmodule.o regexmodule.o newmodule.o soundex.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. ###    AmigaExecmodule.o 
  16.  
  17.  
  18. # object list for Python without networking
  19.  
  20. OBJECTS = config.o getpath.o environment.o amigamodule.o \
  21.         regexpr.o arraymodule.o structmodule.o stropmodule.o \
  22.         mathmodule.o regexmodule.o newmodule.o soundex.o \
  23.         timemodule.o binascii.o md5module.o md5c.o rotormodule.o \
  24.     operator.o cmathmodule.o errnomodule.o pcremodule.o \
  25.     shamodule.o ARexxmodule.o Doslibmodule.o \
  26.     cStringIO.o cPickle.o pypcre.o \
  27. ### AmigaExecmodule.o 
  28.  
  29.  
  30. Modules.lib: $(NETOBJECTS)            # SELECT $(OBJECTS) OR $(NETOBJECTS)
  31.     -delete >NIL: Modules.lib
  32.     oml Modules.lib a <@<
  33. $(NETOBJECTS)                # SELECT $(OBJECTS) OR $(NETOBJECTS)
  34. <
  35.  
  36.  
  37. _localemodule.o : _localemodule.c
  38.  
  39. amigamodule.o : amigamodule.c
  40.  
  41. AmigaExecmodule.o: AmigaExecmodule.c
  42.  
  43. ARexxmodule.o : ARexxmodule.c
  44.  
  45. arraymodule.o : arraymodule.c /Include/Python.h
  46.  
  47. binascii.o : binascii.c /Include/Python.h
  48.  
  49. cPickle.o : cPickle.c /Include/mymath.h /Include/cStringIO.h /Include/Python.h
  50.  
  51. cStringIO.o : cStringIO.c /Include/cStringIO.h /Include/import.h /Include/Python.h
  52.  
  53. cmathmodule.o : cmathmodule.c /Include/mymath.h /Include/Python.h
  54.  
  55. config.o : config.c
  56.  
  57. cryptmodule.o : cryptmodule.c /Include/Python.h
  58.  
  59. Doslibmodule.o : Doslibmodule.c
  60.  
  61. environment.o : environment.c /Include/Python.h
  62.  
  63. errnomodule.o : errnomodule.c /Include/Python.h
  64.  
  65. fpectlmodule.o : fpectlmodule.c /Include/Python.h
  66.  
  67. fpetestmodule.o : fpetestmodule.c /Include/Python.h
  68.  
  69. getbuildinfo.o : getbuildinfo.c macbuildno.h /Include/config.h /Include/myproto.h
  70.  
  71. getpath.o : getpath.c /Include/protos.h /Include/osdefs.h /Include/Python.h
  72.  
  73. grpmodule.o : grpmodule.c /Include/Python.h
  74.  
  75. main.o : main.c /Include/osdefs.h /Include/Python.h
  76.  
  77. mathmodule.o : mathmodule.c /Include/mymath.h /Include/Python.h
  78.  
  79. md5c.o : md5c.c md5.h /Include/config.h
  80.  
  81. md5module.o : md5module.c md5.h /Include/Python.h
  82.  
  83. newmodule.o : newmodule.c /Include/compile.h /Include/Python.h
  84.  
  85. operator.o : operator.c /Include/Python.h
  86.  
  87. pcremodule.o : pcremodule.c pcre-int.h pcre.h /Include/graminit.h /Include/Python.h
  88.  
  89. pwdmodule.o : pwdmodule.c /Include/Python.h
  90.  
  91. pypcre.o : pypcre.c /Include/graminit.h /Include/mymalloc.h /Include/Python.h pcre-int.h pcre.h
  92.  
  93. python.o : python.c /Include/myproto.h
  94.  
  95. readline.o : readline.c /Include/Python.h
  96.  
  97. regexmodule.o : regexmodule.c regexpr.h /Include/Python.h
  98.  
  99. regexpr.o : regexpr.c regexpr.h /Include/Python.h
  100.  
  101. resource.o : resource.c
  102.  
  103. rotormodule.o : rotormodule.c /Include/mymath.h /Include/Python.h
  104.  
  105. selectmodule.o : selectmodule.c /Include/myselect.h /Include/Python.h
  106.  
  107. shamodule.o: shamodule.c /Include/Python.h
  108.  
  109. socketmodule.o : socketmodule.c /Include/mytime.h /Include/Python.h
  110.  
  111. soundex.o : soundex.c /Include/Python.h
  112.  
  113. stropmodule.o : stropmodule.c /Include/Python.h
  114.  
  115. structmodule.o : structmodule.c /Include/mymath.h /Include/Python.h
  116.  
  117. syslogmodule.o : syslogmodule.c /Include/Python.h
  118.  
  119. timemodule.o : timemodule.c /Include/mytime.h /Include//Include/myselect.h /Include/mymath.h /Include/Python.h
  120.  
  121. timingmodule.o : timingmodule.c timing.h /Include/Python.h
  122.  
  123. xxmodule.o : xxmodule.c /Include/Python.h
  124.  
  125. zlibmodule.o : zlibmodule.c /Include/Python.h
  126.  
  127. # --- DO NOT MODIFY THIS LINE -- AUTO-DEPENDS PRECEDE ---
  128.