2010-08-26 22:22:58 +04:00
|
|
|
include $(top_srcdir)/config/Rules.am
|
|
|
|
|
2014-06-10 01:55:31 +04:00
|
|
|
VPATH = $(top_srcdir)/module/unicode
|
|
|
|
|
2018-01-10 21:49:27 +03:00
|
|
|
# Includes kernel code, generate warnings for large stack frames
|
|
|
|
AM_CFLAGS += $(FRAME_LARGER_THAN)
|
2010-08-26 22:22:58 +04:00
|
|
|
|
2022-03-31 20:09:18 +03:00
|
|
|
# See https://debbugs.gnu.org/cgi/bugreport.cgi?bug=54020
|
|
|
|
AM_CFLAGS += -no-suppress
|
|
|
|
|
2012-01-01 03:30:52 +04:00
|
|
|
noinst_LTLIBRARIES = libunicode.la
|
2010-08-26 22:22:58 +04:00
|
|
|
|
2014-06-10 01:55:31 +04:00
|
|
|
KERNEL_C = \
|
|
|
|
u8_textprep.c \
|
|
|
|
uconv.c
|
|
|
|
|
|
|
|
nodist_libunicode_la_SOURCES = \
|
|
|
|
$(KERNEL_C)
|
2021-01-22 23:54:34 +03:00
|
|
|
|
|
|
|
include $(top_srcdir)/config/CppCheck.am
|