X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2FMakefile.in;h=8bb140249cb23f2364f1dcce4e54333dab176545;hb=7139b32ea0744037aba72c3a3d1b030723b80b48;hp=b38ae2f0ac75dea3d7eba9f166997eb5034d5a4c;hpb=adbab7976f60c1fc9d69fe2d5f6d0e72382b3a4b;p=swftools.git diff --git a/lib/Makefile.in b/lib/Makefile.in index b38ae2f..8bb1402 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -3,9 +3,9 @@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ include ../Makefile.common -DEVICES = devices/gfxdevice_file.$(O) devices/gfxdevice_swf.$(O) +DEVICES = devices/file.$(O) devices/swf.$(O) devices/render.$(O) -all: librfxswf$(A) q.$(O) os.$(O) gfxtools.$(O) gfxfont.$(O) art/libart$(A) png.$(O) mp3.$(O) wav.$(O) $(DEVICES) +all: librfxswf$(A) q.$(O) mem.$(O) os.$(O) gfxtools.$(O) gfxfont.$(O) art/libart$(A) png.$(O) mp3.$(O) wav.$(O) $(DEVICES) lame_objects = @lame_objects@ @@ -20,6 +20,8 @@ drawer.$(O): drawer.c drawer.h $(C) drawer.c -o $@ q.$(O): q.c q.h $(top_builddir)/config.h $(C) q.c -o $@ +mem.$(O): mem.c mem.h $(top_builddir)/config.h + $(C) mem.c -o $@ png.$(O): png.c png.h $(top_builddir)/config.h $(C) png.c -o $@ mp3.$(O): mp3.c mp3.h $(top_builddir)/config.h @@ -55,13 +57,15 @@ h.263/h263tables.$(O): h.263/h263tables.c h.263/h263tables.h h.263/swfvideo.$(O): h.263/swfvideo.c h.263/h263tables.h h.263/dct.h $(C) h.263/swfvideo.c -o h.263/swfvideo.$(O) -devices/gfxdevice_swf.$(O): devices/gfxdevice_swf.c devices/gfxdevice_swf.h - $(C) devices/gfxdevice_swf.c -o devices/gfxdevice_swf.$(O) -devices/gfxdevice_file.$(O): devices/gfxdevice_file.c devices/gfxdevice_file.h - $(C) devices/gfxdevice_file.c -o devices/gfxdevice_file.$(O) +devices/swf.$(O): devices/swf.c devices/swf.h + $(C) devices/swf.c -o devices/swf.$(O) +devices/file.$(O): devices/file.c devices/file.h + $(C) devices/file.c -o devices/file.$(O) +devices/render.$(O): devices/render.c devices/render.h + $(C) devices/render.c -o devices/render.$(O) -librfxswf$(A): Makefile rfxswf.$(O) drawer.$(O) bitio.$(O) log.$(O) MD5.$(O) $(lame_objects) $(h263_objects) $(actioncompiler_objects) - $(AR) r librfxswf$(A) rfxswf.$(O) drawer.$(O) bitio.$(O) log.$(O) MD5.$(O) $(lame_objects) $(h263_objects) $(actioncompiler_objects) +librfxswf$(A): Makefile rfxswf.$(O) drawer.$(O) bitio.$(O) log.$(O) MD5.$(O) mem.$(O) $(lame_objects) $(h263_objects) $(actioncompiler_objects) + $(AR) r librfxswf$(A) rfxswf.$(O) drawer.$(O) bitio.$(O) log.$(O) MD5.$(O) mem.$(O) $(lame_objects) $(h263_objects) $(actioncompiler_objects) $(RANLIB) librfxswf$(A) install: