uuuu -> iiii for rectangles, to be consistant with other usage
[platform/core/uifw/at-spi2-atk.git] / spi-common / Makefile.am
1 noinst_LTLIBRARIES = libspicommon.la
2
3 libspicommon_la_CFLAGS = $(DBUS_GLIB_CFLAGS)\
4                         -DATSPI_INTROSPECTION_PATH=\"$(DEFAULT_ATSPI_INTROSPECTION_PATH)\"\
5                         -I$(top_builddir)\
6                         -I$(top_srcdir)
7
8 libspicommon_la_LIBADD = $(DBUS_GLIB_LIBS)
9
10 BUILT_SOURCES = generated-types.h
11 CLEANFILES = generated-types.h
12
13 nodist_libspicommon_la_SOURCES = generated-types.h
14
15 libspicommon_la_SOURCES =       \
16         event-types.h           \
17         spi-types.h             \
18         spi-dbus.h              \
19         spi-dbus.c
20
21 generated-types.h: $(top_srcdir)/xml/spec.xml $(top_srcdir)/tools/c-constants-generator.xsl
22         xsltproc --stringparam mixed-case-prefix Accessibility_ $(top_srcdir)/tools/c-constants-generator.xsl $< >$@