added target: movie (type 'make movies' to build all example swfs)
[swftools.git] / lib / example / Makefile
index 6b1787c..085b352 100644 (file)
@@ -11,6 +11,16 @@ DBFLAGS      = -g2
 
 all: jpegtest box shape1 transtest zlibtest sprites buttontest dumpfont text
 
+movies: jpegtest box shape1 transtest zlibtest sprites buttontest dumpfont text
+               ./jpegtest
+               ./box
+               ./shape1
+               ./transtest
+               ./zlibtest
+               ./sprites
+               ./buttontest
+               ./text
+
 box: $(RFXSWF) box.o
                $(CC) -o box box.o $(RFXSWF) $(LDLIBS) $(DBFLAGS)