X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fpdf%2FMakefile.in;h=1d5eb41fcfe209a20be5a0ba1657860ef1c20ca8;hp=e03dc41a5a012f49d3bdc3e201f43054296c59a8;hb=cbcb36e38ef35e0a1b950fa8cfa3d90e5aeaa19b;hpb=8eda1c41645c471c0a85e3e3940b511a8a6ad483 diff --git a/lib/pdf/Makefile.in b/lib/pdf/Makefile.in index e03dc41..1d5eb41 100644 --- a/lib/pdf/Makefile.in +++ b/lib/pdf/Makefile.in @@ -8,7 +8,7 @@ all: ../libpdf$(A) pdf2swf libpdf: ../libpdf$(A) -libpdf_objects = GFXOutputDev.$(O) InfoOutputDev.$(O) pdf.$(O) fonts.$(O) +libpdf_objects = GFXOutputDev.$(O) InfoOutputDev.$(O) BitmapOutputDev.$(O) pdf.$(O) fonts.$(O) xpdf_objects = xpdf/GHash.$(O) xpdf/GList.$(O) xpdf/GString.$(O) xpdf/gmem.$(O) xpdf/gfile.$(O) \ xpdf/FoFiTrueType.$(O) xpdf/FoFiType1.$(O) xpdf/FoFiType1C.$(O) xpdf/FoFiBase.$(O) xpdf/FoFiEncodings.$(O) \ @@ -34,6 +34,8 @@ GFXOutputDev.$(O): GFXOutputDev.cc GFXOutputDev.h ../devices/artsutils.c $(CC) -I ./ -I xpdf GFXOutputDev.cc -o $@ 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 $@ pdf.$(O): pdf.cc GFXOutputDev.h InfoOutputDev.h $(CC) -I ./ -I xpdf pdf.cc -o $@ @@ -131,15 +133,18 @@ xpdf/%.$(O): xpdf/%.cc ../libpdf$(A): $(libpdf_objects) $(xpdf_objects) $(splash_objects) - $(AR) r ../libpdf$(A) $(libpdf_objects) $(xpdf_objects) + $(AR) r ../libpdf$(A) $(libpdf_objects) $(xpdf_objects) $(splash_objects) $(RANLIB) ../libpdf$(A) pdftoppm$(E): $(xpdf_objects) xpdf/Splash*.cc $(LL) $(CPPFLAGS) -DXPDFEXE -g -I xpdf -I . xpdf/pdftoppm.cc $(xpdf_objects) xpdf/Splash*.cc xpdf/parseargs.c -o pdftoppm$(E) $(LIBS) 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) -pdf2swf$(E): $(xpdf_objects) $(libpdf_objects) $(splash_objects) ../../src/pdf2swf.c ../devices/swf.$(O) ../devices/record.$(O) ../devices/arts.$(O) ../devices/ops.$(O) ../devices/render.$(O) ../libbase$(A) - $(LL) $(CPPFLAGS) -g ../../src/pdf2swf.c $(libpdf_objects) $(xpdf_objects) $(splash_objects) ../devices/swf.$(O) ../devices/arts.$(O) ../devices/record.$(O) ../devices/render.$(O) ../devices/ops.$(O) ../png.$(O) ../librfxswf$(A) ../art/libart.a ../gfxtools.$(O) ../gfxfont.$(O) ../libbase$(A) -o pdf2swf$(E) $(LIBS) + +gfx_objects = ../devices/swf.$(O) ../devices/arts.$(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) install: uninstall: