Re: About autoconf/automake problem
- From: Tom Tromey <tromey redhat com>
- To: Ariel Rios <ariel linuxppc org>
- Cc: michael ximian com, gnome-hackers gnome org
- Subject: Re: About autoconf/automake problem
- Date: 13 Apr 2001 13:57:19 -0600
>>>>> "Ariel" == Ariel Rios <ariel linuxppc org> writes:
Ariel> Makefile: $(BUILT_SOURCES)
In general you actually don't want to do this. First, this only works
with GNU make. Second, it has bizarre side effects: watch it rebuild
the file when you run `make clean'.
Another way is to add a new explicit dependency:
foo.o: foo.c
The next automake handles BUILT_SOURCES in a more intelligent way.
They are explicitly built before the `all' target is considered.
Tom
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]