autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Makefile variables depending on configure args - how?


From: Dan Kegel
Subject: RE: Makefile variables depending on configure args - how?
Date: Fri, 17 Jan 2003 14:37:19 -0800

Markus wrote:
> Now in my Makefile.am I want to ...
> test_linalg_SOURCES = $(DIET)/demos/linalg/TestLinalg.C

I usually use autoconf variables for that, e.g.

foo = @DIET@/demos/linalg/TestLinalg.C

though I'm not sure automake will be happy with that.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]