source: CMT/v1r25-branch/mgr/fragments/constituents_trailer @ 641

Last change on this file since 641 was 614, checked in by rybkin, 12 years ago

See C.L. 489

  • Property svn:eol-style set to native
File size: 521 bytes
Line 
1#-- start of constituents_trailer ------
2
3uninstall : remove_library_links ;
4clean ::
5        $(cleanup_echo) $(cmt_build_library_linksstamp)
6        -$(cleanup_silent) \rm -f $(cmt_build_library_linksstamp)
7#clean :: remove_library_links
8
9remove_library_links ::
10ifndef QUICK
11        $(echo) "(constituents.make) Removing library links"; \
12          $(remove_library_links)
13else
14        $(echo) "(constituents.make) Removing library links"; \
15          $(remove_library_links) -f=$(bin)library_links.in -without_cmt
16endif
17
18#-- end of constituents_trailer ------
Note: See TracBrowser for help on using the repository browser.