X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2FMakefile.in;h=9b193db719d68166090c9c66a816b1fdd0de0d25;hb=a9e315788f366e44b1e14dad849e24329859d62b;hp=04d0614d2ce8445c74efab449d90bc87b8279d35;hpb=d4e0ae0071722b1cc50bfc41fe64066783aa24a5;p=swftools.git diff --git a/lib/Makefile.in b/lib/Makefile.in index 04d0614..9b193db 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -21,6 +21,11 @@ ocr_objects=gocr/box.$(O) gocr/database.$(O) gocr/detect.$(O) gocr/job.$(O) gocr %.$(O): %.c $(C) $< -o $@ +lame/%.$(O): lame/%.$(C) + $(C) $< -o $@ +action/%.$(O): action/%.$(C) + $(C) $< -o $@ + bitio.$(O): bitio.c bitio.h $(C) bitio.c -o $@ drawer.$(O): drawer.c drawer.h @@ -87,10 +92,8 @@ log.$(O): log.c log.h rfxswf.$(O): rfxswf.c rfxswf.h drawer.h bitio.h log.h MD5.h $(top_builddir)/config.h $(C) rfxswf.c -o $@ -$(lame_objects): - cd lame;$(MAKE) all;cd .. -$(actioncompiler_objects): - cd action;$(MAKE) all;cd .. +#$(actioncompiler_objects): +# cd action;$(MAKE) all;cd .. h.263/dct.$(O): h.263/dct.c h.263/dct.h $(C) h.263/dct.c -o h.263/dct.$(O) @@ -126,7 +129,7 @@ devices/lrf.$(O): devices/lrf.c devices/lrf.h devices/ocr.$(O): devices/ocr.c devices/ocr.h gocr/gocr.h $(C) devices/ocr.c -o devices/ocr.$(O) -readers/swf2.$(O): readers/swf2.c readers/swf.h +readers/swf2.$(O): readers/swf.c readers/swf.h $(C) readers/swf.c -o readers/swf2.$(O) readers/image.$(O): readers/image.c readers/image.h $(C) readers/image.c -o readers/image.$(O)