X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2FMakefile.in;h=4fec83b4b9939d75eeef4f9ee1686c7a691f63a2;hb=fe75117d237d19d4df7b1788a505ccd32d5d9816;hp=1f69293ea7042c76eb7eea51e4a96680b01ee526;hpb=8aa7d9698d4161dbe4f9cf664ef621a59161f943;p=swftools.git diff --git a/lib/Makefile.in b/lib/Makefile.in index 1f69293..4fec83b 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -3,7 +3,7 @@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ include ../Makefile.common -DEVICES = devices/file.$(O) devices/swf.$(O) +DEVICES = devices/file.$(O) devices/swf.$(O) devices/render.$(O) all: librfxswf$(A) q.$(O) mem.$(O) os.$(O) gfxtools.$(O) gfxfont.$(O) art/libart$(A) png.$(O) mp3.$(O) wav.$(O) $(DEVICES) @@ -61,6 +61,8 @@ 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) 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) @@ -70,7 +72,7 @@ install: uninstall: clean: - rm -f *.o *.obj *.lo *.a *.la gmon.out + rm -f *.o *.obj *.lo *.a *.lib *.la gmon.out cd lame && $(MAKE) clean && cd .. || true cd action && $(MAKE) clean && cd .. cd python && $(MAKE) clean && cd ..