source: ThirdParty/vmg/test/Makefile.am@ 6491d3

Adding_MD_integration_tests Adding_StructOpt_integration_tests AutomationFragmentation_failures Candidate_v1.6.1 ChemicalSpaceEvaluator Enhanced_StructuralOptimization Enhanced_StructuralOptimization_continued Exclude_Hydrogens_annealWithBondGraph ForceAnnealing_with_BondGraph ForceAnnealing_with_BondGraph_contraction-expansion Gui_displays_atomic_force_velocity JobMarket_RobustOnKillsSegFaults JobMarket_StableWorkerPool PythonUI_with_named_parameters StoppableMakroAction TremoloParser_IncreasedPrecision
Last change on this file since 6491d3 was 7faa5c, checked in by Frederik Heber <heber@…>, 8 years ago

Merge commit 'de061d9d851257a04e924d4472df4523d33bb08b' as 'ThirdParty/vmg'

  • Property mode set to 100644
File size: 413 bytes
Line 
1# PLEASE adhere to the alphabetical ordering in this Makefile!
2# Also indentation by a single tab
3
4check_LIBRARIES =
5check_PROGRAMS =
6noinst_PROGRAMS =
7TESTS =
8XFAIL_TESTS =
9
10LIBVMG = \
11 $(top_builddir)/src/libvmg.la \
12 $(BOOST_FILESYSTEM_LDFLAGS) $(BOOST_SYSTEM_LIBS) \
13 $(BOOST_SYSTEM_LDFLAGS) $(BOOST_FILESYSTEM_LIBS)
14
15include interfaces/Makefile.am
16include unit_test/Makefile.am
17
18clean-local:
19 rm -rf output/
Note: See TracBrowser for help on using the repository browser.