source: ThirdParty/mpqc_open/src/lib/Makefile.am@ 8bb40e1

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

Removed cints and intcca compilation.

  • Property mode set to 100644
File size: 1.3 KB
Line 
1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src/lib
2
3MOSTLYCLEANFILES =
4lib_LTLIBRARIES =
5check_PROGRAMS =
6noinst_PROGRAMS =
7noinst_LTLIBRARIES =
8#pyexec_LTLIBRARIES =
9BUILT_SOURCES =
10bin_PROGRAMS =
11EXTRA_DIST =
12
13# needed for generating f77sym.h
14MKF77SYM= $(PERL) $(top_builddir)/bin/mkf77sym.pl
15
16if CONDCCA
17include chemistry/cca/Makefile.am
18endif
19
20include chemistry/molecule/Makefile.am
21include chemistry/qc/basis/Makefile.am
22#include chemistry/qc/cints/Makefile.am
23include chemistry/qc/dft/Makefile.am
24#include chemistry/qc/intcca/Makefile.am
25include chemistry/qc/intv3/Makefile.am
26include chemistry/qc/mbpt/Makefile.am
27
28if CONDLIBINT
29include chemistry/qc/mbptr12/Makefile.am
30endif
31
32include chemistry/qc/oint3/Makefile.am
33include chemistry/qc/psi/Makefile.am
34include chemistry/qc/scf/Makefile.am
35include chemistry/qc/wfn/Makefile.am
36include chemistry/solvent/Makefile.am
37include math/isosurf/Makefile.am
38include math/optimize/Makefile.am
39include math/scmat/Makefile.am
40include math/symmetry/Makefile.am
41include util/class/Makefile.am
42include util/container/Makefile.am
43include util/group/Makefile.am
44include util/keyval/Makefile.am
45include util/misc/Makefile.am
46include util/options/Makefile.am
47include util/psi3/libpsio/Makefile.am
48include util/ref/Makefile.am
49include util/render/Makefile.am
50include util/state/Makefile.am
51
Note: See TracBrowser for help on using the repository browser.