This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
automake with defines
- From: "Marko Mlinar" <markom at opencores dot org>
- To: <automake at gnu dot org>
- Date: Thu, 20 Dec 2001 09:50:28 +0100
- Subject: automake with defines
Hi!
I am trying to make automated testbench using autoconf & automake.
The problem is, each test should be compiled with different defines (e.g.
using -D
commandline parameter to gcc). Is it possible to do this? I was not able to
find this
in the manual.
Basically I would need something like prog_CFLAGS.
thanks for your help,
Marko