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

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

Changing eol-style property

  • Property svn:eol-style set to native
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.