upload tizen2.0 source
[framework/uifw/xorg/lib/libx11.git] / modules / lc / gen / Makefile.am
1 AM_CPPFLAGS= \
2         -I$(top_srcdir)/include \
3         -I$(top_srcdir)/include/X11 \
4         -I$(top_builddir)/include \
5         -I$(top_builddir)/include/X11 \
6         -I$(top_srcdir)/src/xcms \
7         -I$(top_srcdir)/src/xkb \
8         -I$(top_srcdir)/src/xlibi18n \
9         -D_BSD_SOURCE
10
11 AM_CFLAGS= \
12         $(X11_CFLAGS) \
13         $(BIGFONT_CFLAGS) \
14         $(CWARNFLAGS)
15
16 if XLIB_LOADABLE_I18N
17
18 commonlibdir = $(X11_LOCALELIBDIR)/common
19 commonlib_LTLIBRARIES=xlibi18n.la
20 xlibi18n_la_LDFLAGS = -module -version-number 2:0:0
21 xlibi18n_la_LIBADD = $(I18N_MODULE_LIBS)
22
23 else
24
25 noinst_LTLIBRARIES = libxlibi18n.la
26
27 endif
28
29 xlibi18n_la_SOURCES = \
30         lcGenConv.c
31
32 libxlibi18n_la_SOURCES = $(xlibi18n_la_SOURCES)