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