X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2FMakefile.in;h=deaf9dcb64ca73e6321268cff89b2dfb67821719;hp=566cff33b91637c61b84ff0988975dc242bd72f6;hb=c788b3270c1380af50d9ff83341b81565b74b28f;hpb=905772d04a1c2dd73802c6dde5bd50e9701b7af6 diff --git a/lib/Makefile.in b/lib/Makefile.in index 566cff3..deaf9dc 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -158,22 +158,27 @@ readers/image.$(O): readers/image.c readers/image.h $(C) readers/image.c -o readers/image.$(O) libocr$(A): $(ocr_objects) devices/ocr.$(O) + rm -f libocr$(A) $(AR) r libocr$(A) $(ocr_objects) devices/ocr.$(O) $(RANLIB) libocr$(A) libbase$(A): $(base_objects) Makefile + rm -f libbase$(A) $(AR) r libbase$(A) $(base_objects) $(RANLIB) libbase$(A) libgfxswf$(A): devices/swf.$(O) readers/swf2.$(O) readers/image.$(O) + rm -f libgfxswf$(A) $(AR) r libgfxswf$(A) devices/swf.$(O) readers/swf2.$(O) readers/image.$(O) $(RANLIB) libgfxswf$(A) libgfx$(A): $(gfx_objects) $(gfxpoly_objects) Makefile + rm -f libgfx$(A) $(AR) r libgfx$(A) $(gfx_objects) $(gfxpoly_objects) $(RANLIB) libgfx$(A) librfxswf$(A): Makefile $(rfxswf_objects) rfxswf.$(O) drawer.$(O) $(lame_in_source) $(h263_objects) $(as12compiler_in_source) $(as3compiler_objects) Makefile + rm -f librfxswf$(A) $(AR) r librfxswf$(A) $(rfxswf_objects) rfxswf.$(O) drawer.$(O) $(lame_in_source) $(h263_objects) $(as12compiler_in_source) $(as3compiler_objects) $(RANLIB) librfxswf$(A)