X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2FMakefile.in;fp=lib%2FMakefile.in;h=ef5a16c6a540f2262745837671e69fd2b39ac91a;hp=630a70f92f8ce5856f08495737208891e33c7486;hb=fc815311aa1bd67877b404493838dfd85a86f596;hpb=02bea373211f87d9c3504a497489356bb0ea6ba4 diff --git a/lib/Makefile.in b/lib/Makefile.in index 630a70f..ef5a16c 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -141,15 +141,19 @@ readers/image.$(O): readers/image.c readers/image.h libocr$(A): $(ocr_objects) devices/ocr.$(O) $(AR) r libocr$(A) $(ocr_objects) devices/ocr.$(O) + $(RANLIB) libocr$(A) libbase$(A): $(base_objects) Makefile $(AR) r libbase$(A) $(base_objects) + $(RANLIB) libbase$(A) libgfxswf$(A): devices/swf.$(O) readers/swf2.$(O) readers/image.$(O) $(AR) r libgfxswf$(A) devices/swf.$(O) readers/swf2.$(O) readers/image.$(O) + $(RANLIB) libgfxswf$(A) libgfx$(A): $(gfx_objects) $(gfxpoly_objects) Makefile $(AR) r libgfx$(A) $(gfx_objects) $(gfxpoly_objects) + $(RANLIB) libgfx$(A) librfxswf$(A): Makefile $(rfxswf_objects) rfxswf.$(O) drawer.$(O) MD5.$(O) $(lame_in_source) $(h263_objects) $(as12compiler_in_source) $(as3compiler_objects) Makefile $(AR) r librfxswf$(A) $(rfxswf_objects) rfxswf.$(O) drawer.$(O) MD5.$(O) $(lame_in_source) $(h263_objects) $(as12compiler_in_source) $(as3compiler_objects)