# Only used if you have GNU make

.PHONY: check cross TAGS clean realclean distclean install install.saver
.PHONY: uninstall distcopy depend dep

MC_ISGNUMAKE = yes
include Makefile

ifeq (.depend,$(wildcard .depend))
include .depend
endif
