I am attempting to use the new dependency generation ability of
automake 1.4a and running into problems. My code is compiled with:
automake
autoconf
CXX=aCC CC=aCC ./configure --enable-dependency-tracking
make
make install
Is this the correct way to use thise new dependency generation? When I
touch a .C that should cause other .o's to be regenerated it is not
occurring. It does not attempt to recompile at all when I touch .h's.
How can I fix this please?
Thanks,
Tim Heath
- Re: Dependency Help Tim Heath
- Re: Dependency Help Tom Tromey
