X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2FMakefile.am;h=2c9fa29de29239821e8b4d017afdf7a6463766b2;hb=27ad8f00e0e33d7d35166437c7a58532f013628d;hp=6b50cee5f81df33cd359676f0839d6e7d9deade4;hpb=fc554a43712b76d16b41ec77dd311b4a78b1ef6b;p=swftools.git diff --git a/src/Makefile.am b/src/Makefile.am index 6b50cee..2c9fa29 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,13 +1,13 @@ ## Process this file with automake to produce Makefile.in -bin_PROGRAMS = swfcombine swfstrings swfdump +bin_PROGRAMS = swfcombine swfstrings swfdump jpeg2swf +jpeg2swf_SOURCES = jpeg2swf.c swfdump_SOURCES = swfdump.c swfcombine_SOURCES = bitio.c bitio.h reloc.c reloc.h combine.c combine.h flash.c flash.h swfcombine.c types.h swfstrings_SOURCES = swfstrings.c +jpeg2swf_LINK = $(CCLD) ../lib/rfxswf.o -o $@ swfdump_LINK = $(CCLD) ../lib/rfxswf.o -o $@ swfcombine_LINK = $(CCLD) ../lib/log.o -o $@ swfstrings_LINK = $(CCLD) ../lib/log.o ../lib/rfxswf.o -o $@ -##LIBS = -##swfcombine_LIBS = -##swfstrings_LIBS = -ljpeg -man_MANS = swfcombine.1 swfstrings.1 swfdump.1 - +man_MANS = swfcombine.1 swfstrings.1 swfdump.1 jpeg2swf.1 +# don't build Makefile, only executables: +all-am: $(PROGRAMS) $(MANS)