From c308df5eca762332081314091230273b615c6975 Mon Sep 17 00:00:00 2001 From: Miciah Dashiel Butler Masters Date: Sun, 18 Sep 2005 03:42:30 +0000 Subject: [PATCH] Remove Makefile.base. --- Makefile.base | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 Makefile.base diff --git a/Makefile.base b/Makefile.base deleted file mode 100644 index 11395172..00000000 --- a/Makefile.base +++ /dev/null @@ -1,16 +0,0 @@ -## Base file for Makefile.am files in the tree, contains common stuff. -## $Id: Makefile.base,v 1.7 2004/04/29 14:17:12 jonas Exp $ - -INCLUDES = -I$(top_builddir) -I$(top_srcdir)/src - -# The author of automake should be shot, quartered and forced to code in COBOL -# for the rest of his days for the **** he designed - anything forcing me to -# -I. -I$(srcdir) regardless if I want or not is just idiotic. Another totally -# dumb thing is that you can't just use @CONFIG_INCLUDE_SPEC@ in your own .am. - -COMPILE = $(CC) @DEFS@ $(INCLUDES) $(AM_CFLAGS) $(CFLAGS) - -# Rule for getting test dependencies right. This is a workaround since -# automake doesn't support defining subdirs sources. -testutils: - make -C $(top_builddir)/src/util CPPFLAGS="-DDEBUG"