OPTIONSTESTS = \ sample ### TODO(FH): `sample` requires options and environment variables for proper ### testing. Hence, this needs an autotest test case, not just automake. # TESTS += $(OPTIONSTESTS) # check_PROGRAMS += $(OPTIONSTESTS) noinst_PROGRAMS += $(OPTIONSTESTS) OPTIONSLIBS = \ ../../bin/mpqc/libmolecuilder_mpqc.la ../../bin/mpqc/libmolecuilder_mpqc_extract_dummy.la # If we link the libs directly, then the linker throws out all unneeded symbols that would # be loaded dynamically. Out of laziness, we therefore simply link against our dynamic # library which is not pruned. # libSCoptions.la sample_SOURCES = \ util/options/README.cc sample_CPPFLAGS = $(AM_CPPFLAGS) -I$(abs_top_srcdir)/src/lib -DSRCDIR=\"$(abs_top_srcdir)/src/lib/math/optimize\" sample_LDADD = \ $(OPTIONSLIBS)