automake
[Top][All Lists]
Advanced

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

Using variables in the definition of SUBDIRS


From: Misha Aizatulin
Subject: Using variables in the definition of SUBDIRS
Date: Mon, 15 Aug 2011 13:44:51 +0300
User-agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:5.0) Gecko/20110624 Thunderbird/5.0

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

  I suppose it could be done using AC_DEFINEd variables, but I haven't
been able to figure out how.

Best,
  Misha



reply via email to

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