X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=xml%2FMakefile.am;h=edb71d38829217ee02f29fb6e13f5a538ae99433;hb=32e740ae48265f78d66f85be61251ccb789f994f;hp=7a6882435361a6931d2547262c5e529d69ee3be8;hpb=5eda62446a05fc5f35964ce9d9d7820ff0f91cf1;p=platform%2Fupstream%2Fat-spi2-core.git diff --git a/xml/Makefile.am b/xml/Makefile.am index 7a68824..edb71d3 100644 --- a/xml/Makefile.am +++ b/xml/Makefile.am @@ -1,46 +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.Desktop.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_Relation.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 $(top_srcdir)/tools/identity.xsl $< >$@ +CLEANFILES = \ + introspection.c \ + introspection.h \ + Processed.xml -# I'm only adding spec.xml because it is needed to build other files that -# are currently being distributed. -MPG -EXTRA_DIST = $(XML_SPEC) spec.xml +#BUILT_SOURCES = spec.xml +#CLEANFILES += spec.xml -BUILT_SOURCES = spec.xml -CLEANFILES = spec.xml +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 - @mkdir -p introspection - xsltproc ../tools/spec-to-introspect.xsl $< |sed -e 's@xmlns:tp="http://telepathy\.freedesktop\.org/wiki/DbusSpec.extensions-v0"@@g' >$@ -introspectdir = $(pkgdatadir)/$(DEFAULT_ATSPI_INTROSPECTION_PATH) -dist_introspect_DATA = $(INTROSPECT_FILES) +-include $(top_srcdir)/git.mk