1include $(top_srcdir)/config/Rules.am 2 3VPATH = $(top_srcdir)/module/avl/ 4 5# Includes kernel code, generate warnings for large stack frames 6AM_CFLAGS += $(FRAME_LARGER_THAN) 7AM_CFLAGS += -fvisibility=hidden 8 9noinst_LTLIBRARIES = libavl.la 10 11KERNEL_C = \ 12 avl.c 13 14nodist_libavl_la_SOURCES = \ 15 $(KERNEL_C) 16 17include $(top_srcdir)/config/CppCheck.am 18