X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=xml%2FMakefile.am;h=edb71d38829217ee02f29fb6e13f5a538ae99433;hb=8fd84fce6f1ef2a9e694a14cfb77a29ed269a686;hp=ba3c9c60a8edfbb61e5c0d2cb96e13d3e5f8be46;hpb=c5e9d56090f34c0284d602b387bff25a5124ae09;p=platform%2Fupstream%2Fat-spi2-core.git diff --git a/xml/Makefile.am b/xml/Makefile.am index ba3c9c6..edb71d3 100644 --- a/xml/Makefile.am +++ b/xml/Makefile.am @@ -1,38 +1,41 @@ -XML_SPEC= \ +EXTRA_DIST = \ Accessibility.xml \ - org.freedesktop.atspi.Accessible.xml \ - org.freedesktop.atspi.Action.xml \ - org.freedesktop.atspi.Application.xml \ - org.freedesktop.atspi.Component.xml \ - org.freedesktop.atspi.Document.xml \ - org.freedesktop.atspi.EditableText.xml \ - org.freedesktop.atspi.Hyperlink.xml \ - org.freedesktop.atspi.Hypertext.xml \ - org.freedesktop.atspi.Image.xml \ - org.freedesktop.atspi.LoginHelper.xml \ - Accessibility_Registry_Common.xml \ - org.freedesktop.atspi.Registry.xml \ - org.freedesktop.atspi.DeviceEventController.xml \ - org.freedesktop.atspi.DeviceEventListener.xml \ - Accessibility_Role.xml \ - org.freedesktop.atspi.Selection.xml \ - org.freedesktop.atspi.Selector.xml \ - Accessibility_State.xml \ - org.freedesktop.atspi.StreamableContent.xml \ - org.freedesktop.atspi.Table.xml \ - org.freedesktop.atspi.Text.xml \ - org.freedesktop.atspi.Tree.xml \ - org.freedesktop.atspi.Value.xml + Accessible.xml \ + Action.xml \ + Application.xml \ + Cache.xml \ + Collection.xml \ + Component.xml \ + create-introspection.sh \ + DeviceEventController.xml \ + DeviceEventListener.xml \ + Document.xml \ + EditableText.xml \ + Event.xml \ + Hyperlink.xml \ + Hypertext.xml \ + Image.xml \ + Registry.xml \ + remove-annotations.xsl \ + Selection.xml \ + Socket.xml \ + Table.xml \ + Text.xml \ + Value.xml \ + versioned-introspection.py -spec.xml: $(XML_SPEC) - xsltproc --xinclude ../tools/identity.xsl $< >$@ +CLEANFILES = \ + introspection.c \ + introspection.h \ + Processed.xml + +#BUILT_SOURCES = spec.xml +#CLEANFILES += spec.xml -EXTRA_DIST = $(XML_SPEC) +XML_SPEC = $(filter %.xml,$(EXTRA_DIST)) -INTROSPECT_FILES = $(addprefix introspection/,$(patsubst %.xml,%,$(filter org.freedesktop.atspi%,$(XML_SPEC)))) +spec.xml: $(XML_SPEC) + xsltproc --xinclude $(top_srcdir)/tools/identity.xsl Accessibility.xml >spec.xml -$(INTROSPECT_FILES): introspection/%: %.xml ../tools/spec-to-introspect.xsl - xsltproc ../tools/spec-to-introspect.xsl $< |sed -e 's@xmlns:tp="http://telepathy\.freedesktop\.org/wiki/DbusSpec.extensions-v0"@@g' >$@ -introspectdir = $(pkgdatadir)/dbus -dist_introspect_DATA = $(INTROSPECT_FILES) +-include $(top_srcdir)/git.mk