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