all:
	@echo Error: you must run "./configure" first

clean:
	cp -f Makefile.orig Makefile

uninstall:
	@echo Error: you must run "./configure" first
