pps_fetch: introduce a helper to handle timeouts
[dragonfly.git] / test / interbench / Makefile
blob84fa2daf04e0a20a3308191e5eb0ce2c5922c385
1 TARGETS= hackbench.o interbench.o interbench
3 CFLAGS= -W -Wall -g -O2 -s -pipe -Werror
4 LDFLAGS= -lpthread -lrt -lm
6 all: ${TARGETS}
8 hackbench.o: hackbench.c
9 ${CC} ${CFLAGS} -c ${.ALLSRC}
11 interbench.o: interbench.c
12 ${CC} ${CFLAGS} -c ${.ALLSRC}
14 interbench: hackbench.o interbench.o
15 ${CC} ${CFLAGS} ${LDFLAGS} hackbench.o interbench.o -o ${.TARGET}
17 clean:
18 rm -f ${TARGETS) interbench.read interbench.write interbench.loops_per_ms *~