Add member of default label info that check for default label enabed
[platform/upstream/at-spi2-core.git] / xml / Makefile.am
index 58a2b2d..edb71d3 100644 (file)
@@ -1,37 +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.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