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

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

See C.L. 345

  • Property svn:eol-style set to native
File size: 424 bytes
Line 
1#-- start of constituents_trailer ------
2
3clean :: remove_library_links
4
5remove_library_links ::
6        $(echo) "Removing library links"; \
7          $(remove_library_links)
8
9makefilesclean ::
10
11###     @/bin/rm -f checkuses
12
13###     /bin/rm -f *.make*
14
15clean :: makefilesclean
16
17binclean :: clean
18        $(echo) "Removing binary directory $(bin)"
19        @if test ! "$(bin)" = "./"; then \
20          /bin/rm -rf $(bin); \
21        fi
22
23#-- end of constituents_trailer ------
Note: See TracBrowser for help on using the repository browser.