all:
	$(MAKE) -f Makefile.mwt all

swig:
	$(MAKE) -f Makefile.swig all

clean:
	$(MAKE) -f Makefile.mwt clean

distclean:
	$(MAKE) -f Makefile.swig clean
