If I'm underneath the subdirectory "foo" is there a way to get
   mumble$(subdir)else_SOURCES
to be equivalent to specifying
   mumblefooelse_SOURCES?

My goal is to get installed binaries where binary name depends on the
subdirectory name.  This is related to but different from
program_transform_name a la autoconf.  A couple of quick trials have
all failed, e.g.

HEYYOU = yesyou
bin_PROGRAMS += helloworld$(HEYYOU)
helloworld$(HEYYOU)_SOURCES  = helloworld.cpp

Thanks,
Rhys

Reply via email to