source: CMT/HEAD/mgr/fragments/constituents_trailer @ 666

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

See C.L. 489

  • Property svn:eol-style set to native
File size: 521 bytes
RevLine 
[2]1#-- start of constituents_trailer ------
2
[588]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
[2]8
9remove_library_links ::
[588]10ifndef QUICK
[487]11        $(echo) "(constituents.make) Removing library links"; \
[441]12          $(remove_library_links)
[588]13else
14        $(echo) "(constituents.make) Removing library links"; \
15          $(remove_library_links) -f=$(bin)library_links.in -without_cmt
16endif
[2]17
18#-- end of constituents_trailer ------
Note: See TracBrowser for help on using the repository browser.