TARGET = Lua.a SRCS = \ lua-engine.cpp \ SPATH = CPPFLAGS = -I. -I../Database -I../Database/internals -I../Engine include ../Makefile.cfg $(TARGET): $(OBJS) $(AR) $@ $^ -include $(DEPS)