source: Makefile.am@ 26dc12

Action_Thermostats Add_AtomRandomPerturbation Add_RotateAroundBondAction Add_SelectAtomByNameAction Adding_Graph_to_ChangeBondActions Adding_MD_integration_tests Adding_StructOpt_integration_tests Automaking_mpqc_open 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_CodePatterns Subpackage_JobMarket Subpackage_levmar Subpackage_mpqc_open Subpackage_vmg ThirdParty_MPQC_rebuilt_buildsystem TremoloParser_IncreasedPrecision TremoloParser_MultipleTimesteps Ubuntu_1604_changes stable
Last change on this file since 26dc12 was 26dc12, checked in by Frederik Heber <heber@…>, 8 years ago

Modified check for CodePatterns presence in configure.ac's.

  • Property mode set to 100644
File size: 1001 bytes
RevLine 
[14de469]1ACLOCAL_AMFLAGS = -I m4
[26dc12]2
3SUBDIRS=
4if COND_COMPILE_CODEPATTERNS
5SUBDIRS += ThirdParty/CodePatterns
6endif
7SUBDIRS += ThirdParty/LinearAlgebra data/icons src src/unittests src/Tesselation/TriangleMatcher src/Bond/AdjacencyMatcher tests utils doc
[14de469]8
[861874]9AUTOMAKE_OPTIONS = subdir-objects
10
[ec188c]11EXTRA_DIST = \
12 bootstrap \
[d68514]13 debian/changelog \
14 debian/compat \
15 debian/control \
16 debian/copyright \
[66b092]17 debian/molecuilder.install \
18 debian/molecuilder-dev.install \
[d68514]19 debian/rules \
20 debian/source/format \
[ec188c]21 m4/ac_doxygen.m4 \
22 m4/acx_compilerflags.m4 \
[601632]23 m4/acx_pthread.m4 \
[ec188c]24 m4/ax_check_gl.m4 \
25 m4/ax_check_glu.m4 \
26 m4/ax_codepatterns.m4 \
[601632]27 m4/ax_lang_compiler_ms.m4 \
28 m4/ax_molecuilder.m4 \
[e06010]29 m4/ax_python.m4 \
[ec188c]30 m4/boost.m4 \
[601632]31 m4/cppunit.m4
[4aa424]32
[abfc95]33.PHONY: doc extracheck installextracheck
[4aa424]34doc:
[3158e6]35 mkdir -p ${DX_DOCDIR}
[8e2779]36 cd doc && $(MAKE) doxygen-doc
[ec188c]37
[0f0407]38guicheck:
39 cd tests && $(MAKE) guicheck
[abfc95]40extracheck:
[8e2779]41 cd tests && $(MAKE) extracheck
[abfc95]42installextracheck:
[8e2779]43 cd tests && $(MAKE) installextracheck
[abfc95]44
[796aa6]45unity:
[8e2779]46 cd src && $(MAKE) unity
Note: See TracBrowser for help on using the repository browser.