X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2FMakefile.in;h=f2076ebc65113d2508c6eb480067038fc36bb52f;hb=98c2aea6b4805af2151b30ddbafd9de267903e55;hp=0a7c6d8f41dcd4849308fe25e5eb13ca8c418e3b;hpb=4654978e22ed7968673ee108bffd6998f132fd16;p=swftools.git diff --git a/lib/Makefile.in b/lib/Makefile.in index 0a7c6d8..f2076eb 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -3,7 +3,7 @@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ include ../Makefile.common -all: librfxswf$(A) q.$(O) os.$(O) gfxtools.$(O) art/libart$(A) +all: librfxswf$(A) q.$(O) os.$(O) gfxtools.$(O) gfxfont.$(O) art/libart$(A) png.$(O) lame_objects = @lame_objects@ @@ -17,10 +17,14 @@ drawer.$(O): drawer.c drawer.h $(C) drawer.c -o $@ q.$(O): q.c q.h $(top_builddir)/config.h $(C) q.c -o $@ +png.$(O): png.c png.h $(top_builddir)/config.h + $(C) png.c -o $@ os.$(O): os.c os.h $(top_builddir)/config.h $(C) -DSWFTOOLS_DATADIR=\"$(pkgdatadir)\" os.c -o $@ gfxtools.$(O): gfxtools.c gfxtools.h $(top_builddir)/config.h $(C) gfxtools.c -o $@ +gfxfont.$(O): gfxfont.c gfxfont.h $(top_builddir)/config.h + $(C) gfxfont.c -o $@ MD5.$(O): MD5.c MD5.h $(C) MD5.c -o $@ @@ -30,9 +34,9 @@ rfxswf.$(O): rfxswf.c rfxswf.h drawer.h bitio.h log.h MD5.h $(rfxswf_modules) $( $(C) rfxswf.c -o $@ $(lame_objects): - cd lame;make all;cd .. + cd lame;$(MAKE) all;cd .. $(actioncompiler_objects): - cd action;make all;cd .. + cd action;$(MAKE) all;cd .. art/libart$(A): cd art; $(MAKE) libart$(A);cd .. @@ -56,5 +60,5 @@ clean: cd lame && $(MAKE) clean && cd .. || true cd action && $(MAKE) clean && cd .. cd python && $(MAKE) clean && cd .. - cd libart && $(MAKE) clean && cd .. + cd art && $(MAKE) clean && cd ..