1 ACLOCAL_AMFLAGS = -I m4
3 AM_CPPFLAGS = -I$(top_srcdir)/include
8 lib_LTLIBRARIES = libcstd.la
14 include include/Makefile.inc
16 include src/stdio/Makefile.inc
17 include src/stdlib/Makefile.inc
18 include src/assert/Makefile.inc
19 include src/string/Makefile.inc
20 include src/locale/Makefile.inc
21 include src/math/Makefile.inc
22 include src/complex/Makefile.inc
24 check_HEADERS = test/intconv.h test/mathutil.h
26 check_PROGRAMS = test/strlen test/strcmp test/strxfrm test/strcspn \
27 test/strspn test/strstr_empty test/strstr_match test/strtok_iso \
28 test/memmove test/assert test/strtol test/strtoll test/strtoimax \
29 test/strtoul test/strtoull test/strtoumax test/bsearch test/sprintf \
30 test/exp test/fcompare test/complex
32 TESTS = $(check_PROGRAMS)