[bbc982] | 1 | AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src/lib $(EXTRADEFINES) $(MPI_CXXFLAGS)
|
---|
[2e2505] | 2 | AM_LDFLAGS = $(MPI_LDFLAGS)
|
---|
[00f983] | 3 |
|
---|
[2877c5] | 4 | # need SCLIBDIR set in case of "enable-production"
|
---|
| 5 | AM_TESTS_ENVIRONMENT = \
|
---|
| 6 | . $(builddir)/test_env.sh;
|
---|
| 7 | TESTS_ENVIRONMENT = $(AM_TESTS_ENVIRONMENT)
|
---|
| 8 |
|
---|
[00f983] | 9 | MOSTLYCLEANFILES =
|
---|
| 10 | lib_LTLIBRARIES =
|
---|
| 11 | check_PROGRAMS =
|
---|
| 12 | noinst_PROGRAMS =
|
---|
| 13 | noinst_LTLIBRARIES =
|
---|
| 14 | #pyexec_LTLIBRARIES =
|
---|
[47b463] | 15 | XFAIL_TESTS =
|
---|
[1513599] | 16 | TESTS =
|
---|
[00f983] | 17 | BUILT_SOURCES =
|
---|
| 18 | bin_PROGRAMS =
|
---|
| 19 | EXTRA_DIST =
|
---|
[b7e5b0] | 20 | DISTCLEANFILES =
|
---|
[00f983] | 21 |
|
---|
[47b463] | 22 | # variable to collect all tests that did not work in the original distribution
|
---|
| 23 | NONFUNCTIONING_TESTS =
|
---|
| 24 |
|
---|
[aae63a] | 25 | # needed for generating f77sym.h
|
---|
| 26 | MKF77SYM= $(PERL) $(top_builddir)/bin/mkf77sym.pl
|
---|
| 27 |
|
---|
[bbc982] | 28 | if COND_CCA
|
---|
[00f983] | 29 | include chemistry/cca/Makefile.am
|
---|
[e2a57d] | 30 | endif
|
---|
| 31 |
|
---|
[00f983] | 32 | include chemistry/molecule/Makefile.am
|
---|
| 33 | include chemistry/qc/basis/Makefile.am
|
---|
[bbc982] | 34 |
|
---|
| 35 | if COND_LIBINT
|
---|
| 36 | include chemistry/qc/cints/Makefile.am
|
---|
| 37 | endif
|
---|
| 38 |
|
---|
[00f983] | 39 | include chemistry/qc/dft/Makefile.am
|
---|
[bbc982] | 40 |
|
---|
| 41 | if COND_CCA
|
---|
| 42 | include chemistry/qc/intcca/Makefile.am
|
---|
| 43 | endif
|
---|
| 44 |
|
---|
[00f983] | 45 | include chemistry/qc/intv3/Makefile.am
|
---|
| 46 | include chemistry/qc/mbpt/Makefile.am
|
---|
[e2a57d] | 47 |
|
---|
[bbc982] | 48 | if COND_LIBINT
|
---|
[00f983] | 49 | include chemistry/qc/mbptr12/Makefile.am
|
---|
[e2a57d] | 50 | endif
|
---|
| 51 |
|
---|
[00f983] | 52 | include chemistry/qc/oint3/Makefile.am
|
---|
| 53 | include chemistry/qc/psi/Makefile.am
|
---|
| 54 | include chemistry/qc/scf/Makefile.am
|
---|
| 55 | include chemistry/qc/wfn/Makefile.am
|
---|
| 56 | include chemistry/solvent/Makefile.am
|
---|
| 57 | include math/isosurf/Makefile.am
|
---|
| 58 | include math/optimize/Makefile.am
|
---|
| 59 | include math/scmat/Makefile.am
|
---|
| 60 | include math/symmetry/Makefile.am
|
---|
| 61 | include util/class/Makefile.am
|
---|
| 62 | include util/container/Makefile.am
|
---|
| 63 | include util/group/Makefile.am
|
---|
| 64 | include util/keyval/Makefile.am
|
---|
| 65 | include util/misc/Makefile.am
|
---|
| 66 | include util/options/Makefile.am
|
---|
| 67 | include util/psi3/libpsio/Makefile.am
|
---|
| 68 | include util/ref/Makefile.am
|
---|
| 69 | include util/render/Makefile.am
|
---|
| 70 | include util/state/Makefile.am
|
---|
| 71 |
|
---|