1 # Copyright (c) 2001-2004, Roger Dingledine
2 # Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson
3 # Copyright (c) 2007-2011, The Tor Project, Inc.
4 # See LICENSE for licensing information
6 # "foreign" means we don't follow GNU package layout standards
7 # 1.9 means we require automake vesion 1.9
8 AUTOMAKE_OPTIONS = foreign 1.9 subdir-objects
10 ACLOCAL_AMFLAGS = -I m4
22 include src/include.am
23 include doc/include.am
24 include contrib/include.am
36 TEST_CFLAGS=-fno-inline -fprofile-arcs -ftest-coverage
42 # $(INSTALL) -m 755 -d $(LOCALSTATEDIR)/lib/tor
44 # Allows to override rpmbuild with rpmbuild-md5 from fedora-packager so that
45 # building for EL5 won't fail on https://bugzilla.redhat.com/show_bug.cgi?id=490613
48 # Use automake's dist-gzip target to build the tarball
50 TIMESTAMP=$$(date +"%Y-%m-%d_%H.%M.%S"); \
51 RPM_BUILD_DIR=$$(mktemp -d "/tmp/tor-rpm-build-$$TIMESTAMP-XXXX"); \
52 mkdir -p "$$RPM_BUILD_DIR"/{BUILD,RPMS,SOURCES/"tor-$(VERSION)",SPECS,SRPMS}; \
53 cp -fa "$(distdir).tar.gz" "$$RPM_BUILD_DIR"/SOURCES/; \
54 LIBS=-lrt $(RPMBUILD) -ba --define "_topdir $$RPM_BUILD_DIR" tor.spec; \
55 cp -fa "$$RPM_BUILD_DIR"/SRPMS/* .; \
56 cp -fa "$$RPM_BUILD_DIR"/RPMS/* .; \
57 rm -rf "$$RPM_BUILD_DIR"; \
58 echo "RPM build finished"; \
64 doxygen && cd doc/doxygen/latex && make
69 # Note that test-network requires a copy of Chutney in $CHUTNEY_PATH.
70 # Chutney can be cloned from https://git.torproject.org/chutney.git .
72 ./src/test/test-network.sh
77 # Avoid strlcpy.c, strlcat.c, aes.c, OpenBSD_malloc_Linux.c, sha256.c,
78 # eventdns.[hc], tinytest*.[ch]
80 ./contrib/checkSpace.pl -C \
85 src/tools/tor-fw-helper/*.[ch]
88 ./contrib/checkOptionDocs.pl
91 ./contrib/checkLogs.pl \
92 src/*/*.[ch] | sort -n
96 @if test -d "$(top_srcdir)/.git" && test -x "`which git 2>&1;true`"; then \
98 (cd "$(top_srcdir)" && git rev-parse --short=16 HEAD); \
102 rm -f src/*/*.gc{da,no}