2010-09-03 21:36:32 -07:00
|
|
|
AM_CPPFLAGS += -I$(srcdir)/plugins
|
|
|
|
|
|
|
|
plugins_sources += \
|
|
|
|
plugins/moofileselector-prefs.c \
|
|
|
|
plugins/moofileselector.c \
|
|
|
|
plugins/moofileselector.h \
|
|
|
|
plugins/mooeditplugins.h \
|
|
|
|
plugins/mooeditplugins.c \
|
|
|
|
plugins/moofilelist.c \
|
2010-09-12 01:49:28 -07:00
|
|
|
plugins/moofind.c \
|
2010-11-28 04:15:47 -08:00
|
|
|
plugins/mooluaplugin.cpp
|
2010-09-03 21:36:32 -07:00
|
|
|
|
|
|
|
EXTRA_DIST += \
|
|
|
|
plugins/glade/moofileselector-prefs.glade \
|
|
|
|
plugins/glade/moofileselector.glade \
|
|
|
|
plugins/glade/moofind.glade \
|
|
|
|
plugins/glade/moogrep.glade
|
|
|
|
|
|
|
|
built_plugins_sources += \
|
|
|
|
moofileselector-prefs-gxml.h \
|
|
|
|
moofileselector-gxml.h \
|
|
|
|
moofind-gxml.h \
|
|
|
|
moogrep-gxml.h
|
|
|
|
|
2010-09-30 03:42:40 -07:00
|
|
|
EXTRA_DIST += plugins/lua-module-setup.lua
|
|
|
|
built_plugins_sources += lua-module-setup.h
|
|
|
|
lua-module-setup.h: plugins/lua-module-setup.lua $(top_srcdir)/tools/xml2h.py
|
2010-09-30 23:12:35 -07:00
|
|
|
$(AM_V_GEN)$(PYTHON) $(top_srcdir)/tools/xml2h.py $(srcdir)/plugins/lua-module-setup.lua lua-module-setup.h.tmp LUA_MODULE_SETUP_CODE \
|
2010-09-30 03:42:40 -07:00
|
|
|
&& mv lua-module-setup.h.tmp lua-module-setup.h
|
|
|
|
|
2010-09-03 21:36:32 -07:00
|
|
|
include plugins/ctags/Makefile.incl
|
|
|
|
include plugins/usertools/Makefile.incl
|
2010-11-21 00:44:24 -08:00
|
|
|
include plugins/support/Makefile.incl
|