#-- start of constituents_trailer ------

#clean :: remove_library_links

remove_library_links ::
	$(echo) "(constituents.nmake) Removing library links"
	@$(remove_library_links)

makefilesclean ::
#	@if exist *.nmake* del *.nmake*

###	@if exist checkuses del checkuses

clean :: makefilesclean

#binclean :: clean
binclean ::
	$(echo) (constituents.nmake) Removing binary directory $(bin)
	$(cleanup_silent)if not "$(bin)"==".\" (if exist $(bin) rmdir /S /Q $(bin))
#	@del /Q $(bin)\*

#-- end of constituents_trailer ------
