ROOT_DIR=../..

include Makefile.inc

OBJ_METRICS = $(SRC_METRICS:.cc=.o)
all: $(OBJ_METRICS)
clean: cleandir

include $(ROOT_DIR)/Makefile.rules
