Drop dead commented code.
[elinks/history.git] / Makefile.base
blob1139517259e72dde899fbad18364e1619cd1f830
1 ## Base file for Makefile.am files in the tree, contains common stuff.
2 ## $Id: Makefile.base,v 1.7 2004/04/29 14:17:12 jonas Exp $
4 INCLUDES = -I$(top_builddir) -I$(top_srcdir)/src
6 # The author of automake should be shot, quartered and forced to code in COBOL
7 # for the rest of his days for the **** he designed - anything forcing me to
8 # -I. -I$(srcdir) regardless if I want or not is just idiotic. Another totally
9 # dumb thing is that you can't just use @CONFIG_INCLUDE_SPEC@ in your own .am.
11 COMPILE = $(CC) @DEFS@ $(INCLUDES) $(AM_CFLAGS) $(CFLAGS)
13 # Rule for getting test dependencies right. This is a workaround since
14 # automake doesn't support defining subdirs sources.
15 testutils:
16         make -C $(top_builddir)/src/util CPPFLAGS="-DDEBUG"