X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2FMakefile.in;h=1f69293ea7042c76eb7eea51e4a96680b01ee526;hb=4d50e9ccf474061088318da8e7a67789fd488a2a;hp=24f2cac59f7cfc4b4ac5a0927355bf7fc73d29e3;hpb=c049a0fae8bd68e37b3988d81cdf792c523ef8e8;p=swftools.git diff --git a/lib/Makefile.in b/lib/Makefile.in index 24f2cac..1f69293 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -5,7 +5,7 @@ include ../Makefile.common DEVICES = devices/file.$(O) devices/swf.$(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 @@ -60,8 +62,8 @@ devices/swf.$(O): devices/swf.c devices/swf.h devices/file.$(O): devices/file.c devices/file.h $(C) devices/file.c -o devices/file.$(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: