1 | AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src/lib $(EXTRADEFINES) $(MPI_CXXFLAGS)
|
---|
2 | AM_LDFLAGS = $(MPI_LDFLAGS)
|
---|
3 |
|
---|
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 |
|
---|
9 | MOSTLYCLEANFILES =
|
---|
10 | lib_LTLIBRARIES =
|
---|
11 | check_PROGRAMS =
|
---|
12 | noinst_PROGRAMS =
|
---|
13 | noinst_LTLIBRARIES =
|
---|
14 | #pyexec_LTLIBRARIES =
|
---|
15 | XFAIL_TESTS =
|
---|
16 | TESTS =
|
---|
17 | BUILT_SOURCES =
|
---|
18 | bin_PROGRAMS =
|
---|
19 | EXTRA_DIST =
|
---|
20 | DISTCLEANFILES =
|
---|
21 |
|
---|
22 | # variable to collect all tests that did not work in the original distribution
|
---|
23 | NONFUNCTIONING_TESTS =
|
---|
24 |
|
---|
25 | # needed for generating f77sym.h
|
---|
26 | MKF77SYM= $(PERL) $(top_builddir)/bin/mkf77sym.pl
|
---|
27 |
|
---|
28 | if COND_CCA
|
---|
29 | include chemistry/cca/Makefile.am
|
---|
30 | endif
|
---|
31 |
|
---|
32 | include chemistry/molecule/Makefile.am
|
---|
33 | include chemistry/qc/basis/Makefile.am
|
---|
34 |
|
---|
35 | if COND_LIBINT
|
---|
36 | include chemistry/qc/cints/Makefile.am
|
---|
37 | endif
|
---|
38 |
|
---|
39 | include chemistry/qc/dft/Makefile.am
|
---|
40 |
|
---|
41 | if COND_CCA
|
---|
42 | include chemistry/qc/intcca/Makefile.am
|
---|
43 | endif
|
---|
44 |
|
---|
45 | include chemistry/qc/intv3/Makefile.am
|
---|
46 | include chemistry/qc/mbpt/Makefile.am
|
---|
47 |
|
---|
48 | if COND_LIBINT
|
---|
49 | include chemistry/qc/mbptr12/Makefile.am
|
---|
50 | endif
|
---|
51 |
|
---|
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 |
|
---|