automake
[Top][All Lists]
Advanced

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

Re: Using variables in the definition of SUBDIRS


From: Misha Aizatulin
Subject: Re: Using variables in the definition of SUBDIRS
Date: Tue, 30 Aug 2011 01:29:06 +0100
User-agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:6.0) Gecko/20110812 Thunderbird/6.0

hi Daniel,

>>  I would like to use variables in the definition of SUBDIRS, something
>> of the kind:
>>
>>  DEPS = $(TOP)/deps
>>  CIL = $(DEPS)/cil-1.3.7
>>  SUBDIRS = $(CIL) ...
> 
> Would one of these help?
> http://www.gnu.org/s/libtool/manual/automake/Subdirectories-with-AM_005fCONDITIONAL.html
> 
> http://www.gnu.org/s/libtool/manual/automake/Subdirectories-with-AC_005fSUBST.html
> 
> http://www.gnu.org/s/hello/manual/automake/Usage-of-Conditionals.html

  Thanks for the suggestion! I ended up switching to cmake, so didn't
try that out, but maybe one day this will become useful!

Misha



reply via email to

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