all: libunittest.a SRCDIR=@abs_srcdir@ include ../Makefile.utils libunittest.a: $(OBJECTS) rm -f $@ $(AR) rcs $@ $^ clean:: rm -f libunittest.a