# Linux Makefile for MapReduce library, g++, MPI

CC =		g++
CCFLAGS =	-g -O -DMPICH_IGNORE_CXX_SEEK
DEPFLAGS =	-M
ARCHIVE =	ar
ARFLAGS =	-rc

include Makefile.common

