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