source: ThirdParty/Makefile.am@ aae63a

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

MPQC is now "automade" via an additional Makefile.am.

  • this is according to the last suggestion in "Third-Party Makefiles" part of the automake documentation: In order to have a "distdir" target, it is simplest to use the automake functionality. Hence, we have the required stash of targets.
  • make dist is now working. (distcheck is next)
  • Property mode set to 100644
File size: 1.0 KB
Line 
1ACLOCAL_AMFLAGS = -I m4
2
3SUBDIRS=
4if COND_COMPILE_CODEPATTERNS
5SUBDIRS += CodePatterns
6endif
7if COND_COMPILE_JOBMARKET
8SUBDIRS += JobMarket
9endif
10SUBDIRS += LinearAlgebra
11
12all-local:
13 cd mpqc_open && $(MAKE) $(AM_MAKEFLAGS) all
14check-local:
15 cd mpqc_open && $(MAKE) $(AM_MAKEFLAGS) check
16clean-local:
17 cd mpqc_open && $(MAKE) $(AM_MAKEFLAGS) clean check_clean
18
19# Assuming the package knows how to install itself
20install-data-local:
21 cd mpqc_open && $(MAKE) $(AM_MAKEFLAGS) install-data
22install-exec-local:
23 cd mpqc_open && $(MAKE) $(AM_MAKEFLAGS) install-exec
24uninstall-local:
25 cd mpqc_open && $(MAKE) $(AM_MAKEFLAGS) uninstall
26
27# Distribute files from here.
28EXTRA_DIST = \
29 mpqc_open/bin \
30 mpqc_open/doc \
31 mpqc_open/include \
32 mpqc_open/lib \
33 mpqc_open/m4 \
34 mpqc_open/src \
35 mpqc_open/aclocal.m4 \
36 mpqc_open/cca.m4 \
37 mpqc_open/CHANGES \
38 mpqc_open/CITATION \
39 mpqc_open/configure \
40 mpqc_open/configure.ac \
41 mpqc_open/COPYING \
42 mpqc_open/COPYING.LIB \
43 mpqc_open/LICENSE \
44 mpqc_open/Makefile \
45 mpqc_open/README
46
47
Note: See TracBrowser for help on using the repository browser.