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