source: ThirdParty/mpqc_open/src/lib/chemistry/qc/mbptr12/Makefile.am@ 47b463

Action_Thermostats Add_AtomRandomPerturbation Add_RotateAroundBondAction Add_SelectAtomByNameAction Adding_Graph_to_ChangeBondActions Adding_MD_integration_tests Adding_StructOpt_integration_tests AutomationFragmentation_failures Candidate_v1.6.0 Candidate_v1.6.1 ChangeBugEmailaddress ChangingTestPorts ChemicalSpaceEvaluator Combining_Subpackages Debian_Package_split Debian_package_split_molecuildergui_only Disabling_MemDebug Docu_Python_wait EmpiricalPotential_contain_HomologyGraph_documentation Enable_parallel_make_install Enhance_userguide Enhanced_StructuralOptimization Enhanced_StructuralOptimization_continued Example_ManyWaysToTranslateAtom Exclude_Hydrogens_annealWithBondGraph FitPartialCharges_GlobalError Fix_ChronosMutex Fix_StatusMsg Fix_StepWorldTime_single_argument Fix_Verbose_Codepatterns ForceAnnealing_goodresults ForceAnnealing_oldresults ForceAnnealing_tocheck ForceAnnealing_with_BondGraph ForceAnnealing_with_BondGraph_continued ForceAnnealing_with_BondGraph_continued_betteresults ForceAnnealing_with_BondGraph_contraction-expansion GeometryObjects Gui_displays_atomic_force_velocity IndependentFragmentGrids_IntegrationTest JobMarket_RobustOnKillsSegFaults JobMarket_StableWorkerPool JobMarket_unresolvable_hostname_fix ODR_violation_mpqc_open PartialCharges_OrthogonalSummation PythonUI_with_named_parameters QtGui_reactivate_TimeChanged_changes Recreated_GuiChecks RotateToPrincipalAxisSystem_UndoRedo StoppableMakroAction Subpackage_levmar Subpackage_vmg ThirdParty_MPQC_rebuilt_buildsystem TremoloParser_IncreasedPrecision TremoloParser_MultipleTimesteps Ubuntu_1604_changes stable
Last change on this file since 47b463 was 72461c, checked in by Frederik Heber <heber@…>, 8 years ago

SRCDIR is now added to CPPFLAGS of tests that need it, added .in file to EXTRA_DIST.

  • Property mode set to 100644
