File: Makefile.am

package info (click to toggle)
ergo 3.5-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 17,044 kB
  • ctags: 6,813
  • sloc: cpp: 91,488; ansic: 15,728; sh: 6,416; makefile: 1,287; yacc: 123; lex: 108
file content (31 lines) | stat: -rw-r--r-- 860 bytes parent folder | download
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
noinst_LIBRARIES = libutilities.a

libutilities_a_SOURCES = \
	integral_matrix_wrappers.cc	\
	integral_matrix_wrappers.h	\
	matrix_utilities.cc		\
	matrix_utilities.h		\
	matrix_utilities_gao.cc		\
	matrix_utilities_gao.h		\
	mat_acc_extrapolate.h		\
	simple_lanczos.cc		\
	simple_lanczos.h		\
	density_description_file.cc	\
	density_description_file.h	\
	density_projection.cc		\
	density_projection.h		\
	densitymanager.cc		\
	densitymanager.h		\
	dipole_moment.cc		\
	dipole_moment.h			\
	filematrix.h

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