Re: Using variables in the definition of SUBDIRS

2011-08-29 Thread Misha Aizatulin
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.ht

Re: Using variables in the definition of SUBDIRS

2011-08-15 Thread Daniel Herring
On Mon, 15 Aug 2011, Misha Aizatulin wrote: 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_005fC

Using variables in the definition of SUBDIRS

2011-08-15 Thread Misha Aizatulin
hi all, 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) ... Is this possible? Right now I get an error of the kind Makefile.am:7: required directory ./$(DEPS)/cil-1.3.7-svn does not exist