Revert "Add relation-dump option to at_spi2_tool"
[platform/upstream/at-spi2-core.git] / xml / Makefile.am
1 EXTRA_DIST = \
2         Accessibility.xml \
3         Accessible.xml \
4         Action.xml \
5         Application.xml \
6         Cache.xml \
7         Collection.xml \
8         Component.xml \
9         create-introspection.sh \
10         DeviceEventController.xml \
11         DeviceEventListener.xml \
12         Document.xml \
13         EditableText.xml \
14         Event.xml \
15         Hyperlink.xml \
16         Hypertext.xml \
17         Image.xml \
18         Registry.xml \
19         remove-annotations.xsl \
20         Selection.xml \
21         Socket.xml \
22         Table.xml \
23         Text.xml \
24         Value.xml \
25         versioned-introspection.py
26
27 CLEANFILES = \
28         introspection.c \
29         introspection.h \
30         Processed.xml
31
32 #BUILT_SOURCES = spec.xml
33 #CLEANFILES += spec.xml
34
35 XML_SPEC = $(filter %.xml,$(EXTRA_DIST))
36
37 spec.xml: $(XML_SPEC)
38         xsltproc --xinclude $(top_srcdir)/tools/identity.xsl Accessibility.xml >spec.xml
39
40
41 -include $(top_srcdir)/git.mk