plugin_configuration.mk.tmpl 398 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11
# The name of the plugin.
# The primary source file is assumed to be $(PLUGIN_NAME)_plugin.cc, with
# $(PLUGIN_NAME)_plugin.h as the public header meant for inclusion by the
# application.
PLUGIN_NAME={{projectName}}
# Any files other than the plugin class files that need to be compiled.
EXTRA_SOURCES=
# Extra flags (e.g., for library dependencies).
EXTRA_CXXFLAGS=
EXTRA_CPPFLAGS=
EXTRA_LDFLAGS=