# Generated automatically from Makefile.in by configure.
ALL: bcast
DIRS = struct pack
bcast: bcast.c
	mpicc -o bcast bcast.c

clean:
	/bin/rm -f bcast *.o
	for dir in $(DIRS) ; do \
	    ( cd $$dir ; make clean ) ; done