all:   

distclean: clean

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


epocR5:
	$(MAKE) -f Makefile.epocR5 clean
	$(MAKE) -f Makefile.epocR5
	mv *.sis ../../bin

crystal:
	$(MAKE) -f Makefile.crystal clean
	$(MAKE) -f Makefile.crystal
	mv *.sis ../../bin

series60:
	$(MAKE) -f Makefile.series60 clean
	$(MAKE) -f Makefile.series60
	mv *.sis ../../bin

UIQ:
	$(MAKE) -f Makefile.UIQ clean
	$(MAKE) -f Makefile.UIQ
	mv *.sis ../../bin
	$(MAKE) -f Makefile.UIQ clean
