added support for $(EXEEXT)
[swftools.git] / src / Makefile.in
index 191c13f..dad8c1f 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
@@ -66,5 +71,5 @@ uninstall:
        @for file in $(programs); do $(UNINSTALL_BIN);$(UNINSTALL_MAN1);done
 
 clean: 
-       rm -f *.o *.lo *.a *.la wav2swf png2swf swfcombine swfextract swfstrings png2swf jpeg2swf *~
+       rm -f *.o *.lo *.a *.la swfbbox swfdump wav2swf png2swf swfcombine swfextract swfstrings png2swf jpeg2swf *~