source: ThirdParty/mpqc_open/src/lib/chemistry/qc/mbptr12/Makefile.am@ 23612c

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 23612c was 23612c, checked in by Frederik Heber <heber@…>, 8 years ago

Split SOURCES and HEADERS and prepended subdir.

  • Property mode set to 100644
File size: 5.0 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
42
43LIBSCMBPTR12HEADERS = \
44 chemistry/qc/mbptr12/blas.h \
45 chemistry/qc/mbptr12/lapack.h \
46 chemistry/qc/mbptr12/linearr12.h \
47 chemistry/qc/mbptr12/linkage.h \
48 chemistry/qc/mbptr12/mbptr12.h \
49 chemistry/qc/mbptr12/moindexspace.h \
50 chemistry/qc/mbptr12/mp2r12_energy.h \
51 chemistry/qc/mbptr12/pairiter.h \
52 chemistry/qc/mbptr12/print_scmat_norms.h \
53 chemistry/qc/mbptr12/r12_amps.h \
54 chemistry/qc/mbptr12/r12ia.h \
55 chemistry/qc/mbptr12/r12ia_memgrp.h \
56 chemistry/qc/mbptr12/r12ia_mpiiofile.h \
57 chemistry/qc/mbptr12/r12ia_node0file.h \
58 chemistry/qc/mbptr12/r12int_eval.h \
59 chemistry/qc/mbptr12/svd.h \
60 chemistry/qc/mbptr12/transform_123inds.h \
61 chemistry/qc/mbptr12/transform_12inds.h \
62 chemistry/qc/mbptr12/transform_13inds.h \
63 chemistry/qc/mbptr12/transform_factory.h \
64 chemistry/qc/mbptr12/transform_ijxy.h \
65 chemistry/qc/mbptr12/transform_ikjy.h \
66 chemistry/qc/mbptr12/transform_ixjy.h \
67 chemistry/qc/mbptr12/transform_tbint.h \
68 chemistry/qc/mbptr12/twobodygrid.h \
69 chemistry/qc/mbptr12/vxb_eval_info.h
70
71
72lib_LTLIBRARIES +=
73noinst_LTLIBRARIES += libSCmbptr12.la
74libSCmbptr12_la_includedir = $(includedir)/chemistry/qc/mbptr12
75libSCmbptr12_la_CPPFLAGS = $(AM_CPPFLAGS)
76libSCmbptr12_la_LDFLAGS = $(AM_LDFLAGS)
77libSCmbptr12_la_LIBADD =
78
79nobase_libSCmbptr12_la_include_HEADERS = ${LIBSCMBPTR12HEADERS}
80
81## Define the source file list for the "libexample-@MPQC_API_VERSION@.la"
82## target. Note that @MPQC_API_VERSION@ is not interpreted by Automake and
83## will therefore be treated as if it were literally part of the target name,
84## and the variable name derived from that.
85## The file extension .cc is recognized by Automake, and makes it produce
86## rules which invoke the C++ compiler to produce a libtool object file (.lo)
87## from each source file. Note that it is not necessary to list header files
88## which are already listed elsewhere in a _HEADERS variable assignment.
89libSCmbptr12_la_SOURCES = ${LIBSCMBPTR12SOURCES}
90
91## Instruct libtool to include ABI version information in the generated shared
92## library file (.so). The library ABI version is defined in configure.ac, so
93## that all version information is kept in one place.
94#libSCmbptr12_la_LDFLAGS += $(AM_LDFLAGS) -version-info $(MPQC_SO_VERSION)
95
96## The generated configuration header is installed in its own subdirectory of
97## $(libdir). The reason for this is that the configuration information put
98## into this header file describes the target platform the installed library
99## has been built for. Thus the file must not be installed into a location
100## intended for architecture-independent files, as defined by the Filesystem
101## Hierarchy Standard (FHS).
102## The nodist_ prefix instructs Automake to not generate rules for including
103## the listed files in the distribution on 'make dist'. Files that are listed
104## in _HEADERS variables are normally included in the distribution, but the
105## configuration header file is generated at configure time and should not be
106## shipped with the source tarball.
107#libSCmbptr12_libincludedir = $(libdir)/chemistry/qc/mbptr12/include
108#nodist_libSCmbptr12_libinclude_HEADERS = $(top_builddir)/src/lib/scconfig.h
109
110
111MBPTR12TESTS = \
112 mbptr12test
113
114check_PROGRAMS += $(MBPTR12TESTS)
115noinst_PROGRAMS += $(MBPTR12TESTS)
116
117MBPTR12LIBS = \
118 libSCkeyval.la \
119 libSCgroup.la libSCmbptr12.la libSCclass.la \
120 libSCcontainer.la libSCref.la libSCmisc.la
121
122mbptr12test_SOURCES = \
123 chemistry/qc/mbptr12/mbptr12test.cc
124mbptr12test_LDADD = \
125 $(MBPTR12LIBS)
126
127
Note: See TracBrowser for help on using the repository browser.