AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src/lib $(EXTRADEFINES) $(MPI_CXXFLAGS) AM_LDFLAGS = $(MPI_LDFLAGS) # need SCLIBDIR set in case of "enable-production" AM_TESTS_ENVIRONMENT = \ . $(builddir)/test_env.sh; TESTS_ENVIRONMENT = $(AM_TESTS_ENVIRONMENT) MOSTLYCLEANFILES = lib_LTLIBRARIES = check_PROGRAMS = noinst_PROGRAMS = noinst_LTLIBRARIES = #pyexec_LTLIBRARIES = XFAIL_TESTS = TESTS = BUILT_SOURCES = bin_PROGRAMS = EXTRA_DIST = DISTCLEANFILES = # variable to collect all tests that did not work in the original distribution NONFUNCTIONING_TESTS = # needed for generating f77sym.h MKF77SYM= $(PERL) $(top_builddir)/bin/mkf77sym.pl if COND_CCA include chemistry/cca/Makefile.am endif include chemistry/molecule/Makefile.am include chemistry/qc/basis/Makefile.am if COND_LIBINT include chemistry/qc/cints/Makefile.am endif include chemistry/qc/dft/Makefile.am if COND_CCA include chemistry/qc/intcca/Makefile.am endif include chemistry/qc/intv3/Makefile.am include chemistry/qc/mbpt/Makefile.am if COND_LIBINT include chemistry/qc/mbptr12/Makefile.am endif include chemistry/qc/oint3/Makefile.am include chemistry/qc/psi/Makefile.am include chemistry/qc/scf/Makefile.am include chemistry/qc/wfn/Makefile.am include chemistry/solvent/Makefile.am include math/isosurf/Makefile.am include math/optimize/Makefile.am include math/scmat/Makefile.am include math/symmetry/Makefile.am include util/class/Makefile.am include util/container/Makefile.am include util/group/Makefile.am include util/keyval/Makefile.am include util/misc/Makefile.am include util/options/Makefile.am include util/psi3/libpsio/Makefile.am include util/ref/Makefile.am include util/render/Makefile.am include util/state/Makefile.am