Re: Doesn't work: blah_PROGRAMS = $(EXTRA_PROGRAMS)

2009-04-13 Thread Ralf Wildenhues
Helol Daniel, * Daniel Richard G. wrote on Fri, Mar 27, 2009 at 05:07:49AM CET: EXTRA_PROGRAMS = foo bar if ENABLE_STUFF bin_PROGRAMS = $(EXTRA_PROGRAMS) endif I go to regenerate the makefile, and, what's all this then? automake: bar_OBJECTS should not be

Re: parallel-tests: dependencies between tests

2009-04-13 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Fri, Apr 10, 2009 at 02:05:19PM CEST: manual: Add note about parallelism and tests ordering. * doc/automake.texi (Simple Tests using parallel-tests): Dependencies between test logs work for tests with known extensions only. Hint that tests

Re: Doxygen and Autotools

2009-04-13 Thread John Calcote
Hi Lorenzo, Please see my on-line Autotools book at freesoftwaremagazine.com. It covers extensively the use of doxygen as an add-on to Autoconf and Automake. http://www.freesoftwaremagazine.com/books/autotools_a_guide_to_autoconf_automake_libtool Chapters 6 and 7 deal more specifically with

Re: Automake for system libraries

2009-04-13 Thread Ralf Wildenhues
Hello Ryan, * Ryan Arnold wrote on Thu, Apr 09, 2009 at 11:28:29PM CEST: Can you off-load the sysdeps detection into a couple of configure macros and replace the corresponding file names with AC_SUBST substitutions? You'd still have to list all possible files in some EXTRA_libdfp_a_SOURCES