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

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

See C.L. 465

  • Property svn:eol-style set to native
File size: 616 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
18makefilesclean ::
19
20###     @/bin/rm -f checkuses
21
22###     /bin/rm -f *.make*
23
24clean :: makefilesclean
25
26#-- end of constituents_trailer ------
Note: See TracBrowser for help on using the repository browser.