xref: /freebsd-13-stable/sys/contrib/openzfs/lib/libunicode/Makefile.am (revision f193a24ec57067da831f732865e5871e311704af)
1include $(top_srcdir)/config/Rules.am
2
3VPATH = $(top_srcdir)/module/unicode
4
5# Includes kernel code, generate warnings for large stack frames
6AM_CFLAGS += $(FRAME_LARGER_THAN)
7
8# See https://debbugs.gnu.org/cgi/bugreport.cgi?bug=54020
9AM_CFLAGS += -no-suppress
10
11noinst_LTLIBRARIES = libunicode.la
12
13KERNEL_C = \
14	u8_textprep.c \
15	uconv.c
16
17nodist_libunicode_la_SOURCES = \
18	$(KERNEL_C)
19
20include $(top_srcdir)/config/CppCheck.am
21