Hi folks, The targets in BUILT_SOURCES are unconditionally built for 'make all' and 'make install' and 'make check'. Very clumsy. I would like to generate some code for an optional convenience library exactly when needed.
Would there be a way to introduce a derived variable libmylib_a_PREDEPEND, similar to BUILT_SOURCES, but bound to the primary to build? Regards Harri