fred:
	@echo "****"
	@echo "Cannot find GD library, .Please add the correct library path to Makefile.PL or install GD.Cannot find GD header file, .Please add the correct library path to Makefile.PL or install GD. Skipping build of PDL::IO::GD."
	@echo "****"

all: fred

test: fred

clean ::
	-mv Makefile Makefile.old

realclean ::
	rm -rf Makefile Makefile.old

