Cross Reference: Makefile.am
xref: /xsrc/external/mit/libX11/dist/modules/lc/gen/Makefile.am
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /xsrc/external/mit/libX11/dist/modules/lc/gen/
Makefile.am revision 88de56cc
1AM_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
11AM_CFLAGS= \
12	$(X11_CFLAGS) \
13	$(BIGFONT_CFLAGS) \
14	$(XDMCP_CFLAGS) \
15	$(CWARNFLAGS)
16
17if XLIB_LOADABLE_I18N
18
19commonlibdir = $(X11_LOCALELIBDIR)/common
20commonlib_LTLIBRARIES=xlibi18n.la
21xlibi18n_la_LDFLAGS = -module -version-number 2:0:0
22xlibi18n_la_LIBADD = $(I18N_MODULE_LIBS)
23
24else
25
26noinst_LTLIBRARIES = libxlibi18n.la
27
28endif
29
30xlibi18n_la_SOURCES = \
31	lcGenConv.c
32
33libxlibi18n_la_SOURCES = $(xlibi18n_la_SOURCES)
34

Indexes created Sat Dec 06 05:09:43 GMT 2025