Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/goo
diff options
context:
space:
mode:
authorMartin Kretzschmar <mkretzschmar@src.gnome.org>2003-03-31 16:22:00 (GMT)
committer Martin Kretzschmar <mkretzschmar@src.gnome.org>2003-03-31 16:22:00 (GMT)
commit0152000b294f88a4e659fdbce1ee7558ba29111a (patch)
tree7a83a2a6a70d5333a6a83f717155c90e9fe7fc1f /pdf/goo
parent5f7eee136b5330a15069179cbd97f168287a9ef6 (diff)
remove, they are neither in Xpdf 1.01 nor necessary for GPdf
Diffstat (limited to 'pdf/goo')
-rw-r--r--pdf/goo/makefile.w3264
1 files changed, 0 insertions, 64 deletions
diff --git a/pdf/goo/makefile.w32 b/pdf/goo/makefile.w32
deleted file mode 100644
index b582dce..0000000
--- a/pdf/goo/makefile.w32
+++ /dev/null
@@ -1,64 +0,0 @@
-# Generated automatically from Makefile.in by configure.
-#========================================================================
-#
-# Goo library Makefile
-#
-# Copyright 1996 Derek B. Noonburg
-#
-#========================================================================
-
-srcdir = .
-
-CFLAGS = -O2 -DHAVE_DIRENT_H=1 -I$(srcdir)
-CXXFLAGS = -O2 -DHAVE_DIRENT_H=1 -I$(srcdir)
-
-CC = gcc
-CXX = gcc
-AR = ar rc
-RANLIB = ranlib
-
-LIBPREFIX = lib
-
-#------------------------------------------------------------------------
-
-.SUFFIXES: .cc
-
-.cc.o:
- $(CXX) $(CXXFLAGS) -c $<
-
-#------------------------------------------------------------------------
-
-CXX_SRC = \
- $(srcdir)/GString.cc \
- $(srcdir)/gmempp.cc \
- $(srcdir)/gfile.cc
-
-C_SRC = \
- $(srcdir)/gmem.c \
- $(srcdir)/parseargs.c
-
-#------------------------------------------------------------------------
-
-GOO_CXX_OBJS = GString.o gmempp.o gfile.o
-GOO_C_OBJS = gmem.o parseargs.o
-GOO_OBJS = $(GOO_CXX_OBJS) $(GOO_C_OBJS)
-
-$(LIBPREFIX)Goo.a: $(GOO_OBJS)
- del $(LIBPREFIX)Goo.a
- $(AR) $(LIBPREFIX)Goo.a $(GOO_OBJS)
- $(RANLIB) $(LIBPREFIX)Goo.a
-
-#------------------------------------------------------------------------
-
-clean:
- del *.o
- del $(LIBPREFIX)Goo.a
-# rm -f Makefile.bak
-
-#------------------------------------------------------------------------
-
-depend:
- $(CXX) $(CXXFLAGS) -M $(CXX_SRC) >Makefile.dep
- $(CC) $(CFLAGS) -M $(C_SRC) >>Makefile.dep
-
-#include Makefile.dep