ROOT_DIR=../..

include Makefile.inc

OBJ_TIMERS = $(SRC_TIMERS:.cc=.o)
all: $(OBJ_TIMERS)
clean: cleandir

include $(ROOT_DIR)/Makefile.rules
