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 1ab64890
1AM_CFLAGS= \
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	$(X11_CFLAGS) \
10	$(BIGFONT_CFLAGS) \
11	$(XDMCP_CFLAGS) \
12	-D_BSD_SOURCE
13
14if XLIB_LOADABLE_I18N
15
16commonlibdir = $(X11_LOCALELIBDIR)/common
17commonlib_LTLIBRARIES=xlibi18n.la
18xlibi18n_la_LDFLAGS = -module -version-number 2:0:0
19xlibi18n_la_LIBADD = $(I18N_MODULE_LIBS)
20
21else
22
23noinst_LTLIBRARIES = libxlibi18n.la
24
25endif
26
27xlibi18n_la_SOURCES = \
28	lcGenConv.c
29
30libxlibi18n_la_SOURCES = $(xlibi18n_la_SOURCES)
31

Indexes created Fri Dec 05 21:09:38 GMT 2025