tinyproxy/Makefile.am

23 lines
299 B
Makefile
Raw Normal View History

2009-09-13 04:13:21 +05:30
SUBDIRS = \
src \
data \
etc \
2009-09-14 16:56:12 +05:30
docs \
2009-09-13 04:13:21 +05:30
m4macros \
packaging \
tests
# tools want this on a single line
ACLOCAL_AMFLAGS = -I m4macros
2009-09-13 04:13:21 +05:30
EXTRA_DIST = \
autogen.sh \
2009-09-15 01:00:27 +05:30
tinyproxy-indent.sh \
2009-09-13 04:13:21 +05:30
TODO
test: all
./tests/scripts/run_tests.sh
valgrind-test: all
./tests/scripts/run_tests_valgrind.sh