X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2FMakefile.in;h=ef5a16c6a540f2262745837671e69fd2b39ac91a;hb=62ca2479fa44d1d6c7c8b840f7368fd438fd537b;hp=630a70f92f8ce5856f08495737208891e33c7486;hpb=727449f065760e1d99735f44638c25678cd8bc52;p=swftools.git 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)