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/avl/
|
|
|
|
|
2018-01-10 21:49:27 +03:00
|
|
|
# Includes kernel code, generate warnings for large stack frames
|
|
|
|
AM_CFLAGS += $(FRAME_LARGER_THAN)
|
2021-06-04 00:50:07 +03:00
|
|
|
AM_CFLAGS += -fvisibility=hidden
|
2010-08-26 22:22:58 +04:00
|
|
|
|
2012-01-01 03:30:52 +04:00
|
|
|
noinst_LTLIBRARIES = libavl.la
|
2010-08-26 22:22:58 +04:00
|
|
|
|
2014-06-10 01:55:31 +04:00
|
|
|
KERNEL_C = \
|
|
|
|
avl.c
|
|
|
|
|
|
|
|
nodist_libavl_la_SOURCES = \
|
|
|
|
$(KERNEL_C)
|
2021-01-22 23:54:34 +03:00
|
|
|
|
|
|
|
include $(top_srcdir)/config/CppCheck.am
|