From: kramm Date: Thu, 8 May 2008 08:12:24 +0000 (+0000) Subject: do lame/action compiling here, not in a sub-level Makefile X-Git-Tag: buttons-working~225 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=61abad7f9abc34c861e5b3a4eed0e78741b679d8 do lame/action compiling here, not in a sub-level Makefile --- diff --git a/lib/Makefile.in b/lib/Makefile.in index 0b32394..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)