source: CMT/HEAD/mgr/fragments/application_launcher @ 588

Last change on this file since 588 was 441, checked in by rybkin, 16 years ago

See C.L. 345

  • Property svn:eol-style set to native
File size: 224 bytes
Line 
1#-- start of application_launcher
2
3${CONSTITUENT} ::
4        $(silent) cd $(bin); \
5          ${${CONSTITUENT}_pre_check}; \
6          ${FULLNAME} ${${CONSTITUENT}_check_args}; \
7          ${${CONSTITUENT}_post_check}
8
9
10#-- end of application_launcher
Note: See TracBrowser for help on using the repository browser.