Added activestrings/Makefile.incl

master
Yevgen Muntyan 2006-03-04 21:10:05 -06:00
parent c8c560a326
commit 1564e3c0e7
2 changed files with 30 additions and 1 deletions

View File

@ -6,7 +6,7 @@
^berlios-hg.state.old$
^berlios-hg.state.journal$
build/.*
Makefile\.in
Makefile\.in$
aclocal\.m4
autom4te.*
compile

View File

@ -0,0 +1,29 @@
#
# moo/mooedit/plugins/activestrings/Makefile.incl
#
astrings = $(mooedit_plugins)/activestrings
astrings_srcdir = $(srcdir)/$(astrings)
astrings_extra_dist = \
$(astrings)/as-plugin.glade
astrings_sources = \
$(astrings)/as-plugin.c \
$(astrings)/as-plugin.h \
$(astrings)/as-plugin-script.c \
$(astrings)/as-plugin-script.h \
$(astrings)/as-plugin-prefs.c \
$(astrings)/as-plugin-glade.h
astrings_built_sources = \
$(astrings)/as-plugin-glade.h
$(astrings)/as-plugin-glade.h: $(astrings)/as-plugin.glade $(XML2H)
mkdir -p $(astrings)
sh $(XML2H) AS_PLUGIN_GLADE_UI $(astrings_srcdir)/as-plugin.glade > \
$(astrings)/as-plugin-glade.h
moo_sources += $(astrings_sources)
moo_built_sources += $(astrings_built_sources)
moo_extra_dist += $(astrings_extra_dist)