include $(MODDIR)/make/plugin-defs.mk include $(MODDIR)/make/defs.mk all: $(PLUGIN_VERSION_LIB) install: clean: clean.local distclean: version.o: version.cpp $(CPP) $(BUILD_CPPFLAGS) -o $@ -c $< clean.local: rm -f version.o $(PLUGIN_VERSION_LIB): version.o ar r $@ $<