TARGET = Utils.a SRCS = \ log.cpp \ CPPFLAGS = -I. include ../Makefile.cfg $(TARGET): $(OBJS) $(AR) $@ $^ -include $(DEPS)