|
From: | Alexandre Duret-Lutz |
Subject: | Re: ERROR: files left in build directory after distclean |
Date: | Fri, 26 Mar 2004 00:30:29 +0100 |
User-agent: | Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) |
>>> "Robin" == Robin Rowe <address@hidden> 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
[Prev in Thread] | Current Thread | [Next in Thread] |