From b58267f43c537d5f320ab55adfc4221d8d97a004 Mon Sep 17 00:00:00 2001 From: kramm Date: Sat, 27 Oct 2001 13:53:28 +0000 Subject: [PATCH] we don't do automake anymore --- pdf2swf/fonts/Makefile.am | 31 ------------------------------- pdf2swf/xpdf/Makefile.am | 11 ----------- 2 files changed, 42 deletions(-) delete mode 100644 pdf2swf/fonts/Makefile.am delete mode 100644 pdf2swf/xpdf/Makefile.am diff --git a/pdf2swf/fonts/Makefile.am b/pdf2swf/fonts/Makefile.am deleted file mode 100644 index d7b338e..0000000 --- a/pdf2swf/fonts/Makefile.am +++ /dev/null @@ -1,31 +0,0 @@ -## Process this file with automake to produce Makefile.in -pkgdata_DATA = \ - FontDataBase \ - n021003l.pfb \ - n021023l.pfb \ - n021004l.pfb \ - n021024l.pfb \ - n019003l.pfb \ - n019023l.pfb \ - n019004l.pfb \ - n019024l.pfb \ - n022003l.pfb \ - n022023l.pfb \ - n022004l.pfb \ - n022024l.pfb \ - s050000l.pfb \ - d050000l.pfb \ - n021003l.afm \ - n021023l.afm \ - n021004l.afm \ - n021024l.afm \ - n019003l.afm \ - n019023l.afm \ - n019004l.afm \ - n019024l.afm \ - n022003l.afm \ - n022023l.afm \ - n022004l.afm \ - n022024l.afm \ - s050000l.afm \ - d050000l.afm diff --git a/pdf2swf/xpdf/Makefile.am b/pdf2swf/xpdf/Makefile.am deleted file mode 100644 index eca0ce4..0000000 --- a/pdf2swf/xpdf/Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ -## Process this file with automake to produce Makefile.in - -noinst_LIBRARIES = libpdf.a -libpdf_a_SOURCES = Array.cc Catalog.cc \ -Decrypt.cc Dict.cc Error.cc FontEncoding.cc FontFile.cc \ -FormWidget.cc GString.cc Gfx.cc GfxFont.cc GfxState.cc Lexer.cc \ -Link.cc Object.cc OutputDev.cc PDFDoc.cc Page.cc Params.cc \ -Parser.cc Stream.cc XRef.cc gfile.cc gmem.cc ##parseargs.cc -## this is a workaround. automake always tries to use $(COMPILE) -## for .c sources, which is not defined -COMPILE = $(CC) -- 1.7.10.4