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 (33 lines) | stat: -rw-r--r-- 812 bytes parent folder | download | duplicates (3)
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
noinst_LIBRARIES = libscf.a

libscf_a_SOURCES = \
	diis_general.cc	\
	diis_general.h		\
	diis_restricted.cc	\
	diis_restricted.h	\
	diis_unrestricted.cc	\
	diis_unrestricted.h	\
	scf_utils.cc		\
	scf_utils.h		\
	SCF_general.cc		\
	SCF_general.h		\
	SCF_restricted.cc	\
	SCF_restricted.h	\
	SCF_unrestricted.cc	\
	SCF_unrestricted.h	\
	SCF_statistics.h	\
	SCF_statistics.cc	\
	scf.cc			\
	scf.h

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