[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: substitution vs expansion in Makefile.am
From: |
Ralf Wildenhues |
Subject: |
Re: substitution vs expansion in Makefile.am |
Date: |
Tue, 4 Mar 2008 23:40:51 +0100 |
User-agent: |
Mutt/1.5.17+20080114 (2008-01-14) |
* John Calcote wrote on Tue, Mar 04, 2008 at 11:34:54PM CET:
>
> registrarTest_SOURCES = registrar.c\
> @top_srcdir@/common/mySleep.c
Hmm, putting variables in *_SOURCES is problematic as the dependency
tracking code in m4/depout.m4 is really dumb and may do the wrong thing.
$(top_srcdir) is certainly better than @top_srcdir@ here, but it may
even be that for correct functionality you need to just spell it out
with runs of "../".
> registrarTest_CPPFLAGS = -DREGISTRAR_TEST\
> -I$(top_srcdir)/common
This is fine.
Cheers,
Ralf
- substitution vs expansion in Makefile.am, John Calcote, 2008/03/04
- Re: substitution vs expansion in Makefile.am, Ralf Wildenhues, 2008/03/04
- Re: substitution vs expansion in Makefile.am, John Calcote, 2008/03/04
- Re: substitution vs expansion in Makefile.am,
Ralf Wildenhues <=
- Re: substitution vs expansion in Makefile.am, Paul Smith, 2008/03/04
- Re: substitution vs expansion in Makefile.am, Bob Friesenhahn, 2008/03/04
- Re: substitution vs expansion in Makefile.am, John Calcote, 2008/03/04
- Re: substitution vs expansion in Makefile.am, Harlan Stenn, 2008/03/04
- Re: substitution vs expansion in Makefile.am, Erik de Castro Lopo, 2008/03/04
- Re: substitution vs expansion in Makefile.am, Harlan Stenn, 2008/03/04
- Re: substitution vs expansion in Makefile.am, John Calcote, 2008/03/05
- Re: substitution vs expansion in Makefile.am, John Calcote, 2008/03/05