moved xpdf/ to pdf/
authorkramm <kramm>
Sun, 19 Nov 2006 21:35:55 +0000 (21:35 +0000)
committerkramm <kramm>
Sun, 19 Nov 2006 21:35:55 +0000 (21:35 +0000)
lib/Makefile.in

index 0b673e9..8753107 100644 (file)
@@ -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);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 ..