X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fpdf%2FMakefile.in;h=05f12fa458b2650979bc11aa7c7368af6a9a9aab;hb=9e51523b57fc5e715d498039543f8e630b664d7b;hp=968b40df00efc40beb0ce59391b50c3172e638c5;hpb=2ef72699dc30335b774249d0ed7cb2f90fd75d4d;p=swftools.git diff --git a/lib/pdf/Makefile.in b/lib/pdf/Makefile.in index 968b40d..05f12fa 100644 --- a/lib/pdf/Makefile.in +++ b/lib/pdf/Makefile.in @@ -36,6 +36,8 @@ InfoOutputDev.$(O): InfoOutputDev.cc InfoOutputDev.h $(CC) -I ./ -I xpdf InfoOutputDev.cc -o $@ BitmapOutputDev.$(O): BitmapOutputDev.cc BitmapOutputDev.h $(CC) -I ./ -I xpdf BitmapOutputDev.cc -o $@ +DummyOutputDev.$(O): DummyOutputDev.cc DummyOutputDev.h + $(CC) -I ./ -I xpdf DummyOutputDev.cc -o $@ pdf.$(O): pdf.cc GFXOutputDev.h InfoOutputDev.h $(CC) -I ./ -I xpdf pdf.cc -o $@ @@ -141,7 +143,7 @@ pdftoppm$(E): $(xpdf_objects) xpdf/Splash*.cc pdftotext$(E): $(xpdf_objects) $(splash_objects) $(LL) $(CPPFLAGS) -DXPDFEXE -g -I xpdf -I . xpdf/pdftotext.cc $(xpdf_objects) xpdf/TextOutput*.cc xpdf/UnicodeType*.cc xpdf/parseargs.c -o pdftotext$(E) $(LIBS) -gfx_objects = ../devices/swf.$(O) ../devices/arts.$(O) ../libgfx$(A) ../art/libart$(A) ../librfxswf$(A) ../libbase$(A) +gfx_objects = ../devices/swf.$(O) ../devices/arts.$(O) ../devices/artsutils.$(O) ../libgfx$(A) ../art/libart$(A) ../librfxswf$(A) ../libbase$(A) pdf2swf$(E): ../../src/pdf2swf.c $(libpdf_objects) $(xpdf_objects) $(splash_objects) $(gfx_objects) $(LL) $(CPPFLAGS) -g ../../src/pdf2swf.c $(libpdf_objects) $(xpdf_objects) $(splash_objects) $(gfx_objects) -o pdf2swf$(E) $(LIBS)