#-- start of packages_trailer ------

clean uninstall check : ;

binclean : FORCE
!if "$(BCAST_ONLY)" == ""
!if "$(CMTINSTALLAREA)" != ""
	$(silent) if exist $(CMTINSTALLAREA)\$(CMTCONFIG) rmdir /S /Q $(CMTINSTALLAREA)\$(CMTCONFIG)
!endif
!if "$(LOG_LOCATION)" != ""
	$(silent) for %%f in ($(LOG_LOCATION)\*$(LOG_SUFFIX)) do $(silent) del %%f
#	$(silent) del /Q $(LOG_LOCATION)\*$(LOG_SUFFIX)
!endif
!endif

FORCE :
#-- end of packages_trailer ------
