Initialize Tizen 2.3
[framework/uifw/xorg/lib/libx11.git] / modules / om / generic / 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         -I$(top_srcdir)/src \
10         -D_BSD_SOURCE
11
12 AM_CFLAGS= \
13         $(X11_CFLAGS) \
14         $(BIGFONT_CFLAGS) \
15         $(MALLOC_ZERO_CFLAGS) \
16         $(CWARNFLAGS)
17
18 if XLIB_LOADABLE_I18N
19
20 commonlibdir = $(X11_LOCALELIBDIR)/common
21 commonlib_LTLIBRARIES=xomGeneric.la
22 xomGeneric_la_LDFLAGS = -module -version-number 2:0:0
23 xomGeneric_la_LIBADD = $(I18N_MODULE_LIBS)
24
25 else
26
27 noinst_LTLIBRARIES = libxomGeneric.la
28
29 endif
30
31
32 xomGeneric_la_SOURCES = \
33         omDefault.c \
34         omGeneric.c \
35         omImText.c \
36         omText.c \
37         omTextEsc.c \
38         omTextExt.c \
39         omTextPer.c \
40         omXChar.c
41
42 libxomGeneric_la_SOURCES = $(xomGeneric_la_SOURCES)