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

diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644 (file)
index 12a5858..0000000
+++ /dev/null
@@ -1 +0,0 @@
-SUBDIRS = lib src pdf2swf
diff --git a/lib/Makefile.am b/lib/Makefile.am
deleted file mode 100644 (file)
index 1e2da91..0000000
+++ /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 (file)
index a88df65..0000000
+++ /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 (file)
index a56c96e..0000000
+++ /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