# Serial Makefile for MapReduce library, g++, no MPI

CC =		g++
CCFLAGS =	-g -O -I../mpistubs
DEPFLAGS =	-M
ARCHIVE =	ar
ARFLAGS =	-rc

include Makefile.common

