TARGET = externals.a SRCS = \ Handle.cpp \ String.cpp \ Exceptions.cpp \ Input.cpp \ Output.cpp \ Buffer.cpp \ generic.cpp \ checkargs.c \ datecalc.c \ hashtab.c \ lookupa.c \ recycle.c \ SPATH = Base/lib include ../Makefile.cfg $(TARGET): $(OBJS) $(AR) $@ $^ -include $(DEPS)