# Generated automatically from Makefile.in by configure. ALL: memcpy SHELL = /bin/sh DIRS = memcpy: memcpy.c mpicc -o memcpy memcpy.c clean: /bin/rm -f memcpy memcpy.o memcpy.log #for dir in $(DIRS) ; do \ # ( cd $$dir ; make clean ) ; done