include Makevars.common

OBJECTS = $(SEQBIAS_OBJ) \
		  $(YAML_CPP_OBJ:%=yaml-cpp/%)

all : $(SHLIB)

clean :
	rm -rf $(OBJECTS)

