added swfbbox.
[swftools.git] / src / Makefile.in
index 191c13f..fc52d93 100644 (file)
@@ -3,7 +3,7 @@ srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 include ../Makefile.common
 
-programs = wav2swf @PNG2SWF@ swfcombine swfstrings swfextract swfdump swfc @JPEG2SWF@
+programs = wav2swf @PNG2SWF@ swfcombine swfstrings swfextract swfdump swfc @JPEG2SWF@ swfbbox
 
 all: $(programs)
 
@@ -21,6 +21,8 @@ swfextract.o: swfextract.c
        $(C) swfextract.c -o $@
 swfstrings.o: swfstrings.c
        $(C) swfstrings.c -o $@
+swfbbox.o: swfbbox.c
+       $(C) swfbbox.c -o $@
 jpeg2swf.o: jpeg2swf.c
        $(C) jpeg2swf.c -o $@
 swfc.o: swfc.c parser.h ../lib/q.h
@@ -50,6 +52,9 @@ swfextract: swfextract.o
 swfstrings: swfstrings.o
        $(L) swfstrings.o -o $@ ../lib/librfxswf.a $(LIBS)
        $(STRIP) swfstrings
+swfbbox: swfbbox.o
+       $(L) swfbbox.o -o $@ ../lib/librfxswf.a $(LIBS)
+       $(STRIP) swfbbox
 jpeg2swf: jpeg2swf.o
        $(L) jpeg2swf.o -o $@ ../lib/librfxswf.a $(LIBS)
        $(STRIP) jpeg2swf