source: CMT/v1r19p20061115/mgr/fragments/constituents_trailer @ 615

Last change on this file since 615 was 95, checked in by arnault, 19 years ago

Bug fixes see CL283

  • 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        @if test ! "$(bin)" = "./"; then \
19          echo "Removing binary directory $(bin)"
20          /bin/rm -rf $(bin); \
21        fi
22
23#-- end of constituents_trailer ------
Note: See TracBrowser for help on using the repository browser.