diff options
author | Bryan Jurish <mukau@users.sourceforge.net> | 2009-04-26 22:36:09 +0000 |
---|---|---|
committer | Bryan Jurish <mukau@users.sourceforge.net> | 2009-04-26 22:36:09 +0000 |
commit | 0eeb1dc9455f8976a988e218bec446fdba5574fe (patch) | |
tree | c21eeee24f3c4573a85a003eccb8df2e4fa517e4 /deque/src | |
parent | f37557d096b3bdf15a962d382df5f03b34516202 (diff) |
+ yet more quoted-command-line-macro hell
svn path=/trunk/externals/moocow/; revision=11161
Diffstat (limited to 'deque/src')
-rw-r--r-- | deque/src/Makefile.in | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/deque/src/Makefile.in b/deque/src/Makefile.in index f14a461..8b7c23b 100644 --- a/deque/src/Makefile.in +++ b/deque/src/Makefile.in @@ -54,7 +54,8 @@ pdexterns_PROGRAMS = deque$(EXEEXT) EXTRA_PROGRAMS = deque$(EXEEXT) subdir = src ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/common/m4/ax_pd_external.m4 \ +am__aclocal_m4_deps = $(top_srcdir)/common/m4/ax_hack_cflags.m4 \ + $(top_srcdir)/common/m4/ax_pd_external.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) @@ -93,6 +94,11 @@ ACLOCAL = @ACLOCAL@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ + +#----------------------------------------------------------------------- +# flags +#----------------------------------------------------------------------- +AM_CPPFLAGS = -I$(top_srcdir)/common AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ @@ -110,6 +116,7 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ ENABLE_DEBUG = @ENABLE_DEBUG@ EXEEXT = .@PDEXT@ +EXTRA_CPPFLAGS = @EXTRA_CPPFLAGS@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ @@ -245,11 +252,6 @@ deque_SOURCES = \ dsqueue.c dsqueue.h \ deque.c - -#----------------------------------------------------------------------- -# flags -#----------------------------------------------------------------------- -AM_CPPFLAGS = -I$(top_srcdir)/common all: config.h $(MAKE) $(AM_MAKEFLAGS) all-am |