

# object list for Python w/ networking

# main.o and python.o intentionally left out

NETOBJECTS = config.o getpath.o environment.o amigamodule.o \
        stropmodule.o mathmodule.o timemodule.o \
	operator.o errnomodule.o ARexxmodule.o AmigaExecmodule.o 


# object list for Python without networking

OBJECTS = config.o getpath.o environment.o amigamodule.o \
        stropmodule.o mathmodule.o timemodule.o \
	operator.o errnomodule.o ARexxmodule.o AmigaExecmodule.o 


Modules.lib: $(OBJECTS)			# SELECT $(OBJECTS) OR $(NETOBJECTS)
	-delete >NIL: Modules.lib
	oml Modules.lib a <@<
$(OBJECTS)				# SELECT $(OBJECTS) OR $(NETOBJECTS)
<


_localemodule.o : _localemodule.c

amigamodule.o : amigamodule.c

AmigaExecmodule.o: AmigaExecmodule.c

ARexxmodule.o : ARexxmodule.c

arraymodule.o : arraymodule.c /Include/Python.h

binascii.o : binascii.c /Include/Python.h

cPickle.o : cPickle.c /Include/mymath.h /Include/cStringIO.h /Include/Python.h

cStringIO.o : cStringIO.c /Include/cStringIO.h /Include/import.h /Include/Python.h

cmathmodule.o : cmathmodule.c /Include/mymath.h /Include/Python.h

config.o : config.c

cryptmodule.o : cryptmodule.c /Include/Python.h

Doslibmodule.o : Doslibmodule.c

environment.o : environment.c /Include/Python.h

errnomodule.o : errnomodule.c /Include/Python.h

fpectlmodule.o : fpectlmodule.c /Include/Python.h

fpetestmodule.o : fpetestmodule.c /Include/Python.h

getbuildinfo.o : getbuildinfo.c macbuildno.h /Include/config.h /Include/myproto.h

getpath.o : getpath.c /Include/protos.h /Include/osdefs.h /Include/Python.h

grpmodule.o : grpmodule.c /Include/Python.h

main.o : main.c /Include/osdefs.h /Include/Python.h

mathmodule.o : mathmodule.c /Include/mymath.h /Include/Python.h

md5c.o : md5c.c md5.h /Include/config.h

md5module.o : md5module.c md5.h /Include/Python.h

newmodule.o : newmodule.c /Include/compile.h /Include/Python.h

operator.o : operator.c /Include/Python.h

pcremodule.o : pcremodule.c pcre-int.h pcre.h /Include/graminit.h /Include/Python.h

pwdmodule.o : pwdmodule.c /Include/Python.h

pypcre.o : pypcre.c /Include/graminit.h /Include/mymalloc.h /Include/Python.h pcre-int.h pcre.h

python.o : python.c /Include/myproto.h

readline.o : readline.c /Include/Python.h

regexmodule.o : regexmodule.c regexpr.h /Include/Python.h

regexpr.o : regexpr.c regexpr.h /Include/Python.h

resource.o : resource.c

rotormodule.o : rotormodule.c /Include/mymath.h /Include/Python.h

selectmodule.o : selectmodule.c /Include/myselect.h /Include/Python.h

shamodule.o: shamodule.c /Include/Python.h

socketmodule.o : socketmodule.c /Include/mytime.h /Include/Python.h

soundex.o : soundex.c /Include/Python.h

stropmodule.o : stropmodule.c /Include/Python.h

structmodule.o : structmodule.c /Include/mymath.h /Include/Python.h

syslogmodule.o : syslogmodule.c /Include/Python.h

timemodule.o : timemodule.c /Include/mytime.h /Include//Include/myselect.h /Include/mymath.h /Include/Python.h

timingmodule.o : timingmodule.c timing.h /Include/Python.h

xxmodule.o : xxmodule.c /Include/Python.h

zlibmodule.o : zlibmodule.c /Include/Python.h

# --- DO NOT MODIFY THIS LINE -- AUTO-DEPENDS PRECEDE ---
