all:
	(cd $(PWD)/vendor/SMWidth;make clean -f makefile_MW5;make -f makefile_MW5)
clean:
	(cd $(PWD)/vendor/SMWidth;make clean -f makefile_MW5)