mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Remove Makefile.base.
This commit is contained in:
parent
87e993b9d4
commit
c308df5eca
@ -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"
|
Loading…
Reference in New Issue
Block a user