Add member of default label info that check for default label enabed
[platform/upstream/at-spi2-core.git] / xml / Makefile.am
index 7b571ae..edb71d3 100644 (file)
@@ -1,47 +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.Collection.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 \
-       org.freedesktop.atspi.DeviceEvent.xml \
-       org.freedesktop.atspi.Registry.xml \
-       org.freedesktop.atspi.DeviceEventController.xml \
-       org.freedesktop.atspi.DeviceEventListener.xml \
-       org.freedesktop.atspi.Relation.xml \
-       org.freedesktop.atspi.Role.xml \
-       org.freedesktop.atspi.Selection.xml \
-       org.freedesktop.atspi.Selector.xml \
-       org.freedesktop.atspi.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