f316c730d06f3fcd49886905301bdcb9cc7af225
Automake 1.11 introduced the concept of "silent build rules" wherein the build commands are reported as CC cfsh.lo rather than something along the lines of bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../../../opmpressure/src -I.. -DMATLAB_MEX_FILE=1 -I/work/opt/matlab/R2009b/extern/include/ -O3 -DNDEBUG -std=c99 -Wall -Wextra -pedantic -march=native -mtune=native -MT cfsh.lo -MD -MP -MF .deps/cfsh.Tpo -c -o cfsh.lo ../../../../../opmpressure/src/cfsh.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../../../opmpressure/src -I.. -DMATLAB_MEX_FILE=1 -I/work/opt/matlab/R2009b/extern/include/ -O3 -DNDEBUG -std=c99 -Wall -Wextra -pedantic -march=native -mtune=native -MT cfsh.lo -MD -MP -MF .deps/cfsh.Tpo -c ../../../../../opmpressure/src/cfsh.c -fPIC -DPIC -o .libs/cfsh.o The former is much easier to read and, consequently, more conducive to visually noticing diagnostics from the toolset (compiler, linker &c). On the other hand, only fairly recent editions of Automake have the "silent rule" capability, so enable silent rules only if available. In particular, Automake 1.10.x (the default Automake version in MacOS X 10.6) does not support the capability. Neither does the default Automake in CentOS 5.6. Further details on silent build rules can be found at http://sources.redhat.com/automake/automake.html#Options http://www.flameeyes.eu/autotools-mythbuster/automake/silent.html Thanks to Arne Morten Kvarving in Dune Flyspray issue #922 (http://www.dune-project.org/flyspray/index.php?do=details&task_id=922) for the tip on how to preserve "configure.ac" backwards compatibility with Automake < 1.11 .
Description
Collection of utilities, solvers and other components.
Languages
C++
83%
C
15.9%
CMake
1%