Cross Reference: Makefile.am
xref
: /
solaris-x11-s11
/
open-src
/
lib
/
libX11
/
sun-src
/
modules
/
lc
/
gb18030
/
Makefile.am
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
341
N/A
AM_CFLAGS= \
341
N/A
-I$(top_srcdir)/include \
341
N/A
-I$(top_srcdir)
/include/X11
\
341
N/A
-I$(top_builddir)/include \
341
N/A
-I$(top_builddir)
/include/X11
\
341
N/A
-I$(top_srcdir)
/src/xcms
\
341
N/A
-I$(top_srcdir)
/src/xkb
\
341
N/A
-I$(top_srcdir)
/src/xlibi18n
\
341
N/A
$(X11_CFLAGS) \
341
N/A
$(BIGFONT_CFLAGS) \
341
N/A
$(XDMCP_CFLAGS) \
341
N/A
-D_BSD_SOURCE
341
N/A
341
N/A
if XLIB_LOADABLE_I18N
341
N/A
341
N/A
commonlibdir = $(X11_LOCALELIBDIR)/common
341
N/A
commonlib_LTLIBRARIES=
xlcGB18030.la
341
N/A
xlcGB18030_la_LDFLAGS = -module -version-number 2:0:0
341
N/A
xlcGB18030_la_LIBADD = $(I18N_MODULE_LIBS)
341
N/A
341
N/A
else
341
N/A
341
N/A
noinst_LTLIBRARIES =
libxlcGB18030.la
341
N/A
341
N/A
endif
341
N/A
341
N/A
xlcGB18030_la_SOURCES = \
341
N/A
lcGB18030.c
341
N/A
341
N/A
libxlcGB18030_la_SOURCES = $(xlcGB18030_la_SOURCES)