we don't do automake anymore
authorkramm <kramm>
Sat, 27 Oct 2001 13:53:28 +0000 (13:53 +0000)
committerkramm <kramm>
Sat, 27 Oct 2001 13:53:28 +0000 (13:53 +0000)
pdf2swf/fonts/Makefile.am [deleted file]
pdf2swf/xpdf/Makefile.am [deleted file]

diff --git a/pdf2swf/fonts/Makefile.am b/pdf2swf/fonts/Makefile.am
deleted file mode 100644 (file)
index d7b338e..0000000
+++ /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 (file)
index eca0ce4..0000000
+++ /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)