File: Makefile.am

package info (click to toggle)
ergo 3.8.2-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 17,568 kB
  • sloc: cpp: 94,763; ansic: 17,785; sh: 10,701; makefile: 1,403; yacc: 127; lex: 116; awk: 23
file content (98 lines) | stat: -rw-r--r-- 2,577 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
noinst_LIBRARIES = libintegrals.a

libintegrals_a_SOURCES = \
	basis_func_extent.cc		\
	basis_func_extent.h		\
	basis_func_extent_1el.cc	\
	basis_func_extent_1el.h		\
	basis_func_pair_list.cc		\
	basis_func_pair_list.h		\
	basis_func_pair_list_1el.cc	\
	basis_func_pair_list_1el.h	\
	box_system.cc		\
	box_system.h		\
	boysfunction.cc		\
	boysfunction.h		\
	exponent_list.cc	\
	exponent_list.h		\
	hermite_conversion_explicit.cc	\
	hermite_conversion_explicit.h	\
	hermite_conversion_prep.cc	\
	hermite_conversion_prep.h	\
	hermite_conversion_symb.cc	\
	hermite_conversion_symb.h	\
	integral_info.cc	\
	integral_info.h		\
	integrals_1el.cc	\
	integrals_1el.h		\
	integrals_1el_kinetic.cc\
	integrals_1el_kinetic.h	\
	integrals_1el_potential.cc	\
	integrals_1el_potential.h	\
	integrals_1el_potential_prep.cc	\
	integrals_1el_potential_prep.h	\
	integrals_1el_single.cc		\
	integrals_1el_single.h		\
	integrals_2el.h			\
	serialization_tools.h		\
	integrals_2el_boxed.cc		\
	integrals_2el_boxed.h		\
	integrals_2el_J.cc		\
	integrals_2el_J.h		\
	integrals_2el_J_kernel.cc	\
	integrals_2el_J_kernel.h	\
	integrals_2el_J_mm_kernel.cc	\
	integrals_2el_J_mm_kernel.h	\
	integrals_2el_J_mm_utils.cc	\
	integrals_2el_J_mm_utils.h	\
	integrals_2el_K.cc		\
	integrals_2el_K.h		\
	integrals_2el_K_prep.cc		\
	integrals_2el_K_prep.h		\
	integrals_2el_K_prep_groups.cc	\
	integrals_2el_K_prep_groups.h	\
	integrals_2el_K_kernel.cc	\
	integrals_2el_K_kernel.h	\
	integrals_2el_explicit.cc	\
	integrals_2el_explicit.h	\
	integrals_2el_layer.cc	\
	integrals_2el_layer.h	\
	integrals_2el_repeating.cc	\
	integrals_2el_repeating.h	\
	integrals_2el_single.cc	\
	integrals_2el_single.h	\
	integrals_2el_util_funcs.cc	\
	integrals_2el_util_funcs.h	\
	integrals_2el_utils.cc	\
	integrals_2el_utils.h	\
	integrals_general.cc	\
	integrals_general.h	\
	integrals_hermite.cc	\
	integrals_hermite.h	\
	matrix_norm.cc		\
	matrix_norm.h		\
	mm_limit_table.cc	\
	mm_limit_table.h	\
	monomial_info.cc	\
	monomial_info.h		\
	multipole.cc		\
	multipole.h		\
	multipole_prep.cc	\
	multipole_prep.h	\
	operator_matrix.cc	\
	operator_matrix.h	\
	organize_distrs.cc	\
	organize_distrs.h	\
	organize_distrs_mm.cc	\
	organize_distrs_mm.h	\
	simple_sparse_mat.cc	\
	simple_sparse_mat.h

AM_CPPFLAGS = \
	-I$(top_srcdir)/source			\
	-I$(top_srcdir)/source/utilities	\
	-I$(top_srcdir)/source/utilities_basic	\
	-I$(top_srcdir)/source/basisset		\
        -I$(top_srcdir)/source/matrix     	\
        -I$(top_srcdir)/source/matrix/template_lapack/blas     \
        -I$(top_srcdir)/source/matrix/template_lapack/lapack