source: CMT/v1r14p20031120/fragments/constituents_trailer @ 1

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

Import all tags

File size: 442 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.