This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: ERROR: files left in build directory after distclean
- From: Alexandre Duret-Lutz <adl at src dot lip6 dot fr>
- To: "Robin Rowe" <rower at MovieEditor dot com>
- Cc: automake at gnu dot org
- Date: Fri, 26 Mar 2004 00:30:29 +0100
- Subject: Re: ERROR: files left in build directory after distclean
- References: <025001c4129c$6e5d4160$0200a8c0@tbird>
>>> "Robin" == Robin Rowe <rower@MovieEditor.com> writes:
[...]
Robin> How do I tell automake that it this is an optional
Robin> Makefile that should not be created if openexr='no'?
You don't, it's badly supported and too tricky.
The setup Automake supports is this:
- all Makefiles are unconditionally created by `configure'
- but some of can be left out of the build during `make'
(they will still be recursed by `make dist')
See section `Conditional subdirectories' in node `Top level' of
the manual for examples.
--
Alexandre Duret-Lutz