#-- start of constituents_trailer ------ clean :: remove_library_links remove_library_links :: @echo "Removing library links"; \ $(remove_library_links); \ makefilesclean :: @/bin/rm -f checkuses ### /bin/rm -f *.make* clean :: makefilesclean binclean :: clean @if test ! "$(bin)" = "./"; then \ echo "Removing binary directory $(bin)" /bin/rm -rf $(bin); \ fi #-- end of constituents_trailer ------