source: CMT/v1r12p20020606/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: 255 bytes
Line 
1
2clean ::
3        @echo "Removing library links"; \
4          $(remove_library_links); \
5
6makefilesclean ::
7        /bin/rm -f *.make* ; \
8        /bin/rm -f checkuses
9
10clean :: makefilesclean
11
12binclean :: clean
13        if test ! "$(bin)" = "./"; then /bin/rm -rf $(bin); fi
14
Note: See TracBrowser for help on using the repository browser.