1 include $(top_srcdir)/config/Rules.am
3 VPATH = $(top_srcdir)/module/unicode
5 # Includes kernel code, generate warnings for large stack frames
6 AM_CFLAGS += $(FRAME_LARGER_THAN)
8 # See https://debbugs.gnu.org/cgi/bugreport.cgi?bug=54020
9 AM_CFLAGS += -no-suppress
11 noinst_LTLIBRARIES = libunicode.la
17 nodist_libunicode_la_SOURCES = \
20 include $(top_srcdir)/config/CppCheck.am