File size: 5.7 KB
Line 
1LIBSCMBPTR12SOURCES = \
2 chemistry/qc/mbptr12/compute_a_gebc_abs1.cc \
3 chemistry/qc/mbptr12/compute_a_gebc.cc \
4 chemistry/qc/mbptr12/compute_a_gebc_vbs.cc \
5 chemistry/qc/mbptr12/compute_amps.cc \
6 chemistry/qc/mbptr12/compute_energy_a.cc \
7 chemistry/qc/mbptr12/compute_ijxy.cc \
8 chemistry/qc/mbptr12/compute_ikjy.cc \
9 chemistry/qc/mbptr12/compute_ixjy.cc \
10 chemistry/qc/mbptr12/compute_vxb_a_asymm.cc \
11 chemistry/qc/mbptr12/compute_vxb_a_symm.cc \
12 chemistry/qc/mbptr12/coulomb.cc \
13 chemistry/qc/mbptr12/dualbasis_mp2.cc \
14 chemistry/qc/mbptr12/ebc_contribs.cc \
15 chemistry/qc/mbptr12/exchange.cc \
16 chemistry/qc/mbptr12/fock.cc \
17 chemistry/qc/mbptr12/gbc_contribs.cc \
18 chemistry/qc/mbptr12/mbptr12.cc \
19 chemistry/qc/mbptr12/moindexspace.cc \
20 chemistry/qc/mbptr12/mp2r12_energy.cc \
21 chemistry/qc/mbptr12/multipole_ints.cc \
22 chemistry/qc/mbptr12/pairiter.cc \
23 chemistry/qc/mbptr12/r12_amps.cc \
24 chemistry/qc/mbptr12/r12ia.cc \
25 chemistry/qc/mbptr12/r12ia_memgrp.cc \
26 chemistry/qc/mbptr12/r12ia_mpiiofile.cc \
27 chemistry/qc/mbptr12/r12ia_node0file.cc \
28 chemistry/qc/mbptr12/r12int_eval.cc \
29 chemistry/qc/mbptr12/ri_basis.cc \
30 chemistry/qc/mbptr12/svd.cc \
31 chemistry/qc/mbptr12/transform_123inds.cc \
32 chemistry/qc/mbptr12/transform_12inds.cc \
33 chemistry/qc/mbptr12/transform_13inds.cc \
34 chemistry/qc/mbptr12/transform_factory.cc \
35 chemistry/qc/mbptr12/transform_ijxy.cc \
36 chemistry/qc/mbptr12/transform_ikjy.cc \
37 chemistry/qc/mbptr12/transform_ixjy.cc \
38 chemistry/qc/mbptr12/transform_tbint.cc \
39 chemistry/qc/mbptr12/twobodygrid.cc \
40 chemistry/qc/mbptr12/vxb_eval_info.cc
41
42LIBSCMBPTR12BUILTHEADERS = \
43 chemistry/qc/mbptr12/f77sym.h
44
45LIBSCMBPTR12HEADERS = \
46 chemistry/qc/mbptr12/blas.h \
47 chemistry/qc/mbptr12/lapack.h \
48 chemistry/qc/mbptr12/linearr12.h \
49 chemistry/qc/mbptr12/linkage.h \
50 chemistry/qc/mbptr12/mbptr12.h \
51 chemistry/qc/mbptr12/moindexspace.h \
52 chemistry/qc/mbptr12/mp2r12_energy.h \
53 chemistry/qc/mbptr12/pairiter.h \
54 chemistry/qc/mbptr12/print_scmat_norms.h \
55 chemistry/qc/mbptr12/r12_amps.h \
56 chemistry/qc/mbptr12/r12ia.h \
57 chemistry/qc/mbptr12/r12ia_memgrp.h \
58 chemistry/qc/mbptr12/r12ia_mpiiofile.h \
59 chemistry/qc/mbptr12/r12ia_node0file.h \
60 chemistry/qc/mbptr12/r12int_eval.h \
61 chemistry/qc/mbptr12/svd.h \
62 chemistry/qc/mbptr12/transform_123inds.h \
63 chemistry/qc/mbptr12/transform_12inds.h \
64 chemistry/qc/mbptr12/transform_13inds.h \
65 chemistry/qc/mbptr12/transform_factory.h \
66 chemistry/qc/mbptr12/transform_ijxy.h \
67 chemistry/qc/mbptr12/transform_ikjy.h \
68 chemistry/qc/mbptr12/transform_ixjy.h \
69 chemistry/qc/mbptr12/transform_tbint.h \
70 chemistry/qc/mbptr12/twobodygrid.h \
71 chemistry/qc/mbptr12/vxb_eval_info.h
72
73BUILT_SOURCES += $(LIBSCMBPTR12BUILTHEADERS)
74
75chemistry/qc/mbptr12/f77sym.h: chemistry/qc/mbptr12/f77sym.in
76 $(MKF77SYM) $< $@
77
78lib_LTLIBRARIES +=
79noinst_LTLIBRARIES += libSCmbptr12.la
80libSCmbptr12_la_includedir = $(includedir)/chemistry/qc/mbptr12
81libSCmbptr12_la_CPPFLAGS = $(AM_CPPFLAGS)
82libSCmbptr12_la_LDFLAGS = $(AM_LDFLAGS)
83libSCmbptr12_la_LIBADD =
84
85nobase_libSCmbptr12_la_include_HEADERS = ${LIBSCMBPTR12HEADERS}
86
87EXTRA_DIST += $(LIBSCMBPTR12BUILTHEADERS)
88
89## Define the source file list for the "libexample-@MPQC_API_VERSION@.la"
90## target. Note that @MPQC_API_VERSION@ is not interpreted by Automake and
91## will therefore be treated as if it were literally part of the target name,
92## and the variable name derived from that.
93## The file extension .cc is recognized by Automake, and makes it produce
94## rules which invoke the C++ compiler to produce a libtool object file (.lo)
95## from each source file. Note that it is not necessary to list header files
96## which are already listed elsewhere in a _HEADERS variable assignment.
97libSCmbptr12_la_SOURCES = ${LIBSCMBPTR12SOURCES}
98
99## Instruct libtool to include ABI version information in the generated shared
100## library file (.so). The library ABI version is defined in configure.ac, so
101## that all version information is kept in one place.
102#libSCmbptr12_la_LDFLAGS += $(AM_LDFLAGS) -version-info $(MPQC_SO_VERSION)
103
104## The generated configuration header is installed in its own subdirectory of
105## $(libdir). The reason for this is that the configuration information put
106## into this header file describes the target platform the installed library
107## has been built for. Thus the file must not be installed into a location
108## intended for architecture-independent files, as defined by the Filesystem
109## Hierarchy Standard (FHS).
110## The nodist_ prefix instructs Automake to not generate rules for including
111## the listed files in the distribution on 'make dist'. Files that are listed
112## in _HEADERS variables are normally included in the distribution, but the
113## configuration header file is generated at configure time and should not be
114## shipped with the source tarball.
115#libSCmbptr12_libincludedir = $(libdir)/chemistry/qc/mbptr12/include
116#nodist_libSCmbptr12_libinclude_HEADERS = $(top_builddir)/src/lib/scconfig.h
117
118
119MBPTR12TESTS = \
120 mbptr12test
121
122TESTS += $(MBPTR12TESTS)
123check_PROGRAMS += $(MBPTR12TESTS)
124noinst_PROGRAMS += $(MBPTR12TESTS)
125
126MBPTR12LIBS = \
127 libSCmbptr12.la \
128 libSCmbpt.la libSCscf.la libSCdft.la libSCwfn.la libSCsolvent.la libSCintv3.la libSCbasis.la libSCoint3.la libSCmolecule.la libSCisosurf.la libSCoptimize.la libSCsymmetry.la libSCscmat.la libSCrender.la libSCgroup.la libSCmisc.la libSCstate.la libSCkeyval.la libSCclass.la libSCcontainer.la libSCref.la
129
130# should come right after libSCmbptr12.la if cints compiled
131# libSCcints.la \
132#
133
134mbptr12test_SOURCES = \
135 chemistry/qc/mbptr12/mbptr12test.cc
136mbptr12test_CPPFLAGS = $(AM_CPPFLAGS) -DSRCDIR=\"$(srcdir)/chemistry/qc/mbptr12\"
137mbptr12test_LDADD = \
138 $(MBPTR12LIBS)
139
140
141EXTRA_DIST += ./chemistry/qc/mbptr12/mbptr12test.in
142EXTRA_DIST += ./chemistry/qc/mbptr12/f77sym.in
Note: See TracBrowser for help on using the repository browser.