1 2 3 4 5 6 7 8 9 10 11 12 13 14
MODULE := base MODULE_OBJS := \ engine.o \ main.o \ options.o \ plugins.o \ version.o MODULE_DIRS += \ base # Include common rules include $(srcdir)/common.rules