X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2FMakefile.am;fp=src%2FMakefile.am;h=0000000000000000000000000000000000000000;hb=2d46eef23464b1e005fb1fc8b3f205b2bbe09a4d;hp=a56c96efb24cf7dec4cc36c0f8a86d4f4d1bc243;hpb=46132d50f6474501e2c5d98446ecb07b96cb12ce;p=swftools.git diff --git a/src/Makefile.am b/src/Makefile.am deleted file mode 100644 index a56c96e..0000000 --- a/src/Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ -## Process this file with automake to produce Makefile.in -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 $@ -man_MANS = swfcombine.1 swfstrings.1 swfdump.1 jpeg2swf.1