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