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