1 pkglib_LTLIBRARIES = libcompat.la
2 libcompat_la_SOURCES = dummy.c
3 libcompat_la_LIBADD = $(LTLIBOBJS) $(LIBRT) $(LIBM)
4 libcompat_la_LDFLAGS = -no-undefined -static
6 AUTOMAKE_OPTIONS = subdir-objects
9 $(AM_V_at)rm -f dummy.c
10 $(AM_V_GEN)echo '/* Automatically generated */' > dummy.c
17 TESTS = $(check_PROGRAMS)
18 AM_TESTS_ENVIRONMENT = ASAN_OPTIONS="allocator_may_return_null=1"
20 test_heap_SOURCES = test/heap.c
21 test_heap_LDADD = libcompat.la
22 test_strnstr_SOURCES = test/strnstr.c
23 test_strnstr_LDADD = libcompat.la