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

all: $(TARGETS)

clean:
	rm -f $(TARGETS)

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

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

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

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

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