3 top_srcdir = @top_srcdir@
4 include ../Makefile.common
6 all: librfxswf.a q.$(O)
8 lame_objects = @lame_objects@
10 h263_objects = h.263/dct.$(O) h.263/h263tables.$(O) h.263/swfvideo.$(O)
11 actioncompiler_objects = action/assembler.$(O) action/compile.$(O) action/lex.swf4.$(O) action/lex.swf5.$(O) action/libming.$(O) action/swf4compiler.tab.$(O) action/swf5compiler.tab.$(O) action/actioncompiler.$(O)
12 rfxswf_modules = modules/swfbits.c modules/swfaction.c modules/swfdump.c modules/swfcgi.c modules/swfbutton.c modules/swftext.c modules/swffont.c modules/swftools.c modules/swfsound.c modules/swfshape.c modules/swfobject.c modules/swfdraw.c modules/swfrender.c h.263/swfvideo.c
14 bitio.$(O): bitio.c bitio.h
16 drawer.$(O): drawer.c drawer.h
18 q.$(O): q.c q.h $(top_builddir)/config.h
24 rfxswf.$(O): rfxswf.c rfxswf.h drawer.h bitio.h log.h MD5.h $(rfxswf_modules) $(top_builddir)/config.h
28 cd lame;make all;cd ..
29 $(actioncompiler_objects):
30 cd action;make all;cd ..
32 h.263/dct.$(O): h.263/dct.c h.263/dct.h
33 $(C) h.263/dct.c -o h.263/dct.$(O)
34 h.263/h263tables.$(O): h.263/h263tables.c h.263/h263tables.h
35 $(C) h.263/h263tables.c -o h.263/h263tables.$(O)
36 h.263/swfvideo.$(O): h.263/swfvideo.c h.263/h263tables.h h.263/dct.h
37 $(C) h.263/swfvideo.c -o h.263/swfvideo.$(O)
39 librfxswf.a: Makefile rfxswf.$(O) drawer.$(O) bitio.$(O) log.$(O) MD5.$(O) $(lame_objects) $(h263_objects) $(actioncompiler_objects)
40 $(AR) r librfxswf.a rfxswf.$(O) drawer.$(O) bitio.$(O) log.$(O) MD5.$(O) $(lame_objects) $(h263_objects) $(actioncompiler_objects)
47 rm -f *.o *.obj *.lo *.a *.la gmon.out
48 cd lame && $(MAKE) clean && cd .. || true
49 cd action && $(MAKE) clean && cd ..
50 cd python && $(MAKE) clean && cd ..