source: ThirdParty/mpqc_open/bin/sc-libtool.dox@ d192142

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_levmar Subpackage_vmg ThirdParty_MPQC_rebuilt_buildsystem TremoloParser_IncreasedPrecision TremoloParser_MultipleTimesteps Ubuntu_1604_changes stable
Last change on this file since d192142 was 860145, checked in by Frederik Heber <heber@…>, 8 years ago

Merge commit '0b990dfaa8c6007a996d030163a25f7f5fc8a7e7' as 'ThirdParty/mpqc_open'

  • Property mode set to 100644
File size: 2.2 KB
Line 
1
2/** \page sc-libtool
3
4The sc-libtool program is used to link and build MPQC executables and libraries.
5
6\if man
7<h1>Synopsis</h1>
8
9<pre>
10sc-libtool <b>[--config] [--debug] [{-n,--dry-run}] [--features]
11[--finish] [--help] [--mode={clean,compile,finish,install,link,uninstall}]
12[{--quiet,--silent}] [--tag=<i>TAG</i>] [--version] <i>MODE-ARGS</i></b>
13</pre>
14\endif
15
16<h1>Description</h1>
17
18The sc-libtool command provides generalized library-building support
19services. sc-libtool accepts the following options:
20
21<dl>
22<dt><tt>--config</tt><dd>Show all configuration variables.
23<dt><tt>--debug</tt><dd>Enable verbose shell tracing.
24<dt><tt>-n, --dry-run</tt><dd>Display commands without modifying any files.
25<dt><tt>--features</tt><dd>Display basic configuration information and exit.
26<dt><tt>--finish</tt><dd>Same as <tt>--mode=finish</tt>.
27<dt><tt>--help</tt><dd>Display help message and exit
28<dt><tt>--mode=<i>MODE</i></tt><dd>Use operation mode <i>MODE</i> (default=inferred from <i>MODE-ARGS</i>).
29<dt><tt>--quiet</tt><dd>Same as --silent.
30<dt><tt>--silent</tt><dd>Don't print informational messages.
31<dt><tt>--tag=<i>TAG</i></tt><dd>Use configuration variables from tag <i>TAG</i>.
32<dt><tt>--version</tt><dd>Print version information.
33</dl>
34
35<i>MODE</i> must be one of the following:
36
37<dl>
38<dt><tt>clean</tt><dd>Remove files from the build directory.
39<dt><tt>compile</tt><dd>Compile a source file into a libtool object.
40<dt><tt>execute</tt><dd>Automatically set library path, then run a program.
41<dt><tt>finish</tt><dd>Complete the installation of libtool libraries.
42<dt><tt>install</tt><dd>Install libraries or executables.
43<dt><tt>link</tt><dd>Create a library or an executable.
44<dt><tt>uninstall</tt><dd>Remove libraries from an installed directory.
45</dl>
46
47<h1>License</h1>
48
49sc-libtool is open-source software; you can redistribute it and/or modify it
50under the terms of the GNU General Public License as published by the Free
51Software Foundation; either version 2 of the License, or (at your option)
52any later version.
53
54<h1>Warranty</h1>
55
56sc-libtool is distributed in the hope that it will be useful, but WITHOUT ANY
57WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
58FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
59details.
60
61*/
Note: See TracBrowser for help on using the repository browser.