source: CMT/v1r19/mgr/fragments/constituents_trailer @ 2

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

Convert to UNIX eol

File size: 420 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        @/bin/rm -f checkuses
11
12###     /bin/rm -f *.make*
13
14clean :: makefilesclean
15
16binclean :: clean
17        @if test ! "$(bin)" = "./"; then \
18          echo "Removing binary directory $(bin)"
19          /bin/rm -rf $(bin); \
20        fi
21
22#-- end of constituents_trailer ------
Note: See TracBrowser for help on using the repository browser.