X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fpdf%2FMakefile.in;h=07425c7f48e8223f1535ac8ce11e26a1be087351;hb=dab8defa4233379408874908fbdb7bf9f1260d9a;hp=59691ee5be198c874e5549c9d586bdfd1e880774;hpb=18eb80b698320ccde1f556c894c92b309df4c145;p=swftools.git diff --git a/lib/pdf/Makefile.in b/lib/pdf/Makefile.in index 59691ee..07425c7 100644 --- a/lib/pdf/Makefile.in +++ b/lib/pdf/Makefile.in @@ -149,10 +149,13 @@ 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) ../libgfx$(A) ../librfxswf$(A) ../libbase$(A) +gfx_objects = ../libgfxswf$(A) ../libgfx$(A) ../librfxswf$(A) ../libbase$(A) +gfx_objects2 = $(gfx_objects) ../devices/lrf.$(O) ../libocr$(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) +gfx2gfx$(E): ../../src/gfx2gfx.c $(libpdf_objects) $(xpdf_objects) $(splash_objects) $(gfx_objects2) + $(LL) $(CPPFLAGS) -g ../../src/gfx2gfx.c $(libpdf_objects) $(xpdf_objects) $(splash_objects) $(gfx_objects2) -o gfx2gfx$(E) $(LIBS) install: uninstall: