X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fexample%2FMakefile;h=164e5e6d41d91f6f50c9bd06d17833b0b26f37d9;hb=3876a9103216c4774c284db2a151c94362f7fa15;hp=e79ad35bf942787e22b961b094a0998e9c4d8ef1;hpb=dcd54b8f52f1003b9723ea1aaeb6b1226e04e675;p=swftools.git diff --git a/lib/example/Makefile b/lib/example/Makefile index e79ad35..164e5e6 100644 --- a/lib/example/Makefile +++ b/lib/example/Makefile @@ -9,7 +9,7 @@ DBFLAGS = -g2 .c.o: $(CC) -c $(CFLAGS) $(DBFLAGS) -o $@ $< -all: jpegtest box shape1 transtest zlibtest +all: jpegtest box shape1 transtest zlibtest sprites box: $(RFXSWF) box.o $(CC) -o box box.o $(RFXSWF) $(LDLIBS) $(DBFLAGS) @@ -20,6 +20,9 @@ jpegtest: $(RFXSWF) jpegtest.o shape1: $(RFXSWF) shape1.o $(CC) -o shape1 shape1.o $(RFXSWF) $(LDLIBS) $(DBFLAGS) +sprites: $(RFXSWF) sprites.o + $(CC) -o sprites sprites.o $(RFXSWF) $(LDLIBS) $(DBFLAGS) + transtest: $(RFXSWF) transtest.o $(CC) -o transtest transtest.o $(RFXSWF) $(LDLIBS) $(DBFLAGS) @@ -27,7 +30,8 @@ zlibtest: $(RFXSWF) zlibtest.o $(CC) -o zlibtest zlibtest.o $(RFXSWF) $(LDLIBS) $(DBFLAGS) clean: - rm -f jpegtest.o box.o shape1.o trastest.o zlibtest.o \ - jpegtest.swf box.swf shape1.swf trastest.swf zlibtest.swf + rm -f jpegtest.o box.o shape1.o trastest.o zlibtest.o sprites.o\ + jpegtest.swf box.swf shape1.swf trastest.swf zlibtest.swf \ + sprites.swf