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

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

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

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