# remove all files which windows is likely to have created, in addition
# to transient build-related files:
# * .opt workspace option file
# * (probably automatic) updates to the .dsp and .dsw files,
# which should be identical to the auto-generated versions when
# clean.
distclean cleandir: clean winfiles
rm -f hpcmips_stand.opt
rm -f hpcmips_stand.vcw
rm -f hpcmips_stand.vco
rm -f hpcmips_stand.vcb
for dir in $(PROJECT_DIRS); do \
(cd $$dir && rm -f $$dir.vcp); \
done