This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
AM_CFLAGS in the project root?
- From: Baurjan Ismagulov <ibr at ata dot cs dot hun dot edu dot tr>
- To: automake at gnu dot org
- Date: Fri, 18 Jun 2004 20:53:48 +0300
- Subject: AM_CFLAGS in the project root?
Hello,
I have a project with two subdirectories. I want to override standard
CFLAGS. I can do this by defining AM_CFLAGS in each subdirectory. This
works. However, I want to have it in one place. So I've tried to define
this variable in the root directory instead of subdirectories, but in
this case the generated Makefiles don't seem to use it. How can I make
my Makefiles use it?
I'm using automake 1.7.9.
Thanks in advance,
Baurjan.