source: CMT/v1r25p20160527/src/setup.tcsh

Last change on this file was 664, checked in by rybkin, 10 years ago

merge -r 646:663 HEAD

  • Property svn:eol-style set to native
  • Property svn:ignore set to setup.*
File size: 2.2 KB
Line 
1#-----------------------------------------------------------
2# Copyright Christian Arnault LAL-Orsay CNRS
3# arnault@lal.in2p3.fr
4# Modified by garonne@lal.in2p3.fr
5# Modified by Grigory Rybkin
6# See the complete license in cmt_license.txt "http://www.cecill.info".
7#-----------------------------------------------------------
8
9complete cmt p/1/'`echo broadcast build check check_files checkout co cleanup config create create_project expand filter help lock relocate remove run setup show system unlock version ; if (${?CVSROOT}) echo cvstags cvsbranches cvssubpackages cvssubprojects`'/ \
10 n/make/'`cmt -quiet show constituent_names; cmt -quiet show groups; echo check all binclean help`'/ \
11 n/broadcast/'(-begin= -select= -exclude= -local -global -depth=)'/ \
12 n/'-{begin=,select=,exclude=,local,global,depth=}'/c/ \
13 n/'{br,run}'/c/ \
14 n/build/'(CMT_pacman constituent_makefile constituents_makefile dependencies library_links make_setup msdev os9_makefile prototype readme tag_makefile temporary_name triggers win_makefile)'/ \
15 n/check_files/f/ \
16 n/expand/'(model)'/ \
17 n/show/'(action action_names action_value actions alias alias_names alias_value aliases all_tags applied_patterns author branches clients cmtpath_patterns constituent constituent_names constituents container cycles fragment fragments groups include_dirs language languages macro macro_names macro_value macros manager packages path pattern patterns projects project_author pwd set set_names set_value sets strategies tags use_paths uses versions)'/ \
18 n/constituents_makefile/n/ \
19 n/constituent/'`cmt -quiet show constituent_names`'/ \
20 n@fragment@'`cmt -quiet show fragments | sed -e "s#.*/fragments/##"`'@ \
21 n/action/'`cmt -quiet show action_names`'/ \
22 n/action_value/'`cmt -quiet show action_names`'/ \
23 n/alias/'`cmt -quiet show alias_names`'/ \
24 n/alias_value/'`cmt -quiet show alias_names`'/ \
25 n/macro/'`cmt -quiet show macro_names`'/ \
26 n/macro_value/'`cmt -quiet show macro_names`'/ \
27 n/pattern/'`cmt -quiet show pattern_names`'/ \
28 n/set/'`cmt -quiet show set_names`'/ \
29 n/set_value/'`cmt -quiet show set_names`'/ \
30 n/triggers/'`cmt -quiet show constituent_names`'/ \
31 'n/c{o,heckout}/(-l -R -r -C -i -vd -d -o -requirements -no_config -rs --help)/' \
32 n/check/'(configuration files version)'/
Note: See TracBrowser for help on using the repository browser.