X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fpython%2FMakefile.in;h=a68205d23d7f4b1db809d10977924ddf721fa13a;hb=6f086096d76b7f22e9cdc8a9c180129a71071992;hp=82456cd32e7509393d324905a1c21aa3e614822c;hpb=5641844394ba7158cdc8579f8f34a781bc6ac3f2;p=swftools.git diff --git a/lib/python/Makefile.in b/lib/python/Makefile.in index 82456cd..a68205d 100644 --- a/lib/python/Makefile.in +++ b/lib/python/Makefile.in @@ -4,7 +4,7 @@ top_srcdir = @top_srcdir@ include ../../Makefile.common #LIB=-L/usr/lib/python2.2/config/ -lpython2.2 -PYTHON_LIB=-lpython2.3 +PYTHON_LIB=-lpython2.3 /usr/lib/python2.3/site-packages/PIL/_imaging.so PYTHON_INCLUDES=-I/usr/include/python2.3 all: mypython swfpython SWF.so testmem @@ -41,20 +41,24 @@ swfpython: swfpython.c Makefile primitives.o tagmap.o taglist.o tag.o tags.o act testmem: testmem.c Makefile $(L) $(PYTHON_INCLUDES) testmem.c -o testmem $(PYTHON_LIB) -ldl -lm -lpthread -lutil -test: test3 +test: test6 test1: SWF.so ./test_create.py swfdump -p tmp/test.swf - test2: SWF.so ./test_combine.py swfdump -u -p tmp/combined.swf - test3: SWF.so ./test_simple.py test4: SWF.so ./test_movie.py + swfdump -u -p tmp/test.swf +test5: SWF.so + ./test_image.py + swfdump -u -p tmp/test.swf +test6: SWF.so + ./test_sprite.py clean: rm -f *.o *.so mypython swfpython