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