tinyproxy/Makefile.am
Benjamin Gaignard ab0575cbef Disable documentation.
We have downstream patches for tinyproxy both in Git and in the
recipe, let's simplify by having all of them in Git.

Patch ported over from: http://cgit.openembedded.org/meta-openembedded/

[SPEC-1885] Reorganization and cleanup of Yocto recipes and layers
https://jira.automotivelinux.org/browse/SPEC-1885
2018-11-26 18:40:32 +01:00

37 lines
491 B
Makefile

SUBDIRS = \
src \
data \
etc \
m4macros \
tests \
scripts
# tools want this on a single line
ACLOCAL_AMFLAGS = -I m4macros
all-local:
dist_doc_DATA = \
AUTHORS \
NEWS \
README \
README.md
EXTRA_DIST = \
autogen.sh \
tinyproxy-indent.sh \
TODO \
VERSION
test: all
./tests/scripts/run_tests.sh
test-wait:
TINYPROXY_TESTS_WAIT=yes $(MAKE) test
valgrind-test: all
./tests/scripts/run_tests_valgrind.sh
valgrind-test-wait:
TINYPROXY_TESTS_WAIT=yes $(MAKE) valgrind-test