X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2FMakefile.in;h=93a5291b4cdd22a6a6af17b4c9a150b981b9c854;hb=6cc20419da3ccf7a03d55516f339bc08e3493eaa;hp=0b673e9bbcacad1d05fa9bf87960ca836c2c5de4;hpb=613908b1a5134c2e69c94dee8954b8b424dafd5e;p=swftools.git diff --git a/lib/Makefile.in b/lib/Makefile.in index 0b673e9..93a5291 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -14,8 +14,8 @@ h263_objects = h.263/dct.$(O) h.263/h263tables.$(O) h.263/swfvideo.$(O) actioncompiler_objects = action/assembler.$(O) action/compile.$(O) action/lex.swf4.$(O) action/lex.swf5.$(O) action/libming.$(O) action/swf4compiler.tab.$(O) action/swf5compiler.tab.$(O) action/actioncompiler.$(O) rfxswf_modules = modules/swfbits.c modules/swfaction.c modules/swfdump.c modules/swfcgi.c modules/swfbutton.c modules/swftext.c modules/swffont.c modules/swftools.c modules/swfsound.c modules/swfshape.c modules/swfobject.c modules/swfdraw.c modules/swfrender.c h.263/swfvideo.c -libpdf$(A): xpdf/GFXOutputDev.cc xpdf/GFXOutputDev.h xpdf/pdf.cc xpdf/pdf.h - cd xpdf;$(MAKE);cd .. +libpdf$(A): pdf/GFXOutputDev.cc pdf/GFXOutputDev.h pdf/pdf.cc pdf/pdf.h + cd pdf;$(MAKE) ../pdflib$(A);cd .. bitio.$(O): bitio.c bitio.h $(C) bitio.c -o $@ @@ -84,4 +84,5 @@ clean: cd action && $(MAKE) clean && cd .. cd python && $(MAKE) clean && cd .. cd art && $(MAKE) clean && cd .. + cd pdf && $(MAKE) clean && cd ..