From 2d46eef23464b1e005fb1fc8b3f205b2bbe09a4d Mon Sep 17 00:00:00 2001
From: kramm <kramm>
Date: Sat, 27 Oct 2001 13:12:35 +0000
Subject: [PATCH] we don't do automake anymore

---
 Makefile.am         |    1 -
 lib/Makefile.am     |    3 ---
 pdf2swf/Makefile.am |   10 ----------
 src/Makefile.am     |   11 -----------
 4 files changed, 25 deletions(-)
 delete mode 100644 Makefile.am
 delete mode 100644 lib/Makefile.am
 delete mode 100644 pdf2swf/Makefile.am
 delete mode 100644 src/Makefile.am

diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644
index 12a5858..0000000
--- a/Makefile.am
+++ /dev/null
@@ -1 +0,0 @@
-SUBDIRS = lib src pdf2swf
diff --git a/lib/Makefile.am b/lib/Makefile.am
deleted file mode 100644
index 1e2da91..0000000
--- a/lib/Makefile.am
+++ /dev/null
@@ -1,3 +0,0 @@
-all:
-	gcc -c rfxswf.c
-	gcc -c log.c
diff --git a/pdf2swf/Makefile.am b/pdf2swf/Makefile.am
deleted file mode 100644
index a88df65..0000000
--- a/pdf2swf/Makefile.am
+++ /dev/null
@@ -1,10 +0,0 @@
-## Process this file with automake to produce Makefile.in
-SUBDIRS = xpdf fonts
-bin_PROGRAMS = pdf2swf
-LDADD = 
-pdf2swf_SOURCES = pdf2swf.cc pdfswf.cc pdfswf.h swfoutput.cc swfoutput.h spline.cc spline.h
-pdf2swf_LDADD = ../lib/log.o ../lib/rfxswf.o xpdf/libpdf.a
-INCLUDES = -I../lib -I./xpdf
-man_MANS = pdf2swf.1
-CXXCOMPILE = $(CXX) -DDATADIR=\"$(pkgdatadir)\" $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
-
diff --git a/src/Makefile.am b/src/Makefile.am
deleted file mode 100644
index a56c96e..0000000
--- a/src/Makefile.am
+++ /dev/null
@@ -1,11 +0,0 @@
-## Process this file with automake to produce Makefile.in
-bin_PROGRAMS = swfcombine swfstrings swfdump jpeg2swf
-jpeg2swf_SOURCES = jpeg2swf.c
-swfdump_SOURCES = swfdump.c
-swfcombine_SOURCES = bitio.c bitio.h reloc.c reloc.h combine.c combine.h flash.c flash.h swfcombine.c types.h
-swfstrings_SOURCES = swfstrings.c
-jpeg2swf_LINK = $(CCLD) ../lib/rfxswf.o -o $@
-swfdump_LINK = $(CCLD) ../lib/rfxswf.o -o $@
-swfcombine_LINK = $(CCLD) ../lib/log.o -o $@
-swfstrings_LINK = $(CCLD) ../lib/log.o ../lib/rfxswf.o -o $@
-man_MANS = swfcombine.1 swfstrings.1 swfdump.1 jpeg2swf.1
-- 
1.7.10.4