home *** CD-ROM | disk | FTP | other *** search
-
- all: test
-
-
- PSRC=PythonSrc:
-
-
- CLIBS = PythonSrc:Amiga/amigapythonamitcp.lib LIB:scm881nb.lib LIB:scnb.lib
-
-
- LINKOPTS = SC BATCH NOICONS STRIPDEBUG
-
- LIBS = $(PSRC)Modules/Modules.lib $(PSRC)Parser/Parser.lib $(PSRC)Python/Python.lib $(PSRC)Objects/Objects.lib $(CLIBS)
-
-
- OBJECTS=test.o
-
- test: test.o AmigaPythonEmbed.o
- SLINK WITH <<
- TO test
- FROM lib:c.o
- test.o AmigaPythonEmbed.o
- $(PSRC)Modules/getbuildinfo.o
- LIB $(LIBS)
- $(LINKOPTS)
- <<
-
-
-
- test.o: test.c
- SC NOLINK test.c
-
- AmigaPythonEmbed.o: AmigaPythonEmbed.c
- SC NOLINK AmigaPythonEmbed.c
-
-
- clean:
- -delete \#?.o test
-