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