moved test programs to optional targer
[swftools.git] / lib / as3 / Makefile
index bef056d..39559e5 100644 (file)
@@ -1,4 +1,5 @@
-all: parser testreadwrite swfdump testwrite testrewrite testpaths mklib
+all: parser swfdump mklib
+tests: testwrite testrewrite testpaths testreadwrite 
 
 D=-g -pg
 
@@ -63,4 +64,4 @@ testpaths: testpaths.c ../librfxswf.a ../libbase.a
        gcc $(D) -DMAIN -o testpaths testpaths.c ../librfxswf.a ../libbase.a -lz -ljpeg
 
 clean:
-       rm -f *.o *.yy.c *.tab.c *.tab.h testreadwrite swfdump testpaths testwrite
+       rm -f *.o *.yy.c *.tab.c *.tab.h testreadwrite swfdump testpaths testwrite ../librfxswf.a