added new tool (jpeg2swf)
[swftools.git] / src / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 bin_PROGRAMS = swfcombine swfstrings swfdump jpeg2swf
3 jpeg2swf_SOURCES = jpeg2swf.c
4 swfdump_SOURCES = swfdump.c
5 swfcombine_SOURCES = bitio.c bitio.h reloc.c reloc.h combine.c combine.h flash.c flash.h swfcombine.c types.h
6 swfstrings_SOURCES = swfstrings.c
7 jpeg2swf_LINK = $(CCLD) ../lib/rfxswf.o -o $@
8 swfdump_LINK = $(CCLD) ../lib/rfxswf.o -o $@
9 swfcombine_LINK = $(CCLD) ../lib/log.o -o $@
10 swfstrings_LINK = $(CCLD) ../lib/log.o ../lib/rfxswf.o -o $@
11 man_MANS = swfcombine.1 swfstrings.1 swfdump.1
12