1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
SUBDIRS = \ src \ data \ etc \ docs \ m4macros \ tests # tools want this on a single line ACLOCAL_AMFLAGS = -I m4macros EXTRA_DIST = \ autogen.sh \ tinyproxy-indent.sh \ TODO test: all ./tests/scripts/run_tests.sh valgrind-test: all ./tests/scripts/run_tests_valgrind.sh