# Generated automatically from Makefile.in by configure.
TARGETS = driver-hoard driver

all: $(TARGETS)

clean:
	rm -f $(TARGETS)

DEFS = -D_MT -D_REENTRANT
INCLUDES = -I../..

driver-hoard:
	c++  -DNDEBUG -D_REENTRANT=1 -fno-exceptions -Wall -O6 -fexpensive-optimizations -finline-functions -fomit-frame-pointer -ffast-math $(DEFS) $(INCLUDES) driver_mt.cpp ../../libhoard.a -lpthread  -o driver-hoard

driver-ptmalloc:
	c++  -DNDEBUG -D_REENTRANT=1 -fno-exceptions -Wall -O6 -fexpensive-optimizations -finline-functions -fomit-frame-pointer -ffast-math $(DEFS) $(INCLUDES) ../../../allocators/ptmalloc/ptmalloc.o driver_mt.cpp -lpthread  -o driver-ptmalloc

driver-mtmalloc:
	c++  -DNDEBUG -D_REENTRANT=1 -fno-exceptions -Wall -O6 -fexpensive-optimizations -finline-functions -fomit-frame-pointer -ffast-math $(DEFS) -DUSE_MTMALLOC=1 $(INCLUDES) driver_mt.cpp -lpthread  -lmtmalloc -o driver-mtmalloc

driver:
	c++  -DNDEBUG -D_REENTRANT=1 -fno-exceptions -Wall -O6 -fexpensive-optimizations -finline-functions -fomit-frame-pointer -ffast-math $(DEFS) $(INCLUDES) driver_mt.cpp -lpthread  -o driver

