ac3442442453bf56489b7d9e8a6067053b64ab53
Specifically, the "CPPFLAGS" are for users only. We must never modify these flags to build a product. The appropriate system-internal flags are the "AM_CPPFLAGS". Moreover, the "LIBS" variable is an implementation detail that should not be directly modified by a particular build system. Inter-library link dependencies should be specified in the <library>_LDFLAGS. See, for instance, http://www.gnu.org/software/automake/manual/html_node/Libtool-Flags.html
Description
Collection of utilities, solvers and other components.
Languages
C++
83%
C
15.9%
CMake
1%