1 | AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src/lib $(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 | BUILT_SOURCES =
|
---|
11 | bin_PROGRAMS =
|
---|
12 | EXTRA_DIST =
|
---|
13 |
|
---|
14 | # needed for generating f77sym.h
|
---|
15 | MKF77SYM= $(PERL) $(top_builddir)/bin/mkf77sym.pl
|
---|
16 |
|
---|
17 | if CONDCCA
|
---|
18 | include chemistry/cca/Makefile.am
|
---|
19 | endif
|
---|
20 |
|
---|
21 | include chemistry/molecule/Makefile.am
|
---|
22 | include chemistry/qc/basis/Makefile.am
|
---|
23 | #include chemistry/qc/cints/Makefile.am
|
---|
24 | include chemistry/qc/dft/Makefile.am
|
---|
25 | #include chemistry/qc/intcca/Makefile.am
|
---|
26 | include chemistry/qc/intv3/Makefile.am
|
---|
27 | include chemistry/qc/mbpt/Makefile.am
|
---|
28 |
|
---|
29 | if CONDLIBINT
|
---|
30 | include chemistry/qc/mbptr12/Makefile.am
|
---|
31 | endif
|
---|
32 |
|
---|
33 | include chemistry/qc/oint3/Makefile.am
|
---|
34 | include chemistry/qc/psi/Makefile.am
|
---|
35 | include chemistry/qc/scf/Makefile.am
|
---|
36 | include chemistry/qc/wfn/Makefile.am
|
---|
37 | include chemistry/solvent/Makefile.am
|
---|
38 | include math/isosurf/Makefile.am
|
---|
39 | include math/optimize/Makefile.am
|
---|
40 | include math/scmat/Makefile.am
|
---|
41 | include math/symmetry/Makefile.am
|
---|
42 | include util/class/Makefile.am
|
---|
43 | include util/container/Makefile.am
|
---|
44 | include util/group/Makefile.am
|
---|
45 | include util/keyval/Makefile.am
|
---|
46 | include util/misc/Makefile.am
|
---|
47 | include util/options/Makefile.am
|
---|
48 | include util/psi3/libpsio/Makefile.am
|
---|
49 | include util/ref/Makefile.am
|
---|
50 | include util/render/Makefile.am
|
---|
51 | include util/state/Makefile.am
|
---|
52 |
|
---|