[LLVMdev] Automake and llvm-config

Andrii Vasyliev andrii.vasyliev at gmail.com
Fri May 8 04:59:30 PDT 2009


I tried it - doesn't work.
Automake just passes exact value of variable into mylang_LDADD
without calculation, and produces the same error message.

Also I tried this:

TMP = $(shell llvm-config ...)
Doesn't work.

2009/5/8 Gordon Henriksen <gordonhenriksen at me.com>:
> Can you use an intermediate variable?
>
> TMP = `...`
> mylang_LDADD = ... $TMP



More information about the llvm-dev mailing list