Download raw body.
[Update] net/tor 0.4.9.5
Hi there, I just finished testing this. I'm attaching the build log files.
I get some warnings in the "configure" step:
configure: WARNING: unrecognized options: --disable-gtk-doc
tput: No value for xterm and no -T specified
./configure[30882]: test: 8: unexpected operator/operand
And in the "build" step:
src/core/or/scheduler.c:591:37: warning: format specifies type 'long' but the argument has type 'time_t'
src/lib/crypt_ops/crypto_openssl_mgt.c:45:9: warning: 'DISABLE_ENGINES' macro redefined
src/test/test_hs_descriptor.c:38:1: warning: pragma diagnostic pop could not pop, no matching push
But then I don't know if they were present before.
One test fails:
FAIL: src/test/unittest_part8.sh
I've tested it as a bridge, connecting to it from my phone over the mobile network. It's working nicely, loading onion and non-onion websites fast.
One little problem I had was that it didn't auto-discover my external IP address — earlier versions did it. I was forced to set it in the config file, otherwise it would hang at 100% (just before it's supposed to detect the address and test reachability.
+++ Mon Feb 16 15:09:07 -03 2026
===> Checking files for tor-0.4.9.5
`/usr/ports/distfiles/tor-0.4.9.5.tar.gz' is up to date.
>> (SHA256) all files: OK
===> Extracting for tor-0.4.9.5
===> Patching for tor-0.4.9.5
===> Applying OpenBSD patch patch-configure_ac
Hmm... Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|disable -fasynchronous-unwind-tables as it breaks build on armv7
|Index: configure.ac
|--- configure.ac.orig
|+++ configure.ac
--------------------------
Patching file configure.ac using Plan A...
Hunk #1 succeeded at 1499.
done
===> Applying OpenBSD patch patch-src_config_torrc_sample_in
Hmm... Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|Index: src/config/torrc.sample.in
|--- src/config/torrc.sample.in.orig
|+++ src/config/torrc.sample.in
--------------------------
Patching file src/config/torrc.sample.in using Plan A...
Hunk #1 succeeded at 39.
Hunk #2 succeeded at 69.
Hunk #3 succeeded at 218.
done
===> Applying OpenBSD patch patch-src_ext_ed25519_donna_ed25519-donna-portable_h
Hmm... Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|--- src/ext/ed25519/donna/ed25519-donna-portable.h.orig Fri Dec 11 14:53:44 2015
|+++ src/ext/ed25519/donna/ed25519-donna-portable.h Fri Dec 11 14:53:57 2015
--------------------------
Patching file src/ext/ed25519/donna/ed25519-donna-portable.h using Plan A...
Hunk #1 succeeded at 50.
done
===> Compiler link: clang -> /usr/bin/clang
===> Compiler link: clang++ -> /usr/bin/clang++
===> Compiler link: cc -> /usr/bin/cc
===> Compiler link: c++ -> /usr/bin/c++
===> Generating configure for tor-0.4.9.5
Running autoconf-2.69 in /usr/ports/pobj/tor-0.4.9.5/tor-0.4.9.5
Running autoheader-2.69 in /usr/ports/pobj/tor-0.4.9.5/tor-0.4.9.5
===> Configuring for tor-0.4.9.5
Using /usr/ports/pobj/tor-0.4.9.5/config.site (generated)
configure: WARNING: unrecognized options: --disable-gtk-doc
configure: loading site script /usr/ports/pobj/tor-0.4.9.5/config.site
checking for a BSD-compatible install... /usr/ports/pobj/tor-0.4.9.5/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... mkdir -p
checking for gawk... (cached) awk
checking whether make sets $(MAKE)... (cached) yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking whether make supports the include directive... yes (GNU style)
checking for gcc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... none needed
checking whether cc understands -c and -o together... yes
checking dependency style of cc... gcc3
checking how to run the C preprocessor... cc -E
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking build system type... x86_64-unknown-openbsd7.8
checking host system type... x86_64-unknown-openbsd7.8
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for SYSTEMD... no
configure: Okay, checking for systemd a different way...
checking for SYSTEMD... no
checking for ar... (cached) ar
checking the archiver (ar) interface... ar
checking for gcc... (cached) cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking whether cc understands -c and -o together... (cached) yes
checking dependency style of cc... (cached) gcc3
checking how to run the C preprocessor... cc -E
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... (cached) ranlib
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for C compiler vendor... clang
checking for C compiler version... 19.1.7
checking for C compiler vendor... (cached) clang
checking for perl... (cached) /usr/bin/perl
checking for asciidoc... /usr/ports/pobj/tor-0.4.9.5/bin/asciidoc
checking for a2x... /usr/ports/pobj/tor-0.4.9.5/bin/a2x
checking for cc option to accept ISO C99... none needed
checking for Python 3... /usr/local/bin/python3
checking for flexible array members... yes
checking for working C99 mid-block declaration syntax... yes
checking for working C99 designated initializers... yes
checking for __attribute__((fallthrough))... yes
checking for __attribute__((nonstring))... no
checking for win32... no
checking for MIPSpro compiler... no
checking whether byte ordering is bigendian... no
checking for library containing socket... none required
checking for library containing gethostbyname... none required
checking for library containing dlopen... none required
checking for library containing inet_aton... none required
checking for library containing backtrace... -lexecinfo
checking for library containing clock_gettime... none required
checking for library containing pthread_create... -lpthread
checking for library containing pthread_detach... none required
checking for _NSGetEnviron... no
checking for RtlSecureZeroMemory... no
checking for SecureZeroMemory... no
checking for accept4... yes
checking for backtrace... yes
checking for backtrace_symbols_fd... yes
checking for eventfd... no
checking for explicit_bzero... yes
checking for timingsafe_memcmp... yes
checking for flock... (cached) yes
checking for fsync... (cached) yes
checking for ftime... no
checking for get_current_dir_name... no
checking for getaddrinfo... (cached) yes
checking for getdelim... yes
checking for getifaddrs... (cached) yes
checking for getline... yes
checking for getrlimit... (cached) yes
checking for gettimeofday... (cached) yes
checking for gmtime_r... (cached) yes
checking for gnu_get_libc_version... no
checking for inet_aton... (cached) yes
checking for ioctl... (cached) yes
checking for issetugid... (cached) yes
checking for llround... no
checking for localtime_r... (cached) yes
checking for lround... no
checking for madvise... (cached) yes
checking for memmem... (cached) yes
checking for memset_s... no
checking for minherit... yes
checking for mmap... (cached) yes
checking for pipe... (cached) yes
checking for pipe2... yes
checking for prctl... no
checking for readpassphrase... yes
checking for rint... no
checking for sigaction... (cached) yes
checking for snprintf... (cached) yes
checking for socketpair... (cached) yes
checking for statvfs... yes
checking for strncasecmp... (cached) yes
checking for strcasecmp... (cached) yes
checking for strlcat... (cached) yes
checking for strlcpy... (cached) yes
checking for strnlen... yes
checking for strptime... (cached) yes
checking for strtok_r... (cached) yes
checking for strtoull... (cached) yes
checking for sysconf... (cached) yes
checking for sysctl... (cached) yes
checking for timegm... (cached) yes
checking for truncate... (cached) yes
checking for uname... (cached) yes
checking for usleep... (cached) yes
checking for vasprintf... (cached) yes
checking for _vscprintf... no
checking for vsnprintf... (cached) yes
checking for a pre-Yosemite OS X build target... no
checking for mach_approximate_time... no
checking for a pre-Sierra OSX build target... no
checking for clock_gettime... (cached) yes
checking for getentropy... yes
checking for pthread.h... (cached) yes
checking for pthread_create... yes
checking for pthread_condattr_setclock... yes
checking for glob... (cached) yes
checking whether free(NULL) works... yes
checking for libevent directory... /usr/local
checking whether we need extra options to link libevent... (none)
checking event2/event.h usability... yes
checking event2/event.h presence... yes
checking for event2/event.h... yes
checking event2/dns.h usability... yes
checking event2/dns.h presence... yes
checking for event2/dns.h... yes
checking event2/bufferevent_ssl.h usability... yes
checking event2/bufferevent_ssl.h presence... yes
checking for event2/bufferevent_ssl.h... yes
checking for library containing event_new... -levent_core
checking for library containing evdns_base_new... -levent_extra
checking for evutil_secure_rng_set_urandom_device_file... yes
checking for evutil_secure_rng_add_bytes... no
checking for evdns_base_get_nameserver_addr... yes
checking whether Libevent is new enough... yes
checking for library containing pow... -lm
configure: Now, we'll look for OpenSSL.
checking for openssl directory... /usr
checking whether we need extra options to link openssl... (none)
checking for openssl/engine.h... (cached) yes
checking for OpenSSL implementation... LibreSSL
checking for LibreSSL < 3.7.0... no
checking for significant mismatch between openssl headers and libraries... no
checking for EVP_PBE_scrypt... no
checking for SSL_CTX_set_security_level... yes
checking for SSL_set_ciphersuites... yes
checking for struct tcp_info.tcpi_unacked... no
checking for struct tcp_info.tcpi_snd_mss... no
configure: KIST scheduler can't be used. Missing support.
checking for zlib directory... (system)
checking whether we need extra options to link zlib... (none)
checking for cap_init in -lcap... no
configure: Libcap was not found. Capabilities will not be usable.
checking for cap_set_proc... no
checking whether clang -ftrapv can link a 64-bit int multiply... yes
checking whether the linker accepts -z relro -z now... no
checking whether the linker accepts -rdynamic... no
checking whether the compiler accepts -fomit-frame-pointer... no
checking whether the compiler accepts -fcf-protection=full... no
checking whether the compiler accepts -mbranch-protection=standard... no
checking seccomp.h usability... no
checking seccomp.h presence... no
checking for seccomp.h... no
checking for library containing seccomp_init... no
checking libscrypt.h usability... no
checking libscrypt.h presence... no
checking for libscrypt.h... no
checking for library containing libscrypt_scrypt... no
checking for libscrypt_scrypt... no
checking whether we can use curve25519-donna-c64... yes
checking crypto_scalarmult_curve25519.h usability... no
checking crypto_scalarmult_curve25519.h presence... no
checking for crypto_scalarmult_curve25519.h... no
checking nacl/crypto_scalarmult_curve25519.h usability... no
checking nacl/crypto_scalarmult_curve25519.h presence... no
checking for nacl/crypto_scalarmult_curve25519.h... no
checking for nacl compiled with a fast curve25519 implementation... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for errno.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for signal.h... (cached) yes
checking for string.h... (cached) yes
checking sys/capability.h usability... no
checking sys/capability.h presence... no
checking for sys/capability.h... no
checking for sys/fcntl.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for arpa/inet.h... (cached) yes
checking crt_externs.h usability... no
checking crt_externs.h presence... no
checking for crt_externs.h... no
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking gnu/libc-version.h usability... no
checking gnu/libc-version.h presence... no
checking for gnu/libc-version.h... no
checking for grp.h... (cached) yes
checking ifaddrs.h usability... yes
checking ifaddrs.h presence... yes
checking for ifaddrs.h... yes
checking for inttypes.h... (cached) yes
checking for limits.h... (cached) yes
checking linux/types.h usability... no
checking linux/types.h presence... no
checking for linux/types.h... no
checking mach/vm_inherit.h usability... no
checking mach/vm_inherit.h presence... no
checking for mach/vm_inherit.h... no
checking for machine/limits.h... (cached) yes
checking for malloc.h... (cached) no
checking for netdb.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking netinet/in6.h usability... no
checking netinet/in6.h presence... no
checking for netinet/in6.h... no
checking for pwd.h... (cached) yes
checking readpassphrase.h usability... yes
checking readpassphrase.h presence... yes
checking for readpassphrase.h... yes
checking stdatomic.h usability... yes
checking stdatomic.h presence... yes
checking for stdatomic.h... yes
checking sys/eventfd.h usability... no
checking sys/eventfd.h presence... no
checking for sys/eventfd.h... no
checking for sys/file.h... (cached) yes
checking for sys/ioctl.h... (cached) yes
checking for sys/limits.h... (cached) yes
checking for sys/mman.h... (cached) yes
checking for sys/param.h... (cached) yes
checking sys/prctl.h usability... no
checking sys/prctl.h presence... no
checking for sys/prctl.h... no
checking sys/random.h usability... no
checking sys/random.h presence... no
checking for sys/random.h... no
checking for sys/resource.h... (cached) yes
checking for sys/select.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking for sys/syscall.h... (cached) yes
checking for sys/sysctl.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/un.h... (cached) yes
checking sys/utime.h usability... no
checking sys/utime.h presence... no
checking for sys/utime.h... no
checking for sys/wait.h... (cached) yes
checking for syslog.h... (cached) yes
checking for utime.h... (cached) yes
checking for glob.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for net/if.h... (cached) yes
checking for net/pfvar.h... (cached) yes
checking for linux/if.h... no
checking for linux/netfilter_ipv4.h... no
checking for linux/netfilter_ipv6/ip6_tables.h... no
checking for struct timeval.tv_sec... yes
checking size of char... (cached) 1
checking size of short... (cached) 2
checking size of int... 4
checking size of unsigned int... 4
checking size of long... 8
checking size of long long... (cached) 8
checking size of __int64... 0
checking size of void *... 8
checking size of time_t... 8
checking size of size_t... 8
checking size of pid_t... 4
checking for uint... yes
checking for u_char... yes
checking for ssize_t... (cached) yes
checking ucontext.h usability... no
checking ucontext.h presence... no
checking for ucontext.h... no
checking sys/ucontext.h usability... no
checking sys/ucontext.h presence... no
checking for sys/ucontext.h... no
checking cygwin/signal.h usability... no
checking cygwin/signal.h presence... no
checking for cygwin/signal.h... no
checking how to access the program counter from a struct ucontext... sc_rip
checking for struct in6_addr... yes
checking for struct sockaddr_in6... (cached) yes
checking for sa_family_t... yes
checking for struct in6_addr.s6_addr32... no
checking for struct in6_addr.s6_addr16... no
checking for struct sockaddr_in.sin_len... yes
checking for struct sockaddr_in6.sin6_len... yes
checking for rlim_t... yes
checking whether time_t is signed... yes
checking whether size_t is signed... no
checking whether enum always is signed... no
checking size of socklen_t... 4
checking size of cell_t... 0
checking whether C11 stdatomic.h actually works... yes
checking whether memset(0) sets pointers to NULL... yes
checking whether memset(0) sets doubles to 0.0... yes
checking whether we can malloc(0) safely.... yes
checking whether we are using 2s-complement arithmetic... yes
checking whether right-shift on negative values does sign-extension... yes
checking whether uint8_t is the same type as unsigned char... yes
checking for mlockall... (cached) yes
checking whether mlockall is declared... yes
checking for getresuid... (cached) yes
checking for getresgid... yes
checking for gethostbyname_r... no
checking whether the C compiler supports __func__... yes
checking whether the C compiler supports __FUNC__... no
checking whether the C compiler supports __FUNCTION__... yes
checking whether we have extern char **environ already declared... no
checking whether the compiler accepts -Waddress... no
checking whether the compiler accepts -Waddress-of-array-temporary... no
checking whether the compiler accepts -Waddress-of-temporary... no
checking whether the compiler accepts -Wambiguous-macro... no
checking whether the compiler accepts -Wanonymous-pack-parens... no
checking whether the compiler accepts -Warc... no
checking whether the compiler accepts -Warc-abi... no
checking whether the compiler accepts -Warc-bridge-casts-disallowed-in-nonarc... no
checking whether the compiler accepts -Warc-maybe-repeated-use-of-weak... no
checking whether the compiler accepts -Warc-performSelector-leaks... no
checking whether the compiler accepts -Warc-repeated-use-of-weak... no
checking whether the compiler accepts -Warray-bounds... no
checking whether the compiler accepts -Warray-bounds-pointer-arithmetic... no
checking whether the compiler accepts -Wasm... no
checking whether the compiler accepts -Wasm-operand-widths... no
checking whether the compiler accepts -Watomic-properties... no
checking whether the compiler accepts -Watomic-property-with-user-defined-accessor... no
checking whether the compiler accepts -Wauto-import... no
checking whether the compiler accepts -Wauto-storage-class... no
checking whether the compiler accepts -Wauto-var-id... no
checking whether the compiler accepts -Wavailability... no
checking whether the compiler accepts -Wbackslash-newline-escape... no
checking whether the compiler accepts -Wbad-array-new-length... no
checking whether the compiler accepts -Wbind-to-temporary-copy... no
checking whether the compiler accepts -Wbitfield-constant-conversion... no
checking whether the compiler accepts -Wbool-conversion... no
checking whether the compiler accepts -Wbool-conversions... no
checking whether the compiler accepts -Wbuiltin-requires-header... no
checking whether the compiler accepts -Wchar-align... no
checking whether the compiler accepts -Wcompare-distinct-pointer-types... no
checking whether the compiler accepts -Wcomplex-component-init... no
checking whether the compiler accepts -Wconditional-type-mismatch... no
checking whether the compiler accepts -Wconfig-macros... no
checking whether the compiler accepts -Wconstant-conversion... no
checking whether the compiler accepts -Wconstant-logical-operand... no
checking whether the compiler accepts -Wconstexpr-not-const... no
checking whether the compiler accepts -Wcustom-atomic-properties... no
checking whether the compiler accepts -Wdangling-field... no
checking whether the compiler accepts -Wdangling-initializer-list... no
checking whether the compiler accepts -Wdate-time... no
checking whether the compiler accepts -Wdelegating-ctor-cycles... no
checking whether the compiler accepts -Wdeprecated-implementations... no
checking whether the compiler accepts -Wdeprecated-register... no
checking whether the compiler accepts -Wdirect-ivar-access... no
checking whether the compiler accepts -Wdiscard-qual... no
checking whether the compiler accepts -Wdistributed-object-modifiers... no
checking whether the compiler accepts -Wdivision-by-zero... no
checking whether the compiler accepts -Wdollar-in-identifier-extension... no
checking whether the compiler accepts -Wdouble-promotion... no
checking whether the compiler accepts -Wduplicate-decl-specifier... no
checking whether the compiler accepts -Wduplicate-enum... no
checking whether the compiler accepts -Wduplicate-method-arg... no
checking whether the compiler accepts -Wduplicate-method-match... no
checking whether the compiler accepts -Wduplicated-cond... no
checking whether the compiler accepts -Wdynamic-class-memaccess... no
checking whether the compiler accepts -Wembedded-directive... no
checking whether the compiler accepts -Wempty-translation-unit... no
checking whether the compiler accepts -Wenum-conversion... no
checking whether the compiler accepts -Wexit-time-destructors... no
checking whether the compiler accepts -Wexplicit-ownership-type... no
checking whether the compiler accepts -Wextern-initializer... no
checking whether the compiler accepts -Wextra... no
checking whether the compiler accepts -Wextra-tokens... no
checking whether the compiler accepts -Wflexible-array-extensions... no
checking whether the compiler accepts -Wfloat-conversion... no
checking whether the compiler accepts -Wformat-non-iso... no
checking whether the compiler accepts -Wfour-char-constants... no
checking whether the compiler accepts -Wgcc-compat... no
checking whether the compiler accepts -Wglobal-constructors... no
checking whether the compiler accepts -Wgnu-array-member-paren-init... no
checking whether the compiler accepts -Wgnu-designator... no
checking whether the compiler accepts -Wgnu-static-float-init... no
checking whether the compiler accepts -Wheader-guard... no
checking whether the compiler accepts -Wheader-hygiene... no
checking whether the compiler accepts -Widiomatic-parentheses... no
checking whether the compiler accepts -Wignored-attributes... no
checking whether the compiler accepts -Wimplicit-atomic-properties... no
checking whether the compiler accepts -Wimplicit-conversion-floating-point-to-bool... no
checking whether the compiler accepts -Wimplicit-exception-spec-mismatch... no
checking whether the compiler accepts -Wimplicit-fallthrough... no
checking whether the compiler accepts -Wimplicit-fallthrough-per-function... no
checking whether the compiler accepts -Wimplicit-retain-self... no
checking whether the compiler accepts -Wimport-preprocessor-directive-pedantic... no
checking whether the compiler accepts -Wincompatible-library-redeclaration... no
checking whether the compiler accepts -Wincompatible-pointer-types-discards-qualifiers... no
checking whether the compiler accepts -Wincomplete-implementation... no
checking whether the compiler accepts -Wincomplete-module... no
checking whether the compiler accepts -Wincomplete-umbrella... no
checking whether the compiler accepts -Winit-self... no
checking whether the compiler accepts -Wint-conversions... no
checking whether the compiler accepts -Wint-to-void-pointer-cast... no
checking whether the compiler accepts -Winteger-overflow... no
checking whether the compiler accepts -Winvalid-constexpr... no
checking whether the compiler accepts -Winvalid-iboutlet... no
checking whether the compiler accepts -Winvalid-noreturn... no
checking whether the compiler accepts -Winvalid-pp-token... no
checking whether the compiler accepts -Winvalid-source-encoding... no
checking whether the compiler accepts -Winvalid-token-paste... no
checking whether the compiler accepts -Wknr-promoted-parameter... no
checking whether the compiler accepts -Wlarge-by-value-copy... no
checking whether the compiler accepts -Wliteral-conversion... no
checking whether the compiler accepts -Wliteral-range... no
checking whether the compiler accepts -Wlocal-type-template-args... no
checking whether the compiler accepts -Wlogical-op... no
checking whether the compiler accepts -Wloop-analysis... no
checking whether the compiler accepts -Wmain-return-type... no
checking whether the compiler accepts -Wmalformed-warning-check... no
checking whether the compiler accepts -Wmethod-signatures... no
checking whether the compiler accepts -Wmicrosoft... no
checking whether the compiler accepts -Wmicrosoft-exists... no
checking whether the compiler accepts -Wmismatched-parameter-types... no
checking whether the compiler accepts -Wmismatched-return-types... no
checking whether the compiler accepts -Wmissing-field-initializers... no
checking whether the compiler accepts -Wmissing-format-attribute... no
checking whether the compiler accepts -Wmissing-noreturn... no
checking whether the compiler accepts -Wmissing-selector-name... no
checking whether the compiler accepts -Wmissing-sysroot... no
checking whether the compiler accepts -Wmissing-variable-declarations... no
checking whether the compiler accepts -Wmodule-conflict... no
checking whether the compiler accepts -Wnested-anon-types... no
checking whether the compiler accepts -Wnewline-eof... no
checking whether the compiler accepts -Wnon-literal-null-conversion... no
checking whether the compiler accepts -Wnon-pod-varargs... no
checking whether the compiler accepts -Wnonportable-cfstrings... no
checking whether the compiler accepts -Wnormalized=nfkc... no
checking whether the compiler accepts -Wnull-arithmetic... no
checking whether the compiler accepts -Wnull-character... no
checking whether the compiler accepts -Wnull-conversion... no
checking whether the compiler accepts -Wnull-dereference... no
checking whether the compiler accepts -Wout-of-line-declaration... no
checking whether the compiler accepts -Wover-aligned... no
checking whether the compiler accepts -Woverlength-strings... no
checking whether the compiler accepts -Woverride-init... no
checking whether the compiler accepts -Woverriding-method-mismatch... no
checking whether the compiler accepts -Wpointer-type-mismatch... no
checking whether the compiler accepts -Wpredefined-identifier-outside-function... no
checking whether the compiler accepts -Wprotocol-property-synthesis-ambiguity... no
checking whether the compiler accepts -Wreadonly-iboutlet-property... no
checking whether the compiler accepts -Wreadonly-setter-attrs... no
checking whether the compiler accepts -Wreceiver-expr... no
checking whether the compiler accepts -Wreceiver-forward-class... no
checking whether the compiler accepts -Wreceiver-is-weak... no
checking whether the compiler accepts -Wreinterpret-base-class... no
checking whether the compiler accepts -Wrequires-super-attribute... no
checking whether the compiler accepts -Wreserved-user-defined-literal... no
checking whether the compiler accepts -Wreturn-stack-address... no
checking whether the compiler accepts -Wsection... no
checking whether the compiler accepts -Wselector-type-mismatch... no
checking whether the compiler accepts -Wsentinel... no
checking whether the compiler accepts -Wserialized-diagnostics... no
checking whether the compiler accepts -Wshadow... no
checking whether the compiler accepts -Wshift-count-negative... no
checking whether the compiler accepts -Wshift-count-overflow... no
checking whether the compiler accepts -Wshift-negative-value... no
checking whether the compiler accepts -Wshift-overflow=2... no
checking whether the compiler accepts -Wshift-sign-overflow... no
checking whether the compiler accepts -Wshorten-64-to-32... no
checking whether the compiler accepts -Wsizeof-array-argument... no
checking whether the compiler accepts -Wsource-uses-openmp... no
checking whether the compiler accepts -Wstatic-float-init... no
checking whether the compiler accepts -Wstatic-in-inline... no
checking whether the compiler accepts -Wstatic-local-in-inline... no
checking whether the compiler accepts -Wstrict-overflow=1... no
checking whether the compiler accepts -Wstring-compare... no
checking whether the compiler accepts -Wstring-conversion... no
checking whether the compiler accepts -Wstrlcpy-strlcat-size... no
checking whether the compiler accepts -Wstrncat-size... no
checking whether the compiler accepts -Wsuggest-attribute=format... no
checking whether the compiler accepts -Wsuggest-attribute=noreturn... no
checking whether the compiler accepts -Wsuper-class-method-mismatch... no
checking whether the compiler accepts -Wswitch-bool... no
checking whether the compiler accepts -Wsync-nand... no
checking whether the compiler accepts -Wtautological-constant-out-of-range-compare... no
checking whether the compiler accepts -Wtentative-definition-incomplete-type... no
checking whether the compiler accepts -Wtrampolines... no
checking whether the compiler accepts -Wtype-safety... no
checking whether the compiler accepts -Wtypedef-redefinition... no
checking whether the compiler accepts -Wtypename-missing... no
checking whether the compiler accepts -Wundefined-inline... no
checking whether the compiler accepts -Wundefined-internal... no
checking whether the compiler accepts -Wundefined-reinterpret-cast... no
checking whether the compiler accepts -Wunicode... no
checking whether the compiler accepts -Wunicode-whitespace... no
checking whether the compiler accepts -Wunknown-warning-option... no
checking whether the compiler accepts -Wunnamed-type-template-args... no
checking whether the compiler accepts -Wunneeded-member-function... no
checking whether the compiler accepts -Wunsequenced... no
checking whether the compiler accepts -Wunsupported-visibility... no
checking whether the compiler accepts -Wunused-but-set-parameter... no
checking whether the compiler accepts -Wunused-but-set-variable... no
checking whether the compiler accepts -Wunused-command-line-argument... no
checking whether the compiler accepts -Wunused-const-variable=2... no
checking whether the compiler accepts -Wunused-exception-parameter... no
checking whether the compiler accepts -Wunused-local-typedefs... no
checking whether the compiler accepts -Wunused-member-function... no
checking whether the compiler accepts -Wunused-sanitize-argument... no
checking whether the compiler accepts -Wunused-volatile-lvalue... no
checking whether the compiler accepts -Wuser-defined-literals... no
checking whether the compiler accepts -Wvariadic-macros... no
checking whether the compiler accepts -Wvector-conversion... no
checking whether the compiler accepts -Wvector-conversions... no
checking whether the compiler accepts -Wvexing-parse... no
checking whether the compiler accepts -Wvisibility... no
checking whether the compiler accepts -Wvla-extension... no
checking whether the compiler accepts -Wzero-length-array... no
checking whether the C compiler accepts -Wextra-semi... yes
checking whether the compiler accepts @warning_flags... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Doxyfile
config.status: creating Makefile
config.status: creating contrib/operator-tools/tor.logrotate
config.status: creating src/config/torrc.sample
config.status: creating src/config/torrc.minimal
config.status: creating scripts/maint/checkOptionDocs.pl
config.status: creating warning_flags
config.status: creating orconfig.h
config.status: executing depfiles commands
configure: WARNING: unrecognized options: --disable-gtk-doc
checking for tput... /usr/bin/tput
tput: No value for $TERM and no -T specified
./configure[30882]: test: 8: unexpected operator/operand
Tor Version: Tor 0.4.9.5
Build Features
Compiler: cc
Host OS: openbsd7.8
License Option: GPL
Warnings are fatal (--enable-fatal-warnings): no
Android support (--enable-android): no
Static Build
tor (--enable-static-tor): no
libevent (--enable-static-libevent): no
libssl (--enable-static-openssl): no
zlib1g (--enable-static-zlib): no
Optional Libraries
libnss (--enable-nss): no
libseccomp (--disable-seccomp): yes
libscrypt (--disable-libscrypt): yes
Systemd support (--enable-systemd): no
liblzma (--enable-lzma): no
libzstd (--enable-zstd): no
Hardening
Compiler Hardening (--disable-gcc-hardening): no
Linker Hardening (--disable-linker-hardening): yes
Fragile Hardening (--enable-fragile-hardening, dev only): no
Modules
relay (--disable-module-relay): yes
dirauth (--disable-module-dirauth): yes
dircache: yes
pow (--disable-module-pow): yes
Documentation
AsciiDoc (--disable-asciidoc): yes
Man Pages (--disable-manpage): yes
HTML Manual (--disable-html-manual): yes
Tests
Unit tests (--disable-unittests): yes
assert()s enabled (--enable-asserts-in-tests, dev only): no
Code Coverage (--enable-coverage): no
libFuzzer support (--enable-libfuzzer): no
OSS-Fuzz support (--enable-oss-fuzz): no
Tracing (--enable-tracing-instrumentation-<type>)
Tracepoints to log_debug() (log-debug): no
USDT Instrumentation (usdt): no
LTTng Instrumentation (lttng): no
Install Directories
Binaries: /usr/local/bin
Configuration: /etc/tor
Man Pages: /usr/local/man
Configure Line: ./configure --with-ssl-dir=/usr --with-libevent-dir=/usr/local --disable-gcc-hardening --disable-lzma --disable-zstd --enable-gpl --prefix=/usr/local --sysconfdir=/etc --mandir=/usr/local/man --infodir=/usr/local/info --localstatedir=/var --disable-silent-rules --disable-gtk-doc
===> Building for tor-0.4.9.5
(CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /usr/ports/pobj/tor-0.4.9.5/tor-0.4.9.5/missing autoheader)
rm -f stamp-h1
touch ./orconfig.h.in
cd . && /bin/sh ./config.status orconfig.h
config.status: creating orconfig.h
config.status: orconfig.h is unchanged
make all-am
depbase=`echo src/app/main/tor_main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/app/main/tor_main.o -MD -MP -MF $depbase.Tpo -c -o src/app/main/tor_main.o src/app/main/tor_main.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/crypto/hs_ntor.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/crypto/hs_ntor.o -MD -MP -MF $depbase.Tpo -c -o src/core/crypto/hs_ntor.o src/core/crypto/hs_ntor.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/crypto/onion_crypto.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/crypto/onion_crypto.o -MD -MP -MF $depbase.Tpo -c -o src/core/crypto/onion_crypto.o src/core/crypto/onion_crypto.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/crypto/onion_fast.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/crypto/onion_fast.o -MD -MP -MF $depbase.Tpo -c -o src/core/crypto/onion_fast.o src/core/crypto/onion_fast.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/crypto/onion_ntor.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/crypto/onion_ntor.o -MD -MP -MF $depbase.Tpo -c -o src/core/crypto/onion_ntor.o src/core/crypto/onion_ntor.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/crypto/onion_ntor_v3.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/crypto/onion_ntor_v3.o -MD -MP -MF $depbase.Tpo -c -o src/core/crypto/onion_ntor_v3.o src/core/crypto/onion_ntor_v3.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/crypto/relay_crypto.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/crypto/relay_crypto.o -MD -MP -MF $depbase.Tpo -c -o src/core/crypto/relay_crypto.o src/core/crypto/relay_crypto.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/crypto/relay_crypto_cgo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/crypto/relay_crypto_cgo.o -MD -MP -MF $depbase.Tpo -c -o src/core/crypto/relay_crypto_cgo.o src/core/crypto/relay_crypto_cgo.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/crypto/relay_crypto_tor1.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/crypto/relay_crypto_tor1.o -MD -MP -MF $depbase.Tpo -c -o src/core/crypto/relay_crypto_tor1.o src/core/crypto/relay_crypto_tor1.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/mainloop/connection.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/mainloop/connection.o -MD -MP -MF $depbase.Tpo -c -o src/core/mainloop/connection.o src/core/mainloop/connection.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/mainloop/cpuworker.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/mainloop/cpuworker.o -MD -MP -MF $depbase.Tpo -c -o src/core/mainloop/cpuworker.o src/core/mainloop/cpuworker.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/mainloop/mainloop.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/mainloop/mainloop.o -MD -MP -MF $depbase.Tpo -c -o src/core/mainloop/mainloop.o src/core/mainloop/mainloop.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/mainloop/mainloop_pubsub.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/mainloop/mainloop_pubsub.o -MD -MP -MF $depbase.Tpo -c -o src/core/mainloop/mainloop_pubsub.o src/core/mainloop/mainloop_pubsub.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/mainloop/mainloop_sys.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/mainloop/mainloop_sys.o -MD -MP -MF $depbase.Tpo -c -o src/core/mainloop/mainloop_sys.o src/core/mainloop/mainloop_sys.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/mainloop/netstatus.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/mainloop/netstatus.o -MD -MP -MF $depbase.Tpo -c -o src/core/mainloop/netstatus.o src/core/mainloop/netstatus.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/mainloop/periodic.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/mainloop/periodic.o -MD -MP -MF $depbase.Tpo -c -o src/core/mainloop/periodic.o src/core/mainloop/periodic.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/or/address_set.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/address_set.o -MD -MP -MF $depbase.Tpo -c -o src/core/or/address_set.o src/core/or/address_set.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/or/channel.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/channel.o -MD -MP -MF $depbase.Tpo -c -o src/core/or/channel.o src/core/or/channel.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/or/channelpadding.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/channelpadding.o -MD -MP -MF $depbase.Tpo -c -o src/core/or/channelpadding.o src/core/or/channelpadding.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/or/channeltls.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/channeltls.o -MD -MP -MF $depbase.Tpo -c -o src/core/or/channeltls.o src/core/or/channeltls.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/or/circuitbuild.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/circuitbuild.o -MD -MP -MF $depbase.Tpo -c -o src/core/or/circuitbuild.o src/core/or/circuitbuild.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/or/circuitlist.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/circuitlist.o -MD -MP -MF $depbase.Tpo -c -o src/core/or/circuitlist.o src/core/or/circuitlist.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/or/circuitmux.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/circuitmux.o -MD -MP -MF $depbase.Tpo -c -o src/core/or/circuitmux.o src/core/or/circuitmux.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/or/circuitmux_ewma.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/circuitmux_ewma.o -MD -MP -MF $depbase.Tpo -c -o src/core/or/circuitmux_ewma.o src/core/or/circuitmux_ewma.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/or/circuitpadding.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/circuitpadding.o -MD -MP -MF $depbase.Tpo -c -o src/core/or/circuitpadding.o src/core/or/circuitpadding.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/or/circuitpadding_machines.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/circuitpadding_machines.o -MD -MP -MF $depbase.Tpo -c -o src/core/or/circuitpadding_machines.o src/core/or/circuitpadding_machines.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/or/circuitstats.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/circuitstats.o -MD -MP -MF $depbase.Tpo -c -o src/core/or/circuitstats.o src/core/or/circuitstats.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/or/circuituse.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/circuituse.o -MD -MP -MF $depbase.Tpo -c -o src/core/or/circuituse.o src/core/or/circuituse.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/or/crypt_path.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/crypt_path.o -MD -MP -MF $depbase.Tpo -c -o src/core/or/crypt_path.o src/core/or/crypt_path.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/or/command.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/command.o -MD -MP -MF $depbase.Tpo -c -o src/core/or/command.o src/core/or/command.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/or/connection_edge.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/connection_edge.o -MD -MP -MF $depbase.Tpo -c -o src/core/or/connection_edge.o src/core/or/connection_edge.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/or/connection_or.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/connection_or.o -MD -MP -MF $depbase.Tpo -c -o src/core/or/connection_or.o src/core/or/connection_or.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/or/dos.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/dos.o -MD -MP -MF $depbase.Tpo -c -o src/core/or/dos.o src/core/or/dos.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/or/dos_config.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/dos_config.o -MD -MP -MF $depbase.Tpo -c -o src/core/or/dos_config.o src/core/or/dos_config.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/or/dos_sys.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/dos_sys.o -MD -MP -MF $depbase.Tpo -c -o src/core/or/dos_sys.o src/core/or/dos_sys.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/or/extendinfo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/extendinfo.o -MD -MP -MF $depbase.Tpo -c -o src/core/or/extendinfo.o src/core/or/extendinfo.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/or/onion.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/onion.o -MD -MP -MF $depbase.Tpo -c -o src/core/or/onion.o src/core/or/onion.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/or/ocirc_event.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/ocirc_event.o -MD -MP -MF $depbase.Tpo -c -o src/core/or/ocirc_event.o src/core/or/ocirc_event.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/or/or_periodic.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/or_periodic.o -MD -MP -MF $depbase.Tpo -c -o src/core/or/or_periodic.o src/core/or/or_periodic.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/or/or_sys.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/or_sys.o -MD -MP -MF $depbase.Tpo -c -o src/core/or/or_sys.o src/core/or/or_sys.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/or/orconn_event.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/orconn_event.o -MD -MP -MF $depbase.Tpo -c -o src/core/or/orconn_event.o src/core/or/orconn_event.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/or/policies.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/policies.o -MD -MP -MF $depbase.Tpo -c -o src/core/or/policies.o src/core/or/policies.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/or/protover.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/protover.o -MD -MP -MF $depbase.Tpo -c -o src/core/or/protover.o src/core/or/protover.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/or/reasons.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/reasons.o -MD -MP -MF $depbase.Tpo -c -o src/core/or/reasons.o src/core/or/reasons.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/or/relay.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/relay.o -MD -MP -MF $depbase.Tpo -c -o src/core/or/relay.o src/core/or/relay.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/or/relay_msg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/relay_msg.o -MD -MP -MF $depbase.Tpo -c -o src/core/or/relay_msg.o src/core/or/relay_msg.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/or/scheduler.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/scheduler.o -MD -MP -MF $depbase.Tpo -c -o src/core/or/scheduler.o src/core/or/scheduler.c && mv -f $depbase.Tpo $depbase.Po
src/core/or/scheduler.c:591:37: warning: format specifies type 'long' but the argument has type 'time_t' (aka 'long long') [-Wformat]
591 | "%ld.%06ld", next_run->tv_sec, (long)next_run->tv_usec);
| ~~~ ^~~~~~~~~~~~~~~~
| %lld
./src/lib/log/log.h:278:51: note: expanded from macro 'log_warn'
278 | log_fn_(LOG_WARN, domain, __FUNCTION__, args, ##__VA_ARGS__)
| ~~~~ ^~~~~~~~~~~
1 warning generated.
depbase=`echo src/core/or/scheduler_kist.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/scheduler_kist.o -MD -MP -MF $depbase.Tpo -c -o src/core/or/scheduler_kist.o src/core/or/scheduler_kist.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/or/scheduler_vanilla.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/scheduler_vanilla.o -MD -MP -MF $depbase.Tpo -c -o src/core/or/scheduler_vanilla.o src/core/or/scheduler_vanilla.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/or/sendme.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/sendme.o -MD -MP -MF $depbase.Tpo -c -o src/core/or/sendme.o src/core/or/sendme.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/or/congestion_control_common.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/congestion_control_common.o -MD -MP -MF $depbase.Tpo -c -o src/core/or/congestion_control_common.o src/core/or/congestion_control_common.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/or/congestion_control_vegas.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/congestion_control_vegas.o -MD -MP -MF $depbase.Tpo -c -o src/core/or/congestion_control_vegas.o src/core/or/congestion_control_vegas.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/or/congestion_control_flow.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/congestion_control_flow.o -MD -MP -MF $depbase.Tpo -c -o src/core/or/congestion_control_flow.o src/core/or/congestion_control_flow.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/or/conflux.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/conflux.o -MD -MP -MF $depbase.Tpo -c -o src/core/or/conflux.o src/core/or/conflux.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/or/conflux_cell.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/conflux_cell.o -MD -MP -MF $depbase.Tpo -c -o src/core/or/conflux_cell.o src/core/or/conflux_cell.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/or/conflux_params.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/conflux_params.o -MD -MP -MF $depbase.Tpo -c -o src/core/or/conflux_params.o src/core/or/conflux_params.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/or/conflux_pool.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/conflux_pool.o -MD -MP -MF $depbase.Tpo -c -o src/core/or/conflux_pool.o src/core/or/conflux_pool.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/or/conflux_sys.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/conflux_sys.o -MD -MP -MF $depbase.Tpo -c -o src/core/or/conflux_sys.o src/core/or/conflux_sys.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/or/conflux_util.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/conflux_util.o -MD -MP -MF $depbase.Tpo -c -o src/core/or/conflux_util.o src/core/or/conflux_util.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/or/status.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/status.o -MD -MP -MF $depbase.Tpo -c -o src/core/or/status.o src/core/or/status.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/or/versions.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/versions.o -MD -MP -MF $depbase.Tpo -c -o src/core/or/versions.o src/core/or/versions.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/proto/proto_cell.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/proto/proto_cell.o -MD -MP -MF $depbase.Tpo -c -o src/core/proto/proto_cell.o src/core/proto/proto_cell.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/proto/proto_control0.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/proto/proto_control0.o -MD -MP -MF $depbase.Tpo -c -o src/core/proto/proto_control0.o src/core/proto/proto_control0.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/proto/proto_ext_or.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/proto/proto_ext_or.o -MD -MP -MF $depbase.Tpo -c -o src/core/proto/proto_ext_or.o src/core/proto/proto_ext_or.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/proto/proto_haproxy.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/proto/proto_haproxy.o -MD -MP -MF $depbase.Tpo -c -o src/core/proto/proto_haproxy.o src/core/proto/proto_haproxy.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/proto/proto_http.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/proto/proto_http.o -MD -MP -MF $depbase.Tpo -c -o src/core/proto/proto_http.o src/core/proto/proto_http.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/core/proto/proto_socks.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/proto/proto_socks.o -MD -MP -MF $depbase.Tpo -c -o src/core/proto/proto_socks.o src/core/proto/proto_socks.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/api/tor_api.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/api/tor_api.o -MD -MP -MF $depbase.Tpo -c -o src/feature/api/tor_api.o src/feature/api/tor_api.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/client/addressmap.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/client/addressmap.o -MD -MP -MF $depbase.Tpo -c -o src/feature/client/addressmap.o src/feature/client/addressmap.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/client/bridges.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/client/bridges.o -MD -MP -MF $depbase.Tpo -c -o src/feature/client/bridges.o src/feature/client/bridges.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/client/circpathbias.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/client/circpathbias.o -MD -MP -MF $depbase.Tpo -c -o src/feature/client/circpathbias.o src/feature/client/circpathbias.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/client/dnsserv.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/client/dnsserv.o -MD -MP -MF $depbase.Tpo -c -o src/feature/client/dnsserv.o src/feature/client/dnsserv.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/client/entrynodes.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/client/entrynodes.o -MD -MP -MF $depbase.Tpo -c -o src/feature/client/entrynodes.o src/feature/client/entrynodes.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/client/proxymode.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/client/proxymode.o -MD -MP -MF $depbase.Tpo -c -o src/feature/client/proxymode.o src/feature/client/proxymode.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/client/transports.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/client/transports.o -MD -MP -MF $depbase.Tpo -c -o src/feature/client/transports.o src/feature/client/transports.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/control/btrack.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/control/btrack.o -MD -MP -MF $depbase.Tpo -c -o src/feature/control/btrack.o src/feature/control/btrack.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/control/btrack_circuit.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/control/btrack_circuit.o -MD -MP -MF $depbase.Tpo -c -o src/feature/control/btrack_circuit.o src/feature/control/btrack_circuit.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/control/btrack_orconn.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/control/btrack_orconn.o -MD -MP -MF $depbase.Tpo -c -o src/feature/control/btrack_orconn.o src/feature/control/btrack_orconn.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/control/btrack_orconn_cevent.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/control/btrack_orconn_cevent.o -MD -MP -MF $depbase.Tpo -c -o src/feature/control/btrack_orconn_cevent.o src/feature/control/btrack_orconn_cevent.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/control/btrack_orconn_maps.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/control/btrack_orconn_maps.o -MD -MP -MF $depbase.Tpo -c -o src/feature/control/btrack_orconn_maps.o src/feature/control/btrack_orconn_maps.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/control/control.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/control/control.o -MD -MP -MF $depbase.Tpo -c -o src/feature/control/control.o src/feature/control/control.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/control/control_auth.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/control/control_auth.o -MD -MP -MF $depbase.Tpo -c -o src/feature/control/control_auth.o src/feature/control/control_auth.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/control/control_bootstrap.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/control/control_bootstrap.o -MD -MP -MF $depbase.Tpo -c -o src/feature/control/control_bootstrap.o src/feature/control/control_bootstrap.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/control/control_cmd.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/control/control_cmd.o -MD -MP -MF $depbase.Tpo -c -o src/feature/control/control_cmd.o src/feature/control/control_cmd.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/control/control_hs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/control/control_hs.o -MD -MP -MF $depbase.Tpo -c -o src/feature/control/control_hs.o src/feature/control/control_hs.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/control/control_events.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/control/control_events.o -MD -MP -MF $depbase.Tpo -c -o src/feature/control/control_events.o src/feature/control/control_events.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/control/control_fmt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/control/control_fmt.o -MD -MP -MF $depbase.Tpo -c -o src/feature/control/control_fmt.o src/feature/control/control_fmt.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/control/control_getinfo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/control/control_getinfo.o -MD -MP -MF $depbase.Tpo -c -o src/feature/control/control_getinfo.o src/feature/control/control_getinfo.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/control/control_proto.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/control/control_proto.o -MD -MP -MF $depbase.Tpo -c -o src/feature/control/control_proto.o src/feature/control/control_proto.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/control/getinfo_geoip.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/control/getinfo_geoip.o -MD -MP -MF $depbase.Tpo -c -o src/feature/control/getinfo_geoip.o src/feature/control/getinfo_geoip.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/dirauth/authmode.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirauth/authmode.o -MD -MP -MF $depbase.Tpo -c -o src/feature/dirauth/authmode.o src/feature/dirauth/authmode.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/dirauth/bridgeauth.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirauth/bridgeauth.o -MD -MP -MF $depbase.Tpo -c -o src/feature/dirauth/bridgeauth.o src/feature/dirauth/bridgeauth.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/dirauth/bwauth.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirauth/bwauth.o -MD -MP -MF $depbase.Tpo -c -o src/feature/dirauth/bwauth.o src/feature/dirauth/bwauth.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/dirauth/dirauth_config.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirauth/dirauth_config.o -MD -MP -MF $depbase.Tpo -c -o src/feature/dirauth/dirauth_config.o src/feature/dirauth/dirauth_config.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/dirauth/dirauth_periodic.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirauth/dirauth_periodic.o -MD -MP -MF $depbase.Tpo -c -o src/feature/dirauth/dirauth_periodic.o src/feature/dirauth/dirauth_periodic.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/dirauth/dirauth_sys.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirauth/dirauth_sys.o -MD -MP -MF $depbase.Tpo -c -o src/feature/dirauth/dirauth_sys.o src/feature/dirauth/dirauth_sys.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/dirauth/dircollate.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirauth/dircollate.o -MD -MP -MF $depbase.Tpo -c -o src/feature/dirauth/dircollate.o src/feature/dirauth/dircollate.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/dirauth/dirvote.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirauth/dirvote.o -MD -MP -MF $depbase.Tpo -c -o src/feature/dirauth/dirvote.o src/feature/dirauth/dirvote.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/dirauth/dsigs_parse.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirauth/dsigs_parse.o -MD -MP -MF $depbase.Tpo -c -o src/feature/dirauth/dsigs_parse.o src/feature/dirauth/dsigs_parse.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/dirauth/guardfraction.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirauth/guardfraction.o -MD -MP -MF $depbase.Tpo -c -o src/feature/dirauth/guardfraction.o src/feature/dirauth/guardfraction.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/dirauth/keypin.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirauth/keypin.o -MD -MP -MF $depbase.Tpo -c -o src/feature/dirauth/keypin.o src/feature/dirauth/keypin.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/dirauth/process_descs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirauth/process_descs.o -MD -MP -MF $depbase.Tpo -c -o src/feature/dirauth/process_descs.o src/feature/dirauth/process_descs.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/dirauth/reachability.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirauth/reachability.o -MD -MP -MF $depbase.Tpo -c -o src/feature/dirauth/reachability.o src/feature/dirauth/reachability.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/dirauth/recommend_pkg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirauth/recommend_pkg.o -MD -MP -MF $depbase.Tpo -c -o src/feature/dirauth/recommend_pkg.o src/feature/dirauth/recommend_pkg.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/dirauth/shared_random.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirauth/shared_random.o -MD -MP -MF $depbase.Tpo -c -o src/feature/dirauth/shared_random.o src/feature/dirauth/shared_random.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/dirauth/shared_random_state.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirauth/shared_random_state.o -MD -MP -MF $depbase.Tpo -c -o src/feature/dirauth/shared_random_state.o src/feature/dirauth/shared_random_state.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/dirauth/voteflags.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirauth/voteflags.o -MD -MP -MF $depbase.Tpo -c -o src/feature/dirauth/voteflags.o src/feature/dirauth/voteflags.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/dirauth/voting_schedule.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirauth/voting_schedule.o -MD -MP -MF $depbase.Tpo -c -o src/feature/dirauth/voting_schedule.o src/feature/dirauth/voting_schedule.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/dircache/conscache.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dircache/conscache.o -MD -MP -MF $depbase.Tpo -c -o src/feature/dircache/conscache.o src/feature/dircache/conscache.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/dircache/consdiffmgr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dircache/consdiffmgr.o -MD -MP -MF $depbase.Tpo -c -o src/feature/dircache/consdiffmgr.o src/feature/dircache/consdiffmgr.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/dircache/dircache.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dircache/dircache.o -MD -MP -MF $depbase.Tpo -c -o src/feature/dircache/dircache.o src/feature/dircache/dircache.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/dircache/dirserv.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dircache/dirserv.o -MD -MP -MF $depbase.Tpo -c -o src/feature/dircache/dirserv.o src/feature/dircache/dirserv.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/dirclient/dirclient.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirclient/dirclient.o -MD -MP -MF $depbase.Tpo -c -o src/feature/dirclient/dirclient.o src/feature/dirclient/dirclient.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/dirclient/dirclient_modes.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirclient/dirclient_modes.o -MD -MP -MF $depbase.Tpo -c -o src/feature/dirclient/dirclient_modes.o src/feature/dirclient/dirclient_modes.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/dirclient/dlstatus.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirclient/dlstatus.o -MD -MP -MF $depbase.Tpo -c -o src/feature/dirclient/dlstatus.o src/feature/dirclient/dlstatus.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/dircommon/consdiff.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dircommon/consdiff.o -MD -MP -MF $depbase.Tpo -c -o src/feature/dircommon/consdiff.o src/feature/dircommon/consdiff.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/dircommon/directory.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dircommon/directory.o -MD -MP -MF $depbase.Tpo -c -o src/feature/dircommon/directory.o src/feature/dircommon/directory.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/dircommon/fp_pair.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dircommon/fp_pair.o -MD -MP -MF $depbase.Tpo -c -o src/feature/dircommon/fp_pair.o src/feature/dircommon/fp_pair.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/dirparse/authcert_parse.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirparse/authcert_parse.o -MD -MP -MF $depbase.Tpo -c -o src/feature/dirparse/authcert_parse.o src/feature/dirparse/authcert_parse.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/dirparse/microdesc_parse.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirparse/microdesc_parse.o -MD -MP -MF $depbase.Tpo -c -o src/feature/dirparse/microdesc_parse.o src/feature/dirparse/microdesc_parse.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/dirparse/ns_parse.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirparse/ns_parse.o -MD -MP -MF $depbase.Tpo -c -o src/feature/dirparse/ns_parse.o src/feature/dirparse/ns_parse.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/dirparse/parsecommon.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirparse/parsecommon.o -MD -MP -MF $depbase.Tpo -c -o src/feature/dirparse/parsecommon.o src/feature/dirparse/parsecommon.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/dirparse/policy_parse.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirparse/policy_parse.o -MD -MP -MF $depbase.Tpo -c -o src/feature/dirparse/policy_parse.o src/feature/dirparse/policy_parse.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/dirparse/routerparse.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirparse/routerparse.o -MD -MP -MF $depbase.Tpo -c -o src/feature/dirparse/routerparse.o src/feature/dirparse/routerparse.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/dirparse/sigcommon.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirparse/sigcommon.o -MD -MP -MF $depbase.Tpo -c -o src/feature/dirparse/sigcommon.o src/feature/dirparse/sigcommon.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/dirparse/signing.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirparse/signing.o -MD -MP -MF $depbase.Tpo -c -o src/feature/dirparse/signing.o src/feature/dirparse/signing.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/dirparse/unparseable.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirparse/unparseable.o -MD -MP -MF $depbase.Tpo -c -o src/feature/dirparse/unparseable.o src/feature/dirparse/unparseable.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/hibernate/hibernate.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/hibernate/hibernate.o -MD -MP -MF $depbase.Tpo -c -o src/feature/hibernate/hibernate.o src/feature/hibernate/hibernate.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/hs_common/replaycache.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/hs_common/replaycache.o -MD -MP -MF $depbase.Tpo -c -o src/feature/hs_common/replaycache.o src/feature/hs_common/replaycache.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/hs_common/shared_random_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/hs_common/shared_random_client.o -MD -MP -MF $depbase.Tpo -c -o src/feature/hs_common/shared_random_client.o src/feature/hs_common/shared_random_client.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/hs/hs_cache.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/hs/hs_cache.o -MD -MP -MF $depbase.Tpo -c -o src/feature/hs/hs_cache.o src/feature/hs/hs_cache.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/hs/hs_cell.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/hs/hs_cell.o -MD -MP -MF $depbase.Tpo -c -o src/feature/hs/hs_cell.o src/feature/hs/hs_cell.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/hs/hs_circuit.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/hs/hs_circuit.o -MD -MP -MF $depbase.Tpo -c -o src/feature/hs/hs_circuit.o src/feature/hs/hs_circuit.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/hs/hs_circuitmap.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/hs/hs_circuitmap.o -MD -MP -MF $depbase.Tpo -c -o src/feature/hs/hs_circuitmap.o src/feature/hs/hs_circuitmap.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/hs/hs_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/hs/hs_client.o -MD -MP -MF $depbase.Tpo -c -o src/feature/hs/hs_client.o src/feature/hs/hs_client.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/hs/hs_common.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/hs/hs_common.o -MD -MP -MF $depbase.Tpo -c -o src/feature/hs/hs_common.o src/feature/hs/hs_common.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/hs/hs_config.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/hs/hs_config.o -MD -MP -MF $depbase.Tpo -c -o src/feature/hs/hs_config.o src/feature/hs/hs_config.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/hs/hs_control.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/hs/hs_control.o -MD -MP -MF $depbase.Tpo -c -o src/feature/hs/hs_control.o src/feature/hs/hs_control.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/hs/hs_descriptor.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/hs/hs_descriptor.o -MD -MP -MF $depbase.Tpo -c -o src/feature/hs/hs_descriptor.o src/feature/hs/hs_descriptor.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/hs/hs_dos.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/hs/hs_dos.o -MD -MP -MF $depbase.Tpo -c -o src/feature/hs/hs_dos.o src/feature/hs/hs_dos.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/hs/hs_ident.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/hs/hs_ident.o -MD -MP -MF $depbase.Tpo -c -o src/feature/hs/hs_ident.o src/feature/hs/hs_ident.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/hs/hs_intropoint.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/hs/hs_intropoint.o -MD -MP -MF $depbase.Tpo -c -o src/feature/hs/hs_intropoint.o src/feature/hs/hs_intropoint.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/hs/hs_metrics.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/hs/hs_metrics.o -MD -MP -MF $depbase.Tpo -c -o src/feature/hs/hs_metrics.o src/feature/hs/hs_metrics.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/hs/hs_ob.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/hs/hs_ob.o -MD -MP -MF $depbase.Tpo -c -o src/feature/hs/hs_ob.o src/feature/hs/hs_ob.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/hs/hs_service.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/hs/hs_service.o -MD -MP -MF $depbase.Tpo -c -o src/feature/hs/hs_service.o src/feature/hs/hs_service.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/hs/hs_stats.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/hs/hs_stats.o -MD -MP -MF $depbase.Tpo -c -o src/feature/hs/hs_stats.o src/feature/hs/hs_stats.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/hs/hs_sys.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/hs/hs_sys.o -MD -MP -MF $depbase.Tpo -c -o src/feature/hs/hs_sys.o src/feature/hs/hs_sys.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/hs/hs_metrics_entry.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/hs/hs_metrics_entry.o -MD -MP -MF $depbase.Tpo -c -o src/feature/hs/hs_metrics_entry.o src/feature/hs/hs_metrics_entry.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/hs/hs_pow.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/hs/hs_pow.o -MD -MP -MF $depbase.Tpo -c -o src/feature/hs/hs_pow.o src/feature/hs/hs_pow.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/keymgt/loadkey.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/keymgt/loadkey.o -MD -MP -MF $depbase.Tpo -c -o src/feature/keymgt/loadkey.o src/feature/keymgt/loadkey.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/metrics/metrics.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/metrics/metrics.o -MD -MP -MF $depbase.Tpo -c -o src/feature/metrics/metrics.o src/feature/metrics/metrics.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/metrics/metrics_sys.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/metrics/metrics_sys.o -MD -MP -MF $depbase.Tpo -c -o src/feature/metrics/metrics_sys.o src/feature/metrics/metrics_sys.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/nodelist/authcert.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/nodelist/authcert.o -MD -MP -MF $depbase.Tpo -c -o src/feature/nodelist/authcert.o src/feature/nodelist/authcert.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/nodelist/describe.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/nodelist/describe.o -MD -MP -MF $depbase.Tpo -c -o src/feature/nodelist/describe.o src/feature/nodelist/describe.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/nodelist/dirlist.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/nodelist/dirlist.o -MD -MP -MF $depbase.Tpo -c -o src/feature/nodelist/dirlist.o src/feature/nodelist/dirlist.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/nodelist/microdesc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/nodelist/microdesc.o -MD -MP -MF $depbase.Tpo -c -o src/feature/nodelist/microdesc.o src/feature/nodelist/microdesc.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/nodelist/networkstatus.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/nodelist/networkstatus.o -MD -MP -MF $depbase.Tpo -c -o src/feature/nodelist/networkstatus.o src/feature/nodelist/networkstatus.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/nodelist/nickname.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/nodelist/nickname.o -MD -MP -MF $depbase.Tpo -c -o src/feature/nodelist/nickname.o src/feature/nodelist/nickname.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/nodelist/nodefamily.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/nodelist/nodefamily.o -MD -MP -MF $depbase.Tpo -c -o src/feature/nodelist/nodefamily.o src/feature/nodelist/nodefamily.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/nodelist/nodelist.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/nodelist/nodelist.o -MD -MP -MF $depbase.Tpo -c -o src/feature/nodelist/nodelist.o src/feature/nodelist/nodelist.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/nodelist/node_select.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/nodelist/node_select.o -MD -MP -MF $depbase.Tpo -c -o src/feature/nodelist/node_select.o src/feature/nodelist/node_select.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/nodelist/routerinfo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/nodelist/routerinfo.o -MD -MP -MF $depbase.Tpo -c -o src/feature/nodelist/routerinfo.o src/feature/nodelist/routerinfo.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/nodelist/routerlist.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/nodelist/routerlist.o -MD -MP -MF $depbase.Tpo -c -o src/feature/nodelist/routerlist.o src/feature/nodelist/routerlist.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/nodelist/routerset.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/nodelist/routerset.o -MD -MP -MF $depbase.Tpo -c -o src/feature/nodelist/routerset.o src/feature/nodelist/routerset.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/nodelist/fmt_routerstatus.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/nodelist/fmt_routerstatus.o -MD -MP -MF $depbase.Tpo -c -o src/feature/nodelist/fmt_routerstatus.o src/feature/nodelist/fmt_routerstatus.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/nodelist/torcert.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/nodelist/torcert.o -MD -MP -MF $depbase.Tpo -c -o src/feature/nodelist/torcert.o src/feature/nodelist/torcert.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/relay/onion_queue.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/relay/onion_queue.o -MD -MP -MF $depbase.Tpo -c -o src/feature/relay/onion_queue.o src/feature/relay/onion_queue.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/relay/relay_find_addr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/relay/relay_find_addr.o -MD -MP -MF $depbase.Tpo -c -o src/feature/relay/relay_find_addr.o src/feature/relay/relay_find_addr.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/relay/router.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/relay/router.o -MD -MP -MF $depbase.Tpo -c -o src/feature/relay/router.o src/feature/relay/router.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/relay/circuitbuild_relay.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/relay/circuitbuild_relay.o -MD -MP -MF $depbase.Tpo -c -o src/feature/relay/circuitbuild_relay.o src/feature/relay/circuitbuild_relay.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/relay/dns.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/relay/dns.o -MD -MP -MF $depbase.Tpo -c -o src/feature/relay/dns.o src/feature/relay/dns.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/relay/ext_orport.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/relay/ext_orport.o -MD -MP -MF $depbase.Tpo -c -o src/feature/relay/ext_orport.o src/feature/relay/ext_orport.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/relay/routermode.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/relay/routermode.o -MD -MP -MF $depbase.Tpo -c -o src/feature/relay/routermode.o src/feature/relay/routermode.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/relay/relay_config.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/relay/relay_config.o -MD -MP -MF $depbase.Tpo -c -o src/feature/relay/relay_config.o src/feature/relay/relay_config.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/relay/relay_handshake.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/relay/relay_handshake.o -MD -MP -MF $depbase.Tpo -c -o src/feature/relay/relay_handshake.o src/feature/relay/relay_handshake.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/relay/relay_metrics.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/relay/relay_metrics.o -MD -MP -MF $depbase.Tpo -c -o src/feature/relay/relay_metrics.o src/feature/relay/relay_metrics.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/relay/relay_periodic.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/relay/relay_periodic.o -MD -MP -MF $depbase.Tpo -c -o src/feature/relay/relay_periodic.o src/feature/relay/relay_periodic.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/relay/relay_sys.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/relay/relay_sys.o -MD -MP -MF $depbase.Tpo -c -o src/feature/relay/relay_sys.o src/feature/relay/relay_sys.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/relay/routerkeys.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/relay/routerkeys.o -MD -MP -MF $depbase.Tpo -c -o src/feature/relay/routerkeys.o src/feature/relay/routerkeys.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/relay/selftest.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/relay/selftest.o -MD -MP -MF $depbase.Tpo -c -o src/feature/relay/selftest.o src/feature/relay/selftest.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/relay/transport_config.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/relay/transport_config.o -MD -MP -MF $depbase.Tpo -c -o src/feature/relay/transport_config.o src/feature/relay/transport_config.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/rend/rendcommon.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/rend/rendcommon.o -MD -MP -MF $depbase.Tpo -c -o src/feature/rend/rendcommon.o src/feature/rend/rendcommon.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/rend/rendmid.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/rend/rendmid.o -MD -MP -MF $depbase.Tpo -c -o src/feature/rend/rendmid.o src/feature/rend/rendmid.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/stats/bwhist.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/stats/bwhist.o -MD -MP -MF $depbase.Tpo -c -o src/feature/stats/bwhist.o src/feature/stats/bwhist.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/stats/connstats.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/stats/connstats.o -MD -MP -MF $depbase.Tpo -c -o src/feature/stats/connstats.o src/feature/stats/connstats.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/stats/geoip_stats.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/stats/geoip_stats.o -MD -MP -MF $depbase.Tpo -c -o src/feature/stats/geoip_stats.o src/feature/stats/geoip_stats.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/stats/rephist.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/stats/rephist.o -MD -MP -MF $depbase.Tpo -c -o src/feature/stats/rephist.o src/feature/stats/rephist.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/feature/stats/predict_ports.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/stats/predict_ports.o -MD -MP -MF $depbase.Tpo -c -o src/feature/stats/predict_ports.o src/feature/stats/predict_ports.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/app/config/config.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/app/config/config.o -MD -MP -MF $depbase.Tpo -c -o src/app/config/config.o src/app/config/config.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/app/config/quiet_level.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/app/config/quiet_level.o -MD -MP -MF $depbase.Tpo -c -o src/app/config/quiet_level.o src/app/config/quiet_level.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/app/config/resolve_addr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/app/config/resolve_addr.o -MD -MP -MF $depbase.Tpo -c -o src/app/config/resolve_addr.o src/app/config/resolve_addr.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/app/config/statefile.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/app/config/statefile.o -MD -MP -MF $depbase.Tpo -c -o src/app/config/statefile.o src/app/config/statefile.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/app/main/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/app/main/main.o -MD -MP -MF $depbase.Tpo -c -o src/app/main/main.o src/app/main/main.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/app/main/risky_options.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/app/main/risky_options.o -MD -MP -MF $depbase.Tpo -c -o src/app/main/risky_options.o src/app/main/risky_options.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/app/main/shutdown.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/app/main/shutdown.o -MD -MP -MF $depbase.Tpo -c -o src/app/main/shutdown.o src/app/main/shutdown.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/app/main/subsystem_list.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/app/main/subsystem_list.o -MD -MP -MF $depbase.Tpo -c -o src/app/main/subsystem_list.o src/app/main/subsystem_list.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/app/main/subsysmgr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/app/main/subsysmgr.o -MD -MP -MF $depbase.Tpo -c -o src/app/main/subsysmgr.o src/app/main/subsysmgr.c && mv -f $depbase.Tpo $depbase.Po
rm -f src/core/libtor-app.a
ar cru src/core/libtor-app.a src/core/crypto/hs_ntor.o src/core/crypto/onion_crypto.o src/core/crypto/onion_fast.o src/core/crypto/onion_ntor.o src/core/crypto/onion_ntor_v3.o src/core/crypto/relay_crypto.o src/core/crypto/relay_crypto_cgo.o src/core/crypto/relay_crypto_tor1.o src/core/mainloop/connection.o src/core/mainloop/cpuworker.o src/core/mainloop/mainloop.o src/core/mainloop/mainloop_pubsub.o src/core/mainloop/mainloop_sys.o src/core/mainloop/netstatus.o src/core/mainloop/periodic.o src/core/or/address_set.o src/core/or/channel.o src/core/or/channelpadding.o src/core/or/channeltls.o src/core/or/circuitbuild.o src/core/or/circuitlist.o src/core/or/circuitmux.o src/core/or/circuitmux_ewma.o src/core/or/circuitpadding.o src/core/or/circuitpadding_machines.o src/core/or/circuitstats.o src/core/or/circuituse.o src/core/or/crypt_path.o src/core/or/command.o src/core/or/connection_edge.o src/core/or/connection_or.o src/core/or/dos.o src/core/or/dos_config.o src/core/or/dos_sys.o src/core/or/extendinfo.o src/core/or/onion.o src/core/or/ocirc_event.o src/core/or/or_periodic.o src/core/or/or_sys.o src/core/or/orconn_event.o src/core/or/policies.o src/core/or/protover.o src/core/or/reasons.o src/core/or/relay.o src/core/or/relay_msg.o src/core/or/scheduler.o src/core/or/scheduler_kist.o src/core/or/scheduler_vanilla.o src/core/or/sendme.o src/core/or/congestion_control_common.o src/core/or/congestion_control_vegas.o src/core/or/congestion_control_flow.o src/core/or/conflux.o src/core/or/conflux_cell.o src/core/or/conflux_params.o src/core/or/conflux_pool.o src/core/or/conflux_sys.o src/core/or/conflux_util.o src/core/or/status.o src/core/or/versions.o src/core/proto/proto_cell.o src/core/proto/proto_control0.o src/core/proto/proto_ext_or.o src/core/proto/proto_haproxy.o src/core/proto/proto_http.o src/core/proto/proto_socks.o src/feature/api/tor_api.o src/feature/client/addressmap.o src/feature/client/bridges.o src/feature/client/circpathbias.o src/feature/client/dnsserv.o src/feature/client/entrynodes.o src/feature/client/proxymode.o src/feature/client/transports.o src/feature/control/btrack.o src/feature/control/btrack_circuit.o src/feature/control/btrack_orconn.o src/feature/control/btrack_orconn_cevent.o src/feature/control/btrack_orconn_maps.o src/feature/control/control.o src/feature/control/control_auth.o src/feature/control/control_bootstrap.o src/feature/control/control_cmd.o src/feature/control/control_hs.o src/feature/control/control_events.o src/feature/control/control_fmt.o src/feature/control/control_getinfo.o src/feature/control/control_proto.o src/feature/control/getinfo_geoip.o src/feature/dirauth/authmode.o src/feature/dirauth/bridgeauth.o src/feature/dirauth/bwauth.o src/feature/dirauth/dirauth_config.o src/feature/dirauth/dirauth_periodic.o src/feature/dirauth/dirauth_sys.o src/feature/dirauth/dircollate.o src/feature/dirauth/dirvote.o src/feature/dirauth/dsigs_parse.o src/feature/dirauth/guardfraction.o src/feature/dirauth/keypin.o src/feature/dirauth/process_descs.o src/feature/dirauth/reachability.o src/feature/dirauth/recommend_pkg.o src/feature/dirauth/shared_random.o src/feature/dirauth/shared_random_state.o src/feature/dirauth/voteflags.o src/feature/dirauth/voting_schedule.o src/feature/dircache/conscache.o src/feature/dircache/consdiffmgr.o src/feature/dircache/dircache.o src/feature/dircache/dirserv.o src/feature/dirclient/dirclient.o src/feature/dirclient/dirclient_modes.o src/feature/dirclient/dlstatus.o src/feature/dircommon/consdiff.o src/feature/dircommon/directory.o src/feature/dircommon/fp_pair.o src/feature/dirparse/authcert_parse.o src/feature/dirparse/microdesc_parse.o src/feature/dirparse/ns_parse.o src/feature/dirparse/parsecommon.o src/feature/dirparse/policy_parse.o src/feature/dirparse/routerparse.o src/feature/dirparse/sigcommon.o src/feature/dirparse/signing.o src/feature/dirparse/unparseable.o src/feature/hibernate/hibernate.o src/feature/hs_common/replaycache.o src/feature/hs_common/shared_random_client.o src/feature/hs/hs_cache.o src/feature/hs/hs_cell.o src/feature/hs/hs_circuit.o src/feature/hs/hs_circuitmap.o src/feature/hs/hs_client.o src/feature/hs/hs_common.o src/feature/hs/hs_config.o src/feature/hs/hs_control.o src/feature/hs/hs_descriptor.o src/feature/hs/hs_dos.o src/feature/hs/hs_ident.o src/feature/hs/hs_intropoint.o src/feature/hs/hs_metrics.o src/feature/hs/hs_ob.o src/feature/hs/hs_service.o src/feature/hs/hs_stats.o src/feature/hs/hs_sys.o src/feature/hs/hs_metrics_entry.o src/feature/hs/hs_pow.o src/feature/keymgt/loadkey.o src/feature/metrics/metrics.o src/feature/metrics/metrics_sys.o src/feature/nodelist/authcert.o src/feature/nodelist/describe.o src/feature/nodelist/dirlist.o src/feature/nodelist/microdesc.o src/feature/nodelist/networkstatus.o src/feature/nodelist/nickname.o src/feature/nodelist/nodefamily.o src/feature/nodelist/nodelist.o src/feature/nodelist/node_select.o src/feature/nodelist/routerinfo.o src/feature/nodelist/routerlist.o src/feature/nodelist/routerset.o src/feature/nodelist/fmt_routerstatus.o src/feature/nodelist/torcert.o src/feature/relay/onion_queue.o src/feature/relay/relay_find_addr.o src/feature/relay/router.o src/feature/relay/circuitbuild_relay.o src/feature/relay/dns.o src/feature/relay/ext_orport.o src/feature/relay/routermode.o src/feature/relay/relay_config.o src/feature/relay/relay_handshake.o src/feature/relay/relay_metrics.o src/feature/relay/relay_periodic.o src/feature/relay/relay_sys.o src/feature/relay/routerkeys.o src/feature/relay/selftest.o src/feature/relay/transport_config.o src/feature/rend/rendcommon.o src/feature/rend/rendmid.o src/feature/stats/bwhist.o src/feature/stats/connstats.o src/feature/stats/geoip_stats.o src/feature/stats/rephist.o src/feature/stats/predict_ports.o src/app/config/config.o src/app/config/quiet_level.o src/app/config/resolve_addr.o src/app/config/statefile.o src/app/main/main.o src/app/main/risky_options.o src/app/main/shutdown.o src/app/main/subsystem_list.o src/app/main/subsysmgr.o
ranlib src/core/libtor-app.a
depbase=`echo src/lib/compress/compress.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/compress/compress.o -MD -MP -MF $depbase.Tpo -c -o src/lib/compress/compress.o src/lib/compress/compress.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/compress/compress_buf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/compress/compress_buf.o -MD -MP -MF $depbase.Tpo -c -o src/lib/compress/compress_buf.o src/lib/compress/compress_buf.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/compress/compress_lzma.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/compress/compress_lzma.o -MD -MP -MF $depbase.Tpo -c -o src/lib/compress/compress_lzma.o src/lib/compress/compress_lzma.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/compress/compress_none.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/compress/compress_none.o -MD -MP -MF $depbase.Tpo -c -o src/lib/compress/compress_none.o src/lib/compress/compress_none.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/compress/compress_zlib.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/compress/compress_zlib.o -MD -MP -MF $depbase.Tpo -c -o src/lib/compress/compress_zlib.o src/lib/compress/compress_zlib.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/compress/compress_zstd.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/compress/compress_zstd.o -MD -MP -MF $depbase.Tpo -c -o src/lib/compress/compress_zstd.o src/lib/compress/compress_zstd.c && mv -f $depbase.Tpo $depbase.Po
rm -f src/lib/libtor-compress.a
ar cru src/lib/libtor-compress.a src/lib/compress/compress.o src/lib/compress/compress_buf.o src/lib/compress/compress_lzma.o src/lib/compress/compress_none.o src/lib/compress/compress_zlib.o src/lib/compress/compress_zstd.o
ranlib src/lib/libtor-compress.a
depbase=`echo src/lib/evloop/compat_libevent.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/evloop/compat_libevent.o -MD -MP -MF $depbase.Tpo -c -o src/lib/evloop/compat_libevent.o src/lib/evloop/compat_libevent.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/evloop/evloop_sys.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/evloop/evloop_sys.o -MD -MP -MF $depbase.Tpo -c -o src/lib/evloop/evloop_sys.o src/lib/evloop/evloop_sys.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/evloop/procmon.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/evloop/procmon.o -MD -MP -MF $depbase.Tpo -c -o src/lib/evloop/procmon.o src/lib/evloop/procmon.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/evloop/timers.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/evloop/timers.o -MD -MP -MF $depbase.Tpo -c -o src/lib/evloop/timers.o src/lib/evloop/timers.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/evloop/token_bucket.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/evloop/token_bucket.o -MD -MP -MF $depbase.Tpo -c -o src/lib/evloop/token_bucket.o src/lib/evloop/token_bucket.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/evloop/workqueue.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/evloop/workqueue.o -MD -MP -MF $depbase.Tpo -c -o src/lib/evloop/workqueue.o src/lib/evloop/workqueue.c && mv -f $depbase.Tpo $depbase.Po
rm -f src/lib/libtor-evloop.a
ar cru src/lib/libtor-evloop.a src/lib/evloop/compat_libevent.o src/lib/evloop/evloop_sys.o src/lib/evloop/procmon.o src/lib/evloop/timers.o src/lib/evloop/token_bucket.o src/lib/evloop/workqueue.o
ranlib src/lib/libtor-evloop.a
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/tls/libtor_tls_a-buffers_tls.o -MD -MP -MF src/lib/tls/.deps/libtor_tls_a-buffers_tls.Tpo -c -o src/lib/tls/libtor_tls_a-buffers_tls.o `test -f 'src/lib/tls/buffers_tls.c' || echo './'`src/lib/tls/buffers_tls.c
mv -f src/lib/tls/.deps/libtor_tls_a-buffers_tls.Tpo src/lib/tls/.deps/libtor_tls_a-buffers_tls.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/tls/libtor_tls_a-tortls.o -MD -MP -MF src/lib/tls/.deps/libtor_tls_a-tortls.Tpo -c -o src/lib/tls/libtor_tls_a-tortls.o `test -f 'src/lib/tls/tortls.c' || echo './'`src/lib/tls/tortls.c
mv -f src/lib/tls/.deps/libtor_tls_a-tortls.Tpo src/lib/tls/.deps/libtor_tls_a-tortls.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/tls/libtor_tls_a-x509.o -MD -MP -MF src/lib/tls/.deps/libtor_tls_a-x509.Tpo -c -o src/lib/tls/libtor_tls_a-x509.o `test -f 'src/lib/tls/x509.c' || echo './'`src/lib/tls/x509.c
mv -f src/lib/tls/.deps/libtor_tls_a-x509.Tpo src/lib/tls/.deps/libtor_tls_a-x509.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/tls/libtor_tls_a-tortls_openssl.o -MD -MP -MF src/lib/tls/.deps/libtor_tls_a-tortls_openssl.Tpo -c -o src/lib/tls/libtor_tls_a-tortls_openssl.o `test -f 'src/lib/tls/tortls_openssl.c' || echo './'`src/lib/tls/tortls_openssl.c
mv -f src/lib/tls/.deps/libtor_tls_a-tortls_openssl.Tpo src/lib/tls/.deps/libtor_tls_a-tortls_openssl.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/tls/libtor_tls_a-x509_openssl.o -MD -MP -MF src/lib/tls/.deps/libtor_tls_a-x509_openssl.Tpo -c -o src/lib/tls/libtor_tls_a-x509_openssl.o `test -f 'src/lib/tls/x509_openssl.c' || echo './'`src/lib/tls/x509_openssl.c
mv -f src/lib/tls/.deps/libtor_tls_a-x509_openssl.Tpo src/lib/tls/.deps/libtor_tls_a-x509_openssl.Po
rm -f src/lib/libtor-tls.a
ar cru src/lib/libtor-tls.a src/lib/tls/libtor_tls_a-buffers_tls.o src/lib/tls/libtor_tls_a-tortls.o src/lib/tls/libtor_tls_a-x509.o src/lib/tls/libtor_tls_a-tortls_openssl.o src/lib/tls/libtor_tls_a-x509_openssl.o
ranlib src/lib/libtor-tls.a
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/crypt_ops/libtor_crypt_ops_a-crypto_cipher.o -MD -MP -MF src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_cipher.Tpo -c -o src/lib/crypt_ops/libtor_crypt_ops_a-crypto_cipher.o `test -f 'src/lib/crypt_ops/crypto_cipher.c' || echo './'`src/lib/crypt_ops/crypto_cipher.c
mv -f src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_cipher.Tpo src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_cipher.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/crypt_ops/libtor_crypt_ops_a-crypto_curve25519.o -MD -MP -MF src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_curve25519.Tpo -c -o src/lib/crypt_ops/libtor_crypt_ops_a-crypto_curve25519.o `test -f 'src/lib/crypt_ops/crypto_curve25519.c' || echo './'`src/lib/crypt_ops/crypto_curve25519.c
mv -f src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_curve25519.Tpo src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_curve25519.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/crypt_ops/libtor_crypt_ops_a-crypto_dh.o -MD -MP -MF src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_dh.Tpo -c -o src/lib/crypt_ops/libtor_crypt_ops_a-crypto_dh.o `test -f 'src/lib/crypt_ops/crypto_dh.c' || echo './'`src/lib/crypt_ops/crypto_dh.c
mv -f src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_dh.Tpo src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_dh.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/crypt_ops/libtor_crypt_ops_a-crypto_digest.o -MD -MP -MF src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_digest.Tpo -c -o src/lib/crypt_ops/libtor_crypt_ops_a-crypto_digest.o `test -f 'src/lib/crypt_ops/crypto_digest.c' || echo './'`src/lib/crypt_ops/crypto_digest.c
mv -f src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_digest.Tpo src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_digest.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/crypt_ops/libtor_crypt_ops_a-crypto_ed25519.o -MD -MP -MF src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_ed25519.Tpo -c -o src/lib/crypt_ops/libtor_crypt_ops_a-crypto_ed25519.o `test -f 'src/lib/crypt_ops/crypto_ed25519.c' || echo './'`src/lib/crypt_ops/crypto_ed25519.c
mv -f src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_ed25519.Tpo src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_ed25519.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/crypt_ops/libtor_crypt_ops_a-crypto_format.o -MD -MP -MF src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_format.Tpo -c -o src/lib/crypt_ops/libtor_crypt_ops_a-crypto_format.o `test -f 'src/lib/crypt_ops/crypto_format.c' || echo './'`src/lib/crypt_ops/crypto_format.c
mv -f src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_format.Tpo src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_format.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/crypt_ops/libtor_crypt_ops_a-crypto_hkdf.o -MD -MP -MF src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_hkdf.Tpo -c -o src/lib/crypt_ops/libtor_crypt_ops_a-crypto_hkdf.o `test -f 'src/lib/crypt_ops/crypto_hkdf.c' || echo './'`src/lib/crypt_ops/crypto_hkdf.c
mv -f src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_hkdf.Tpo src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_hkdf.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/crypt_ops/libtor_crypt_ops_a-crypto_init.o -MD -MP -MF src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_init.Tpo -c -o src/lib/crypt_ops/libtor_crypt_ops_a-crypto_init.o `test -f 'src/lib/crypt_ops/crypto_init.c' || echo './'`src/lib/crypt_ops/crypto_init.c
mv -f src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_init.Tpo src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_init.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/crypt_ops/libtor_crypt_ops_a-crypto_ope.o -MD -MP -MF src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_ope.Tpo -c -o src/lib/crypt_ops/libtor_crypt_ops_a-crypto_ope.o `test -f 'src/lib/crypt_ops/crypto_ope.c' || echo './'`src/lib/crypt_ops/crypto_ope.c
mv -f src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_ope.Tpo src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_ope.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/crypt_ops/libtor_crypt_ops_a-crypto_pwbox.o -MD -MP -MF src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_pwbox.Tpo -c -o src/lib/crypt_ops/libtor_crypt_ops_a-crypto_pwbox.o `test -f 'src/lib/crypt_ops/crypto_pwbox.c' || echo './'`src/lib/crypt_ops/crypto_pwbox.c
mv -f src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_pwbox.Tpo src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_pwbox.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/crypt_ops/libtor_crypt_ops_a-crypto_rand.o -MD -MP -MF src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_rand.Tpo -c -o src/lib/crypt_ops/libtor_crypt_ops_a-crypto_rand.o `test -f 'src/lib/crypt_ops/crypto_rand.c' || echo './'`src/lib/crypt_ops/crypto_rand.c
mv -f src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_rand.Tpo src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_rand.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/crypt_ops/libtor_crypt_ops_a-crypto_rand_fast.o -MD -MP -MF src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_rand_fast.Tpo -c -o src/lib/crypt_ops/libtor_crypt_ops_a-crypto_rand_fast.o `test -f 'src/lib/crypt_ops/crypto_rand_fast.c' || echo './'`src/lib/crypt_ops/crypto_rand_fast.c
mv -f src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_rand_fast.Tpo src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_rand_fast.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/crypt_ops/libtor_crypt_ops_a-crypto_rand_numeric.o -MD -MP -MF src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_rand_numeric.Tpo -c -o src/lib/crypt_ops/libtor_crypt_ops_a-crypto_rand_numeric.o `test -f 'src/lib/crypt_ops/crypto_rand_numeric.c' || echo './'`src/lib/crypt_ops/crypto_rand_numeric.c
mv -f src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_rand_numeric.Tpo src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_rand_numeric.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/crypt_ops/libtor_crypt_ops_a-crypto_rsa.o -MD -MP -MF src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_rsa.Tpo -c -o src/lib/crypt_ops/libtor_crypt_ops_a-crypto_rsa.o `test -f 'src/lib/crypt_ops/crypto_rsa.c' || echo './'`src/lib/crypt_ops/crypto_rsa.c
mv -f src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_rsa.Tpo src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_rsa.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/crypt_ops/libtor_crypt_ops_a-crypto_s2k.o -MD -MP -MF src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_s2k.Tpo -c -o src/lib/crypt_ops/libtor_crypt_ops_a-crypto_s2k.o `test -f 'src/lib/crypt_ops/crypto_s2k.c' || echo './'`src/lib/crypt_ops/crypto_s2k.c
mv -f src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_s2k.Tpo src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_s2k.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/crypt_ops/libtor_crypt_ops_a-crypto_util.o -MD -MP -MF src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_util.Tpo -c -o src/lib/crypt_ops/libtor_crypt_ops_a-crypto_util.o `test -f 'src/lib/crypt_ops/crypto_util.c' || echo './'`src/lib/crypt_ops/crypto_util.c
mv -f src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_util.Tpo src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_util.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/crypt_ops/libtor_crypt_ops_a-digestset.o -MD -MP -MF src/lib/crypt_ops/.deps/libtor_crypt_ops_a-digestset.Tpo -c -o src/lib/crypt_ops/libtor_crypt_ops_a-digestset.o `test -f 'src/lib/crypt_ops/digestset.c' || echo './'`src/lib/crypt_ops/digestset.c
mv -f src/lib/crypt_ops/.deps/libtor_crypt_ops_a-digestset.Tpo src/lib/crypt_ops/.deps/libtor_crypt_ops_a-digestset.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/crypt_ops/libtor_crypt_ops_a-aes_openssl.o -MD -MP -MF src/lib/crypt_ops/.deps/libtor_crypt_ops_a-aes_openssl.Tpo -c -o src/lib/crypt_ops/libtor_crypt_ops_a-aes_openssl.o `test -f 'src/lib/crypt_ops/aes_openssl.c' || echo './'`src/lib/crypt_ops/aes_openssl.c
mv -f src/lib/crypt_ops/.deps/libtor_crypt_ops_a-aes_openssl.Tpo src/lib/crypt_ops/.deps/libtor_crypt_ops_a-aes_openssl.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/crypt_ops/libtor_crypt_ops_a-crypto_digest_openssl.o -MD -MP -MF src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_digest_openssl.Tpo -c -o src/lib/crypt_ops/libtor_crypt_ops_a-crypto_digest_openssl.o `test -f 'src/lib/crypt_ops/crypto_digest_openssl.c' || echo './'`src/lib/crypt_ops/crypto_digest_openssl.c
mv -f src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_digest_openssl.Tpo src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_digest_openssl.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/crypt_ops/libtor_crypt_ops_a-crypto_rsa_openssl.o -MD -MP -MF src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_rsa_openssl.Tpo -c -o src/lib/crypt_ops/libtor_crypt_ops_a-crypto_rsa_openssl.o `test -f 'src/lib/crypt_ops/crypto_rsa_openssl.c' || echo './'`src/lib/crypt_ops/crypto_rsa_openssl.c
mv -f src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_rsa_openssl.Tpo src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_rsa_openssl.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/crypt_ops/libtor_crypt_ops_a-crypto_dh_openssl.o -MD -MP -MF src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_dh_openssl.Tpo -c -o src/lib/crypt_ops/libtor_crypt_ops_a-crypto_dh_openssl.o `test -f 'src/lib/crypt_ops/crypto_dh_openssl.c' || echo './'`src/lib/crypt_ops/crypto_dh_openssl.c
mv -f src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_dh_openssl.Tpo src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_dh_openssl.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/crypt_ops/libtor_crypt_ops_a-crypto_openssl_mgt.o -MD -MP -MF src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_openssl_mgt.Tpo -c -o src/lib/crypt_ops/libtor_crypt_ops_a-crypto_openssl_mgt.o `test -f 'src/lib/crypt_ops/crypto_openssl_mgt.c' || echo './'`src/lib/crypt_ops/crypto_openssl_mgt.c
src/lib/crypt_ops/crypto_openssl_mgt.c:45:9: warning: 'DISABLE_ENGINES' macro redefined [-Wmacro-redefined]
45 | #define DISABLE_ENGINES
| ^
<command line>:6:9: note: previous definition is here
6 | #define DISABLE_ENGINES 1
| ^
1 warning generated.
mv -f src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_openssl_mgt.Tpo src/lib/crypt_ops/.deps/libtor_crypt_ops_a-crypto_openssl_mgt.Po
rm -f src/lib/libtor-crypt-ops.a
ar cru src/lib/libtor-crypt-ops.a src/lib/crypt_ops/libtor_crypt_ops_a-crypto_cipher.o src/lib/crypt_ops/libtor_crypt_ops_a-crypto_curve25519.o src/lib/crypt_ops/libtor_crypt_ops_a-crypto_dh.o src/lib/crypt_ops/libtor_crypt_ops_a-crypto_digest.o src/lib/crypt_ops/libtor_crypt_ops_a-crypto_ed25519.o src/lib/crypt_ops/libtor_crypt_ops_a-crypto_format.o src/lib/crypt_ops/libtor_crypt_ops_a-crypto_hkdf.o src/lib/crypt_ops/libtor_crypt_ops_a-crypto_init.o src/lib/crypt_ops/libtor_crypt_ops_a-crypto_ope.o src/lib/crypt_ops/libtor_crypt_ops_a-crypto_pwbox.o src/lib/crypt_ops/libtor_crypt_ops_a-crypto_rand.o src/lib/crypt_ops/libtor_crypt_ops_a-crypto_rand_fast.o src/lib/crypt_ops/libtor_crypt_ops_a-crypto_rand_numeric.o src/lib/crypt_ops/libtor_crypt_ops_a-crypto_rsa.o src/lib/crypt_ops/libtor_crypt_ops_a-crypto_s2k.o src/lib/crypt_ops/libtor_crypt_ops_a-crypto_util.o src/lib/crypt_ops/libtor_crypt_ops_a-digestset.o src/lib/crypt_ops/libtor_crypt_ops_a-aes_openssl.o src/lib/crypt_ops/libtor_crypt_ops_a-crypto_digest_openssl.o src/lib/crypt_ops/libtor_crypt_ops_a-crypto_rsa_openssl.o src/lib/crypt_ops/libtor_crypt_ops_a-crypto_dh_openssl.o src/lib/crypt_ops/libtor_crypt_ops_a-crypto_openssl_mgt.o
ranlib src/lib/libtor-crypt-ops.a
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/keccak-tiny/libkeccak_tiny_a-keccak-tiny-unrolled.o -MD -MP -MF src/ext/keccak-tiny/.deps/libkeccak_tiny_a-keccak-tiny-unrolled.Tpo -c -o src/ext/keccak-tiny/libkeccak_tiny_a-keccak-tiny-unrolled.o `test -f 'src/ext/keccak-tiny/keccak-tiny-unrolled.c' || echo './'`src/ext/keccak-tiny/keccak-tiny-unrolled.c
mv -f src/ext/keccak-tiny/.deps/libkeccak_tiny_a-keccak-tiny-unrolled.Tpo src/ext/keccak-tiny/.deps/libkeccak_tiny_a-keccak-tiny-unrolled.Po
rm -f src/ext/keccak-tiny/libkeccak-tiny.a
ar cru src/ext/keccak-tiny/libkeccak-tiny.a src/ext/keccak-tiny/libkeccak_tiny_a-keccak-tiny-unrolled.o
ranlib src/ext/keccak-tiny/libkeccak-tiny.a
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/curve25519_donna/lib_libcurve25519_donna_a-curve25519-donna-c64.o -MD -MP -MF src/ext/curve25519_donna/.deps/lib_libcurve25519_donna_a-curve25519-donna-c64.Tpo -c -o src/ext/curve25519_donna/lib_libcurve25519_donna_a-curve25519-donna-c64.o `test -f 'src/ext/curve25519_donna/curve25519-donna-c64.c' || echo './'`src/ext/curve25519_donna/curve25519-donna-c64.c
mv -f src/ext/curve25519_donna/.deps/lib_libcurve25519_donna_a-curve25519-donna-c64.Tpo src/ext/curve25519_donna/.deps/lib_libcurve25519_donna_a-curve25519-donna-c64.Po
rm -f src/lib/libcurve25519_donna.a
ar cru src/lib/libcurve25519_donna.a src/ext/curve25519_donna/lib_libcurve25519_donna_a-curve25519-donna-c64.o
ranlib src/lib/libcurve25519_donna.a
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/ed25519/ref10/libed25519_ref10_a-fe_0.o -MD -MP -MF src/ext/ed25519/ref10/.deps/libed25519_ref10_a-fe_0.Tpo -c -o src/ext/ed25519/ref10/libed25519_ref10_a-fe_0.o `test -f 'src/ext/ed25519/ref10/fe_0.c' || echo './'`src/ext/ed25519/ref10/fe_0.c
mv -f src/ext/ed25519/ref10/.deps/libed25519_ref10_a-fe_0.Tpo src/ext/ed25519/ref10/.deps/libed25519_ref10_a-fe_0.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/ed25519/ref10/libed25519_ref10_a-fe_1.o -MD -MP -MF src/ext/ed25519/ref10/.deps/libed25519_ref10_a-fe_1.Tpo -c -o src/ext/ed25519/ref10/libed25519_ref10_a-fe_1.o `test -f 'src/ext/ed25519/ref10/fe_1.c' || echo './'`src/ext/ed25519/ref10/fe_1.c
mv -f src/ext/ed25519/ref10/.deps/libed25519_ref10_a-fe_1.Tpo src/ext/ed25519/ref10/.deps/libed25519_ref10_a-fe_1.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/ed25519/ref10/libed25519_ref10_a-fe_add.o -MD -MP -MF src/ext/ed25519/ref10/.deps/libed25519_ref10_a-fe_add.Tpo -c -o src/ext/ed25519/ref10/libed25519_ref10_a-fe_add.o `test -f 'src/ext/ed25519/ref10/fe_add.c' || echo './'`src/ext/ed25519/ref10/fe_add.c
mv -f src/ext/ed25519/ref10/.deps/libed25519_ref10_a-fe_add.Tpo src/ext/ed25519/ref10/.deps/libed25519_ref10_a-fe_add.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/ed25519/ref10/libed25519_ref10_a-fe_cmov.o -MD -MP -MF src/ext/ed25519/ref10/.deps/libed25519_ref10_a-fe_cmov.Tpo -c -o src/ext/ed25519/ref10/libed25519_ref10_a-fe_cmov.o `test -f 'src/ext/ed25519/ref10/fe_cmov.c' || echo './'`src/ext/ed25519/ref10/fe_cmov.c
mv -f src/ext/ed25519/ref10/.deps/libed25519_ref10_a-fe_cmov.Tpo src/ext/ed25519/ref10/.deps/libed25519_ref10_a-fe_cmov.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/ed25519/ref10/libed25519_ref10_a-fe_copy.o -MD -MP -MF src/ext/ed25519/ref10/.deps/libed25519_ref10_a-fe_copy.Tpo -c -o src/ext/ed25519/ref10/libed25519_ref10_a-fe_copy.o `test -f 'src/ext/ed25519/ref10/fe_copy.c' || echo './'`src/ext/ed25519/ref10/fe_copy.c
mv -f src/ext/ed25519/ref10/.deps/libed25519_ref10_a-fe_copy.Tpo src/ext/ed25519/ref10/.deps/libed25519_ref10_a-fe_copy.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/ed25519/ref10/libed25519_ref10_a-fe_frombytes.o -MD -MP -MF src/ext/ed25519/ref10/.deps/libed25519_ref10_a-fe_frombytes.Tpo -c -o src/ext/ed25519/ref10/libed25519_ref10_a-fe_frombytes.o `test -f 'src/ext/ed25519/ref10/fe_frombytes.c' || echo './'`src/ext/ed25519/ref10/fe_frombytes.c
mv -f src/ext/ed25519/ref10/.deps/libed25519_ref10_a-fe_frombytes.Tpo src/ext/ed25519/ref10/.deps/libed25519_ref10_a-fe_frombytes.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/ed25519/ref10/libed25519_ref10_a-fe_invert.o -MD -MP -MF src/ext/ed25519/ref10/.deps/libed25519_ref10_a-fe_invert.Tpo -c -o src/ext/ed25519/ref10/libed25519_ref10_a-fe_invert.o `test -f 'src/ext/ed25519/ref10/fe_invert.c' || echo './'`src/ext/ed25519/ref10/fe_invert.c
mv -f src/ext/ed25519/ref10/.deps/libed25519_ref10_a-fe_invert.Tpo src/ext/ed25519/ref10/.deps/libed25519_ref10_a-fe_invert.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/ed25519/ref10/libed25519_ref10_a-fe_isnegative.o -MD -MP -MF src/ext/ed25519/ref10/.deps/libed25519_ref10_a-fe_isnegative.Tpo -c -o src/ext/ed25519/ref10/libed25519_ref10_a-fe_isnegative.o `test -f 'src/ext/ed25519/ref10/fe_isnegative.c' || echo './'`src/ext/ed25519/ref10/fe_isnegative.c
mv -f src/ext/ed25519/ref10/.deps/libed25519_ref10_a-fe_isnegative.Tpo src/ext/ed25519/ref10/.deps/libed25519_ref10_a-fe_isnegative.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/ed25519/ref10/libed25519_ref10_a-fe_isnonzero.o -MD -MP -MF src/ext/ed25519/ref10/.deps/libed25519_ref10_a-fe_isnonzero.Tpo -c -o src/ext/ed25519/ref10/libed25519_ref10_a-fe_isnonzero.o `test -f 'src/ext/ed25519/ref10/fe_isnonzero.c' || echo './'`src/ext/ed25519/ref10/fe_isnonzero.c
mv -f src/ext/ed25519/ref10/.deps/libed25519_ref10_a-fe_isnonzero.Tpo src/ext/ed25519/ref10/.deps/libed25519_ref10_a-fe_isnonzero.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/ed25519/ref10/libed25519_ref10_a-fe_mul.o -MD -MP -MF src/ext/ed25519/ref10/.deps/libed25519_ref10_a-fe_mul.Tpo -c -o src/ext/ed25519/ref10/libed25519_ref10_a-fe_mul.o `test -f 'src/ext/ed25519/ref10/fe_mul.c' || echo './'`src/ext/ed25519/ref10/fe_mul.c
mv -f src/ext/ed25519/ref10/.deps/libed25519_ref10_a-fe_mul.Tpo src/ext/ed25519/ref10/.deps/libed25519_ref10_a-fe_mul.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/ed25519/ref10/libed25519_ref10_a-fe_neg.o -MD -MP -MF src/ext/ed25519/ref10/.deps/libed25519_ref10_a-fe_neg.Tpo -c -o src/ext/ed25519/ref10/libed25519_ref10_a-fe_neg.o `test -f 'src/ext/ed25519/ref10/fe_neg.c' || echo './'`src/ext/ed25519/ref10/fe_neg.c
mv -f src/ext/ed25519/ref10/.deps/libed25519_ref10_a-fe_neg.Tpo src/ext/ed25519/ref10/.deps/libed25519_ref10_a-fe_neg.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/ed25519/ref10/libed25519_ref10_a-fe_pow22523.o -MD -MP -MF src/ext/ed25519/ref10/.deps/libed25519_ref10_a-fe_pow22523.Tpo -c -o src/ext/ed25519/ref10/libed25519_ref10_a-fe_pow22523.o `test -f 'src/ext/ed25519/ref10/fe_pow22523.c' || echo './'`src/ext/ed25519/ref10/fe_pow22523.c
mv -f src/ext/ed25519/ref10/.deps/libed25519_ref10_a-fe_pow22523.Tpo src/ext/ed25519/ref10/.deps/libed25519_ref10_a-fe_pow22523.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/ed25519/ref10/libed25519_ref10_a-fe_sq.o -MD -MP -MF src/ext/ed25519/ref10/.deps/libed25519_ref10_a-fe_sq.Tpo -c -o src/ext/ed25519/ref10/libed25519_ref10_a-fe_sq.o `test -f 'src/ext/ed25519/ref10/fe_sq.c' || echo './'`src/ext/ed25519/ref10/fe_sq.c
mv -f src/ext/ed25519/ref10/.deps/libed25519_ref10_a-fe_sq.Tpo src/ext/ed25519/ref10/.deps/libed25519_ref10_a-fe_sq.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/ed25519/ref10/libed25519_ref10_a-fe_sq2.o -MD -MP -MF src/ext/ed25519/ref10/.deps/libed25519_ref10_a-fe_sq2.Tpo -c -o src/ext/ed25519/ref10/libed25519_ref10_a-fe_sq2.o `test -f 'src/ext/ed25519/ref10/fe_sq2.c' || echo './'`src/ext/ed25519/ref10/fe_sq2.c
mv -f src/ext/ed25519/ref10/.deps/libed25519_ref10_a-fe_sq2.Tpo src/ext/ed25519/ref10/.deps/libed25519_ref10_a-fe_sq2.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/ed25519/ref10/libed25519_ref10_a-fe_sub.o -MD -MP -MF src/ext/ed25519/ref10/.deps/libed25519_ref10_a-fe_sub.Tpo -c -o src/ext/ed25519/ref10/libed25519_ref10_a-fe_sub.o `test -f 'src/ext/ed25519/ref10/fe_sub.c' || echo './'`src/ext/ed25519/ref10/fe_sub.c
mv -f src/ext/ed25519/ref10/.deps/libed25519_ref10_a-fe_sub.Tpo src/ext/ed25519/ref10/.deps/libed25519_ref10_a-fe_sub.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/ed25519/ref10/libed25519_ref10_a-fe_tobytes.o -MD -MP -MF src/ext/ed25519/ref10/.deps/libed25519_ref10_a-fe_tobytes.Tpo -c -o src/ext/ed25519/ref10/libed25519_ref10_a-fe_tobytes.o `test -f 'src/ext/ed25519/ref10/fe_tobytes.c' || echo './'`src/ext/ed25519/ref10/fe_tobytes.c
mv -f src/ext/ed25519/ref10/.deps/libed25519_ref10_a-fe_tobytes.Tpo src/ext/ed25519/ref10/.deps/libed25519_ref10_a-fe_tobytes.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/ed25519/ref10/libed25519_ref10_a-ge_add.o -MD -MP -MF src/ext/ed25519/ref10/.deps/libed25519_ref10_a-ge_add.Tpo -c -o src/ext/ed25519/ref10/libed25519_ref10_a-ge_add.o `test -f 'src/ext/ed25519/ref10/ge_add.c' || echo './'`src/ext/ed25519/ref10/ge_add.c
mv -f src/ext/ed25519/ref10/.deps/libed25519_ref10_a-ge_add.Tpo src/ext/ed25519/ref10/.deps/libed25519_ref10_a-ge_add.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/ed25519/ref10/libed25519_ref10_a-ge_double_scalarmult.o -MD -MP -MF src/ext/ed25519/ref10/.deps/libed25519_ref10_a-ge_double_scalarmult.Tpo -c -o src/ext/ed25519/ref10/libed25519_ref10_a-ge_double_scalarmult.o `test -f 'src/ext/ed25519/ref10/ge_double_scalarmult.c' || echo './'`src/ext/ed25519/ref10/ge_double_scalarmult.c
mv -f src/ext/ed25519/ref10/.deps/libed25519_ref10_a-ge_double_scalarmult.Tpo src/ext/ed25519/ref10/.deps/libed25519_ref10_a-ge_double_scalarmult.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/ed25519/ref10/libed25519_ref10_a-ge_frombytes.o -MD -MP -MF src/ext/ed25519/ref10/.deps/libed25519_ref10_a-ge_frombytes.Tpo -c -o src/ext/ed25519/ref10/libed25519_ref10_a-ge_frombytes.o `test -f 'src/ext/ed25519/ref10/ge_frombytes.c' || echo './'`src/ext/ed25519/ref10/ge_frombytes.c
mv -f src/ext/ed25519/ref10/.deps/libed25519_ref10_a-ge_frombytes.Tpo src/ext/ed25519/ref10/.deps/libed25519_ref10_a-ge_frombytes.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/ed25519/ref10/libed25519_ref10_a-ge_madd.o -MD -MP -MF src/ext/ed25519/ref10/.deps/libed25519_ref10_a-ge_madd.Tpo -c -o src/ext/ed25519/ref10/libed25519_ref10_a-ge_madd.o `test -f 'src/ext/ed25519/ref10/ge_madd.c' || echo './'`src/ext/ed25519/ref10/ge_madd.c
mv -f src/ext/ed25519/ref10/.deps/libed25519_ref10_a-ge_madd.Tpo src/ext/ed25519/ref10/.deps/libed25519_ref10_a-ge_madd.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/ed25519/ref10/libed25519_ref10_a-ge_msub.o -MD -MP -MF src/ext/ed25519/ref10/.deps/libed25519_ref10_a-ge_msub.Tpo -c -o src/ext/ed25519/ref10/libed25519_ref10_a-ge_msub.o `test -f 'src/ext/ed25519/ref10/ge_msub.c' || echo './'`src/ext/ed25519/ref10/ge_msub.c
mv -f src/ext/ed25519/ref10/.deps/libed25519_ref10_a-ge_msub.Tpo src/ext/ed25519/ref10/.deps/libed25519_ref10_a-ge_msub.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/ed25519/ref10/libed25519_ref10_a-ge_p1p1_to_p2.o -MD -MP -MF src/ext/ed25519/ref10/.deps/libed25519_ref10_a-ge_p1p1_to_p2.Tpo -c -o src/ext/ed25519/ref10/libed25519_ref10_a-ge_p1p1_to_p2.o `test -f 'src/ext/ed25519/ref10/ge_p1p1_to_p2.c' || echo './'`src/ext/ed25519/ref10/ge_p1p1_to_p2.c
mv -f src/ext/ed25519/ref10/.deps/libed25519_ref10_a-ge_p1p1_to_p2.Tpo src/ext/ed25519/ref10/.deps/libed25519_ref10_a-ge_p1p1_to_p2.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/ed25519/ref10/libed25519_ref10_a-ge_p1p1_to_p3.o -MD -MP -MF src/ext/ed25519/ref10/.deps/libed25519_ref10_a-ge_p1p1_to_p3.Tpo -c -o src/ext/ed25519/ref10/libed25519_ref10_a-ge_p1p1_to_p3.o `test -f 'src/ext/ed25519/ref10/ge_p1p1_to_p3.c' || echo './'`src/ext/ed25519/ref10/ge_p1p1_to_p3.c
mv -f src/ext/ed25519/ref10/.deps/libed25519_ref10_a-ge_p1p1_to_p3.Tpo src/ext/ed25519/ref10/.deps/libed25519_ref10_a-ge_p1p1_to_p3.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/ed25519/ref10/libed25519_ref10_a-ge_p2_0.o -MD -MP -MF src/ext/ed25519/ref10/.deps/libed25519_ref10_a-ge_p2_0.Tpo -c -o src/ext/ed25519/ref10/libed25519_ref10_a-ge_p2_0.o `test -f 'src/ext/ed25519/ref10/ge_p2_0.c' || echo './'`src/ext/ed25519/ref10/ge_p2_0.c
mv -f src/ext/ed25519/ref10/.deps/libed25519_ref10_a-ge_p2_0.Tpo src/ext/ed25519/ref10/.deps/libed25519_ref10_a-ge_p2_0.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/ed25519/ref10/libed25519_ref10_a-ge_p2_dbl.o -MD -MP -MF src/ext/ed25519/ref10/.deps/libed25519_ref10_a-ge_p2_dbl.Tpo -c -o src/ext/ed25519/ref10/libed25519_ref10_a-ge_p2_dbl.o `test -f 'src/ext/ed25519/ref10/ge_p2_dbl.c' || echo './'`src/ext/ed25519/ref10/ge_p2_dbl.c
mv -f src/ext/ed25519/ref10/.deps/libed25519_ref10_a-ge_p2_dbl.Tpo src/ext/ed25519/ref10/.deps/libed25519_ref10_a-ge_p2_dbl.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/ed25519/ref10/libed25519_ref10_a-ge_p3_0.o -MD -MP -MF src/ext/ed25519/ref10/.deps/libed25519_ref10_a-ge_p3_0.Tpo -c -o src/ext/ed25519/ref10/libed25519_ref10_a-ge_p3_0.o `test -f 'src/ext/ed25519/ref10/ge_p3_0.c' || echo './'`src/ext/ed25519/ref10/ge_p3_0.c
mv -f src/ext/ed25519/ref10/.deps/libed25519_ref10_a-ge_p3_0.Tpo src/ext/ed25519/ref10/.deps/libed25519_ref10_a-ge_p3_0.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/ed25519/ref10/libed25519_ref10_a-ge_p3_dbl.o -MD -MP -MF src/ext/ed25519/ref10/.deps/libed25519_ref10_a-ge_p3_dbl.Tpo -c -o src/ext/ed25519/ref10/libed25519_ref10_a-ge_p3_dbl.o `test -f 'src/ext/ed25519/ref10/ge_p3_dbl.c' || echo './'`src/ext/ed25519/ref10/ge_p3_dbl.c
mv -f src/ext/ed25519/ref10/.deps/libed25519_ref10_a-ge_p3_dbl.Tpo src/ext/ed25519/ref10/.deps/libed25519_ref10_a-ge_p3_dbl.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/ed25519/ref10/libed25519_ref10_a-ge_p3_to_cached.o -MD -MP -MF src/ext/ed25519/ref10/.deps/libed25519_ref10_a-ge_p3_to_cached.Tpo -c -o src/ext/ed25519/ref10/libed25519_ref10_a-ge_p3_to_cached.o `test -f 'src/ext/ed25519/ref10/ge_p3_to_cached.c' || echo './'`src/ext/ed25519/ref10/ge_p3_to_cached.c
mv -f src/ext/ed25519/ref10/.deps/libed25519_ref10_a-ge_p3_to_cached.Tpo src/ext/ed25519/ref10/.deps/libed25519_ref10_a-ge_p3_to_cached.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/ed25519/ref10/libed25519_ref10_a-ge_p3_to_p2.o -MD -MP -MF src/ext/ed25519/ref10/.deps/libed25519_ref10_a-ge_p3_to_p2.Tpo -c -o src/ext/ed25519/ref10/libed25519_ref10_a-ge_p3_to_p2.o `test -f 'src/ext/ed25519/ref10/ge_p3_to_p2.c' || echo './'`src/ext/ed25519/ref10/ge_p3_to_p2.c
mv -f src/ext/ed25519/ref10/.deps/libed25519_ref10_a-ge_p3_to_p2.Tpo src/ext/ed25519/ref10/.deps/libed25519_ref10_a-ge_p3_to_p2.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/ed25519/ref10/libed25519_ref10_a-ge_p3_tobytes.o -MD -MP -MF src/ext/ed25519/ref10/.deps/libed25519_ref10_a-ge_p3_tobytes.Tpo -c -o src/ext/ed25519/ref10/libed25519_ref10_a-ge_p3_tobytes.o `test -f 'src/ext/ed25519/ref10/ge_p3_tobytes.c' || echo './'`src/ext/ed25519/ref10/ge_p3_tobytes.c
mv -f src/ext/ed25519/ref10/.deps/libed25519_ref10_a-ge_p3_tobytes.Tpo src/ext/ed25519/ref10/.deps/libed25519_ref10_a-ge_p3_tobytes.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/ed25519/ref10/libed25519_ref10_a-ge_precomp_0.o -MD -MP -MF src/ext/ed25519/ref10/.deps/libed25519_ref10_a-ge_precomp_0.Tpo -c -o src/ext/ed25519/ref10/libed25519_ref10_a-ge_precomp_0.o `test -f 'src/ext/ed25519/ref10/ge_precomp_0.c' || echo './'`src/ext/ed25519/ref10/ge_precomp_0.c
mv -f src/ext/ed25519/ref10/.deps/libed25519_ref10_a-ge_precomp_0.Tpo src/ext/ed25519/ref10/.deps/libed25519_ref10_a-ge_precomp_0.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/ed25519/ref10/libed25519_ref10_a-ge_scalarmult_base.o -MD -MP -MF src/ext/ed25519/ref10/.deps/libed25519_ref10_a-ge_scalarmult_base.Tpo -c -o src/ext/ed25519/ref10/libed25519_ref10_a-ge_scalarmult_base.o `test -f 'src/ext/ed25519/ref10/ge_scalarmult_base.c' || echo './'`src/ext/ed25519/ref10/ge_scalarmult_base.c
mv -f src/ext/ed25519/ref10/.deps/libed25519_ref10_a-ge_scalarmult_base.Tpo src/ext/ed25519/ref10/.deps/libed25519_ref10_a-ge_scalarmult_base.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/ed25519/ref10/libed25519_ref10_a-ge_sub.o -MD -MP -MF src/ext/ed25519/ref10/.deps/libed25519_ref10_a-ge_sub.Tpo -c -o src/ext/ed25519/ref10/libed25519_ref10_a-ge_sub.o `test -f 'src/ext/ed25519/ref10/ge_sub.c' || echo './'`src/ext/ed25519/ref10/ge_sub.c
mv -f src/ext/ed25519/ref10/.deps/libed25519_ref10_a-ge_sub.Tpo src/ext/ed25519/ref10/.deps/libed25519_ref10_a-ge_sub.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/ed25519/ref10/libed25519_ref10_a-ge_tobytes.o -MD -MP -MF src/ext/ed25519/ref10/.deps/libed25519_ref10_a-ge_tobytes.Tpo -c -o src/ext/ed25519/ref10/libed25519_ref10_a-ge_tobytes.o `test -f 'src/ext/ed25519/ref10/ge_tobytes.c' || echo './'`src/ext/ed25519/ref10/ge_tobytes.c
mv -f src/ext/ed25519/ref10/.deps/libed25519_ref10_a-ge_tobytes.Tpo src/ext/ed25519/ref10/.deps/libed25519_ref10_a-ge_tobytes.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/ed25519/ref10/libed25519_ref10_a-keypair.o -MD -MP -MF src/ext/ed25519/ref10/.deps/libed25519_ref10_a-keypair.Tpo -c -o src/ext/ed25519/ref10/libed25519_ref10_a-keypair.o `test -f 'src/ext/ed25519/ref10/keypair.c' || echo './'`src/ext/ed25519/ref10/keypair.c
mv -f src/ext/ed25519/ref10/.deps/libed25519_ref10_a-keypair.Tpo src/ext/ed25519/ref10/.deps/libed25519_ref10_a-keypair.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/ed25519/ref10/libed25519_ref10_a-open.o -MD -MP -MF src/ext/ed25519/ref10/.deps/libed25519_ref10_a-open.Tpo -c -o src/ext/ed25519/ref10/libed25519_ref10_a-open.o `test -f 'src/ext/ed25519/ref10/open.c' || echo './'`src/ext/ed25519/ref10/open.c
mv -f src/ext/ed25519/ref10/.deps/libed25519_ref10_a-open.Tpo src/ext/ed25519/ref10/.deps/libed25519_ref10_a-open.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/ed25519/ref10/libed25519_ref10_a-sc_muladd.o -MD -MP -MF src/ext/ed25519/ref10/.deps/libed25519_ref10_a-sc_muladd.Tpo -c -o src/ext/ed25519/ref10/libed25519_ref10_a-sc_muladd.o `test -f 'src/ext/ed25519/ref10/sc_muladd.c' || echo './'`src/ext/ed25519/ref10/sc_muladd.c
mv -f src/ext/ed25519/ref10/.deps/libed25519_ref10_a-sc_muladd.Tpo src/ext/ed25519/ref10/.deps/libed25519_ref10_a-sc_muladd.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/ed25519/ref10/libed25519_ref10_a-sc_reduce.o -MD -MP -MF src/ext/ed25519/ref10/.deps/libed25519_ref10_a-sc_reduce.Tpo -c -o src/ext/ed25519/ref10/libed25519_ref10_a-sc_reduce.o `test -f 'src/ext/ed25519/ref10/sc_reduce.c' || echo './'`src/ext/ed25519/ref10/sc_reduce.c
mv -f src/ext/ed25519/ref10/.deps/libed25519_ref10_a-sc_reduce.Tpo src/ext/ed25519/ref10/.deps/libed25519_ref10_a-sc_reduce.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/ed25519/ref10/libed25519_ref10_a-sign.o -MD -MP -MF src/ext/ed25519/ref10/.deps/libed25519_ref10_a-sign.Tpo -c -o src/ext/ed25519/ref10/libed25519_ref10_a-sign.o `test -f 'src/ext/ed25519/ref10/sign.c' || echo './'`src/ext/ed25519/ref10/sign.c
mv -f src/ext/ed25519/ref10/.deps/libed25519_ref10_a-sign.Tpo src/ext/ed25519/ref10/.deps/libed25519_ref10_a-sign.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/ed25519/ref10/libed25519_ref10_a-keyconv.o -MD -MP -MF src/ext/ed25519/ref10/.deps/libed25519_ref10_a-keyconv.Tpo -c -o src/ext/ed25519/ref10/libed25519_ref10_a-keyconv.o `test -f 'src/ext/ed25519/ref10/keyconv.c' || echo './'`src/ext/ed25519/ref10/keyconv.c
mv -f src/ext/ed25519/ref10/.deps/libed25519_ref10_a-keyconv.Tpo src/ext/ed25519/ref10/.deps/libed25519_ref10_a-keyconv.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/ed25519/ref10/libed25519_ref10_a-blinding.o -MD -MP -MF src/ext/ed25519/ref10/.deps/libed25519_ref10_a-blinding.Tpo -c -o src/ext/ed25519/ref10/libed25519_ref10_a-blinding.o `test -f 'src/ext/ed25519/ref10/blinding.c' || echo './'`src/ext/ed25519/ref10/blinding.c
mv -f src/ext/ed25519/ref10/.deps/libed25519_ref10_a-blinding.Tpo src/ext/ed25519/ref10/.deps/libed25519_ref10_a-blinding.Po
rm -f src/ext/ed25519/ref10/libed25519_ref10.a
ar cru src/ext/ed25519/ref10/libed25519_ref10.a src/ext/ed25519/ref10/libed25519_ref10_a-fe_0.o src/ext/ed25519/ref10/libed25519_ref10_a-fe_1.o src/ext/ed25519/ref10/libed25519_ref10_a-fe_add.o src/ext/ed25519/ref10/libed25519_ref10_a-fe_cmov.o src/ext/ed25519/ref10/libed25519_ref10_a-fe_copy.o src/ext/ed25519/ref10/libed25519_ref10_a-fe_frombytes.o src/ext/ed25519/ref10/libed25519_ref10_a-fe_invert.o src/ext/ed25519/ref10/libed25519_ref10_a-fe_isnegative.o src/ext/ed25519/ref10/libed25519_ref10_a-fe_isnonzero.o src/ext/ed25519/ref10/libed25519_ref10_a-fe_mul.o src/ext/ed25519/ref10/libed25519_ref10_a-fe_neg.o src/ext/ed25519/ref10/libed25519_ref10_a-fe_pow22523.o src/ext/ed25519/ref10/libed25519_ref10_a-fe_sq.o src/ext/ed25519/ref10/libed25519_ref10_a-fe_sq2.o src/ext/ed25519/ref10/libed25519_ref10_a-fe_sub.o src/ext/ed25519/ref10/libed25519_ref10_a-fe_tobytes.o src/ext/ed25519/ref10/libed25519_ref10_a-ge_add.o src/ext/ed25519/ref10/libed25519_ref10_a-ge_double_scalarmult.o src/ext/ed25519/ref10/libed25519_ref10_a-ge_frombytes.o src/ext/ed25519/ref10/libed25519_ref10_a-ge_madd.o src/ext/ed25519/ref10/libed25519_ref10_a-ge_msub.o src/ext/ed25519/ref10/libed25519_ref10_a-ge_p1p1_to_p2.o src/ext/ed25519/ref10/libed25519_ref10_a-ge_p1p1_to_p3.o src/ext/ed25519/ref10/libed25519_ref10_a-ge_p2_0.o src/ext/ed25519/ref10/libed25519_ref10_a-ge_p2_dbl.o src/ext/ed25519/ref10/libed25519_ref10_a-ge_p3_0.o src/ext/ed25519/ref10/libed25519_ref10_a-ge_p3_dbl.o src/ext/ed25519/ref10/libed25519_ref10_a-ge_p3_to_cached.o src/ext/ed25519/ref10/libed25519_ref10_a-ge_p3_to_p2.o src/ext/ed25519/ref10/libed25519_ref10_a-ge_p3_tobytes.o src/ext/ed25519/ref10/libed25519_ref10_a-ge_precomp_0.o src/ext/ed25519/ref10/libed25519_ref10_a-ge_scalarmult_base.o src/ext/ed25519/ref10/libed25519_ref10_a-ge_sub.o src/ext/ed25519/ref10/libed25519_ref10_a-ge_tobytes.o src/ext/ed25519/ref10/libed25519_ref10_a-keypair.o src/ext/ed25519/ref10/libed25519_ref10_a-open.o src/ext/ed25519/ref10/libed25519_ref10_a-sc_muladd.o src/ext/ed25519/ref10/libed25519_ref10_a-sc_reduce.o src/ext/ed25519/ref10/libed25519_ref10_a-sign.o src/ext/ed25519/ref10/libed25519_ref10_a-keyconv.o src/ext/ed25519/ref10/libed25519_ref10_a-blinding.o
ranlib src/ext/ed25519/ref10/libed25519_ref10.a
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -DED25519_CUSTOMRANDOM -DED25519_CUSTOMHASH -DED25519_SUFFIX=_donna -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/ed25519/donna/libed25519_donna_a-ed25519_tor.o -MD -MP -MF src/ext/ed25519/donna/.deps/libed25519_donna_a-ed25519_tor.Tpo -c -o src/ext/ed25519/donna/libed25519_donna_a-ed25519_tor.o `test -f 'src/ext/ed25519/donna/ed25519_tor.c' || echo './'`src/ext/ed25519/donna/ed25519_tor.c
mv -f src/ext/ed25519/donna/.deps/libed25519_donna_a-ed25519_tor.Tpo src/ext/ed25519/donna/.deps/libed25519_donna_a-ed25519_tor.Po
rm -f src/ext/ed25519/donna/libed25519_donna.a
ar cru src/ext/ed25519/donna/libed25519_donna.a src/ext/ed25519/donna/libed25519_donna_a-ed25519_tor.o
ranlib src/ext/ed25519/donna/libed25519_donna.a
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/polyval/libpolyval_a-polyval.o -MD -MP -MF src/ext/polyval/.deps/libpolyval_a-polyval.Tpo -c -o src/ext/polyval/libpolyval_a-polyval.o `test -f 'src/ext/polyval/polyval.c' || echo './'`src/ext/polyval/polyval.c
mv -f src/ext/polyval/.deps/libpolyval_a-polyval.Tpo src/ext/polyval/.deps/libpolyval_a-polyval.Po
rm -f src/ext/polyval/libpolyval.a
ar cru src/ext/polyval/libpolyval.a src/ext/polyval/libpolyval_a-polyval.o
ranlib src/ext/polyval/libpolyval.a
cc -DHAVE_CONFIG_H -I. -I./src/ext/equix/hashx/include/ -I./src/ext/equix/hashx/src/ -DHASHX_SIZE=8 -DEQUIX_STATIC=1 -DHASHX_STATIC=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/equix/hashx/src/libhashx_a-blake2.o -MD -MP -MF src/ext/equix/hashx/src/.deps/libhashx_a-blake2.Tpo -c -o src/ext/equix/hashx/src/libhashx_a-blake2.o `test -f 'src/ext/equix/hashx/src/blake2.c' || echo './'`src/ext/equix/hashx/src/blake2.c
mv -f src/ext/equix/hashx/src/.deps/libhashx_a-blake2.Tpo src/ext/equix/hashx/src/.deps/libhashx_a-blake2.Po
cc -DHAVE_CONFIG_H -I. -I./src/ext/equix/hashx/include/ -I./src/ext/equix/hashx/src/ -DHASHX_SIZE=8 -DEQUIX_STATIC=1 -DHASHX_STATIC=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/equix/hashx/src/libhashx_a-compiler.o -MD -MP -MF src/ext/equix/hashx/src/.deps/libhashx_a-compiler.Tpo -c -o src/ext/equix/hashx/src/libhashx_a-compiler.o `test -f 'src/ext/equix/hashx/src/compiler.c' || echo './'`src/ext/equix/hashx/src/compiler.c
mv -f src/ext/equix/hashx/src/.deps/libhashx_a-compiler.Tpo src/ext/equix/hashx/src/.deps/libhashx_a-compiler.Po
cc -DHAVE_CONFIG_H -I. -I./src/ext/equix/hashx/include/ -I./src/ext/equix/hashx/src/ -DHASHX_SIZE=8 -DEQUIX_STATIC=1 -DHASHX_STATIC=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/equix/hashx/src/libhashx_a-compiler_a64.o -MD -MP -MF src/ext/equix/hashx/src/.deps/libhashx_a-compiler_a64.Tpo -c -o src/ext/equix/hashx/src/libhashx_a-compiler_a64.o `test -f 'src/ext/equix/hashx/src/compiler_a64.c' || echo './'`src/ext/equix/hashx/src/compiler_a64.c
mv -f src/ext/equix/hashx/src/.deps/libhashx_a-compiler_a64.Tpo src/ext/equix/hashx/src/.deps/libhashx_a-compiler_a64.Po
cc -DHAVE_CONFIG_H -I. -I./src/ext/equix/hashx/include/ -I./src/ext/equix/hashx/src/ -DHASHX_SIZE=8 -DEQUIX_STATIC=1 -DHASHX_STATIC=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/equix/hashx/src/libhashx_a-compiler_x86.o -MD -MP -MF src/ext/equix/hashx/src/.deps/libhashx_a-compiler_x86.Tpo -c -o src/ext/equix/hashx/src/libhashx_a-compiler_x86.o `test -f 'src/ext/equix/hashx/src/compiler_x86.c' || echo './'`src/ext/equix/hashx/src/compiler_x86.c
mv -f src/ext/equix/hashx/src/.deps/libhashx_a-compiler_x86.Tpo src/ext/equix/hashx/src/.deps/libhashx_a-compiler_x86.Po
cc -DHAVE_CONFIG_H -I. -I./src/ext/equix/hashx/include/ -I./src/ext/equix/hashx/src/ -DHASHX_SIZE=8 -DEQUIX_STATIC=1 -DHASHX_STATIC=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/equix/hashx/src/libhashx_a-context.o -MD -MP -MF src/ext/equix/hashx/src/.deps/libhashx_a-context.Tpo -c -o src/ext/equix/hashx/src/libhashx_a-context.o `test -f 'src/ext/equix/hashx/src/context.c' || echo './'`src/ext/equix/hashx/src/context.c
mv -f src/ext/equix/hashx/src/.deps/libhashx_a-context.Tpo src/ext/equix/hashx/src/.deps/libhashx_a-context.Po
cc -DHAVE_CONFIG_H -I. -I./src/ext/equix/hashx/include/ -I./src/ext/equix/hashx/src/ -DHASHX_SIZE=8 -DEQUIX_STATIC=1 -DHASHX_STATIC=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/equix/hashx/src/libhashx_a-hashx.o -MD -MP -MF src/ext/equix/hashx/src/.deps/libhashx_a-hashx.Tpo -c -o src/ext/equix/hashx/src/libhashx_a-hashx.o `test -f 'src/ext/equix/hashx/src/hashx.c' || echo './'`src/ext/equix/hashx/src/hashx.c
mv -f src/ext/equix/hashx/src/.deps/libhashx_a-hashx.Tpo src/ext/equix/hashx/src/.deps/libhashx_a-hashx.Po
cc -DHAVE_CONFIG_H -I. -I./src/ext/equix/hashx/include/ -I./src/ext/equix/hashx/src/ -DHASHX_SIZE=8 -DEQUIX_STATIC=1 -DHASHX_STATIC=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/equix/hashx/src/libhashx_a-program.o -MD -MP -MF src/ext/equix/hashx/src/.deps/libhashx_a-program.Tpo -c -o src/ext/equix/hashx/src/libhashx_a-program.o `test -f 'src/ext/equix/hashx/src/program.c' || echo './'`src/ext/equix/hashx/src/program.c
mv -f src/ext/equix/hashx/src/.deps/libhashx_a-program.Tpo src/ext/equix/hashx/src/.deps/libhashx_a-program.Po
cc -DHAVE_CONFIG_H -I. -I./src/ext/equix/hashx/include/ -I./src/ext/equix/hashx/src/ -DHASHX_SIZE=8 -DEQUIX_STATIC=1 -DHASHX_STATIC=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/equix/hashx/src/libhashx_a-program_exec.o -MD -MP -MF src/ext/equix/hashx/src/.deps/libhashx_a-program_exec.Tpo -c -o src/ext/equix/hashx/src/libhashx_a-program_exec.o `test -f 'src/ext/equix/hashx/src/program_exec.c' || echo './'`src/ext/equix/hashx/src/program_exec.c
mv -f src/ext/equix/hashx/src/.deps/libhashx_a-program_exec.Tpo src/ext/equix/hashx/src/.deps/libhashx_a-program_exec.Po
cc -DHAVE_CONFIG_H -I. -I./src/ext/equix/hashx/include/ -I./src/ext/equix/hashx/src/ -DHASHX_SIZE=8 -DEQUIX_STATIC=1 -DHASHX_STATIC=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/equix/hashx/src/libhashx_a-siphash.o -MD -MP -MF src/ext/equix/hashx/src/.deps/libhashx_a-siphash.Tpo -c -o src/ext/equix/hashx/src/libhashx_a-siphash.o `test -f 'src/ext/equix/hashx/src/siphash.c' || echo './'`src/ext/equix/hashx/src/siphash.c
mv -f src/ext/equix/hashx/src/.deps/libhashx_a-siphash.Tpo src/ext/equix/hashx/src/.deps/libhashx_a-siphash.Po
cc -DHAVE_CONFIG_H -I. -I./src/ext/equix/hashx/include/ -I./src/ext/equix/hashx/src/ -DHASHX_SIZE=8 -DEQUIX_STATIC=1 -DHASHX_STATIC=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/equix/hashx/src/libhashx_a-siphash_rng.o -MD -MP -MF src/ext/equix/hashx/src/.deps/libhashx_a-siphash_rng.Tpo -c -o src/ext/equix/hashx/src/libhashx_a-siphash_rng.o `test -f 'src/ext/equix/hashx/src/siphash_rng.c' || echo './'`src/ext/equix/hashx/src/siphash_rng.c
mv -f src/ext/equix/hashx/src/.deps/libhashx_a-siphash_rng.Tpo src/ext/equix/hashx/src/.deps/libhashx_a-siphash_rng.Po
cc -DHAVE_CONFIG_H -I. -I./src/ext/equix/hashx/include/ -I./src/ext/equix/hashx/src/ -DHASHX_SIZE=8 -DEQUIX_STATIC=1 -DHASHX_STATIC=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/equix/hashx/src/libhashx_a-virtual_memory.o -MD -MP -MF src/ext/equix/hashx/src/.deps/libhashx_a-virtual_memory.Tpo -c -o src/ext/equix/hashx/src/libhashx_a-virtual_memory.o `test -f 'src/ext/equix/hashx/src/virtual_memory.c' || echo './'`src/ext/equix/hashx/src/virtual_memory.c
mv -f src/ext/equix/hashx/src/.deps/libhashx_a-virtual_memory.Tpo src/ext/equix/hashx/src/.deps/libhashx_a-virtual_memory.Po
rm -f src/ext/equix/libhashx.a
ar cru src/ext/equix/libhashx.a src/ext/equix/hashx/src/libhashx_a-blake2.o src/ext/equix/hashx/src/libhashx_a-compiler.o src/ext/equix/hashx/src/libhashx_a-compiler_a64.o src/ext/equix/hashx/src/libhashx_a-compiler_x86.o src/ext/equix/hashx/src/libhashx_a-context.o src/ext/equix/hashx/src/libhashx_a-hashx.o src/ext/equix/hashx/src/libhashx_a-program.o src/ext/equix/hashx/src/libhashx_a-program_exec.o src/ext/equix/hashx/src/libhashx_a-siphash.o src/ext/equix/hashx/src/libhashx_a-siphash_rng.o src/ext/equix/hashx/src/libhashx_a-virtual_memory.o
ranlib src/ext/equix/libhashx.a
cc -DHAVE_CONFIG_H -I. -I./src/ext/equix/include/ -I./src/ext/equix/src/ -I./src/ext/equix/hashx/include/ -I./src/ext/equix/hashx/src/ -DHASHX_SIZE=8 -DEQUIX_STATIC=1 -DHASHX_STATIC=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/equix/src/libequix_a-context.o -MD -MP -MF src/ext/equix/src/.deps/libequix_a-context.Tpo -c -o src/ext/equix/src/libequix_a-context.o `test -f 'src/ext/equix/src/context.c' || echo './'`src/ext/equix/src/context.c
mv -f src/ext/equix/src/.deps/libequix_a-context.Tpo src/ext/equix/src/.deps/libequix_a-context.Po
cc -DHAVE_CONFIG_H -I. -I./src/ext/equix/include/ -I./src/ext/equix/src/ -I./src/ext/equix/hashx/include/ -I./src/ext/equix/hashx/src/ -DHASHX_SIZE=8 -DEQUIX_STATIC=1 -DHASHX_STATIC=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/equix/src/libequix_a-equix.o -MD -MP -MF src/ext/equix/src/.deps/libequix_a-equix.Tpo -c -o src/ext/equix/src/libequix_a-equix.o `test -f 'src/ext/equix/src/equix.c' || echo './'`src/ext/equix/src/equix.c
mv -f src/ext/equix/src/.deps/libequix_a-equix.Tpo src/ext/equix/src/.deps/libequix_a-equix.Po
cc -DHAVE_CONFIG_H -I. -I./src/ext/equix/include/ -I./src/ext/equix/src/ -I./src/ext/equix/hashx/include/ -I./src/ext/equix/hashx/src/ -DHASHX_SIZE=8 -DEQUIX_STATIC=1 -DHASHX_STATIC=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/equix/src/libequix_a-solver.o -MD -MP -MF src/ext/equix/src/.deps/libequix_a-solver.Tpo -c -o src/ext/equix/src/libequix_a-solver.o `test -f 'src/ext/equix/src/solver.c' || echo './'`src/ext/equix/src/solver.c
mv -f src/ext/equix/src/.deps/libequix_a-solver.Tpo src/ext/equix/src/.deps/libequix_a-solver.Po
rm -f src/ext/equix/libequix.a
ar cru src/ext/equix/libequix.a src/ext/equix/src/libequix_a-context.o src/ext/equix/src/libequix_a-equix.o src/ext/equix/src/libequix_a-solver.o
ranlib src/ext/equix/libequix.a
depbase=`echo src/lib/geoip/geoip.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/geoip/geoip.o -MD -MP -MF $depbase.Tpo -c -o src/lib/geoip/geoip.o src/lib/geoip/geoip.c && mv -f $depbase.Tpo $depbase.Po
rm -f src/lib/libtor-geoip.a
ar cru src/lib/libtor-geoip.a src/lib/geoip/geoip.o
ranlib src/lib/libtor-geoip.a
depbase=`echo src/lib/process/daemon.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/process/daemon.o -MD -MP -MF $depbase.Tpo -c -o src/lib/process/daemon.o src/lib/process/daemon.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/process/env.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/process/env.o -MD -MP -MF $depbase.Tpo -c -o src/lib/process/env.o src/lib/process/env.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/process/pidfile.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/process/pidfile.o -MD -MP -MF $depbase.Tpo -c -o src/lib/process/pidfile.o src/lib/process/pidfile.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/process/process.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/process/process.o -MD -MP -MF $depbase.Tpo -c -o src/lib/process/process.o src/lib/process/process.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/process/process_sys.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/process/process_sys.o -MD -MP -MF $depbase.Tpo -c -o src/lib/process/process_sys.o src/lib/process/process_sys.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/process/process_unix.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/process/process_unix.o -MD -MP -MF $depbase.Tpo -c -o src/lib/process/process_unix.o src/lib/process/process_unix.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/process/process_win32.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/process/process_win32.o -MD -MP -MF $depbase.Tpo -c -o src/lib/process/process_win32.o src/lib/process/process_win32.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/process/restrict.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/process/restrict.o -MD -MP -MF $depbase.Tpo -c -o src/lib/process/restrict.o src/lib/process/restrict.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/process/setuid.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/process/setuid.o -MD -MP -MF $depbase.Tpo -c -o src/lib/process/setuid.o src/lib/process/setuid.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/process/waitpid.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/process/waitpid.o -MD -MP -MF $depbase.Tpo -c -o src/lib/process/waitpid.o src/lib/process/waitpid.c && mv -f $depbase.Tpo $depbase.Po
rm -f src/lib/libtor-process.a
ar cru src/lib/libtor-process.a src/lib/process/daemon.o src/lib/process/env.o src/lib/process/pidfile.o src/lib/process/process.o src/lib/process/process_sys.o src/lib/process/process_unix.o src/lib/process/process_win32.o src/lib/process/restrict.o src/lib/process/setuid.o src/lib/process/waitpid.o
ranlib src/lib/libtor-process.a
depbase=`echo src/lib/buf/buffers.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/buf/buffers.o -MD -MP -MF $depbase.Tpo -c -o src/lib/buf/buffers.o src/lib/buf/buffers.c && mv -f $depbase.Tpo $depbase.Po
rm -f src/lib/libtor-buf.a
ar cru src/lib/libtor-buf.a src/lib/buf/buffers.o
ranlib src/lib/libtor-buf.a
depbase=`echo src/lib/confmgt/confmgt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/confmgt/confmgt.o -MD -MP -MF $depbase.Tpo -c -o src/lib/confmgt/confmgt.o src/lib/confmgt/confmgt.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/confmgt/structvar.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/confmgt/structvar.o -MD -MP -MF $depbase.Tpo -c -o src/lib/confmgt/structvar.o src/lib/confmgt/structvar.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/confmgt/type_defs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/confmgt/type_defs.o -MD -MP -MF $depbase.Tpo -c -o src/lib/confmgt/type_defs.o src/lib/confmgt/type_defs.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/confmgt/typedvar.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/confmgt/typedvar.o -MD -MP -MF $depbase.Tpo -c -o src/lib/confmgt/typedvar.o src/lib/confmgt/typedvar.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/confmgt/unitparse.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/confmgt/unitparse.o -MD -MP -MF $depbase.Tpo -c -o src/lib/confmgt/unitparse.o src/lib/confmgt/unitparse.c && mv -f $depbase.Tpo $depbase.Po
rm -f src/lib/libtor-confmgt.a
ar cru src/lib/libtor-confmgt.a src/lib/confmgt/confmgt.o src/lib/confmgt/structvar.o src/lib/confmgt/type_defs.o src/lib/confmgt/typedvar.o src/lib/confmgt/unitparse.o
ranlib src/lib/libtor-confmgt.a
depbase=`echo src/lib/pubsub/pubsub_build.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/pubsub/pubsub_build.o -MD -MP -MF $depbase.Tpo -c -o src/lib/pubsub/pubsub_build.o src/lib/pubsub/pubsub_build.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/pubsub/pubsub_check.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/pubsub/pubsub_check.o -MD -MP -MF $depbase.Tpo -c -o src/lib/pubsub/pubsub_check.o src/lib/pubsub/pubsub_check.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/pubsub/pubsub_publish.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/pubsub/pubsub_publish.o -MD -MP -MF $depbase.Tpo -c -o src/lib/pubsub/pubsub_publish.o src/lib/pubsub/pubsub_publish.c && mv -f $depbase.Tpo $depbase.Po
rm -f src/lib/libtor-pubsub.a
ar cru src/lib/libtor-pubsub.a src/lib/pubsub/pubsub_build.o src/lib/pubsub/pubsub_check.o src/lib/pubsub/pubsub_publish.o
ranlib src/lib/libtor-pubsub.a
depbase=`echo src/lib/dispatch/dispatch_cfg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/dispatch/dispatch_cfg.o -MD -MP -MF $depbase.Tpo -c -o src/lib/dispatch/dispatch_cfg.o src/lib/dispatch/dispatch_cfg.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/dispatch/dispatch_core.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/dispatch/dispatch_core.o -MD -MP -MF $depbase.Tpo -c -o src/lib/dispatch/dispatch_core.o src/lib/dispatch/dispatch_core.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/dispatch/dispatch_naming.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/dispatch/dispatch_naming.o -MD -MP -MF $depbase.Tpo -c -o src/lib/dispatch/dispatch_naming.o src/lib/dispatch/dispatch_naming.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/dispatch/dispatch_new.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/dispatch/dispatch_new.o -MD -MP -MF $depbase.Tpo -c -o src/lib/dispatch/dispatch_new.o src/lib/dispatch/dispatch_new.c && mv -f $depbase.Tpo $depbase.Po
rm -f src/lib/libtor-dispatch.a
ar cru src/lib/libtor-dispatch.a src/lib/dispatch/dispatch_cfg.o src/lib/dispatch/dispatch_core.o src/lib/dispatch/dispatch_naming.o src/lib/dispatch/dispatch_new.o
ranlib src/lib/libtor-dispatch.a
depbase=`echo src/lib/time/compat_time.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/time/compat_time.o -MD -MP -MF $depbase.Tpo -c -o src/lib/time/compat_time.o src/lib/time/compat_time.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/time/time_sys.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/time/time_sys.o -MD -MP -MF $depbase.Tpo -c -o src/lib/time/time_sys.o src/lib/time/time_sys.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/time/tvdiff.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/time/tvdiff.o -MD -MP -MF $depbase.Tpo -c -o src/lib/time/tvdiff.o src/lib/time/tvdiff.c && mv -f $depbase.Tpo $depbase.Po
rm -f src/lib/libtor-time.a
ar cru src/lib/libtor-time.a src/lib/time/compat_time.o src/lib/time/time_sys.o src/lib/time/tvdiff.o
ranlib src/lib/libtor-time.a
depbase=`echo src/lib/fs/conffile.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/fs/conffile.o -MD -MP -MF $depbase.Tpo -c -o src/lib/fs/conffile.o src/lib/fs/conffile.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/fs/dir.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/fs/dir.o -MD -MP -MF $depbase.Tpo -c -o src/lib/fs/dir.o src/lib/fs/dir.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/fs/files.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/fs/files.o -MD -MP -MF $depbase.Tpo -c -o src/lib/fs/files.o src/lib/fs/files.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/fs/freespace.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/fs/freespace.o -MD -MP -MF $depbase.Tpo -c -o src/lib/fs/freespace.o src/lib/fs/freespace.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/fs/lockfile.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/fs/lockfile.o -MD -MP -MF $depbase.Tpo -c -o src/lib/fs/lockfile.o src/lib/fs/lockfile.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/fs/mmap.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/fs/mmap.o -MD -MP -MF $depbase.Tpo -c -o src/lib/fs/mmap.o src/lib/fs/mmap.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/fs/path.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/fs/path.o -MD -MP -MF $depbase.Tpo -c -o src/lib/fs/path.o src/lib/fs/path.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/fs/storagedir.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/fs/storagedir.o -MD -MP -MF $depbase.Tpo -c -o src/lib/fs/storagedir.o src/lib/fs/storagedir.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/fs/userdb.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/fs/userdb.o -MD -MP -MF $depbase.Tpo -c -o src/lib/fs/userdb.o src/lib/fs/userdb.c && mv -f $depbase.Tpo $depbase.Po
rm -f src/lib/libtor-fs.a
ar cru src/lib/libtor-fs.a src/lib/fs/conffile.o src/lib/fs/dir.o src/lib/fs/files.o src/lib/fs/freespace.o src/lib/fs/lockfile.o src/lib/fs/mmap.o src/lib/fs/path.o src/lib/fs/storagedir.o src/lib/fs/userdb.o
ranlib src/lib/libtor-fs.a
depbase=`echo src/lib/encoding/binascii.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/encoding/binascii.o -MD -MP -MF $depbase.Tpo -c -o src/lib/encoding/binascii.o src/lib/encoding/binascii.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/encoding/confline.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/encoding/confline.o -MD -MP -MF $depbase.Tpo -c -o src/lib/encoding/confline.o src/lib/encoding/confline.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/encoding/cstring.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/encoding/cstring.o -MD -MP -MF $depbase.Tpo -c -o src/lib/encoding/cstring.o src/lib/encoding/cstring.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/encoding/keyval.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/encoding/keyval.o -MD -MP -MF $depbase.Tpo -c -o src/lib/encoding/keyval.o src/lib/encoding/keyval.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/encoding/kvline.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/encoding/kvline.o -MD -MP -MF $depbase.Tpo -c -o src/lib/encoding/kvline.o src/lib/encoding/kvline.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/encoding/pem.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/encoding/pem.o -MD -MP -MF $depbase.Tpo -c -o src/lib/encoding/pem.o src/lib/encoding/pem.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/encoding/qstring.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/encoding/qstring.o -MD -MP -MF $depbase.Tpo -c -o src/lib/encoding/qstring.o src/lib/encoding/qstring.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/encoding/time_fmt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/encoding/time_fmt.o -MD -MP -MF $depbase.Tpo -c -o src/lib/encoding/time_fmt.o src/lib/encoding/time_fmt.c && mv -f $depbase.Tpo $depbase.Po
rm -f src/lib/libtor-encoding.a
ar cru src/lib/libtor-encoding.a src/lib/encoding/binascii.o src/lib/encoding/confline.o src/lib/encoding/cstring.o src/lib/encoding/keyval.o src/lib/encoding/kvline.o src/lib/encoding/pem.o src/lib/encoding/qstring.o src/lib/encoding/time_fmt.o
ranlib src/lib/libtor-encoding.a
depbase=`echo src/lib/sandbox/sandbox.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/sandbox/sandbox.o -MD -MP -MF $depbase.Tpo -c -o src/lib/sandbox/sandbox.o src/lib/sandbox/sandbox.c && mv -f $depbase.Tpo $depbase.Po
rm -f src/lib/libtor-sandbox.a
ar cru src/lib/libtor-sandbox.a src/lib/sandbox/sandbox.o
ranlib src/lib/libtor-sandbox.a
depbase=`echo src/lib/container/bloomfilt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/container/bloomfilt.o -MD -MP -MF $depbase.Tpo -c -o src/lib/container/bloomfilt.o src/lib/container/bloomfilt.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/container/map.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/container/map.o -MD -MP -MF $depbase.Tpo -c -o src/lib/container/map.o src/lib/container/map.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/container/namemap.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/container/namemap.o -MD -MP -MF $depbase.Tpo -c -o src/lib/container/namemap.o src/lib/container/namemap.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/container/order.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/container/order.o -MD -MP -MF $depbase.Tpo -c -o src/lib/container/order.o src/lib/container/order.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/container/smartlist.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/container/smartlist.o -MD -MP -MF $depbase.Tpo -c -o src/lib/container/smartlist.o src/lib/container/smartlist.c && mv -f $depbase.Tpo $depbase.Po
rm -f src/lib/libtor-container.a
ar cru src/lib/libtor-container.a src/lib/container/bloomfilt.o src/lib/container/map.o src/lib/container/namemap.o src/lib/container/order.o src/lib/container/smartlist.o
ranlib src/lib/libtor-container.a
depbase=`echo src/lib/net/address.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/net/address.o -MD -MP -MF $depbase.Tpo -c -o src/lib/net/address.o src/lib/net/address.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/net/alertsock.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/net/alertsock.o -MD -MP -MF $depbase.Tpo -c -o src/lib/net/alertsock.o src/lib/net/alertsock.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/net/buffers_net.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/net/buffers_net.o -MD -MP -MF $depbase.Tpo -c -o src/lib/net/buffers_net.o src/lib/net/buffers_net.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/net/gethostname.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/net/gethostname.o -MD -MP -MF $depbase.Tpo -c -o src/lib/net/gethostname.o src/lib/net/gethostname.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/net/inaddr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/net/inaddr.o -MD -MP -MF $depbase.Tpo -c -o src/lib/net/inaddr.o src/lib/net/inaddr.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/net/network_sys.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/net/network_sys.o -MD -MP -MF $depbase.Tpo -c -o src/lib/net/network_sys.o src/lib/net/network_sys.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/net/resolve.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/net/resolve.o -MD -MP -MF $depbase.Tpo -c -o src/lib/net/resolve.o src/lib/net/resolve.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/net/socket.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/net/socket.o -MD -MP -MF $depbase.Tpo -c -o src/lib/net/socket.o src/lib/net/socket.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/net/socketpair.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/net/socketpair.o -MD -MP -MF $depbase.Tpo -c -o src/lib/net/socketpair.o src/lib/net/socketpair.c && mv -f $depbase.Tpo $depbase.Po
rm -f src/lib/libtor-net.a
ar cru src/lib/libtor-net.a src/lib/net/address.o src/lib/net/alertsock.o src/lib/net/buffers_net.o src/lib/net/gethostname.o src/lib/net/inaddr.o src/lib/net/network_sys.o src/lib/net/resolve.o src/lib/net/socket.o src/lib/net/socketpair.o
ranlib src/lib/libtor-net.a
depbase=`echo src/lib/memarea/memarea.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/memarea/memarea.o -MD -MP -MF $depbase.Tpo -c -o src/lib/memarea/memarea.o src/lib/memarea/memarea.c && mv -f $depbase.Tpo $depbase.Po
rm -f src/lib/libtor-memarea.a
ar cru src/lib/libtor-memarea.a src/lib/memarea/memarea.o
ranlib src/lib/libtor-memarea.a
depbase=`echo src/lib/math/fp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/math/fp.o -MD -MP -MF $depbase.Tpo -c -o src/lib/math/fp.o src/lib/math/fp.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/math/laplace.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/math/laplace.o -MD -MP -MF $depbase.Tpo -c -o src/lib/math/laplace.o src/lib/math/laplace.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/math/prob_distr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/math/prob_distr.o -MD -MP -MF $depbase.Tpo -c -o src/lib/math/prob_distr.o src/lib/math/prob_distr.c && mv -f $depbase.Tpo $depbase.Po
rm -f src/lib/libtor-math.a
ar cru src/lib/libtor-math.a src/lib/math/fp.o src/lib/math/laplace.o src/lib/math/prob_distr.o
ranlib src/lib/libtor-math.a
depbase=`echo src/lib/meminfo/meminfo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/meminfo/meminfo.o -MD -MP -MF $depbase.Tpo -c -o src/lib/meminfo/meminfo.o src/lib/meminfo/meminfo.c && mv -f $depbase.Tpo $depbase.Po
rm -f src/lib/libtor-meminfo.a
ar cru src/lib/libtor-meminfo.a src/lib/meminfo/meminfo.o
ranlib src/lib/libtor-meminfo.a
depbase=`echo src/lib/osinfo/uname.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/osinfo/uname.o -MD -MP -MF $depbase.Tpo -c -o src/lib/osinfo/uname.o src/lib/osinfo/uname.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/osinfo/libc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/osinfo/libc.o -MD -MP -MF $depbase.Tpo -c -o src/lib/osinfo/libc.o src/lib/osinfo/libc.c && mv -f $depbase.Tpo $depbase.Po
rm -f src/lib/libtor-osinfo.a
ar cru src/lib/libtor-osinfo.a src/lib/osinfo/uname.o src/lib/osinfo/libc.o
ranlib src/lib/libtor-osinfo.a
depbase=`echo src/lib/log/escape.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/log/escape.o -MD -MP -MF $depbase.Tpo -c -o src/lib/log/escape.o src/lib/log/escape.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/log/ratelim.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/log/ratelim.o -MD -MP -MF $depbase.Tpo -c -o src/lib/log/ratelim.o src/lib/log/ratelim.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/log/log.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/log/log.o -MD -MP -MF $depbase.Tpo -c -o src/lib/log/log.o src/lib/log/log.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/log/log_sys.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/log/log_sys.o -MD -MP -MF $depbase.Tpo -c -o src/lib/log/log_sys.o src/lib/log/log_sys.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/log/util_bug.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/log/util_bug.o -MD -MP -MF $depbase.Tpo -c -o src/lib/log/util_bug.o src/lib/log/util_bug.c && mv -f $depbase.Tpo $depbase.Po
rm -f src/lib/libtor-log.a
ar cru src/lib/libtor-log.a src/lib/log/escape.o src/lib/log/ratelim.o src/lib/log/log.o src/lib/log/log_sys.o src/lib/log/util_bug.o
ranlib src/lib/libtor-log.a
depbase=`echo src/lib/thread/compat_threads.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/thread/compat_threads.o -MD -MP -MF $depbase.Tpo -c -o src/lib/thread/compat_threads.o src/lib/thread/compat_threads.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/thread/numcpus.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/thread/numcpus.o -MD -MP -MF $depbase.Tpo -c -o src/lib/thread/numcpus.o src/lib/thread/numcpus.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/thread/compat_pthreads.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/thread/compat_pthreads.o -MD -MP -MF $depbase.Tpo -c -o src/lib/thread/compat_pthreads.o src/lib/thread/compat_pthreads.c && mv -f $depbase.Tpo $depbase.Po
rm -f src/lib/libtor-thread.a
ar cru src/lib/libtor-thread.a src/lib/thread/compat_threads.o src/lib/thread/numcpus.o src/lib/thread/compat_pthreads.o
ranlib src/lib/libtor-thread.a
depbase=`echo src/lib/lock/compat_mutex.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/lock/compat_mutex.o -MD -MP -MF $depbase.Tpo -c -o src/lib/lock/compat_mutex.o src/lib/lock/compat_mutex.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/lock/compat_mutex_pthreads.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/lock/compat_mutex_pthreads.o -MD -MP -MF $depbase.Tpo -c -o src/lib/lock/compat_mutex_pthreads.o src/lib/lock/compat_mutex_pthreads.c && mv -f $depbase.Tpo $depbase.Po
rm -f src/lib/libtor-lock.a
ar cru src/lib/libtor-lock.a src/lib/lock/compat_mutex.o src/lib/lock/compat_mutex_pthreads.o
ranlib src/lib/libtor-lock.a
depbase=`echo src/lib/fdio/fdio.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/fdio/fdio.o -MD -MP -MF $depbase.Tpo -c -o src/lib/fdio/fdio.o src/lib/fdio/fdio.c && mv -f $depbase.Tpo $depbase.Po
rm -f src/lib/libtor-fdio.a
ar cru src/lib/libtor-fdio.a src/lib/fdio/fdio.o
ranlib src/lib/libtor-fdio.a
depbase=`echo src/lib/string/compat_ctype.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/string/compat_ctype.o -MD -MP -MF $depbase.Tpo -c -o src/lib/string/compat_ctype.o src/lib/string/compat_ctype.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/string/compat_string.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/string/compat_string.o -MD -MP -MF $depbase.Tpo -c -o src/lib/string/compat_string.o src/lib/string/compat_string.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/string/util_string.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/string/util_string.o -MD -MP -MF $depbase.Tpo -c -o src/lib/string/util_string.o src/lib/string/util_string.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/string/parse_int.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/string/parse_int.o -MD -MP -MF $depbase.Tpo -c -o src/lib/string/parse_int.o src/lib/string/parse_int.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/string/printf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/string/printf.o -MD -MP -MF $depbase.Tpo -c -o src/lib/string/printf.o src/lib/string/printf.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/string/scanf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/string/scanf.o -MD -MP -MF $depbase.Tpo -c -o src/lib/string/scanf.o src/lib/string/scanf.c && mv -f $depbase.Tpo $depbase.Po
rm -f src/lib/libtor-string.a
ar cru src/lib/libtor-string.a src/lib/string/compat_ctype.o src/lib/string/compat_string.o src/lib/string/util_string.o src/lib/string/parse_int.o src/lib/string/printf.o src/lib/string/scanf.o
ranlib src/lib/libtor-string.a
depbase=`echo src/lib/term/getpass.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/term/getpass.o -MD -MP -MF $depbase.Tpo -c -o src/lib/term/getpass.o src/lib/term/getpass.c && mv -f $depbase.Tpo $depbase.Po
rm -f src/lib/libtor-term.a
ar cru src/lib/libtor-term.a src/lib/term/getpass.o
ranlib src/lib/libtor-term.a
depbase=`echo src/lib/smartlist_core/smartlist_core.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/smartlist_core/smartlist_core.o -MD -MP -MF $depbase.Tpo -c -o src/lib/smartlist_core/smartlist_core.o src/lib/smartlist_core/smartlist_core.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/smartlist_core/smartlist_split.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/smartlist_core/smartlist_split.o -MD -MP -MF $depbase.Tpo -c -o src/lib/smartlist_core/smartlist_split.o src/lib/smartlist_core/smartlist_split.c && mv -f $depbase.Tpo $depbase.Po
rm -f src/lib/libtor-smartlist-core.a
ar cru src/lib/libtor-smartlist-core.a src/lib/smartlist_core/smartlist_core.o src/lib/smartlist_core/smartlist_split.o
ranlib src/lib/libtor-smartlist-core.a
depbase=`echo src/lib/malloc/malloc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/malloc/malloc.o -MD -MP -MF $depbase.Tpo -c -o src/lib/malloc/malloc.o src/lib/malloc/malloc.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/malloc/map_anon.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/malloc/map_anon.o -MD -MP -MF $depbase.Tpo -c -o src/lib/malloc/map_anon.o src/lib/malloc/map_anon.c && mv -f $depbase.Tpo $depbase.Po
rm -f src/lib/libtor-malloc.a
ar cru src/lib/libtor-malloc.a src/lib/malloc/malloc.o src/lib/malloc/map_anon.o
ranlib src/lib/libtor-malloc.a
depbase=`echo src/lib/wallclock/approx_time.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/wallclock/approx_time.o -MD -MP -MF $depbase.Tpo -c -o src/lib/wallclock/approx_time.o src/lib/wallclock/approx_time.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/wallclock/time_to_tm.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/wallclock/time_to_tm.o -MD -MP -MF $depbase.Tpo -c -o src/lib/wallclock/time_to_tm.o src/lib/wallclock/time_to_tm.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/wallclock/tor_gettimeofday.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/wallclock/tor_gettimeofday.o -MD -MP -MF $depbase.Tpo -c -o src/lib/wallclock/tor_gettimeofday.o src/lib/wallclock/tor_gettimeofday.c && mv -f $depbase.Tpo $depbase.Po
rm -f src/lib/libtor-wallclock.a
ar cru src/lib/libtor-wallclock.a src/lib/wallclock/approx_time.o src/lib/wallclock/time_to_tm.o src/lib/wallclock/tor_gettimeofday.o
ranlib src/lib/libtor-wallclock.a
depbase=`echo src/lib/err/backtrace.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/err/backtrace.o -MD -MP -MF $depbase.Tpo -c -o src/lib/err/backtrace.o src/lib/err/backtrace.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/err/torerr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/err/torerr.o -MD -MP -MF $depbase.Tpo -c -o src/lib/err/torerr.o src/lib/err/torerr.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/err/torerr_sys.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/err/torerr_sys.o -MD -MP -MF $depbase.Tpo -c -o src/lib/err/torerr_sys.o src/lib/err/torerr_sys.c && mv -f $depbase.Tpo $depbase.Po
rm -f src/lib/libtor-err.a
ar cru src/lib/libtor-err.a src/lib/err/backtrace.o src/lib/err/torerr.o src/lib/err/torerr_sys.o
ranlib src/lib/libtor-err.a
rm -f micro-revision.tmp; if test -r "./.git" && test -x "`which git 2>&1;true`"; then HASH="`cd "." && git rev-parse --short=16 HEAD`"; echo \"$HASH\" > micro-revision.tmp; fi; if test ! -f micro-revision.tmp; then if test ! -f micro-revision.i; then echo '""' > micro-revision.i; fi; elif test ! -f micro-revision.i || test x"`cat micro-revision.tmp`" != x"`cat micro-revision.i`"; then mv micro-revision.tmp micro-revision.i; fi; rm -f micro-revision.tmp; true
depbase=`echo src/lib/version/git_revision.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/version/git_revision.o -MD -MP -MF $depbase.Tpo -c -o src/lib/version/git_revision.o src/lib/version/git_revision.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/version/version.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/version/version.o -MD -MP -MF $depbase.Tpo -c -o src/lib/version/version.o src/lib/version/version.c && mv -f $depbase.Tpo $depbase.Po
rm -f src/lib/libtor-version.a
ar cru src/lib/libtor-version.a src/lib/version/git_revision.o src/lib/version/version.o
ranlib src/lib/libtor-version.a
depbase=`echo src/lib/llharden/winprocess_sys.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/llharden/winprocess_sys.o -MD -MP -MF $depbase.Tpo -c -o src/lib/llharden/winprocess_sys.o src/lib/llharden/winprocess_sys.c && mv -f $depbase.Tpo $depbase.Po
rm -f src/lib/libtor-llharden.a
ar cru src/lib/libtor-llharden.a src/lib/llharden/winprocess_sys.o
ranlib src/lib/libtor-llharden.a
depbase=`echo src/lib/intmath/addsub.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/intmath/addsub.o -MD -MP -MF $depbase.Tpo -c -o src/lib/intmath/addsub.o src/lib/intmath/addsub.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/intmath/bits.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/intmath/bits.o -MD -MP -MF $depbase.Tpo -c -o src/lib/intmath/bits.o src/lib/intmath/bits.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/intmath/muldiv.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/intmath/muldiv.o -MD -MP -MF $depbase.Tpo -c -o src/lib/intmath/muldiv.o src/lib/intmath/muldiv.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/intmath/weakrng.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/intmath/weakrng.o -MD -MP -MF $depbase.Tpo -c -o src/lib/intmath/weakrng.o src/lib/intmath/weakrng.c && mv -f $depbase.Tpo $depbase.Po
rm -f src/lib/libtor-intmath.a
ar cru src/lib/libtor-intmath.a src/lib/intmath/addsub.o src/lib/intmath/bits.o src/lib/intmath/muldiv.o src/lib/intmath/weakrng.o
ranlib src/lib/libtor-intmath.a
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/lib_libtor_ctime_a-csiphash.o -MD -MP -MF src/ext/.deps/lib_libtor_ctime_a-csiphash.Tpo -c -o src/ext/lib_libtor_ctime_a-csiphash.o `test -f 'src/ext/csiphash.c' || echo './'`src/ext/csiphash.c
mv -f src/ext/.deps/lib_libtor_ctime_a-csiphash.Tpo src/ext/.deps/lib_libtor_ctime_a-csiphash.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/ctime/libtor_ctime_a-di_ops.o -MD -MP -MF src/lib/ctime/.deps/libtor_ctime_a-di_ops.Tpo -c -o src/lib/ctime/libtor_ctime_a-di_ops.o `test -f 'src/lib/ctime/di_ops.c' || echo './'`src/lib/ctime/di_ops.c
mv -f src/lib/ctime/.deps/libtor_ctime_a-di_ops.Tpo src/lib/ctime/.deps/libtor_ctime_a-di_ops.Po
rm -f src/lib/libtor-ctime.a
ar cru src/lib/libtor-ctime.a src/ext/lib_libtor_ctime_a-csiphash.o src/lib/ctime/libtor_ctime_a-di_ops.o
ranlib src/lib/libtor-ctime.a
depbase=`echo src/lib/metrics/metrics_store.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/metrics/metrics_store.o -MD -MP -MF $depbase.Tpo -c -o src/lib/metrics/metrics_store.o src/lib/metrics/metrics_store.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/metrics/metrics_store_entry.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/metrics/metrics_store_entry.o -MD -MP -MF $depbase.Tpo -c -o src/lib/metrics/metrics_store_entry.o src/lib/metrics/metrics_store_entry.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/metrics/metrics_common.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/metrics/metrics_common.o -MD -MP -MF $depbase.Tpo -c -o src/lib/metrics/metrics_common.o src/lib/metrics/metrics_common.c && mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/lib/metrics/prometheus.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/metrics/prometheus.o -MD -MP -MF $depbase.Tpo -c -o src/lib/metrics/prometheus.o src/lib/metrics/prometheus.c && mv -f $depbase.Tpo $depbase.Po
rm -f src/lib/libtor-metrics.a
ar cru src/lib/libtor-metrics.a src/lib/metrics/metrics_store.o src/lib/metrics/metrics_store_entry.o src/lib/metrics/metrics_common.o src/lib/metrics/prometheus.o
ranlib src/lib/libtor-metrics.a
cc -DHAVE_CONFIG_H -I. -DTRUNNEL_LOCAL_H -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I./src/trunnel -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/trunnel/trunnel_libor_trunnel_a-trunnel.o -MD -MP -MF src/ext/trunnel/.deps/trunnel_libor_trunnel_a-trunnel.Tpo -c -o src/ext/trunnel/trunnel_libor_trunnel_a-trunnel.o `test -f 'src/ext/trunnel/trunnel.c' || echo './'`src/ext/trunnel/trunnel.c
mv -f src/ext/trunnel/.deps/trunnel_libor_trunnel_a-trunnel.Tpo src/ext/trunnel/.deps/trunnel_libor_trunnel_a-trunnel.Po
cc -DHAVE_CONFIG_H -I. -DTRUNNEL_LOCAL_H -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I./src/trunnel -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/trunnel/libor_trunnel_a-ed25519_cert.o -MD -MP -MF src/trunnel/.deps/libor_trunnel_a-ed25519_cert.Tpo -c -o src/trunnel/libor_trunnel_a-ed25519_cert.o `test -f 'src/trunnel/ed25519_cert.c' || echo './'`src/trunnel/ed25519_cert.c
mv -f src/trunnel/.deps/libor_trunnel_a-ed25519_cert.Tpo src/trunnel/.deps/libor_trunnel_a-ed25519_cert.Po
cc -DHAVE_CONFIG_H -I. -DTRUNNEL_LOCAL_H -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I./src/trunnel -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/trunnel/libor_trunnel_a-extension.o -MD -MP -MF src/trunnel/.deps/libor_trunnel_a-extension.Tpo -c -o src/trunnel/libor_trunnel_a-extension.o `test -f 'src/trunnel/extension.c' || echo './'`src/trunnel/extension.c
mv -f src/trunnel/.deps/libor_trunnel_a-extension.Tpo src/trunnel/.deps/libor_trunnel_a-extension.Po
cc -DHAVE_CONFIG_H -I. -DTRUNNEL_LOCAL_H -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I./src/trunnel -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/trunnel/libor_trunnel_a-link_handshake.o -MD -MP -MF src/trunnel/.deps/libor_trunnel_a-link_handshake.Tpo -c -o src/trunnel/libor_trunnel_a-link_handshake.o `test -f 'src/trunnel/link_handshake.c' || echo './'`src/trunnel/link_handshake.c
mv -f src/trunnel/.deps/libor_trunnel_a-link_handshake.Tpo src/trunnel/.deps/libor_trunnel_a-link_handshake.Po
cc -DHAVE_CONFIG_H -I. -DTRUNNEL_LOCAL_H -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I./src/trunnel -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/trunnel/libor_trunnel_a-pwbox.o -MD -MP -MF src/trunnel/.deps/libor_trunnel_a-pwbox.Tpo -c -o src/trunnel/libor_trunnel_a-pwbox.o `test -f 'src/trunnel/pwbox.c' || echo './'`src/trunnel/pwbox.c
mv -f src/trunnel/.deps/libor_trunnel_a-pwbox.Tpo src/trunnel/.deps/libor_trunnel_a-pwbox.Po
cc -DHAVE_CONFIG_H -I. -DTRUNNEL_LOCAL_H -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I./src/trunnel -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/trunnel/hs/libor_trunnel_a-cell_establish_intro.o -MD -MP -MF src/trunnel/hs/.deps/libor_trunnel_a-cell_establish_intro.Tpo -c -o src/trunnel/hs/libor_trunnel_a-cell_establish_intro.o `test -f 'src/trunnel/hs/cell_establish_intro.c' || echo './'`src/trunnel/hs/cell_establish_intro.c
mv -f src/trunnel/hs/.deps/libor_trunnel_a-cell_establish_intro.Tpo src/trunnel/hs/.deps/libor_trunnel_a-cell_establish_intro.Po
cc -DHAVE_CONFIG_H -I. -DTRUNNEL_LOCAL_H -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I./src/trunnel -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/trunnel/hs/libor_trunnel_a-cell_introduce1.o -MD -MP -MF src/trunnel/hs/.deps/libor_trunnel_a-cell_introduce1.Tpo -c -o src/trunnel/hs/libor_trunnel_a-cell_introduce1.o `test -f 'src/trunnel/hs/cell_introduce1.c' || echo './'`src/trunnel/hs/cell_introduce1.c
mv -f src/trunnel/hs/.deps/libor_trunnel_a-cell_introduce1.Tpo src/trunnel/hs/.deps/libor_trunnel_a-cell_introduce1.Po
cc -DHAVE_CONFIG_H -I. -DTRUNNEL_LOCAL_H -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I./src/trunnel -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/trunnel/hs/libor_trunnel_a-cell_rendezvous.o -MD -MP -MF src/trunnel/hs/.deps/libor_trunnel_a-cell_rendezvous.Tpo -c -o src/trunnel/hs/libor_trunnel_a-cell_rendezvous.o `test -f 'src/trunnel/hs/cell_rendezvous.c' || echo './'`src/trunnel/hs/cell_rendezvous.c
mv -f src/trunnel/hs/.deps/libor_trunnel_a-cell_rendezvous.Tpo src/trunnel/hs/.deps/libor_trunnel_a-cell_rendezvous.Po
cc -DHAVE_CONFIG_H -I. -DTRUNNEL_LOCAL_H -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I./src/trunnel -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/trunnel/libor_trunnel_a-channelpadding_negotiation.o -MD -MP -MF src/trunnel/.deps/libor_trunnel_a-channelpadding_negotiation.Tpo -c -o src/trunnel/libor_trunnel_a-channelpadding_negotiation.o `test -f 'src/trunnel/channelpadding_negotiation.c' || echo './'`src/trunnel/channelpadding_negotiation.c
mv -f src/trunnel/.deps/libor_trunnel_a-channelpadding_negotiation.Tpo src/trunnel/.deps/libor_trunnel_a-channelpadding_negotiation.Po
cc -DHAVE_CONFIG_H -I. -DTRUNNEL_LOCAL_H -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I./src/trunnel -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/trunnel/libor_trunnel_a-sendme_cell.o -MD -MP -MF src/trunnel/.deps/libor_trunnel_a-sendme_cell.Tpo -c -o src/trunnel/libor_trunnel_a-sendme_cell.o `test -f 'src/trunnel/sendme_cell.c' || echo './'`src/trunnel/sendme_cell.c
mv -f src/trunnel/.deps/libor_trunnel_a-sendme_cell.Tpo src/trunnel/.deps/libor_trunnel_a-sendme_cell.Po
cc -DHAVE_CONFIG_H -I. -DTRUNNEL_LOCAL_H -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I./src/trunnel -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/trunnel/libor_trunnel_a-flow_control_cells.o -MD -MP -MF src/trunnel/.deps/libor_trunnel_a-flow_control_cells.Tpo -c -o src/trunnel/libor_trunnel_a-flow_control_cells.o `test -f 'src/trunnel/flow_control_cells.c' || echo './'`src/trunnel/flow_control_cells.c
mv -f src/trunnel/.deps/libor_trunnel_a-flow_control_cells.Tpo src/trunnel/.deps/libor_trunnel_a-flow_control_cells.Po
cc -DHAVE_CONFIG_H -I. -DTRUNNEL_LOCAL_H -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I./src/trunnel -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/trunnel/libor_trunnel_a-congestion_control.o -MD -MP -MF src/trunnel/.deps/libor_trunnel_a-congestion_control.Tpo -c -o src/trunnel/libor_trunnel_a-congestion_control.o `test -f 'src/trunnel/congestion_control.c' || echo './'`src/trunnel/congestion_control.c
mv -f src/trunnel/.deps/libor_trunnel_a-congestion_control.Tpo src/trunnel/.deps/libor_trunnel_a-congestion_control.Po
cc -DHAVE_CONFIG_H -I. -DTRUNNEL_LOCAL_H -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I./src/trunnel -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/trunnel/libor_trunnel_a-socks5.o -MD -MP -MF src/trunnel/.deps/libor_trunnel_a-socks5.Tpo -c -o src/trunnel/libor_trunnel_a-socks5.o `test -f 'src/trunnel/socks5.c' || echo './'`src/trunnel/socks5.c
mv -f src/trunnel/.deps/libor_trunnel_a-socks5.Tpo src/trunnel/.deps/libor_trunnel_a-socks5.Po
cc -DHAVE_CONFIG_H -I. -DTRUNNEL_LOCAL_H -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I./src/trunnel -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/trunnel/libor_trunnel_a-netinfo.o -MD -MP -MF src/trunnel/.deps/libor_trunnel_a-netinfo.Tpo -c -o src/trunnel/libor_trunnel_a-netinfo.o `test -f 'src/trunnel/netinfo.c' || echo './'`src/trunnel/netinfo.c
mv -f src/trunnel/.deps/libor_trunnel_a-netinfo.Tpo src/trunnel/.deps/libor_trunnel_a-netinfo.Po
cc -DHAVE_CONFIG_H -I. -DTRUNNEL_LOCAL_H -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I./src/trunnel -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/trunnel/libor_trunnel_a-circpad_negotiation.o -MD -MP -MF src/trunnel/.deps/libor_trunnel_a-circpad_negotiation.Tpo -c -o src/trunnel/libor_trunnel_a-circpad_negotiation.o `test -f 'src/trunnel/circpad_negotiation.c' || echo './'`src/trunnel/circpad_negotiation.c
mv -f src/trunnel/.deps/libor_trunnel_a-circpad_negotiation.Tpo src/trunnel/.deps/libor_trunnel_a-circpad_negotiation.Po
cc -DHAVE_CONFIG_H -I. -DTRUNNEL_LOCAL_H -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I./src/trunnel -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/trunnel/libor_trunnel_a-conflux.o -MD -MP -MF src/trunnel/.deps/libor_trunnel_a-conflux.Tpo -c -o src/trunnel/libor_trunnel_a-conflux.o `test -f 'src/trunnel/conflux.c' || echo './'`src/trunnel/conflux.c
mv -f src/trunnel/.deps/libor_trunnel_a-conflux.Tpo src/trunnel/.deps/libor_trunnel_a-conflux.Po
cc -DHAVE_CONFIG_H -I. -DTRUNNEL_LOCAL_H -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I./src/trunnel -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/trunnel/libor_trunnel_a-subproto_request.o -MD -MP -MF src/trunnel/.deps/libor_trunnel_a-subproto_request.Tpo -c -o src/trunnel/libor_trunnel_a-subproto_request.o `test -f 'src/trunnel/subproto_request.c' || echo './'`src/trunnel/subproto_request.c
mv -f src/trunnel/.deps/libor_trunnel_a-subproto_request.Tpo src/trunnel/.deps/libor_trunnel_a-subproto_request.Po
rm -f src/trunnel/libor-trunnel.a
ar cru src/trunnel/libor-trunnel.a src/ext/trunnel/trunnel_libor_trunnel_a-trunnel.o src/trunnel/libor_trunnel_a-ed25519_cert.o src/trunnel/libor_trunnel_a-extension.o src/trunnel/libor_trunnel_a-link_handshake.o src/trunnel/libor_trunnel_a-pwbox.o src/trunnel/hs/libor_trunnel_a-cell_establish_intro.o src/trunnel/hs/libor_trunnel_a-cell_introduce1.o src/trunnel/hs/libor_trunnel_a-cell_rendezvous.o src/trunnel/libor_trunnel_a-channelpadding_negotiation.o src/trunnel/libor_trunnel_a-sendme_cell.o src/trunnel/libor_trunnel_a-flow_control_cells.o src/trunnel/libor_trunnel_a-congestion_control.o src/trunnel/libor_trunnel_a-socks5.o src/trunnel/libor_trunnel_a-netinfo.o src/trunnel/libor_trunnel_a-circpad_negotiation.o src/trunnel/libor_trunnel_a-conflux.o src/trunnel/libor_trunnel_a-subproto_request.o
ranlib src/trunnel/libor-trunnel.a
depbase=`echo src/lib/trace/trace_stub.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/trace/trace_stub.o -MD -MP -MF $depbase.Tpo -c -o src/lib/trace/trace_stub.o src/lib/trace/trace_stub.c && mv -f $depbase.Tpo $depbase.Po
rm -f src/lib/libtor-trace.a
ar cru src/lib/libtor-trace.a src/lib/trace/trace_stub.o
ranlib src/lib/libtor-trace.a
export AR="ar"; export ARFLAGS="cru"; export RANLIB="ranlib"; ./scripts/build/combine_libs libtor.a src/core/libtor-app.a src/lib/libtor-compress.a src/lib/libtor-evloop.a src/lib/libtor-tls.a src/lib/libtor-crypt-ops.a src/ext/keccak-tiny/libkeccak-tiny.a src/lib/libcurve25519_donna.a src/ext/ed25519/ref10/libed25519_ref10.a src/ext/ed25519/donna/libed25519_donna.a src/ext/polyval/libpolyval.a src/ext/equix/libhashx.a src/ext/equix/libequix.a src/lib/libtor-geoip.a src/lib/libtor-process.a src/lib/libtor-buf.a src/lib/libtor-confmgt.a src/lib/libtor-pubsub.a src/lib/libtor-dispatch.a src/lib/libtor-time.a src/lib/libtor-fs.a src/lib/libtor-encoding.a src/lib/libtor-sandbox.a src/lib/libtor-container.a src/lib/libtor-net.a src/lib/libtor-memarea.a src/lib/libtor-math.a src/lib/libtor-meminfo.a src/lib/libtor-osinfo.a src/lib/libtor-log.a src/lib/libtor-thread.a src/lib/libtor-lock.a src/lib/libtor-fdio.a src/lib/libtor-string.a src/lib/libtor-term.a src/lib/libtor-smartlist-core.a src/lib/libtor-malloc.a src/lib/libtor-wallclock.a src/lib/libtor-err.a src/lib/libtor-version.a src/lib/libtor-llharden.a src/lib/libtor-intmath.a src/lib/libtor-ctime.a src/lib/libtor-metrics.a src/trunnel/libor-trunnel.a src/lib/libtor-trace.a
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -L/usr/local/lib -o src/app/tor src/app/main/tor_main.o libtor.a -lz -lm -levent_extra -levent_core -lssl -lcrypto -lpthread -lexecinfo
depbase=`echo src/tools/tor-resolve.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/tools/tor-resolve.o -MD -MP -MF $depbase.Tpo -c -o src/tools/tor-resolve.o src/tools/tor-resolve.c && mv -f $depbase.Tpo $depbase.Po
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -o src/tools/tor-resolve src/tools/tor-resolve.o src/trunnel/libor-trunnel.a src/lib/libtor-geoip.a src/lib/libtor-process.a src/lib/libtor-buf.a src/lib/libtor-confmgt.a src/lib/libtor-pubsub.a src/lib/libtor-dispatch.a src/lib/libtor-time.a src/lib/libtor-fs.a src/lib/libtor-encoding.a src/lib/libtor-sandbox.a src/lib/libtor-container.a src/lib/libtor-net.a src/lib/libtor-memarea.a src/lib/libtor-math.a src/lib/libtor-meminfo.a src/lib/libtor-osinfo.a src/lib/libtor-log.a src/lib/libtor-thread.a src/lib/libtor-lock.a src/lib/libtor-fdio.a src/lib/libtor-string.a src/lib/libtor-term.a src/lib/libtor-smartlist-core.a src/lib/libtor-malloc.a src/lib/libtor-wallclock.a src/lib/libtor-err.a src/lib/libtor-version.a src/lib/libtor-llharden.a src/lib/libtor-intmath.a src/lib/libtor-ctime.a src/lib/libtor-metrics.a src/lib/libtor-tls.a src/lib/libtor-crypt-ops.a src/ext/keccak-tiny/libkeccak-tiny.a src/lib/libcurve25519_donna.a src/ext/ed25519/ref10/libed25519_ref10.a src/ext/ed25519/donna/libed25519_donna.a src/ext/polyval/libpolyval.a src/ext/equix/libhashx.a src/ext/equix/libequix.a -lssl -lcrypto -lm -lpthread -lexecinfo
depbase=`echo src/tools/tor-print-ed-signing-cert.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/tools/tor-print-ed-signing-cert.o -MD -MP -MF $depbase.Tpo -c -o src/tools/tor-print-ed-signing-cert.o src/tools/tor-print-ed-signing-cert.c && mv -f $depbase.Tpo $depbase.Po
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -o src/tools/tor-print-ed-signing-cert src/tools/tor-print-ed-signing-cert.o src/trunnel/libor-trunnel.a src/lib/libtor-tls.a src/lib/libtor-crypt-ops.a src/ext/keccak-tiny/libkeccak-tiny.a src/lib/libcurve25519_donna.a src/ext/ed25519/ref10/libed25519_ref10.a src/ext/ed25519/donna/libed25519_donna.a src/ext/polyval/libpolyval.a src/ext/equix/libhashx.a src/ext/equix/libequix.a src/lib/libtor-geoip.a src/lib/libtor-process.a src/lib/libtor-buf.a src/lib/libtor-confmgt.a src/lib/libtor-pubsub.a src/lib/libtor-dispatch.a src/lib/libtor-time.a src/lib/libtor-fs.a src/lib/libtor-encoding.a src/lib/libtor-sandbox.a src/lib/libtor-container.a src/lib/libtor-net.a src/lib/libtor-memarea.a src/lib/libtor-math.a src/lib/libtor-meminfo.a src/lib/libtor-osinfo.a src/lib/libtor-log.a src/lib/libtor-thread.a src/lib/libtor-lock.a src/lib/libtor-fdio.a src/lib/libtor-string.a src/lib/libtor-term.a src/lib/libtor-smartlist-core.a src/lib/libtor-malloc.a src/lib/libtor-wallclock.a src/lib/libtor-err.a src/lib/libtor-version.a src/lib/libtor-llharden.a src/lib/libtor-intmath.a src/lib/libtor-ctime.a src/lib/libtor-metrics.a -lm -lssl -lcrypto -lpthread -lexecinfo
depbase=`echo src/tools/tor-gencert.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/tools/tor-gencert.o -MD -MP -MF $depbase.Tpo -c -o src/tools/tor-gencert.o src/tools/tor-gencert.c && mv -f $depbase.Tpo $depbase.Po
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -o src/tools/tor-gencert src/tools/tor-gencert.o src/lib/libtor-tls.a src/lib/libtor-crypt-ops.a src/ext/keccak-tiny/libkeccak-tiny.a src/lib/libcurve25519_donna.a src/ext/ed25519/ref10/libed25519_ref10.a src/ext/ed25519/donna/libed25519_donna.a src/ext/polyval/libpolyval.a src/ext/equix/libhashx.a src/ext/equix/libequix.a src/lib/libtor-geoip.a src/lib/libtor-process.a src/lib/libtor-buf.a src/lib/libtor-confmgt.a src/lib/libtor-pubsub.a src/lib/libtor-dispatch.a src/lib/libtor-time.a src/lib/libtor-fs.a src/lib/libtor-encoding.a src/lib/libtor-sandbox.a src/lib/libtor-container.a src/lib/libtor-net.a src/lib/libtor-memarea.a src/lib/libtor-math.a src/lib/libtor-meminfo.a src/lib/libtor-osinfo.a src/lib/libtor-log.a src/lib/libtor-thread.a src/lib/libtor-lock.a src/lib/libtor-fdio.a src/lib/libtor-string.a src/lib/libtor-term.a src/lib/libtor-smartlist-core.a src/lib/libtor-malloc.a src/lib/libtor-wallclock.a src/lib/libtor-err.a src/lib/libtor-version.a src/lib/libtor-llharden.a src/lib/libtor-intmath.a src/lib/libtor-ctime.a src/lib/libtor-metrics.a -lm -lz -lssl -lcrypto -lpthread -lexecinfo
depbase=`echo src/test/bench.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/bench.o -MD -MP -MF $depbase.Tpo -c -o src/test/bench.o src/test/bench.c && mv -f $depbase.Tpo $depbase.Po
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -L/usr/local/lib -o src/test/bench src/test/bench.o libtor.a -lz -lm -levent_extra -levent_core -lssl -lcrypto -lpthread -lexecinfo
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-fakecircs.o -MD -MP -MF src/test/.deps/test-fakecircs.Tpo -c -o src/test/test-fakecircs.o `test -f 'src/test/fakecircs.c' || echo './'`src/test/fakecircs.c
mv -f src/test/.deps/test-fakecircs.Tpo src/test/.deps/test-fakecircs.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-log_test_helpers.o -MD -MP -MF src/test/.deps/test-log_test_helpers.Tpo -c -o src/test/test-log_test_helpers.o `test -f 'src/test/log_test_helpers.c' || echo './'`src/test/log_test_helpers.c
mv -f src/test/.deps/test-log_test_helpers.Tpo src/test/.deps/test-log_test_helpers.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-hs_test_helpers.o -MD -MP -MF src/test/.deps/test-hs_test_helpers.Tpo -c -o src/test/test-hs_test_helpers.o `test -f 'src/test/hs_test_helpers.c' || echo './'`src/test/hs_test_helpers.c
mv -f src/test/.deps/test-hs_test_helpers.Tpo src/test/.deps/test-hs_test_helpers.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-opts_test_helpers.o -MD -MP -MF src/test/.deps/test-opts_test_helpers.Tpo -c -o src/test/test-opts_test_helpers.o `test -f 'src/test/opts_test_helpers.c' || echo './'`src/test/opts_test_helpers.c
mv -f src/test/.deps/test-opts_test_helpers.Tpo src/test/.deps/test-opts_test_helpers.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-resolve_test_helpers.o -MD -MP -MF src/test/.deps/test-resolve_test_helpers.Tpo -c -o src/test/test-resolve_test_helpers.o `test -f 'src/test/resolve_test_helpers.c' || echo './'`src/test/resolve_test_helpers.c
mv -f src/test/.deps/test-resolve_test_helpers.Tpo src/test/.deps/test-resolve_test_helpers.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-rng_test_helpers.o -MD -MP -MF src/test/.deps/test-rng_test_helpers.Tpo -c -o src/test/test-rng_test_helpers.o `test -f 'src/test/rng_test_helpers.c' || echo './'`src/test/rng_test_helpers.c
mv -f src/test/.deps/test-rng_test_helpers.Tpo src/test/.deps/test-rng_test_helpers.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test.o -MD -MP -MF src/test/.deps/test-test.Tpo -c -o src/test/test-test.o `test -f 'src/test/test.c' || echo './'`src/test/test.c
mv -f src/test/.deps/test-test.Tpo src/test/.deps/test-test.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_accounting.o -MD -MP -MF src/test/.deps/test-test_accounting.Tpo -c -o src/test/test-test_accounting.o `test -f 'src/test/test_accounting.c' || echo './'`src/test/test_accounting.c
mv -f src/test/.deps/test-test_accounting.Tpo src/test/.deps/test-test_accounting.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_addr.o -MD -MP -MF src/test/.deps/test-test_addr.Tpo -c -o src/test/test-test_addr.o `test -f 'src/test/test_addr.c' || echo './'`src/test/test_addr.c
mv -f src/test/.deps/test-test_addr.Tpo src/test/.deps/test-test_addr.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_address.o -MD -MP -MF src/test/.deps/test-test_address.Tpo -c -o src/test/test-test_address.o `test -f 'src/test/test_address.c' || echo './'`src/test/test_address.c
mv -f src/test/.deps/test-test_address.Tpo src/test/.deps/test-test_address.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_address_set.o -MD -MP -MF src/test/.deps/test-test_address_set.Tpo -c -o src/test/test-test_address_set.o `test -f 'src/test/test_address_set.c' || echo './'`src/test/test_address_set.c
mv -f src/test/.deps/test-test_address_set.Tpo src/test/.deps/test-test_address_set.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_bridges.o -MD -MP -MF src/test/.deps/test-test_bridges.Tpo -c -o src/test/test-test_bridges.o `test -f 'src/test/test_bridges.c' || echo './'`src/test/test_bridges.c
mv -f src/test/.deps/test-test_bridges.Tpo src/test/.deps/test-test_bridges.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_btrack.o -MD -MP -MF src/test/.deps/test-test_btrack.Tpo -c -o src/test/test-test_btrack.o `test -f 'src/test/test_btrack.c' || echo './'`src/test/test_btrack.c
mv -f src/test/.deps/test-test_btrack.Tpo src/test/.deps/test-test_btrack.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_buffers.o -MD -MP -MF src/test/.deps/test-test_buffers.Tpo -c -o src/test/test-test_buffers.o `test -f 'src/test/test_buffers.c' || echo './'`src/test/test_buffers.c
mv -f src/test/.deps/test-test_buffers.Tpo src/test/.deps/test-test_buffers.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_bwmgt.o -MD -MP -MF src/test/.deps/test-test_bwmgt.Tpo -c -o src/test/test-test_bwmgt.o `test -f 'src/test/test_bwmgt.c' || echo './'`src/test/test_bwmgt.c
mv -f src/test/.deps/test-test_bwmgt.Tpo src/test/.deps/test-test_bwmgt.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_cell_formats.o -MD -MP -MF src/test/.deps/test-test_cell_formats.Tpo -c -o src/test/test-test_cell_formats.o `test -f 'src/test/test_cell_formats.c' || echo './'`src/test/test_cell_formats.c
mv -f src/test/.deps/test-test_cell_formats.Tpo src/test/.deps/test-test_cell_formats.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_cell_queue.o -MD -MP -MF src/test/.deps/test-test_cell_queue.Tpo -c -o src/test/test-test_cell_queue.o `test -f 'src/test/test_cell_queue.c' || echo './'`src/test/test_cell_queue.c
mv -f src/test/.deps/test-test_cell_queue.Tpo src/test/.deps/test-test_cell_queue.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_channel.o -MD -MP -MF src/test/.deps/test-test_channel.Tpo -c -o src/test/test-test_channel.o `test -f 'src/test/test_channel.c' || echo './'`src/test/test_channel.c
mv -f src/test/.deps/test-test_channel.Tpo src/test/.deps/test-test_channel.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_channelpadding.o -MD -MP -MF src/test/.deps/test-test_channelpadding.Tpo -c -o src/test/test-test_channelpadding.o `test -f 'src/test/test_channelpadding.c' || echo './'`src/test/test_channelpadding.c
mv -f src/test/.deps/test-test_channelpadding.Tpo src/test/.deps/test-test_channelpadding.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_circuitpadding.o -MD -MP -MF src/test/.deps/test-test_circuitpadding.Tpo -c -o src/test/test-test_circuitpadding.o `test -f 'src/test/test_circuitpadding.c' || echo './'`src/test/test_circuitpadding.c
mv -f src/test/.deps/test-test_circuitpadding.Tpo src/test/.deps/test-test_circuitpadding.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_channeltls.o -MD -MP -MF src/test/.deps/test-test_channeltls.Tpo -c -o src/test/test-test_channeltls.o `test -f 'src/test/test_channeltls.c' || echo './'`src/test/test_channeltls.c
mv -f src/test/.deps/test-test_channeltls.Tpo src/test/.deps/test-test_channeltls.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_checkdir.o -MD -MP -MF src/test/.deps/test-test_checkdir.Tpo -c -o src/test/test-test_checkdir.o `test -f 'src/test/test_checkdir.c' || echo './'`src/test/test_checkdir.c
mv -f src/test/.deps/test-test_checkdir.Tpo src/test/.deps/test-test_checkdir.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_circuitlist.o -MD -MP -MF src/test/.deps/test-test_circuitlist.Tpo -c -o src/test/test-test_circuitlist.o `test -f 'src/test/test_circuitlist.c' || echo './'`src/test/test_circuitlist.c
mv -f src/test/.deps/test-test_circuitlist.Tpo src/test/.deps/test-test_circuitlist.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_circuitmux.o -MD -MP -MF src/test/.deps/test-test_circuitmux.Tpo -c -o src/test/test-test_circuitmux.o `test -f 'src/test/test_circuitmux.c' || echo './'`src/test/test_circuitmux.c
mv -f src/test/.deps/test-test_circuitmux.Tpo src/test/.deps/test-test_circuitmux.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_circuitmux_ewma.o -MD -MP -MF src/test/.deps/test-test_circuitmux_ewma.Tpo -c -o src/test/test-test_circuitmux_ewma.o `test -f 'src/test/test_circuitmux_ewma.c' || echo './'`src/test/test_circuitmux_ewma.c
mv -f src/test/.deps/test-test_circuitmux_ewma.Tpo src/test/.deps/test-test_circuitmux_ewma.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_circuitbuild.o -MD -MP -MF src/test/.deps/test-test_circuitbuild.Tpo -c -o src/test/test-test_circuitbuild.o `test -f 'src/test/test_circuitbuild.c' || echo './'`src/test/test_circuitbuild.c
mv -f src/test/.deps/test-test_circuitbuild.Tpo src/test/.deps/test-test_circuitbuild.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_circuituse.o -MD -MP -MF src/test/.deps/test-test_circuituse.Tpo -c -o src/test/test-test_circuituse.o `test -f 'src/test/test_circuituse.c' || echo './'`src/test/test_circuituse.c
mv -f src/test/.deps/test-test_circuituse.Tpo src/test/.deps/test-test_circuituse.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_circuitstats.o -MD -MP -MF src/test/.deps/test-test_circuitstats.Tpo -c -o src/test/test-test_circuitstats.o `test -f 'src/test/test_circuitstats.c' || echo './'`src/test/test_circuitstats.c
mv -f src/test/.deps/test-test_circuitstats.Tpo src/test/.deps/test-test_circuitstats.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_compat_libevent.o -MD -MP -MF src/test/.deps/test-test_compat_libevent.Tpo -c -o src/test/test-test_compat_libevent.o `test -f 'src/test/test_compat_libevent.c' || echo './'`src/test/test_compat_libevent.c
mv -f src/test/.deps/test-test_compat_libevent.Tpo src/test/.deps/test-test_compat_libevent.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_config.o -MD -MP -MF src/test/.deps/test-test_config.Tpo -c -o src/test/test-test_config.o `test -f 'src/test/test_config.c' || echo './'`src/test/test_config.c
mv -f src/test/.deps/test-test_config.Tpo src/test/.deps/test-test_config.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_conflux_cell.o -MD -MP -MF src/test/.deps/test-test_conflux_cell.Tpo -c -o src/test/test-test_conflux_cell.o `test -f 'src/test/test_conflux_cell.c' || echo './'`src/test/test_conflux_cell.c
mv -f src/test/.deps/test-test_conflux_cell.Tpo src/test/.deps/test-test_conflux_cell.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_conflux_pool.o -MD -MP -MF src/test/.deps/test-test_conflux_pool.Tpo -c -o src/test/test-test_conflux_pool.o `test -f 'src/test/test_conflux_pool.c' || echo './'`src/test/test_conflux_pool.c
mv -f src/test/.deps/test-test_conflux_pool.Tpo src/test/.deps/test-test_conflux_pool.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_confmgr.o -MD -MP -MF src/test/.deps/test-test_confmgr.Tpo -c -o src/test/test-test_confmgr.o `test -f 'src/test/test_confmgr.c' || echo './'`src/test/test_confmgr.c
mv -f src/test/.deps/test-test_confmgr.Tpo src/test/.deps/test-test_confmgr.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_confparse.o -MD -MP -MF src/test/.deps/test-test_confparse.Tpo -c -o src/test/test-test_confparse.o `test -f 'src/test/test_confparse.c' || echo './'`src/test/test_confparse.c
mv -f src/test/.deps/test-test_confparse.Tpo src/test/.deps/test-test_confparse.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_congestion_control.o -MD -MP -MF src/test/.deps/test-test_congestion_control.Tpo -c -o src/test/test-test_congestion_control.o `test -f 'src/test/test_congestion_control.c' || echo './'`src/test/test_congestion_control.c
mv -f src/test/.deps/test-test_congestion_control.Tpo src/test/.deps/test-test_congestion_control.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_connection.o -MD -MP -MF src/test/.deps/test-test_connection.Tpo -c -o src/test/test-test_connection.o `test -f 'src/test/test_connection.c' || echo './'`src/test/test_connection.c
mv -f src/test/.deps/test-test_connection.Tpo src/test/.deps/test-test_connection.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_conscache.o -MD -MP -MF src/test/.deps/test-test_conscache.Tpo -c -o src/test/test-test_conscache.o `test -f 'src/test/test_conscache.c' || echo './'`src/test/test_conscache.c
mv -f src/test/.deps/test-test_conscache.Tpo src/test/.deps/test-test_conscache.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_consdiff.o -MD -MP -MF src/test/.deps/test-test_consdiff.Tpo -c -o src/test/test-test_consdiff.o `test -f 'src/test/test_consdiff.c' || echo './'`src/test/test_consdiff.c
mv -f src/test/.deps/test-test_consdiff.Tpo src/test/.deps/test-test_consdiff.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_consdiffmgr.o -MD -MP -MF src/test/.deps/test-test_consdiffmgr.Tpo -c -o src/test/test-test_consdiffmgr.o `test -f 'src/test/test_consdiffmgr.c' || echo './'`src/test/test_consdiffmgr.c
mv -f src/test/.deps/test-test_consdiffmgr.Tpo src/test/.deps/test-test_consdiffmgr.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_containers.o -MD -MP -MF src/test/.deps/test-test_containers.Tpo -c -o src/test/test-test_containers.o `test -f 'src/test/test_containers.c' || echo './'`src/test/test_containers.c
mv -f src/test/.deps/test-test_containers.Tpo src/test/.deps/test-test_containers.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_controller.o -MD -MP -MF src/test/.deps/test-test_controller.Tpo -c -o src/test/test-test_controller.o `test -f 'src/test/test_controller.c' || echo './'`src/test/test_controller.c
mv -f src/test/.deps/test-test_controller.Tpo src/test/.deps/test-test_controller.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_controller_events.o -MD -MP -MF src/test/.deps/test-test_controller_events.Tpo -c -o src/test/test-test_controller_events.o `test -f 'src/test/test_controller_events.c' || echo './'`src/test/test_controller_events.c
mv -f src/test/.deps/test-test_controller_events.Tpo src/test/.deps/test-test_controller_events.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_crypto.o -MD -MP -MF src/test/.deps/test-test_crypto.Tpo -c -o src/test/test-test_crypto.o `test -f 'src/test/test_crypto.c' || echo './'`src/test/test_crypto.c
mv -f src/test/.deps/test-test_crypto.Tpo src/test/.deps/test-test_crypto.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_crypto_ope.o -MD -MP -MF src/test/.deps/test-test_crypto_ope.Tpo -c -o src/test/test-test_crypto_ope.o `test -f 'src/test/test_crypto_ope.c' || echo './'`src/test/test_crypto_ope.c
mv -f src/test/.deps/test-test_crypto_ope.Tpo src/test/.deps/test-test_crypto_ope.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_crypto_rng.o -MD -MP -MF src/test/.deps/test-test_crypto_rng.Tpo -c -o src/test/test-test_crypto_rng.o `test -f 'src/test/test_crypto_rng.c' || echo './'`src/test/test_crypto_rng.c
mv -f src/test/.deps/test-test_crypto_rng.Tpo src/test/.deps/test-test_crypto_rng.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_crypto_cgo.o -MD -MP -MF src/test/.deps/test-test_crypto_cgo.Tpo -c -o src/test/test-test_crypto_cgo.o `test -f 'src/test/test_crypto_cgo.c' || echo './'`src/test/test_crypto_cgo.c
mv -f src/test/.deps/test-test_crypto_cgo.Tpo src/test/.deps/test-test_crypto_cgo.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_data.o -MD -MP -MF src/test/.deps/test-test_data.Tpo -c -o src/test/test-test_data.o `test -f 'src/test/test_data.c' || echo './'`src/test/test_data.c
mv -f src/test/.deps/test-test_data.Tpo src/test/.deps/test-test_data.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_dir.o -MD -MP -MF src/test/.deps/test-test_dir.Tpo -c -o src/test/test-test_dir.o `test -f 'src/test/test_dir.c' || echo './'`src/test/test_dir.c
mv -f src/test/.deps/test-test_dir.Tpo src/test/.deps/test-test_dir.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_dirauth_ports.o -MD -MP -MF src/test/.deps/test-test_dirauth_ports.Tpo -c -o src/test/test-test_dirauth_ports.o `test -f 'src/test/test_dirauth_ports.c' || echo './'`src/test/test_dirauth_ports.c
mv -f src/test/.deps/test-test_dirauth_ports.Tpo src/test/.deps/test-test_dirauth_ports.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_dirvote.o -MD -MP -MF src/test/.deps/test-test_dirvote.Tpo -c -o src/test/test-test_dirvote.o `test -f 'src/test/test_dirvote.c' || echo './'`src/test/test_dirvote.c
mv -f src/test/.deps/test-test_dirvote.Tpo src/test/.deps/test-test_dirvote.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_dir_common.o -MD -MP -MF src/test/.deps/test-test_dir_common.Tpo -c -o src/test/test-test_dir_common.o `test -f 'src/test/test_dir_common.c' || echo './'`src/test/test_dir_common.c
mv -f src/test/.deps/test-test_dir_common.Tpo src/test/.deps/test-test_dir_common.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_dir_handle_get.o -MD -MP -MF src/test/.deps/test-test_dir_handle_get.Tpo -c -o src/test/test-test_dir_handle_get.o `test -f 'src/test/test_dir_handle_get.c' || echo './'`src/test/test_dir_handle_get.c
mv -f src/test/.deps/test-test_dir_handle_get.Tpo src/test/.deps/test-test_dir_handle_get.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_dispatch.o -MD -MP -MF src/test/.deps/test-test_dispatch.Tpo -c -o src/test/test-test_dispatch.o `test -f 'src/test/test_dispatch.c' || echo './'`src/test/test_dispatch.c
mv -f src/test/.deps/test-test_dispatch.Tpo src/test/.deps/test-test_dispatch.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_dos.o -MD -MP -MF src/test/.deps/test-test_dos.Tpo -c -o src/test/test-test_dos.o `test -f 'src/test/test_dos.c' || echo './'`src/test/test_dos.c
mv -f src/test/.deps/test-test_dos.Tpo src/test/.deps/test-test_dos.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_entryconn.o -MD -MP -MF src/test/.deps/test-test_entryconn.Tpo -c -o src/test/test-test_entryconn.o `test -f 'src/test/test_entryconn.c' || echo './'`src/test/test_entryconn.c
mv -f src/test/.deps/test-test_entryconn.Tpo src/test/.deps/test-test_entryconn.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_entrynodes.o -MD -MP -MF src/test/.deps/test-test_entrynodes.Tpo -c -o src/test/test-test_entrynodes.o `test -f 'src/test/test_entrynodes.c' || echo './'`src/test/test_entrynodes.c
mv -f src/test/.deps/test-test_entrynodes.Tpo src/test/.deps/test-test_entrynodes.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_geoip.o -MD -MP -MF src/test/.deps/test-test_geoip.Tpo -c -o src/test/test-test_geoip.o `test -f 'src/test/test_geoip.c' || echo './'`src/test/test_geoip.c
mv -f src/test/.deps/test-test_geoip.Tpo src/test/.deps/test-test_geoip.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_guardfraction.o -MD -MP -MF src/test/.deps/test-test_guardfraction.Tpo -c -o src/test/test-test_guardfraction.o `test -f 'src/test/test_guardfraction.c' || echo './'`src/test/test_guardfraction.c
mv -f src/test/.deps/test-test_guardfraction.Tpo src/test/.deps/test-test_guardfraction.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_extorport.o -MD -MP -MF src/test/.deps/test-test_extorport.Tpo -c -o src/test/test-test_extorport.o `test -f 'src/test/test_extorport.c' || echo './'`src/test/test_extorport.c
mv -f src/test/.deps/test-test_extorport.Tpo src/test/.deps/test-test_extorport.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_hs_common.o -MD -MP -MF src/test/.deps/test-test_hs_common.Tpo -c -o src/test/test-test_hs_common.o `test -f 'src/test/test_hs_common.c' || echo './'`src/test/test_hs_common.c
mv -f src/test/.deps/test-test_hs_common.Tpo src/test/.deps/test-test_hs_common.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_hs_config.o -MD -MP -MF src/test/.deps/test-test_hs_config.Tpo -c -o src/test/test-test_hs_config.o `test -f 'src/test/test_hs_config.c' || echo './'`src/test/test_hs_config.c
mv -f src/test/.deps/test-test_hs_config.Tpo src/test/.deps/test-test_hs_config.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_hs_cell.o -MD -MP -MF src/test/.deps/test-test_hs_cell.Tpo -c -o src/test/test-test_hs_cell.o `test -f 'src/test/test_hs_cell.c' || echo './'`src/test/test_hs_cell.c
mv -f src/test/.deps/test-test_hs_cell.Tpo src/test/.deps/test-test_hs_cell.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_hs_ntor.o -MD -MP -MF src/test/.deps/test-test_hs_ntor.Tpo -c -o src/test/test-test_hs_ntor.o `test -f 'src/test/test_hs_ntor.c' || echo './'`src/test/test_hs_ntor.c
mv -f src/test/.deps/test-test_hs_ntor.Tpo src/test/.deps/test-test_hs_ntor.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_hs_service.o -MD -MP -MF src/test/.deps/test-test_hs_service.Tpo -c -o src/test/test-test_hs_service.o `test -f 'src/test/test_hs_service.c' || echo './'`src/test/test_hs_service.c
mv -f src/test/.deps/test-test_hs_service.Tpo src/test/.deps/test-test_hs_service.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_hs_client.o -MD -MP -MF src/test/.deps/test-test_hs_client.Tpo -c -o src/test/test-test_hs_client.o `test -f 'src/test/test_hs_client.c' || echo './'`src/test/test_hs_client.c
mv -f src/test/.deps/test-test_hs_client.Tpo src/test/.deps/test-test_hs_client.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_hs_intropoint.o -MD -MP -MF src/test/.deps/test-test_hs_intropoint.Tpo -c -o src/test/test-test_hs_intropoint.o `test -f 'src/test/test_hs_intropoint.c' || echo './'`src/test/test_hs_intropoint.c
mv -f src/test/.deps/test-test_hs_intropoint.Tpo src/test/.deps/test-test_hs_intropoint.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_hs_control.o -MD -MP -MF src/test/.deps/test-test_hs_control.Tpo -c -o src/test/test-test_hs_control.o `test -f 'src/test/test_hs_control.c' || echo './'`src/test/test_hs_control.c
mv -f src/test/.deps/test-test_hs_control.Tpo src/test/.deps/test-test_hs_control.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_hs_ob.o -MD -MP -MF src/test/.deps/test-test_hs_ob.Tpo -c -o src/test/test-test_hs_ob.o `test -f 'src/test/test_hs_ob.c' || echo './'`src/test/test_hs_ob.c
mv -f src/test/.deps/test-test_hs_ob.Tpo src/test/.deps/test-test_hs_ob.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_handles.o -MD -MP -MF src/test/.deps/test-test_handles.Tpo -c -o src/test/test-test_handles.o `test -f 'src/test/test_handles.c' || echo './'`src/test/test_handles.c
mv -f src/test/.deps/test-test_handles.Tpo src/test/.deps/test-test_handles.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_hs_cache.o -MD -MP -MF src/test/.deps/test-test_hs_cache.Tpo -c -o src/test/test-test_hs_cache.o `test -f 'src/test/test_hs_cache.c' || echo './'`src/test/test_hs_cache.c
mv -f src/test/.deps/test-test_hs_cache.Tpo src/test/.deps/test-test_hs_cache.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_hs_descriptor.o -MD -MP -MF src/test/.deps/test-test_hs_descriptor.Tpo -c -o src/test/test-test_hs_descriptor.o `test -f 'src/test/test_hs_descriptor.c' || echo './'`src/test/test_hs_descriptor.c
src/test/test_hs_descriptor.c:38:1: warning: pragma diagnostic pop could not pop, no matching push [-Wunknown-pragmas]
38 | ENABLE_GCC_WARNING("-Woverlength-strings")
| ^
./src/lib/cc/compat_compiler.h:110:11: note: expanded from macro 'ENABLE_GCC_WARNING'
110 | PRAGMA_DIAGNOSTIC_(pop)
| ^
./src/lib/cc/compat_compiler.h:100:35: note: expanded from macro 'PRAGMA_DIAGNOSTIC_'
100 | # define PRAGMA_DIAGNOSTIC_(x) PRAGMA_(clang diagnostic x)
| ^
./src/lib/cc/compat_compiler.h:98:22: note: expanded from macro 'PRAGMA_'
98 | # define PRAGMA_(x) _Pragma (#x)
| ^
<scratch space>:183:22: note: expanded from here
183 | clang diagnostic pop
| ^
1 warning generated.
mv -f src/test/.deps/test-test_hs_descriptor.Tpo src/test/.deps/test-test_hs_descriptor.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_hs_dos.o -MD -MP -MF src/test/.deps/test-test_hs_dos.Tpo -c -o src/test/test-test_hs_dos.o `test -f 'src/test/test_hs_dos.c' || echo './'`src/test/test_hs_dos.c
mv -f src/test/.deps/test-test_hs_dos.Tpo src/test/.deps/test-test_hs_dos.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_hs_metrics.o -MD -MP -MF src/test/.deps/test-test_hs_metrics.Tpo -c -o src/test/test-test_hs_metrics.o `test -f 'src/test/test_hs_metrics.c' || echo './'`src/test/test_hs_metrics.c
mv -f src/test/.deps/test-test_hs_metrics.Tpo src/test/.deps/test-test_hs_metrics.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_hs_pow.o -MD -MP -MF src/test/.deps/test-test_hs_pow.Tpo -c -o src/test/test-test_hs_pow.o `test -f 'src/test/test_hs_pow.c' || echo './'`src/test/test_hs_pow.c
mv -f src/test/.deps/test-test_hs_pow.Tpo src/test/.deps/test-test_hs_pow.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_keypin.o -MD -MP -MF src/test/.deps/test-test_keypin.Tpo -c -o src/test/test-test_keypin.o `test -f 'src/test/test_keypin.c' || echo './'`src/test/test_keypin.c
mv -f src/test/.deps/test-test_keypin.Tpo src/test/.deps/test-test_keypin.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_link_handshake.o -MD -MP -MF src/test/.deps/test-test_link_handshake.Tpo -c -o src/test/test-test_link_handshake.o `test -f 'src/test/test_link_handshake.c' || echo './'`src/test/test_link_handshake.c
mv -f src/test/.deps/test-test_link_handshake.Tpo src/test/.deps/test-test_link_handshake.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_logging.o -MD -MP -MF src/test/.deps/test-test_logging.Tpo -c -o src/test/test-test_logging.o `test -f 'src/test/test_logging.c' || echo './'`src/test/test_logging.c
mv -f src/test/.deps/test-test_logging.Tpo src/test/.deps/test-test_logging.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_mainloop.o -MD -MP -MF src/test/.deps/test-test_mainloop.Tpo -c -o src/test/test-test_mainloop.o `test -f 'src/test/test_mainloop.c' || echo './'`src/test/test_mainloop.c
mv -f src/test/.deps/test-test_mainloop.Tpo src/test/.deps/test-test_mainloop.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_metrics.o -MD -MP -MF src/test/.deps/test-test_metrics.Tpo -c -o src/test/test-test_metrics.o `test -f 'src/test/test_metrics.c' || echo './'`src/test/test_metrics.c
mv -f src/test/.deps/test-test_metrics.Tpo src/test/.deps/test-test_metrics.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_microdesc.o -MD -MP -MF src/test/.deps/test-test_microdesc.Tpo -c -o src/test/test-test_microdesc.o `test -f 'src/test/test_microdesc.c' || echo './'`src/test/test_microdesc.c
mv -f src/test/.deps/test-test_microdesc.Tpo src/test/.deps/test-test_microdesc.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_namemap.o -MD -MP -MF src/test/.deps/test-test_namemap.Tpo -c -o src/test/test-test_namemap.o `test -f 'src/test/test_namemap.c' || echo './'`src/test/test_namemap.c
mv -f src/test/.deps/test-test_namemap.Tpo src/test/.deps/test-test_namemap.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_netinfo.o -MD -MP -MF src/test/.deps/test-test_netinfo.Tpo -c -o src/test/test-test_netinfo.o `test -f 'src/test/test_netinfo.c' || echo './'`src/test/test_netinfo.c
mv -f src/test/.deps/test-test_netinfo.Tpo src/test/.deps/test-test_netinfo.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_nodelist.o -MD -MP -MF src/test/.deps/test-test_nodelist.Tpo -c -o src/test/test-test_nodelist.o `test -f 'src/test/test_nodelist.c' || echo './'`src/test/test_nodelist.c
mv -f src/test/.deps/test-test_nodelist.Tpo src/test/.deps/test-test_nodelist.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_ntor_v3.o -MD -MP -MF src/test/.deps/test-test_ntor_v3.Tpo -c -o src/test/test-test_ntor_v3.o `test -f 'src/test/test_ntor_v3.c' || echo './'`src/test/test_ntor_v3.c
mv -f src/test/.deps/test-test_ntor_v3.Tpo src/test/.deps/test-test_ntor_v3.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_oom.o -MD -MP -MF src/test/.deps/test-test_oom.Tpo -c -o src/test/test-test_oom.o `test -f 'src/test/test_oom.c' || echo './'`src/test/test_oom.c
mv -f src/test/.deps/test-test_oom.Tpo src/test/.deps/test-test_oom.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_oos.o -MD -MP -MF src/test/.deps/test-test_oos.Tpo -c -o src/test/test-test_oos.o `test -f 'src/test/test_oos.c' || echo './'`src/test/test_oos.c
mv -f src/test/.deps/test-test_oos.Tpo src/test/.deps/test-test_oos.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_options.o -MD -MP -MF src/test/.deps/test-test_options.Tpo -c -o src/test/test-test_options.o `test -f 'src/test/test_options.c' || echo './'`src/test/test_options.c
mv -f src/test/.deps/test-test_options.Tpo src/test/.deps/test-test_options.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_options_act.o -MD -MP -MF src/test/.deps/test-test_options_act.Tpo -c -o src/test/test-test_options_act.o `test -f 'src/test/test_options_act.c' || echo './'`src/test/test_options_act.c
mv -f src/test/.deps/test-test_options_act.Tpo src/test/.deps/test-test_options_act.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_pem.o -MD -MP -MF src/test/.deps/test-test_pem.Tpo -c -o src/test/test-test_pem.o `test -f 'src/test/test_pem.c' || echo './'`src/test/test_pem.c
mv -f src/test/.deps/test-test_pem.Tpo src/test/.deps/test-test_pem.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_periodic_event.o -MD -MP -MF src/test/.deps/test-test_periodic_event.Tpo -c -o src/test/test-test_periodic_event.o `test -f 'src/test/test_periodic_event.c' || echo './'`src/test/test_periodic_event.c
mv -f src/test/.deps/test-test_periodic_event.Tpo src/test/.deps/test-test_periodic_event.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_policy.o -MD -MP -MF src/test/.deps/test-test_policy.Tpo -c -o src/test/test-test_policy.o `test -f 'src/test/test_policy.c' || echo './'`src/test/test_policy.c
mv -f src/test/.deps/test-test_policy.Tpo src/test/.deps/test-test_policy.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_process.o -MD -MP -MF src/test/.deps/test-test_process.Tpo -c -o src/test/test-test_process.o `test -f 'src/test/test_process.c' || echo './'`src/test/test_process.c
mv -f src/test/.deps/test-test_process.Tpo src/test/.deps/test-test_process.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_process_descs.o -MD -MP -MF src/test/.deps/test-test_process_descs.Tpo -c -o src/test/test-test_process_descs.o `test -f 'src/test/test_process_descs.c' || echo './'`src/test/test_process_descs.c
mv -f src/test/.deps/test-test_process_descs.Tpo src/test/.deps/test-test_process_descs.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_prob_distr.o -MD -MP -MF src/test/.deps/test-test_prob_distr.Tpo -c -o src/test/test-test_prob_distr.o `test -f 'src/test/test_prob_distr.c' || echo './'`src/test/test_prob_distr.c
mv -f src/test/.deps/test-test_prob_distr.Tpo src/test/.deps/test-test_prob_distr.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_procmon.o -MD -MP -MF src/test/.deps/test-test_procmon.Tpo -c -o src/test/test-test_procmon.o `test -f 'src/test/test_procmon.c' || echo './'`src/test/test_procmon.c
mv -f src/test/.deps/test-test_procmon.Tpo src/test/.deps/test-test_procmon.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_proto_haproxy.o -MD -MP -MF src/test/.deps/test-test_proto_haproxy.Tpo -c -o src/test/test-test_proto_haproxy.o `test -f 'src/test/test_proto_haproxy.c' || echo './'`src/test/test_proto_haproxy.c
mv -f src/test/.deps/test-test_proto_haproxy.Tpo src/test/.deps/test-test_proto_haproxy.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_proto_http.o -MD -MP -MF src/test/.deps/test-test_proto_http.Tpo -c -o src/test/test-test_proto_http.o `test -f 'src/test/test_proto_http.c' || echo './'`src/test/test_proto_http.c
mv -f src/test/.deps/test-test_proto_http.Tpo src/test/.deps/test-test_proto_http.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_proto_misc.o -MD -MP -MF src/test/.deps/test-test_proto_misc.Tpo -c -o src/test/test-test_proto_misc.o `test -f 'src/test/test_proto_misc.c' || echo './'`src/test/test_proto_misc.c
mv -f src/test/.deps/test-test_proto_misc.Tpo src/test/.deps/test-test_proto_misc.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_protover.o -MD -MP -MF src/test/.deps/test-test_protover.Tpo -c -o src/test/test-test_protover.o `test -f 'src/test/test_protover.c' || echo './'`src/test/test_protover.c
mv -f src/test/.deps/test-test_protover.Tpo src/test/.deps/test-test_protover.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_pt.o -MD -MP -MF src/test/.deps/test-test_pt.Tpo -c -o src/test/test-test_pt.o `test -f 'src/test/test_pt.c' || echo './'`src/test/test_pt.c
mv -f src/test/.deps/test-test_pt.Tpo src/test/.deps/test-test_pt.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_pubsub_build.o -MD -MP -MF src/test/.deps/test-test_pubsub_build.Tpo -c -o src/test/test-test_pubsub_build.o `test -f 'src/test/test_pubsub_build.c' || echo './'`src/test/test_pubsub_build.c
mv -f src/test/.deps/test-test_pubsub_build.Tpo src/test/.deps/test-test_pubsub_build.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_pubsub_msg.o -MD -MP -MF src/test/.deps/test-test_pubsub_msg.Tpo -c -o src/test/test-test_pubsub_msg.o `test -f 'src/test/test_pubsub_msg.c' || echo './'`src/test/test_pubsub_msg.c
mv -f src/test/.deps/test-test_pubsub_msg.Tpo src/test/.deps/test-test_pubsub_msg.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_relay.o -MD -MP -MF src/test/.deps/test-test_relay.Tpo -c -o src/test/test-test_relay.o `test -f 'src/test/test_relay.c' || echo './'`src/test/test_relay.c
mv -f src/test/.deps/test-test_relay.Tpo src/test/.deps/test-test_relay.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_relaycell.o -MD -MP -MF src/test/.deps/test-test_relaycell.Tpo -c -o src/test/test-test_relaycell.o `test -f 'src/test/test_relaycell.c' || echo './'`src/test/test_relaycell.c
mv -f src/test/.deps/test-test_relaycell.Tpo src/test/.deps/test-test_relaycell.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_relaycrypt.o -MD -MP -MF src/test/.deps/test-test_relaycrypt.Tpo -c -o src/test/test-test_relaycrypt.o `test -f 'src/test/test_relaycrypt.c' || echo './'`src/test/test_relaycrypt.c
mv -f src/test/.deps/test-test_relaycrypt.Tpo src/test/.deps/test-test_relaycrypt.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_replay.o -MD -MP -MF src/test/.deps/test-test_replay.Tpo -c -o src/test/test-test_replay.o `test -f 'src/test/test_replay.c' || echo './'`src/test/test_replay.c
mv -f src/test/.deps/test-test_replay.Tpo src/test/.deps/test-test_replay.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_router.o -MD -MP -MF src/test/.deps/test-test_router.Tpo -c -o src/test/test-test_router.o `test -f 'src/test/test_router.c' || echo './'`src/test/test_router.c
mv -f src/test/.deps/test-test_router.Tpo src/test/.deps/test-test_router.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_routerkeys.o -MD -MP -MF src/test/.deps/test-test_routerkeys.Tpo -c -o src/test/test-test_routerkeys.o `test -f 'src/test/test_routerkeys.c' || echo './'`src/test/test_routerkeys.c
mv -f src/test/.deps/test-test_routerkeys.Tpo src/test/.deps/test-test_routerkeys.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_routerlist.o -MD -MP -MF src/test/.deps/test-test_routerlist.Tpo -c -o src/test/test-test_routerlist.o `test -f 'src/test/test_routerlist.c' || echo './'`src/test/test_routerlist.c
mv -f src/test/.deps/test-test_routerlist.Tpo src/test/.deps/test-test_routerlist.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_routerset.o -MD -MP -MF src/test/.deps/test-test_routerset.Tpo -c -o src/test/test-test_routerset.o `test -f 'src/test/test_routerset.c' || echo './'`src/test/test_routerset.c
mv -f src/test/.deps/test-test_routerset.Tpo src/test/.deps/test-test_routerset.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_sandbox.o -MD -MP -MF src/test/.deps/test-test_sandbox.Tpo -c -o src/test/test-test_sandbox.o `test -f 'src/test/test_sandbox.c' || echo './'`src/test/test_sandbox.c
mv -f src/test/.deps/test-test_sandbox.Tpo src/test/.deps/test-test_sandbox.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_scheduler.o -MD -MP -MF src/test/.deps/test-test_scheduler.Tpo -c -o src/test/test-test_scheduler.o `test -f 'src/test/test_scheduler.c' || echo './'`src/test/test_scheduler.c
mv -f src/test/.deps/test-test_scheduler.Tpo src/test/.deps/test-test_scheduler.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_sendme.o -MD -MP -MF src/test/.deps/test-test_sendme.Tpo -c -o src/test/test-test_sendme.o `test -f 'src/test/test_sendme.c' || echo './'`src/test/test_sendme.c
mv -f src/test/.deps/test-test_sendme.Tpo src/test/.deps/test-test_sendme.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_shared_random.o -MD -MP -MF src/test/.deps/test-test_shared_random.Tpo -c -o src/test/test-test_shared_random.o `test -f 'src/test/test_shared_random.c' || echo './'`src/test/test_shared_random.c
mv -f src/test/.deps/test-test_shared_random.Tpo src/test/.deps/test-test_shared_random.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_socks.o -MD -MP -MF src/test/.deps/test-test_socks.Tpo -c -o src/test/test-test_socks.o `test -f 'src/test/test_socks.c' || echo './'`src/test/test_socks.c
mv -f src/test/.deps/test-test_socks.Tpo src/test/.deps/test-test_socks.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_statefile.o -MD -MP -MF src/test/.deps/test-test_statefile.Tpo -c -o src/test/test-test_statefile.o `test -f 'src/test/test_statefile.c' || echo './'`src/test/test_statefile.c
mv -f src/test/.deps/test-test_statefile.Tpo src/test/.deps/test-test_statefile.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_stats.o -MD -MP -MF src/test/.deps/test-test_stats.Tpo -c -o src/test/test-test_stats.o `test -f 'src/test/test_stats.c' || echo './'`src/test/test_stats.c
mv -f src/test/.deps/test-test_stats.Tpo src/test/.deps/test-test_stats.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_status.o -MD -MP -MF src/test/.deps/test-test_status.Tpo -c -o src/test/test-test_status.o `test -f 'src/test/test_status.c' || echo './'`src/test/test_status.c
mv -f src/test/.deps/test-test_status.Tpo src/test/.deps/test-test_status.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_storagedir.o -MD -MP -MF src/test/.deps/test-test_storagedir.Tpo -c -o src/test/test-test_storagedir.o `test -f 'src/test/test_storagedir.c' || echo './'`src/test/test_storagedir.c
mv -f src/test/.deps/test-test_storagedir.Tpo src/test/.deps/test-test_storagedir.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_threads.o -MD -MP -MF src/test/.deps/test-test_threads.Tpo -c -o src/test/test-test_threads.o `test -f 'src/test/test_threads.c' || echo './'`src/test/test_threads.c
mv -f src/test/.deps/test-test_threads.Tpo src/test/.deps/test-test_threads.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_token_bucket.o -MD -MP -MF src/test/.deps/test-test_token_bucket.Tpo -c -o src/test/test-test_token_bucket.o `test -f 'src/test/test_token_bucket.c' || echo './'`src/test/test_token_bucket.c
mv -f src/test/.deps/test-test_token_bucket.Tpo src/test/.deps/test-test_token_bucket.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_tortls.o -MD -MP -MF src/test/.deps/test-test_tortls.Tpo -c -o src/test/test-test_tortls.o `test -f 'src/test/test_tortls.c' || echo './'`src/test/test_tortls.c
mv -f src/test/.deps/test-test_tortls.Tpo src/test/.deps/test-test_tortls.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_util.o -MD -MP -MF src/test/.deps/test-test_util.Tpo -c -o src/test/test-test_util.o `test -f 'src/test/test_util.c' || echo './'`src/test/test_util.c
mv -f src/test/.deps/test-test_util.Tpo src/test/.deps/test-test_util.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_util_format.o -MD -MP -MF src/test/.deps/test-test_util_format.Tpo -c -o src/test/test-test_util_format.o `test -f 'src/test/test_util_format.c' || echo './'`src/test/test_util_format.c
mv -f src/test/.deps/test-test_util_format.Tpo src/test/.deps/test-test_util_format.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_util_process.o -MD -MP -MF src/test/.deps/test-test_util_process.Tpo -c -o src/test/test-test_util_process.o `test -f 'src/test/test_util_process.c' || echo './'`src/test/test_util_process.c
mv -f src/test/.deps/test-test_util_process.Tpo src/test/.deps/test-test_util_process.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_voting_flags.o -MD -MP -MF src/test/.deps/test-test_voting_flags.Tpo -c -o src/test/test-test_voting_flags.o `test -f 'src/test/test_voting_flags.c' || echo './'`src/test/test_voting_flags.c
mv -f src/test/.deps/test-test_voting_flags.Tpo src/test/.deps/test-test_voting_flags.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_voting_schedule.o -MD -MP -MF src/test/.deps/test-test_voting_schedule.Tpo -c -o src/test/test-test_voting_schedule.o `test -f 'src/test/test_voting_schedule.c' || echo './'`src/test/test_voting_schedule.c
mv -f src/test/.deps/test-test_voting_schedule.Tpo src/test/.deps/test-test_voting_schedule.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_x509.o -MD -MP -MF src/test/.deps/test-test_x509.Tpo -c -o src/test/test-test_x509.o `test -f 'src/test/test_x509.c' || echo './'`src/test/test_x509.c
mv -f src/test/.deps/test-test_x509.Tpo src/test/.deps/test-test_x509.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_helpers.o -MD -MP -MF src/test/.deps/test-test_helpers.Tpo -c -o src/test/test-test_helpers.o `test -f 'src/test/test_helpers.c' || echo './'`src/test/test_helpers.c
mv -f src/test/.deps/test-test_helpers.Tpo src/test/.deps/test-test_helpers.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_dns.o -MD -MP -MF src/test/.deps/test-test_dns.Tpo -c -o src/test/test-test_dns.o `test -f 'src/test/test_dns.c' || echo './'`src/test/test_dns.c
mv -f src/test/.deps/test-test_dns.Tpo src/test/.deps/test-test_dns.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_parsecommon.o -MD -MP -MF src/test/.deps/test-test_parsecommon.Tpo -c -o src/test/test-test_parsecommon.o `test -f 'src/test/test_parsecommon.c' || echo './'`src/test/test_parsecommon.c
mv -f src/test/.deps/test-test_parsecommon.Tpo src/test/.deps/test-test_parsecommon.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-testing_common.o -MD -MP -MF src/test/.deps/test-testing_common.Tpo -c -o src/test/test-testing_common.o `test -f 'src/test/testing_common.c' || echo './'`src/test/testing_common.c
mv -f src/test/.deps/test-testing_common.Tpo src/test/.deps/test-testing_common.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-testing_rsakeys.o -MD -MP -MF src/test/.deps/test-testing_rsakeys.Tpo -c -o src/test/test-testing_rsakeys.o `test -f 'src/test/testing_rsakeys.c' || echo './'`src/test/testing_rsakeys.c
mv -f src/test/.deps/test-testing_rsakeys.Tpo src/test/.deps/test-testing_rsakeys.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/test_test-tinytest.o -MD -MP -MF src/ext/.deps/test_test-tinytest.Tpo -c -o src/ext/test_test-tinytest.o `test -f 'src/ext/tinytest.c' || echo './'`src/ext/tinytest.c
mv -f src/ext/.deps/test_test-tinytest.Tpo src/ext/.deps/test_test-tinytest.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_crypto_openssl.o -MD -MP -MF src/test/.deps/test-test_crypto_openssl.Tpo -c -o src/test/test-test_crypto_openssl.o `test -f 'src/test/test_crypto_openssl.c' || echo './'`src/test/test_crypto_openssl.c
mv -f src/test/.deps/test-test_crypto_openssl.Tpo src/test/.deps/test-test_crypto_openssl.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-test_tortls_openssl.o -MD -MP -MF src/test/.deps/test-test_tortls_openssl.Tpo -c -o src/test/test-test_tortls_openssl.o `test -f 'src/test/test_tortls_openssl.c' || echo './'`src/test/test_tortls_openssl.c
mv -f src/test/.deps/test-test_tortls_openssl.Tpo src/test/.deps/test-test_tortls_openssl.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/crypto/libtor_app_testing_a-hs_ntor.o -MD -MP -MF src/core/crypto/.deps/libtor_app_testing_a-hs_ntor.Tpo -c -o src/core/crypto/libtor_app_testing_a-hs_ntor.o `test -f 'src/core/crypto/hs_ntor.c' || echo './'`src/core/crypto/hs_ntor.c
mv -f src/core/crypto/.deps/libtor_app_testing_a-hs_ntor.Tpo src/core/crypto/.deps/libtor_app_testing_a-hs_ntor.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/crypto/libtor_app_testing_a-onion_crypto.o -MD -MP -MF src/core/crypto/.deps/libtor_app_testing_a-onion_crypto.Tpo -c -o src/core/crypto/libtor_app_testing_a-onion_crypto.o `test -f 'src/core/crypto/onion_crypto.c' || echo './'`src/core/crypto/onion_crypto.c
mv -f src/core/crypto/.deps/libtor_app_testing_a-onion_crypto.Tpo src/core/crypto/.deps/libtor_app_testing_a-onion_crypto.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/crypto/libtor_app_testing_a-onion_fast.o -MD -MP -MF src/core/crypto/.deps/libtor_app_testing_a-onion_fast.Tpo -c -o src/core/crypto/libtor_app_testing_a-onion_fast.o `test -f 'src/core/crypto/onion_fast.c' || echo './'`src/core/crypto/onion_fast.c
mv -f src/core/crypto/.deps/libtor_app_testing_a-onion_fast.Tpo src/core/crypto/.deps/libtor_app_testing_a-onion_fast.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/crypto/libtor_app_testing_a-onion_ntor.o -MD -MP -MF src/core/crypto/.deps/libtor_app_testing_a-onion_ntor.Tpo -c -o src/core/crypto/libtor_app_testing_a-onion_ntor.o `test -f 'src/core/crypto/onion_ntor.c' || echo './'`src/core/crypto/onion_ntor.c
mv -f src/core/crypto/.deps/libtor_app_testing_a-onion_ntor.Tpo src/core/crypto/.deps/libtor_app_testing_a-onion_ntor.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/crypto/libtor_app_testing_a-onion_ntor_v3.o -MD -MP -MF src/core/crypto/.deps/libtor_app_testing_a-onion_ntor_v3.Tpo -c -o src/core/crypto/libtor_app_testing_a-onion_ntor_v3.o `test -f 'src/core/crypto/onion_ntor_v3.c' || echo './'`src/core/crypto/onion_ntor_v3.c
mv -f src/core/crypto/.deps/libtor_app_testing_a-onion_ntor_v3.Tpo src/core/crypto/.deps/libtor_app_testing_a-onion_ntor_v3.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/crypto/libtor_app_testing_a-relay_crypto.o -MD -MP -MF src/core/crypto/.deps/libtor_app_testing_a-relay_crypto.Tpo -c -o src/core/crypto/libtor_app_testing_a-relay_crypto.o `test -f 'src/core/crypto/relay_crypto.c' || echo './'`src/core/crypto/relay_crypto.c
mv -f src/core/crypto/.deps/libtor_app_testing_a-relay_crypto.Tpo src/core/crypto/.deps/libtor_app_testing_a-relay_crypto.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/crypto/libtor_app_testing_a-relay_crypto_cgo.o -MD -MP -MF src/core/crypto/.deps/libtor_app_testing_a-relay_crypto_cgo.Tpo -c -o src/core/crypto/libtor_app_testing_a-relay_crypto_cgo.o `test -f 'src/core/crypto/relay_crypto_cgo.c' || echo './'`src/core/crypto/relay_crypto_cgo.c
mv -f src/core/crypto/.deps/libtor_app_testing_a-relay_crypto_cgo.Tpo src/core/crypto/.deps/libtor_app_testing_a-relay_crypto_cgo.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/crypto/libtor_app_testing_a-relay_crypto_tor1.o -MD -MP -MF src/core/crypto/.deps/libtor_app_testing_a-relay_crypto_tor1.Tpo -c -o src/core/crypto/libtor_app_testing_a-relay_crypto_tor1.o `test -f 'src/core/crypto/relay_crypto_tor1.c' || echo './'`src/core/crypto/relay_crypto_tor1.c
mv -f src/core/crypto/.deps/libtor_app_testing_a-relay_crypto_tor1.Tpo src/core/crypto/.deps/libtor_app_testing_a-relay_crypto_tor1.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/mainloop/libtor_app_testing_a-connection.o -MD -MP -MF src/core/mainloop/.deps/libtor_app_testing_a-connection.Tpo -c -o src/core/mainloop/libtor_app_testing_a-connection.o `test -f 'src/core/mainloop/connection.c' || echo './'`src/core/mainloop/connection.c
mv -f src/core/mainloop/.deps/libtor_app_testing_a-connection.Tpo src/core/mainloop/.deps/libtor_app_testing_a-connection.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/mainloop/libtor_app_testing_a-cpuworker.o -MD -MP -MF src/core/mainloop/.deps/libtor_app_testing_a-cpuworker.Tpo -c -o src/core/mainloop/libtor_app_testing_a-cpuworker.o `test -f 'src/core/mainloop/cpuworker.c' || echo './'`src/core/mainloop/cpuworker.c
mv -f src/core/mainloop/.deps/libtor_app_testing_a-cpuworker.Tpo src/core/mainloop/.deps/libtor_app_testing_a-cpuworker.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/mainloop/libtor_app_testing_a-mainloop.o -MD -MP -MF src/core/mainloop/.deps/libtor_app_testing_a-mainloop.Tpo -c -o src/core/mainloop/libtor_app_testing_a-mainloop.o `test -f 'src/core/mainloop/mainloop.c' || echo './'`src/core/mainloop/mainloop.c
mv -f src/core/mainloop/.deps/libtor_app_testing_a-mainloop.Tpo src/core/mainloop/.deps/libtor_app_testing_a-mainloop.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/mainloop/libtor_app_testing_a-mainloop_pubsub.o -MD -MP -MF src/core/mainloop/.deps/libtor_app_testing_a-mainloop_pubsub.Tpo -c -o src/core/mainloop/libtor_app_testing_a-mainloop_pubsub.o `test -f 'src/core/mainloop/mainloop_pubsub.c' || echo './'`src/core/mainloop/mainloop_pubsub.c
mv -f src/core/mainloop/.deps/libtor_app_testing_a-mainloop_pubsub.Tpo src/core/mainloop/.deps/libtor_app_testing_a-mainloop_pubsub.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/mainloop/libtor_app_testing_a-mainloop_sys.o -MD -MP -MF src/core/mainloop/.deps/libtor_app_testing_a-mainloop_sys.Tpo -c -o src/core/mainloop/libtor_app_testing_a-mainloop_sys.o `test -f 'src/core/mainloop/mainloop_sys.c' || echo './'`src/core/mainloop/mainloop_sys.c
mv -f src/core/mainloop/.deps/libtor_app_testing_a-mainloop_sys.Tpo src/core/mainloop/.deps/libtor_app_testing_a-mainloop_sys.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/mainloop/libtor_app_testing_a-netstatus.o -MD -MP -MF src/core/mainloop/.deps/libtor_app_testing_a-netstatus.Tpo -c -o src/core/mainloop/libtor_app_testing_a-netstatus.o `test -f 'src/core/mainloop/netstatus.c' || echo './'`src/core/mainloop/netstatus.c
mv -f src/core/mainloop/.deps/libtor_app_testing_a-netstatus.Tpo src/core/mainloop/.deps/libtor_app_testing_a-netstatus.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/mainloop/libtor_app_testing_a-periodic.o -MD -MP -MF src/core/mainloop/.deps/libtor_app_testing_a-periodic.Tpo -c -o src/core/mainloop/libtor_app_testing_a-periodic.o `test -f 'src/core/mainloop/periodic.c' || echo './'`src/core/mainloop/periodic.c
mv -f src/core/mainloop/.deps/libtor_app_testing_a-periodic.Tpo src/core/mainloop/.deps/libtor_app_testing_a-periodic.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/libtor_app_testing_a-address_set.o -MD -MP -MF src/core/or/.deps/libtor_app_testing_a-address_set.Tpo -c -o src/core/or/libtor_app_testing_a-address_set.o `test -f 'src/core/or/address_set.c' || echo './'`src/core/or/address_set.c
mv -f src/core/or/.deps/libtor_app_testing_a-address_set.Tpo src/core/or/.deps/libtor_app_testing_a-address_set.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/libtor_app_testing_a-channel.o -MD -MP -MF src/core/or/.deps/libtor_app_testing_a-channel.Tpo -c -o src/core/or/libtor_app_testing_a-channel.o `test -f 'src/core/or/channel.c' || echo './'`src/core/or/channel.c
mv -f src/core/or/.deps/libtor_app_testing_a-channel.Tpo src/core/or/.deps/libtor_app_testing_a-channel.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/libtor_app_testing_a-channelpadding.o -MD -MP -MF src/core/or/.deps/libtor_app_testing_a-channelpadding.Tpo -c -o src/core/or/libtor_app_testing_a-channelpadding.o `test -f 'src/core/or/channelpadding.c' || echo './'`src/core/or/channelpadding.c
mv -f src/core/or/.deps/libtor_app_testing_a-channelpadding.Tpo src/core/or/.deps/libtor_app_testing_a-channelpadding.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/libtor_app_testing_a-channeltls.o -MD -MP -MF src/core/or/.deps/libtor_app_testing_a-channeltls.Tpo -c -o src/core/or/libtor_app_testing_a-channeltls.o `test -f 'src/core/or/channeltls.c' || echo './'`src/core/or/channeltls.c
mv -f src/core/or/.deps/libtor_app_testing_a-channeltls.Tpo src/core/or/.deps/libtor_app_testing_a-channeltls.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/libtor_app_testing_a-circuitbuild.o -MD -MP -MF src/core/or/.deps/libtor_app_testing_a-circuitbuild.Tpo -c -o src/core/or/libtor_app_testing_a-circuitbuild.o `test -f 'src/core/or/circuitbuild.c' || echo './'`src/core/or/circuitbuild.c
mv -f src/core/or/.deps/libtor_app_testing_a-circuitbuild.Tpo src/core/or/.deps/libtor_app_testing_a-circuitbuild.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/libtor_app_testing_a-circuitlist.o -MD -MP -MF src/core/or/.deps/libtor_app_testing_a-circuitlist.Tpo -c -o src/core/or/libtor_app_testing_a-circuitlist.o `test -f 'src/core/or/circuitlist.c' || echo './'`src/core/or/circuitlist.c
mv -f src/core/or/.deps/libtor_app_testing_a-circuitlist.Tpo src/core/or/.deps/libtor_app_testing_a-circuitlist.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/libtor_app_testing_a-circuitmux.o -MD -MP -MF src/core/or/.deps/libtor_app_testing_a-circuitmux.Tpo -c -o src/core/or/libtor_app_testing_a-circuitmux.o `test -f 'src/core/or/circuitmux.c' || echo './'`src/core/or/circuitmux.c
mv -f src/core/or/.deps/libtor_app_testing_a-circuitmux.Tpo src/core/or/.deps/libtor_app_testing_a-circuitmux.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/libtor_app_testing_a-circuitmux_ewma.o -MD -MP -MF src/core/or/.deps/libtor_app_testing_a-circuitmux_ewma.Tpo -c -o src/core/or/libtor_app_testing_a-circuitmux_ewma.o `test -f 'src/core/or/circuitmux_ewma.c' || echo './'`src/core/or/circuitmux_ewma.c
mv -f src/core/or/.deps/libtor_app_testing_a-circuitmux_ewma.Tpo src/core/or/.deps/libtor_app_testing_a-circuitmux_ewma.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/libtor_app_testing_a-circuitpadding.o -MD -MP -MF src/core/or/.deps/libtor_app_testing_a-circuitpadding.Tpo -c -o src/core/or/libtor_app_testing_a-circuitpadding.o `test -f 'src/core/or/circuitpadding.c' || echo './'`src/core/or/circuitpadding.c
mv -f src/core/or/.deps/libtor_app_testing_a-circuitpadding.Tpo src/core/or/.deps/libtor_app_testing_a-circuitpadding.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/libtor_app_testing_a-circuitpadding_machines.o -MD -MP -MF src/core/or/.deps/libtor_app_testing_a-circuitpadding_machines.Tpo -c -o src/core/or/libtor_app_testing_a-circuitpadding_machines.o `test -f 'src/core/or/circuitpadding_machines.c' || echo './'`src/core/or/circuitpadding_machines.c
mv -f src/core/or/.deps/libtor_app_testing_a-circuitpadding_machines.Tpo src/core/or/.deps/libtor_app_testing_a-circuitpadding_machines.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/libtor_app_testing_a-circuitstats.o -MD -MP -MF src/core/or/.deps/libtor_app_testing_a-circuitstats.Tpo -c -o src/core/or/libtor_app_testing_a-circuitstats.o `test -f 'src/core/or/circuitstats.c' || echo './'`src/core/or/circuitstats.c
mv -f src/core/or/.deps/libtor_app_testing_a-circuitstats.Tpo src/core/or/.deps/libtor_app_testing_a-circuitstats.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/libtor_app_testing_a-circuituse.o -MD -MP -MF src/core/or/.deps/libtor_app_testing_a-circuituse.Tpo -c -o src/core/or/libtor_app_testing_a-circuituse.o `test -f 'src/core/or/circuituse.c' || echo './'`src/core/or/circuituse.c
mv -f src/core/or/.deps/libtor_app_testing_a-circuituse.Tpo src/core/or/.deps/libtor_app_testing_a-circuituse.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/libtor_app_testing_a-crypt_path.o -MD -MP -MF src/core/or/.deps/libtor_app_testing_a-crypt_path.Tpo -c -o src/core/or/libtor_app_testing_a-crypt_path.o `test -f 'src/core/or/crypt_path.c' || echo './'`src/core/or/crypt_path.c
mv -f src/core/or/.deps/libtor_app_testing_a-crypt_path.Tpo src/core/or/.deps/libtor_app_testing_a-crypt_path.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/libtor_app_testing_a-command.o -MD -MP -MF src/core/or/.deps/libtor_app_testing_a-command.Tpo -c -o src/core/or/libtor_app_testing_a-command.o `test -f 'src/core/or/command.c' || echo './'`src/core/or/command.c
mv -f src/core/or/.deps/libtor_app_testing_a-command.Tpo src/core/or/.deps/libtor_app_testing_a-command.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/libtor_app_testing_a-connection_edge.o -MD -MP -MF src/core/or/.deps/libtor_app_testing_a-connection_edge.Tpo -c -o src/core/or/libtor_app_testing_a-connection_edge.o `test -f 'src/core/or/connection_edge.c' || echo './'`src/core/or/connection_edge.c
mv -f src/core/or/.deps/libtor_app_testing_a-connection_edge.Tpo src/core/or/.deps/libtor_app_testing_a-connection_edge.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/libtor_app_testing_a-connection_or.o -MD -MP -MF src/core/or/.deps/libtor_app_testing_a-connection_or.Tpo -c -o src/core/or/libtor_app_testing_a-connection_or.o `test -f 'src/core/or/connection_or.c' || echo './'`src/core/or/connection_or.c
mv -f src/core/or/.deps/libtor_app_testing_a-connection_or.Tpo src/core/or/.deps/libtor_app_testing_a-connection_or.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/libtor_app_testing_a-dos.o -MD -MP -MF src/core/or/.deps/libtor_app_testing_a-dos.Tpo -c -o src/core/or/libtor_app_testing_a-dos.o `test -f 'src/core/or/dos.c' || echo './'`src/core/or/dos.c
mv -f src/core/or/.deps/libtor_app_testing_a-dos.Tpo src/core/or/.deps/libtor_app_testing_a-dos.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/libtor_app_testing_a-dos_config.o -MD -MP -MF src/core/or/.deps/libtor_app_testing_a-dos_config.Tpo -c -o src/core/or/libtor_app_testing_a-dos_config.o `test -f 'src/core/or/dos_config.c' || echo './'`src/core/or/dos_config.c
mv -f src/core/or/.deps/libtor_app_testing_a-dos_config.Tpo src/core/or/.deps/libtor_app_testing_a-dos_config.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/libtor_app_testing_a-dos_sys.o -MD -MP -MF src/core/or/.deps/libtor_app_testing_a-dos_sys.Tpo -c -o src/core/or/libtor_app_testing_a-dos_sys.o `test -f 'src/core/or/dos_sys.c' || echo './'`src/core/or/dos_sys.c
mv -f src/core/or/.deps/libtor_app_testing_a-dos_sys.Tpo src/core/or/.deps/libtor_app_testing_a-dos_sys.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/libtor_app_testing_a-extendinfo.o -MD -MP -MF src/core/or/.deps/libtor_app_testing_a-extendinfo.Tpo -c -o src/core/or/libtor_app_testing_a-extendinfo.o `test -f 'src/core/or/extendinfo.c' || echo './'`src/core/or/extendinfo.c
mv -f src/core/or/.deps/libtor_app_testing_a-extendinfo.Tpo src/core/or/.deps/libtor_app_testing_a-extendinfo.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/libtor_app_testing_a-onion.o -MD -MP -MF src/core/or/.deps/libtor_app_testing_a-onion.Tpo -c -o src/core/or/libtor_app_testing_a-onion.o `test -f 'src/core/or/onion.c' || echo './'`src/core/or/onion.c
mv -f src/core/or/.deps/libtor_app_testing_a-onion.Tpo src/core/or/.deps/libtor_app_testing_a-onion.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/libtor_app_testing_a-ocirc_event.o -MD -MP -MF src/core/or/.deps/libtor_app_testing_a-ocirc_event.Tpo -c -o src/core/or/libtor_app_testing_a-ocirc_event.o `test -f 'src/core/or/ocirc_event.c' || echo './'`src/core/or/ocirc_event.c
mv -f src/core/or/.deps/libtor_app_testing_a-ocirc_event.Tpo src/core/or/.deps/libtor_app_testing_a-ocirc_event.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/libtor_app_testing_a-or_periodic.o -MD -MP -MF src/core/or/.deps/libtor_app_testing_a-or_periodic.Tpo -c -o src/core/or/libtor_app_testing_a-or_periodic.o `test -f 'src/core/or/or_periodic.c' || echo './'`src/core/or/or_periodic.c
mv -f src/core/or/.deps/libtor_app_testing_a-or_periodic.Tpo src/core/or/.deps/libtor_app_testing_a-or_periodic.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/libtor_app_testing_a-or_sys.o -MD -MP -MF src/core/or/.deps/libtor_app_testing_a-or_sys.Tpo -c -o src/core/or/libtor_app_testing_a-or_sys.o `test -f 'src/core/or/or_sys.c' || echo './'`src/core/or/or_sys.c
mv -f src/core/or/.deps/libtor_app_testing_a-or_sys.Tpo src/core/or/.deps/libtor_app_testing_a-or_sys.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/libtor_app_testing_a-orconn_event.o -MD -MP -MF src/core/or/.deps/libtor_app_testing_a-orconn_event.Tpo -c -o src/core/or/libtor_app_testing_a-orconn_event.o `test -f 'src/core/or/orconn_event.c' || echo './'`src/core/or/orconn_event.c
mv -f src/core/or/.deps/libtor_app_testing_a-orconn_event.Tpo src/core/or/.deps/libtor_app_testing_a-orconn_event.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/libtor_app_testing_a-policies.o -MD -MP -MF src/core/or/.deps/libtor_app_testing_a-policies.Tpo -c -o src/core/or/libtor_app_testing_a-policies.o `test -f 'src/core/or/policies.c' || echo './'`src/core/or/policies.c
mv -f src/core/or/.deps/libtor_app_testing_a-policies.Tpo src/core/or/.deps/libtor_app_testing_a-policies.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/libtor_app_testing_a-protover.o -MD -MP -MF src/core/or/.deps/libtor_app_testing_a-protover.Tpo -c -o src/core/or/libtor_app_testing_a-protover.o `test -f 'src/core/or/protover.c' || echo './'`src/core/or/protover.c
mv -f src/core/or/.deps/libtor_app_testing_a-protover.Tpo src/core/or/.deps/libtor_app_testing_a-protover.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/libtor_app_testing_a-reasons.o -MD -MP -MF src/core/or/.deps/libtor_app_testing_a-reasons.Tpo -c -o src/core/or/libtor_app_testing_a-reasons.o `test -f 'src/core/or/reasons.c' || echo './'`src/core/or/reasons.c
mv -f src/core/or/.deps/libtor_app_testing_a-reasons.Tpo src/core/or/.deps/libtor_app_testing_a-reasons.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/libtor_app_testing_a-relay.o -MD -MP -MF src/core/or/.deps/libtor_app_testing_a-relay.Tpo -c -o src/core/or/libtor_app_testing_a-relay.o `test -f 'src/core/or/relay.c' || echo './'`src/core/or/relay.c
mv -f src/core/or/.deps/libtor_app_testing_a-relay.Tpo src/core/or/.deps/libtor_app_testing_a-relay.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/libtor_app_testing_a-relay_msg.o -MD -MP -MF src/core/or/.deps/libtor_app_testing_a-relay_msg.Tpo -c -o src/core/or/libtor_app_testing_a-relay_msg.o `test -f 'src/core/or/relay_msg.c' || echo './'`src/core/or/relay_msg.c
mv -f src/core/or/.deps/libtor_app_testing_a-relay_msg.Tpo src/core/or/.deps/libtor_app_testing_a-relay_msg.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/libtor_app_testing_a-scheduler.o -MD -MP -MF src/core/or/.deps/libtor_app_testing_a-scheduler.Tpo -c -o src/core/or/libtor_app_testing_a-scheduler.o `test -f 'src/core/or/scheduler.c' || echo './'`src/core/or/scheduler.c
src/core/or/scheduler.c:591:37: warning: format specifies type 'long' but the argument has type 'time_t' (aka 'long long') [-Wformat]
591 | "%ld.%06ld", next_run->tv_sec, (long)next_run->tv_usec);
| ~~~ ^~~~~~~~~~~~~~~~
| %lld
./src/lib/log/log.h:278:51: note: expanded from macro 'log_warn'
278 | log_fn_(LOG_WARN, domain, __FUNCTION__, args, ##__VA_ARGS__)
| ~~~~ ^~~~~~~~~~~
1 warning generated.
mv -f src/core/or/.deps/libtor_app_testing_a-scheduler.Tpo src/core/or/.deps/libtor_app_testing_a-scheduler.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/libtor_app_testing_a-scheduler_kist.o -MD -MP -MF src/core/or/.deps/libtor_app_testing_a-scheduler_kist.Tpo -c -o src/core/or/libtor_app_testing_a-scheduler_kist.o `test -f 'src/core/or/scheduler_kist.c' || echo './'`src/core/or/scheduler_kist.c
mv -f src/core/or/.deps/libtor_app_testing_a-scheduler_kist.Tpo src/core/or/.deps/libtor_app_testing_a-scheduler_kist.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/libtor_app_testing_a-scheduler_vanilla.o -MD -MP -MF src/core/or/.deps/libtor_app_testing_a-scheduler_vanilla.Tpo -c -o src/core/or/libtor_app_testing_a-scheduler_vanilla.o `test -f 'src/core/or/scheduler_vanilla.c' || echo './'`src/core/or/scheduler_vanilla.c
mv -f src/core/or/.deps/libtor_app_testing_a-scheduler_vanilla.Tpo src/core/or/.deps/libtor_app_testing_a-scheduler_vanilla.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/libtor_app_testing_a-sendme.o -MD -MP -MF src/core/or/.deps/libtor_app_testing_a-sendme.Tpo -c -o src/core/or/libtor_app_testing_a-sendme.o `test -f 'src/core/or/sendme.c' || echo './'`src/core/or/sendme.c
mv -f src/core/or/.deps/libtor_app_testing_a-sendme.Tpo src/core/or/.deps/libtor_app_testing_a-sendme.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/libtor_app_testing_a-congestion_control_common.o -MD -MP -MF src/core/or/.deps/libtor_app_testing_a-congestion_control_common.Tpo -c -o src/core/or/libtor_app_testing_a-congestion_control_common.o `test -f 'src/core/or/congestion_control_common.c' || echo './'`src/core/or/congestion_control_common.c
mv -f src/core/or/.deps/libtor_app_testing_a-congestion_control_common.Tpo src/core/or/.deps/libtor_app_testing_a-congestion_control_common.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/libtor_app_testing_a-congestion_control_vegas.o -MD -MP -MF src/core/or/.deps/libtor_app_testing_a-congestion_control_vegas.Tpo -c -o src/core/or/libtor_app_testing_a-congestion_control_vegas.o `test -f 'src/core/or/congestion_control_vegas.c' || echo './'`src/core/or/congestion_control_vegas.c
mv -f src/core/or/.deps/libtor_app_testing_a-congestion_control_vegas.Tpo src/core/or/.deps/libtor_app_testing_a-congestion_control_vegas.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/libtor_app_testing_a-congestion_control_flow.o -MD -MP -MF src/core/or/.deps/libtor_app_testing_a-congestion_control_flow.Tpo -c -o src/core/or/libtor_app_testing_a-congestion_control_flow.o `test -f 'src/core/or/congestion_control_flow.c' || echo './'`src/core/or/congestion_control_flow.c
mv -f src/core/or/.deps/libtor_app_testing_a-congestion_control_flow.Tpo src/core/or/.deps/libtor_app_testing_a-congestion_control_flow.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/libtor_app_testing_a-conflux.o -MD -MP -MF src/core/or/.deps/libtor_app_testing_a-conflux.Tpo -c -o src/core/or/libtor_app_testing_a-conflux.o `test -f 'src/core/or/conflux.c' || echo './'`src/core/or/conflux.c
mv -f src/core/or/.deps/libtor_app_testing_a-conflux.Tpo src/core/or/.deps/libtor_app_testing_a-conflux.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/libtor_app_testing_a-conflux_cell.o -MD -MP -MF src/core/or/.deps/libtor_app_testing_a-conflux_cell.Tpo -c -o src/core/or/libtor_app_testing_a-conflux_cell.o `test -f 'src/core/or/conflux_cell.c' || echo './'`src/core/or/conflux_cell.c
mv -f src/core/or/.deps/libtor_app_testing_a-conflux_cell.Tpo src/core/or/.deps/libtor_app_testing_a-conflux_cell.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/libtor_app_testing_a-conflux_params.o -MD -MP -MF src/core/or/.deps/libtor_app_testing_a-conflux_params.Tpo -c -o src/core/or/libtor_app_testing_a-conflux_params.o `test -f 'src/core/or/conflux_params.c' || echo './'`src/core/or/conflux_params.c
mv -f src/core/or/.deps/libtor_app_testing_a-conflux_params.Tpo src/core/or/.deps/libtor_app_testing_a-conflux_params.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/libtor_app_testing_a-conflux_pool.o -MD -MP -MF src/core/or/.deps/libtor_app_testing_a-conflux_pool.Tpo -c -o src/core/or/libtor_app_testing_a-conflux_pool.o `test -f 'src/core/or/conflux_pool.c' || echo './'`src/core/or/conflux_pool.c
mv -f src/core/or/.deps/libtor_app_testing_a-conflux_pool.Tpo src/core/or/.deps/libtor_app_testing_a-conflux_pool.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/libtor_app_testing_a-conflux_sys.o -MD -MP -MF src/core/or/.deps/libtor_app_testing_a-conflux_sys.Tpo -c -o src/core/or/libtor_app_testing_a-conflux_sys.o `test -f 'src/core/or/conflux_sys.c' || echo './'`src/core/or/conflux_sys.c
mv -f src/core/or/.deps/libtor_app_testing_a-conflux_sys.Tpo src/core/or/.deps/libtor_app_testing_a-conflux_sys.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/libtor_app_testing_a-conflux_util.o -MD -MP -MF src/core/or/.deps/libtor_app_testing_a-conflux_util.Tpo -c -o src/core/or/libtor_app_testing_a-conflux_util.o `test -f 'src/core/or/conflux_util.c' || echo './'`src/core/or/conflux_util.c
mv -f src/core/or/.deps/libtor_app_testing_a-conflux_util.Tpo src/core/or/.deps/libtor_app_testing_a-conflux_util.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/libtor_app_testing_a-status.o -MD -MP -MF src/core/or/.deps/libtor_app_testing_a-status.Tpo -c -o src/core/or/libtor_app_testing_a-status.o `test -f 'src/core/or/status.c' || echo './'`src/core/or/status.c
mv -f src/core/or/.deps/libtor_app_testing_a-status.Tpo src/core/or/.deps/libtor_app_testing_a-status.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/or/libtor_app_testing_a-versions.o -MD -MP -MF src/core/or/.deps/libtor_app_testing_a-versions.Tpo -c -o src/core/or/libtor_app_testing_a-versions.o `test -f 'src/core/or/versions.c' || echo './'`src/core/or/versions.c
mv -f src/core/or/.deps/libtor_app_testing_a-versions.Tpo src/core/or/.deps/libtor_app_testing_a-versions.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/proto/libtor_app_testing_a-proto_cell.o -MD -MP -MF src/core/proto/.deps/libtor_app_testing_a-proto_cell.Tpo -c -o src/core/proto/libtor_app_testing_a-proto_cell.o `test -f 'src/core/proto/proto_cell.c' || echo './'`src/core/proto/proto_cell.c
mv -f src/core/proto/.deps/libtor_app_testing_a-proto_cell.Tpo src/core/proto/.deps/libtor_app_testing_a-proto_cell.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/proto/libtor_app_testing_a-proto_control0.o -MD -MP -MF src/core/proto/.deps/libtor_app_testing_a-proto_control0.Tpo -c -o src/core/proto/libtor_app_testing_a-proto_control0.o `test -f 'src/core/proto/proto_control0.c' || echo './'`src/core/proto/proto_control0.c
mv -f src/core/proto/.deps/libtor_app_testing_a-proto_control0.Tpo src/core/proto/.deps/libtor_app_testing_a-proto_control0.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/proto/libtor_app_testing_a-proto_ext_or.o -MD -MP -MF src/core/proto/.deps/libtor_app_testing_a-proto_ext_or.Tpo -c -o src/core/proto/libtor_app_testing_a-proto_ext_or.o `test -f 'src/core/proto/proto_ext_or.c' || echo './'`src/core/proto/proto_ext_or.c
mv -f src/core/proto/.deps/libtor_app_testing_a-proto_ext_or.Tpo src/core/proto/.deps/libtor_app_testing_a-proto_ext_or.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/proto/libtor_app_testing_a-proto_haproxy.o -MD -MP -MF src/core/proto/.deps/libtor_app_testing_a-proto_haproxy.Tpo -c -o src/core/proto/libtor_app_testing_a-proto_haproxy.o `test -f 'src/core/proto/proto_haproxy.c' || echo './'`src/core/proto/proto_haproxy.c
mv -f src/core/proto/.deps/libtor_app_testing_a-proto_haproxy.Tpo src/core/proto/.deps/libtor_app_testing_a-proto_haproxy.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/proto/libtor_app_testing_a-proto_http.o -MD -MP -MF src/core/proto/.deps/libtor_app_testing_a-proto_http.Tpo -c -o src/core/proto/libtor_app_testing_a-proto_http.o `test -f 'src/core/proto/proto_http.c' || echo './'`src/core/proto/proto_http.c
mv -f src/core/proto/.deps/libtor_app_testing_a-proto_http.Tpo src/core/proto/.deps/libtor_app_testing_a-proto_http.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/core/proto/libtor_app_testing_a-proto_socks.o -MD -MP -MF src/core/proto/.deps/libtor_app_testing_a-proto_socks.Tpo -c -o src/core/proto/libtor_app_testing_a-proto_socks.o `test -f 'src/core/proto/proto_socks.c' || echo './'`src/core/proto/proto_socks.c
mv -f src/core/proto/.deps/libtor_app_testing_a-proto_socks.Tpo src/core/proto/.deps/libtor_app_testing_a-proto_socks.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/api/core_libtor_app_testing_a-tor_api.o -MD -MP -MF src/feature/api/.deps/core_libtor_app_testing_a-tor_api.Tpo -c -o src/feature/api/core_libtor_app_testing_a-tor_api.o `test -f 'src/feature/api/tor_api.c' || echo './'`src/feature/api/tor_api.c
mv -f src/feature/api/.deps/core_libtor_app_testing_a-tor_api.Tpo src/feature/api/.deps/core_libtor_app_testing_a-tor_api.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/client/core_libtor_app_testing_a-addressmap.o -MD -MP -MF src/feature/client/.deps/core_libtor_app_testing_a-addressmap.Tpo -c -o src/feature/client/core_libtor_app_testing_a-addressmap.o `test -f 'src/feature/client/addressmap.c' || echo './'`src/feature/client/addressmap.c
mv -f src/feature/client/.deps/core_libtor_app_testing_a-addressmap.Tpo src/feature/client/.deps/core_libtor_app_testing_a-addressmap.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/client/core_libtor_app_testing_a-bridges.o -MD -MP -MF src/feature/client/.deps/core_libtor_app_testing_a-bridges.Tpo -c -o src/feature/client/core_libtor_app_testing_a-bridges.o `test -f 'src/feature/client/bridges.c' || echo './'`src/feature/client/bridges.c
mv -f src/feature/client/.deps/core_libtor_app_testing_a-bridges.Tpo src/feature/client/.deps/core_libtor_app_testing_a-bridges.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/client/core_libtor_app_testing_a-circpathbias.o -MD -MP -MF src/feature/client/.deps/core_libtor_app_testing_a-circpathbias.Tpo -c -o src/feature/client/core_libtor_app_testing_a-circpathbias.o `test -f 'src/feature/client/circpathbias.c' || echo './'`src/feature/client/circpathbias.c
mv -f src/feature/client/.deps/core_libtor_app_testing_a-circpathbias.Tpo src/feature/client/.deps/core_libtor_app_testing_a-circpathbias.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/client/core_libtor_app_testing_a-dnsserv.o -MD -MP -MF src/feature/client/.deps/core_libtor_app_testing_a-dnsserv.Tpo -c -o src/feature/client/core_libtor_app_testing_a-dnsserv.o `test -f 'src/feature/client/dnsserv.c' || echo './'`src/feature/client/dnsserv.c
mv -f src/feature/client/.deps/core_libtor_app_testing_a-dnsserv.Tpo src/feature/client/.deps/core_libtor_app_testing_a-dnsserv.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/client/core_libtor_app_testing_a-entrynodes.o -MD -MP -MF src/feature/client/.deps/core_libtor_app_testing_a-entrynodes.Tpo -c -o src/feature/client/core_libtor_app_testing_a-entrynodes.o `test -f 'src/feature/client/entrynodes.c' || echo './'`src/feature/client/entrynodes.c
mv -f src/feature/client/.deps/core_libtor_app_testing_a-entrynodes.Tpo src/feature/client/.deps/core_libtor_app_testing_a-entrynodes.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/client/core_libtor_app_testing_a-proxymode.o -MD -MP -MF src/feature/client/.deps/core_libtor_app_testing_a-proxymode.Tpo -c -o src/feature/client/core_libtor_app_testing_a-proxymode.o `test -f 'src/feature/client/proxymode.c' || echo './'`src/feature/client/proxymode.c
mv -f src/feature/client/.deps/core_libtor_app_testing_a-proxymode.Tpo src/feature/client/.deps/core_libtor_app_testing_a-proxymode.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/client/core_libtor_app_testing_a-transports.o -MD -MP -MF src/feature/client/.deps/core_libtor_app_testing_a-transports.Tpo -c -o src/feature/client/core_libtor_app_testing_a-transports.o `test -f 'src/feature/client/transports.c' || echo './'`src/feature/client/transports.c
mv -f src/feature/client/.deps/core_libtor_app_testing_a-transports.Tpo src/feature/client/.deps/core_libtor_app_testing_a-transports.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/control/core_libtor_app_testing_a-btrack.o -MD -MP -MF src/feature/control/.deps/core_libtor_app_testing_a-btrack.Tpo -c -o src/feature/control/core_libtor_app_testing_a-btrack.o `test -f 'src/feature/control/btrack.c' || echo './'`src/feature/control/btrack.c
mv -f src/feature/control/.deps/core_libtor_app_testing_a-btrack.Tpo src/feature/control/.deps/core_libtor_app_testing_a-btrack.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/control/core_libtor_app_testing_a-btrack_circuit.o -MD -MP -MF src/feature/control/.deps/core_libtor_app_testing_a-btrack_circuit.Tpo -c -o src/feature/control/core_libtor_app_testing_a-btrack_circuit.o `test -f 'src/feature/control/btrack_circuit.c' || echo './'`src/feature/control/btrack_circuit.c
mv -f src/feature/control/.deps/core_libtor_app_testing_a-btrack_circuit.Tpo src/feature/control/.deps/core_libtor_app_testing_a-btrack_circuit.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/control/core_libtor_app_testing_a-btrack_orconn.o -MD -MP -MF src/feature/control/.deps/core_libtor_app_testing_a-btrack_orconn.Tpo -c -o src/feature/control/core_libtor_app_testing_a-btrack_orconn.o `test -f 'src/feature/control/btrack_orconn.c' || echo './'`src/feature/control/btrack_orconn.c
mv -f src/feature/control/.deps/core_libtor_app_testing_a-btrack_orconn.Tpo src/feature/control/.deps/core_libtor_app_testing_a-btrack_orconn.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/control/core_libtor_app_testing_a-btrack_orconn_cevent.o -MD -MP -MF src/feature/control/.deps/core_libtor_app_testing_a-btrack_orconn_cevent.Tpo -c -o src/feature/control/core_libtor_app_testing_a-btrack_orconn_cevent.o `test -f 'src/feature/control/btrack_orconn_cevent.c' || echo './'`src/feature/control/btrack_orconn_cevent.c
mv -f src/feature/control/.deps/core_libtor_app_testing_a-btrack_orconn_cevent.Tpo src/feature/control/.deps/core_libtor_app_testing_a-btrack_orconn_cevent.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/control/core_libtor_app_testing_a-btrack_orconn_maps.o -MD -MP -MF src/feature/control/.deps/core_libtor_app_testing_a-btrack_orconn_maps.Tpo -c -o src/feature/control/core_libtor_app_testing_a-btrack_orconn_maps.o `test -f 'src/feature/control/btrack_orconn_maps.c' || echo './'`src/feature/control/btrack_orconn_maps.c
mv -f src/feature/control/.deps/core_libtor_app_testing_a-btrack_orconn_maps.Tpo src/feature/control/.deps/core_libtor_app_testing_a-btrack_orconn_maps.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/control/core_libtor_app_testing_a-control.o -MD -MP -MF src/feature/control/.deps/core_libtor_app_testing_a-control.Tpo -c -o src/feature/control/core_libtor_app_testing_a-control.o `test -f 'src/feature/control/control.c' || echo './'`src/feature/control/control.c
mv -f src/feature/control/.deps/core_libtor_app_testing_a-control.Tpo src/feature/control/.deps/core_libtor_app_testing_a-control.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/control/core_libtor_app_testing_a-control_auth.o -MD -MP -MF src/feature/control/.deps/core_libtor_app_testing_a-control_auth.Tpo -c -o src/feature/control/core_libtor_app_testing_a-control_auth.o `test -f 'src/feature/control/control_auth.c' || echo './'`src/feature/control/control_auth.c
mv -f src/feature/control/.deps/core_libtor_app_testing_a-control_auth.Tpo src/feature/control/.deps/core_libtor_app_testing_a-control_auth.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/control/core_libtor_app_testing_a-control_bootstrap.o -MD -MP -MF src/feature/control/.deps/core_libtor_app_testing_a-control_bootstrap.Tpo -c -o src/feature/control/core_libtor_app_testing_a-control_bootstrap.o `test -f 'src/feature/control/control_bootstrap.c' || echo './'`src/feature/control/control_bootstrap.c
mv -f src/feature/control/.deps/core_libtor_app_testing_a-control_bootstrap.Tpo src/feature/control/.deps/core_libtor_app_testing_a-control_bootstrap.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/control/core_libtor_app_testing_a-control_cmd.o -MD -MP -MF src/feature/control/.deps/core_libtor_app_testing_a-control_cmd.Tpo -c -o src/feature/control/core_libtor_app_testing_a-control_cmd.o `test -f 'src/feature/control/control_cmd.c' || echo './'`src/feature/control/control_cmd.c
mv -f src/feature/control/.deps/core_libtor_app_testing_a-control_cmd.Tpo src/feature/control/.deps/core_libtor_app_testing_a-control_cmd.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/control/core_libtor_app_testing_a-control_hs.o -MD -MP -MF src/feature/control/.deps/core_libtor_app_testing_a-control_hs.Tpo -c -o src/feature/control/core_libtor_app_testing_a-control_hs.o `test -f 'src/feature/control/control_hs.c' || echo './'`src/feature/control/control_hs.c
mv -f src/feature/control/.deps/core_libtor_app_testing_a-control_hs.Tpo src/feature/control/.deps/core_libtor_app_testing_a-control_hs.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/control/core_libtor_app_testing_a-control_events.o -MD -MP -MF src/feature/control/.deps/core_libtor_app_testing_a-control_events.Tpo -c -o src/feature/control/core_libtor_app_testing_a-control_events.o `test -f 'src/feature/control/control_events.c' || echo './'`src/feature/control/control_events.c
mv -f src/feature/control/.deps/core_libtor_app_testing_a-control_events.Tpo src/feature/control/.deps/core_libtor_app_testing_a-control_events.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/control/core_libtor_app_testing_a-control_fmt.o -MD -MP -MF src/feature/control/.deps/core_libtor_app_testing_a-control_fmt.Tpo -c -o src/feature/control/core_libtor_app_testing_a-control_fmt.o `test -f 'src/feature/control/control_fmt.c' || echo './'`src/feature/control/control_fmt.c
mv -f src/feature/control/.deps/core_libtor_app_testing_a-control_fmt.Tpo src/feature/control/.deps/core_libtor_app_testing_a-control_fmt.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/control/core_libtor_app_testing_a-control_getinfo.o -MD -MP -MF src/feature/control/.deps/core_libtor_app_testing_a-control_getinfo.Tpo -c -o src/feature/control/core_libtor_app_testing_a-control_getinfo.o `test -f 'src/feature/control/control_getinfo.c' || echo './'`src/feature/control/control_getinfo.c
mv -f src/feature/control/.deps/core_libtor_app_testing_a-control_getinfo.Tpo src/feature/control/.deps/core_libtor_app_testing_a-control_getinfo.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/control/core_libtor_app_testing_a-control_proto.o -MD -MP -MF src/feature/control/.deps/core_libtor_app_testing_a-control_proto.Tpo -c -o src/feature/control/core_libtor_app_testing_a-control_proto.o `test -f 'src/feature/control/control_proto.c' || echo './'`src/feature/control/control_proto.c
mv -f src/feature/control/.deps/core_libtor_app_testing_a-control_proto.Tpo src/feature/control/.deps/core_libtor_app_testing_a-control_proto.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/control/core_libtor_app_testing_a-getinfo_geoip.o -MD -MP -MF src/feature/control/.deps/core_libtor_app_testing_a-getinfo_geoip.Tpo -c -o src/feature/control/core_libtor_app_testing_a-getinfo_geoip.o `test -f 'src/feature/control/getinfo_geoip.c' || echo './'`src/feature/control/getinfo_geoip.c
mv -f src/feature/control/.deps/core_libtor_app_testing_a-getinfo_geoip.Tpo src/feature/control/.deps/core_libtor_app_testing_a-getinfo_geoip.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirauth/core_libtor_app_testing_a-authmode.o -MD -MP -MF src/feature/dirauth/.deps/core_libtor_app_testing_a-authmode.Tpo -c -o src/feature/dirauth/core_libtor_app_testing_a-authmode.o `test -f 'src/feature/dirauth/authmode.c' || echo './'`src/feature/dirauth/authmode.c
mv -f src/feature/dirauth/.deps/core_libtor_app_testing_a-authmode.Tpo src/feature/dirauth/.deps/core_libtor_app_testing_a-authmode.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirauth/core_libtor_app_testing_a-bridgeauth.o -MD -MP -MF src/feature/dirauth/.deps/core_libtor_app_testing_a-bridgeauth.Tpo -c -o src/feature/dirauth/core_libtor_app_testing_a-bridgeauth.o `test -f 'src/feature/dirauth/bridgeauth.c' || echo './'`src/feature/dirauth/bridgeauth.c
mv -f src/feature/dirauth/.deps/core_libtor_app_testing_a-bridgeauth.Tpo src/feature/dirauth/.deps/core_libtor_app_testing_a-bridgeauth.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirauth/core_libtor_app_testing_a-bwauth.o -MD -MP -MF src/feature/dirauth/.deps/core_libtor_app_testing_a-bwauth.Tpo -c -o src/feature/dirauth/core_libtor_app_testing_a-bwauth.o `test -f 'src/feature/dirauth/bwauth.c' || echo './'`src/feature/dirauth/bwauth.c
mv -f src/feature/dirauth/.deps/core_libtor_app_testing_a-bwauth.Tpo src/feature/dirauth/.deps/core_libtor_app_testing_a-bwauth.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirauth/core_libtor_app_testing_a-dirauth_config.o -MD -MP -MF src/feature/dirauth/.deps/core_libtor_app_testing_a-dirauth_config.Tpo -c -o src/feature/dirauth/core_libtor_app_testing_a-dirauth_config.o `test -f 'src/feature/dirauth/dirauth_config.c' || echo './'`src/feature/dirauth/dirauth_config.c
mv -f src/feature/dirauth/.deps/core_libtor_app_testing_a-dirauth_config.Tpo src/feature/dirauth/.deps/core_libtor_app_testing_a-dirauth_config.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirauth/core_libtor_app_testing_a-dirauth_periodic.o -MD -MP -MF src/feature/dirauth/.deps/core_libtor_app_testing_a-dirauth_periodic.Tpo -c -o src/feature/dirauth/core_libtor_app_testing_a-dirauth_periodic.o `test -f 'src/feature/dirauth/dirauth_periodic.c' || echo './'`src/feature/dirauth/dirauth_periodic.c
mv -f src/feature/dirauth/.deps/core_libtor_app_testing_a-dirauth_periodic.Tpo src/feature/dirauth/.deps/core_libtor_app_testing_a-dirauth_periodic.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirauth/core_libtor_app_testing_a-dirauth_sys.o -MD -MP -MF src/feature/dirauth/.deps/core_libtor_app_testing_a-dirauth_sys.Tpo -c -o src/feature/dirauth/core_libtor_app_testing_a-dirauth_sys.o `test -f 'src/feature/dirauth/dirauth_sys.c' || echo './'`src/feature/dirauth/dirauth_sys.c
mv -f src/feature/dirauth/.deps/core_libtor_app_testing_a-dirauth_sys.Tpo src/feature/dirauth/.deps/core_libtor_app_testing_a-dirauth_sys.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirauth/core_libtor_app_testing_a-dircollate.o -MD -MP -MF src/feature/dirauth/.deps/core_libtor_app_testing_a-dircollate.Tpo -c -o src/feature/dirauth/core_libtor_app_testing_a-dircollate.o `test -f 'src/feature/dirauth/dircollate.c' || echo './'`src/feature/dirauth/dircollate.c
mv -f src/feature/dirauth/.deps/core_libtor_app_testing_a-dircollate.Tpo src/feature/dirauth/.deps/core_libtor_app_testing_a-dircollate.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirauth/core_libtor_app_testing_a-dirvote.o -MD -MP -MF src/feature/dirauth/.deps/core_libtor_app_testing_a-dirvote.Tpo -c -o src/feature/dirauth/core_libtor_app_testing_a-dirvote.o `test -f 'src/feature/dirauth/dirvote.c' || echo './'`src/feature/dirauth/dirvote.c
mv -f src/feature/dirauth/.deps/core_libtor_app_testing_a-dirvote.Tpo src/feature/dirauth/.deps/core_libtor_app_testing_a-dirvote.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirauth/core_libtor_app_testing_a-dsigs_parse.o -MD -MP -MF src/feature/dirauth/.deps/core_libtor_app_testing_a-dsigs_parse.Tpo -c -o src/feature/dirauth/core_libtor_app_testing_a-dsigs_parse.o `test -f 'src/feature/dirauth/dsigs_parse.c' || echo './'`src/feature/dirauth/dsigs_parse.c
mv -f src/feature/dirauth/.deps/core_libtor_app_testing_a-dsigs_parse.Tpo src/feature/dirauth/.deps/core_libtor_app_testing_a-dsigs_parse.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirauth/core_libtor_app_testing_a-guardfraction.o -MD -MP -MF src/feature/dirauth/.deps/core_libtor_app_testing_a-guardfraction.Tpo -c -o src/feature/dirauth/core_libtor_app_testing_a-guardfraction.o `test -f 'src/feature/dirauth/guardfraction.c' || echo './'`src/feature/dirauth/guardfraction.c
mv -f src/feature/dirauth/.deps/core_libtor_app_testing_a-guardfraction.Tpo src/feature/dirauth/.deps/core_libtor_app_testing_a-guardfraction.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirauth/core_libtor_app_testing_a-keypin.o -MD -MP -MF src/feature/dirauth/.deps/core_libtor_app_testing_a-keypin.Tpo -c -o src/feature/dirauth/core_libtor_app_testing_a-keypin.o `test -f 'src/feature/dirauth/keypin.c' || echo './'`src/feature/dirauth/keypin.c
mv -f src/feature/dirauth/.deps/core_libtor_app_testing_a-keypin.Tpo src/feature/dirauth/.deps/core_libtor_app_testing_a-keypin.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirauth/core_libtor_app_testing_a-process_descs.o -MD -MP -MF src/feature/dirauth/.deps/core_libtor_app_testing_a-process_descs.Tpo -c -o src/feature/dirauth/core_libtor_app_testing_a-process_descs.o `test -f 'src/feature/dirauth/process_descs.c' || echo './'`src/feature/dirauth/process_descs.c
mv -f src/feature/dirauth/.deps/core_libtor_app_testing_a-process_descs.Tpo src/feature/dirauth/.deps/core_libtor_app_testing_a-process_descs.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirauth/core_libtor_app_testing_a-reachability.o -MD -MP -MF src/feature/dirauth/.deps/core_libtor_app_testing_a-reachability.Tpo -c -o src/feature/dirauth/core_libtor_app_testing_a-reachability.o `test -f 'src/feature/dirauth/reachability.c' || echo './'`src/feature/dirauth/reachability.c
mv -f src/feature/dirauth/.deps/core_libtor_app_testing_a-reachability.Tpo src/feature/dirauth/.deps/core_libtor_app_testing_a-reachability.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirauth/core_libtor_app_testing_a-recommend_pkg.o -MD -MP -MF src/feature/dirauth/.deps/core_libtor_app_testing_a-recommend_pkg.Tpo -c -o src/feature/dirauth/core_libtor_app_testing_a-recommend_pkg.o `test -f 'src/feature/dirauth/recommend_pkg.c' || echo './'`src/feature/dirauth/recommend_pkg.c
mv -f src/feature/dirauth/.deps/core_libtor_app_testing_a-recommend_pkg.Tpo src/feature/dirauth/.deps/core_libtor_app_testing_a-recommend_pkg.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirauth/core_libtor_app_testing_a-shared_random.o -MD -MP -MF src/feature/dirauth/.deps/core_libtor_app_testing_a-shared_random.Tpo -c -o src/feature/dirauth/core_libtor_app_testing_a-shared_random.o `test -f 'src/feature/dirauth/shared_random.c' || echo './'`src/feature/dirauth/shared_random.c
mv -f src/feature/dirauth/.deps/core_libtor_app_testing_a-shared_random.Tpo src/feature/dirauth/.deps/core_libtor_app_testing_a-shared_random.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirauth/core_libtor_app_testing_a-shared_random_state.o -MD -MP -MF src/feature/dirauth/.deps/core_libtor_app_testing_a-shared_random_state.Tpo -c -o src/feature/dirauth/core_libtor_app_testing_a-shared_random_state.o `test -f 'src/feature/dirauth/shared_random_state.c' || echo './'`src/feature/dirauth/shared_random_state.c
mv -f src/feature/dirauth/.deps/core_libtor_app_testing_a-shared_random_state.Tpo src/feature/dirauth/.deps/core_libtor_app_testing_a-shared_random_state.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirauth/core_libtor_app_testing_a-voteflags.o -MD -MP -MF src/feature/dirauth/.deps/core_libtor_app_testing_a-voteflags.Tpo -c -o src/feature/dirauth/core_libtor_app_testing_a-voteflags.o `test -f 'src/feature/dirauth/voteflags.c' || echo './'`src/feature/dirauth/voteflags.c
mv -f src/feature/dirauth/.deps/core_libtor_app_testing_a-voteflags.Tpo src/feature/dirauth/.deps/core_libtor_app_testing_a-voteflags.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirauth/core_libtor_app_testing_a-voting_schedule.o -MD -MP -MF src/feature/dirauth/.deps/core_libtor_app_testing_a-voting_schedule.Tpo -c -o src/feature/dirauth/core_libtor_app_testing_a-voting_schedule.o `test -f 'src/feature/dirauth/voting_schedule.c' || echo './'`src/feature/dirauth/voting_schedule.c
mv -f src/feature/dirauth/.deps/core_libtor_app_testing_a-voting_schedule.Tpo src/feature/dirauth/.deps/core_libtor_app_testing_a-voting_schedule.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dircache/core_libtor_app_testing_a-conscache.o -MD -MP -MF src/feature/dircache/.deps/core_libtor_app_testing_a-conscache.Tpo -c -o src/feature/dircache/core_libtor_app_testing_a-conscache.o `test -f 'src/feature/dircache/conscache.c' || echo './'`src/feature/dircache/conscache.c
mv -f src/feature/dircache/.deps/core_libtor_app_testing_a-conscache.Tpo src/feature/dircache/.deps/core_libtor_app_testing_a-conscache.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dircache/core_libtor_app_testing_a-consdiffmgr.o -MD -MP -MF src/feature/dircache/.deps/core_libtor_app_testing_a-consdiffmgr.Tpo -c -o src/feature/dircache/core_libtor_app_testing_a-consdiffmgr.o `test -f 'src/feature/dircache/consdiffmgr.c' || echo './'`src/feature/dircache/consdiffmgr.c
mv -f src/feature/dircache/.deps/core_libtor_app_testing_a-consdiffmgr.Tpo src/feature/dircache/.deps/core_libtor_app_testing_a-consdiffmgr.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dircache/core_libtor_app_testing_a-dircache.o -MD -MP -MF src/feature/dircache/.deps/core_libtor_app_testing_a-dircache.Tpo -c -o src/feature/dircache/core_libtor_app_testing_a-dircache.o `test -f 'src/feature/dircache/dircache.c' || echo './'`src/feature/dircache/dircache.c
mv -f src/feature/dircache/.deps/core_libtor_app_testing_a-dircache.Tpo src/feature/dircache/.deps/core_libtor_app_testing_a-dircache.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dircache/core_libtor_app_testing_a-dirserv.o -MD -MP -MF src/feature/dircache/.deps/core_libtor_app_testing_a-dirserv.Tpo -c -o src/feature/dircache/core_libtor_app_testing_a-dirserv.o `test -f 'src/feature/dircache/dirserv.c' || echo './'`src/feature/dircache/dirserv.c
mv -f src/feature/dircache/.deps/core_libtor_app_testing_a-dirserv.Tpo src/feature/dircache/.deps/core_libtor_app_testing_a-dirserv.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirclient/core_libtor_app_testing_a-dirclient.o -MD -MP -MF src/feature/dirclient/.deps/core_libtor_app_testing_a-dirclient.Tpo -c -o src/feature/dirclient/core_libtor_app_testing_a-dirclient.o `test -f 'src/feature/dirclient/dirclient.c' || echo './'`src/feature/dirclient/dirclient.c
mv -f src/feature/dirclient/.deps/core_libtor_app_testing_a-dirclient.Tpo src/feature/dirclient/.deps/core_libtor_app_testing_a-dirclient.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirclient/core_libtor_app_testing_a-dirclient_modes.o -MD -MP -MF src/feature/dirclient/.deps/core_libtor_app_testing_a-dirclient_modes.Tpo -c -o src/feature/dirclient/core_libtor_app_testing_a-dirclient_modes.o `test -f 'src/feature/dirclient/dirclient_modes.c' || echo './'`src/feature/dirclient/dirclient_modes.c
mv -f src/feature/dirclient/.deps/core_libtor_app_testing_a-dirclient_modes.Tpo src/feature/dirclient/.deps/core_libtor_app_testing_a-dirclient_modes.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirclient/core_libtor_app_testing_a-dlstatus.o -MD -MP -MF src/feature/dirclient/.deps/core_libtor_app_testing_a-dlstatus.Tpo -c -o src/feature/dirclient/core_libtor_app_testing_a-dlstatus.o `test -f 'src/feature/dirclient/dlstatus.c' || echo './'`src/feature/dirclient/dlstatus.c
mv -f src/feature/dirclient/.deps/core_libtor_app_testing_a-dlstatus.Tpo src/feature/dirclient/.deps/core_libtor_app_testing_a-dlstatus.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dircommon/core_libtor_app_testing_a-consdiff.o -MD -MP -MF src/feature/dircommon/.deps/core_libtor_app_testing_a-consdiff.Tpo -c -o src/feature/dircommon/core_libtor_app_testing_a-consdiff.o `test -f 'src/feature/dircommon/consdiff.c' || echo './'`src/feature/dircommon/consdiff.c
mv -f src/feature/dircommon/.deps/core_libtor_app_testing_a-consdiff.Tpo src/feature/dircommon/.deps/core_libtor_app_testing_a-consdiff.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dircommon/core_libtor_app_testing_a-directory.o -MD -MP -MF src/feature/dircommon/.deps/core_libtor_app_testing_a-directory.Tpo -c -o src/feature/dircommon/core_libtor_app_testing_a-directory.o `test -f 'src/feature/dircommon/directory.c' || echo './'`src/feature/dircommon/directory.c
mv -f src/feature/dircommon/.deps/core_libtor_app_testing_a-directory.Tpo src/feature/dircommon/.deps/core_libtor_app_testing_a-directory.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dircommon/core_libtor_app_testing_a-fp_pair.o -MD -MP -MF src/feature/dircommon/.deps/core_libtor_app_testing_a-fp_pair.Tpo -c -o src/feature/dircommon/core_libtor_app_testing_a-fp_pair.o `test -f 'src/feature/dircommon/fp_pair.c' || echo './'`src/feature/dircommon/fp_pair.c
mv -f src/feature/dircommon/.deps/core_libtor_app_testing_a-fp_pair.Tpo src/feature/dircommon/.deps/core_libtor_app_testing_a-fp_pair.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirparse/core_libtor_app_testing_a-authcert_parse.o -MD -MP -MF src/feature/dirparse/.deps/core_libtor_app_testing_a-authcert_parse.Tpo -c -o src/feature/dirparse/core_libtor_app_testing_a-authcert_parse.o `test -f 'src/feature/dirparse/authcert_parse.c' || echo './'`src/feature/dirparse/authcert_parse.c
mv -f src/feature/dirparse/.deps/core_libtor_app_testing_a-authcert_parse.Tpo src/feature/dirparse/.deps/core_libtor_app_testing_a-authcert_parse.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirparse/core_libtor_app_testing_a-microdesc_parse.o -MD -MP -MF src/feature/dirparse/.deps/core_libtor_app_testing_a-microdesc_parse.Tpo -c -o src/feature/dirparse/core_libtor_app_testing_a-microdesc_parse.o `test -f 'src/feature/dirparse/microdesc_parse.c' || echo './'`src/feature/dirparse/microdesc_parse.c
mv -f src/feature/dirparse/.deps/core_libtor_app_testing_a-microdesc_parse.Tpo src/feature/dirparse/.deps/core_libtor_app_testing_a-microdesc_parse.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirparse/core_libtor_app_testing_a-ns_parse.o -MD -MP -MF src/feature/dirparse/.deps/core_libtor_app_testing_a-ns_parse.Tpo -c -o src/feature/dirparse/core_libtor_app_testing_a-ns_parse.o `test -f 'src/feature/dirparse/ns_parse.c' || echo './'`src/feature/dirparse/ns_parse.c
mv -f src/feature/dirparse/.deps/core_libtor_app_testing_a-ns_parse.Tpo src/feature/dirparse/.deps/core_libtor_app_testing_a-ns_parse.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirparse/core_libtor_app_testing_a-parsecommon.o -MD -MP -MF src/feature/dirparse/.deps/core_libtor_app_testing_a-parsecommon.Tpo -c -o src/feature/dirparse/core_libtor_app_testing_a-parsecommon.o `test -f 'src/feature/dirparse/parsecommon.c' || echo './'`src/feature/dirparse/parsecommon.c
mv -f src/feature/dirparse/.deps/core_libtor_app_testing_a-parsecommon.Tpo src/feature/dirparse/.deps/core_libtor_app_testing_a-parsecommon.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirparse/core_libtor_app_testing_a-policy_parse.o -MD -MP -MF src/feature/dirparse/.deps/core_libtor_app_testing_a-policy_parse.Tpo -c -o src/feature/dirparse/core_libtor_app_testing_a-policy_parse.o `test -f 'src/feature/dirparse/policy_parse.c' || echo './'`src/feature/dirparse/policy_parse.c
mv -f src/feature/dirparse/.deps/core_libtor_app_testing_a-policy_parse.Tpo src/feature/dirparse/.deps/core_libtor_app_testing_a-policy_parse.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirparse/core_libtor_app_testing_a-routerparse.o -MD -MP -MF src/feature/dirparse/.deps/core_libtor_app_testing_a-routerparse.Tpo -c -o src/feature/dirparse/core_libtor_app_testing_a-routerparse.o `test -f 'src/feature/dirparse/routerparse.c' || echo './'`src/feature/dirparse/routerparse.c
mv -f src/feature/dirparse/.deps/core_libtor_app_testing_a-routerparse.Tpo src/feature/dirparse/.deps/core_libtor_app_testing_a-routerparse.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirparse/core_libtor_app_testing_a-sigcommon.o -MD -MP -MF src/feature/dirparse/.deps/core_libtor_app_testing_a-sigcommon.Tpo -c -o src/feature/dirparse/core_libtor_app_testing_a-sigcommon.o `test -f 'src/feature/dirparse/sigcommon.c' || echo './'`src/feature/dirparse/sigcommon.c
mv -f src/feature/dirparse/.deps/core_libtor_app_testing_a-sigcommon.Tpo src/feature/dirparse/.deps/core_libtor_app_testing_a-sigcommon.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirparse/core_libtor_app_testing_a-signing.o -MD -MP -MF src/feature/dirparse/.deps/core_libtor_app_testing_a-signing.Tpo -c -o src/feature/dirparse/core_libtor_app_testing_a-signing.o `test -f 'src/feature/dirparse/signing.c' || echo './'`src/feature/dirparse/signing.c
mv -f src/feature/dirparse/.deps/core_libtor_app_testing_a-signing.Tpo src/feature/dirparse/.deps/core_libtor_app_testing_a-signing.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/dirparse/core_libtor_app_testing_a-unparseable.o -MD -MP -MF src/feature/dirparse/.deps/core_libtor_app_testing_a-unparseable.Tpo -c -o src/feature/dirparse/core_libtor_app_testing_a-unparseable.o `test -f 'src/feature/dirparse/unparseable.c' || echo './'`src/feature/dirparse/unparseable.c
mv -f src/feature/dirparse/.deps/core_libtor_app_testing_a-unparseable.Tpo src/feature/dirparse/.deps/core_libtor_app_testing_a-unparseable.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/hibernate/core_libtor_app_testing_a-hibernate.o -MD -MP -MF src/feature/hibernate/.deps/core_libtor_app_testing_a-hibernate.Tpo -c -o src/feature/hibernate/core_libtor_app_testing_a-hibernate.o `test -f 'src/feature/hibernate/hibernate.c' || echo './'`src/feature/hibernate/hibernate.c
mv -f src/feature/hibernate/.deps/core_libtor_app_testing_a-hibernate.Tpo src/feature/hibernate/.deps/core_libtor_app_testing_a-hibernate.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/hs_common/core_libtor_app_testing_a-replaycache.o -MD -MP -MF src/feature/hs_common/.deps/core_libtor_app_testing_a-replaycache.Tpo -c -o src/feature/hs_common/core_libtor_app_testing_a-replaycache.o `test -f 'src/feature/hs_common/replaycache.c' || echo './'`src/feature/hs_common/replaycache.c
mv -f src/feature/hs_common/.deps/core_libtor_app_testing_a-replaycache.Tpo src/feature/hs_common/.deps/core_libtor_app_testing_a-replaycache.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/hs_common/core_libtor_app_testing_a-shared_random_client.o -MD -MP -MF src/feature/hs_common/.deps/core_libtor_app_testing_a-shared_random_client.Tpo -c -o src/feature/hs_common/core_libtor_app_testing_a-shared_random_client.o `test -f 'src/feature/hs_common/shared_random_client.c' || echo './'`src/feature/hs_common/shared_random_client.c
mv -f src/feature/hs_common/.deps/core_libtor_app_testing_a-shared_random_client.Tpo src/feature/hs_common/.deps/core_libtor_app_testing_a-shared_random_client.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/hs/core_libtor_app_testing_a-hs_cache.o -MD -MP -MF src/feature/hs/.deps/core_libtor_app_testing_a-hs_cache.Tpo -c -o src/feature/hs/core_libtor_app_testing_a-hs_cache.o `test -f 'src/feature/hs/hs_cache.c' || echo './'`src/feature/hs/hs_cache.c
mv -f src/feature/hs/.deps/core_libtor_app_testing_a-hs_cache.Tpo src/feature/hs/.deps/core_libtor_app_testing_a-hs_cache.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/hs/core_libtor_app_testing_a-hs_cell.o -MD -MP -MF src/feature/hs/.deps/core_libtor_app_testing_a-hs_cell.Tpo -c -o src/feature/hs/core_libtor_app_testing_a-hs_cell.o `test -f 'src/feature/hs/hs_cell.c' || echo './'`src/feature/hs/hs_cell.c
mv -f src/feature/hs/.deps/core_libtor_app_testing_a-hs_cell.Tpo src/feature/hs/.deps/core_libtor_app_testing_a-hs_cell.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/hs/core_libtor_app_testing_a-hs_circuit.o -MD -MP -MF src/feature/hs/.deps/core_libtor_app_testing_a-hs_circuit.Tpo -c -o src/feature/hs/core_libtor_app_testing_a-hs_circuit.o `test -f 'src/feature/hs/hs_circuit.c' || echo './'`src/feature/hs/hs_circuit.c
mv -f src/feature/hs/.deps/core_libtor_app_testing_a-hs_circuit.Tpo src/feature/hs/.deps/core_libtor_app_testing_a-hs_circuit.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/hs/core_libtor_app_testing_a-hs_circuitmap.o -MD -MP -MF src/feature/hs/.deps/core_libtor_app_testing_a-hs_circuitmap.Tpo -c -o src/feature/hs/core_libtor_app_testing_a-hs_circuitmap.o `test -f 'src/feature/hs/hs_circuitmap.c' || echo './'`src/feature/hs/hs_circuitmap.c
mv -f src/feature/hs/.deps/core_libtor_app_testing_a-hs_circuitmap.Tpo src/feature/hs/.deps/core_libtor_app_testing_a-hs_circuitmap.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/hs/core_libtor_app_testing_a-hs_client.o -MD -MP -MF src/feature/hs/.deps/core_libtor_app_testing_a-hs_client.Tpo -c -o src/feature/hs/core_libtor_app_testing_a-hs_client.o `test -f 'src/feature/hs/hs_client.c' || echo './'`src/feature/hs/hs_client.c
mv -f src/feature/hs/.deps/core_libtor_app_testing_a-hs_client.Tpo src/feature/hs/.deps/core_libtor_app_testing_a-hs_client.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/hs/core_libtor_app_testing_a-hs_common.o -MD -MP -MF src/feature/hs/.deps/core_libtor_app_testing_a-hs_common.Tpo -c -o src/feature/hs/core_libtor_app_testing_a-hs_common.o `test -f 'src/feature/hs/hs_common.c' || echo './'`src/feature/hs/hs_common.c
mv -f src/feature/hs/.deps/core_libtor_app_testing_a-hs_common.Tpo src/feature/hs/.deps/core_libtor_app_testing_a-hs_common.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/hs/core_libtor_app_testing_a-hs_config.o -MD -MP -MF src/feature/hs/.deps/core_libtor_app_testing_a-hs_config.Tpo -c -o src/feature/hs/core_libtor_app_testing_a-hs_config.o `test -f 'src/feature/hs/hs_config.c' || echo './'`src/feature/hs/hs_config.c
mv -f src/feature/hs/.deps/core_libtor_app_testing_a-hs_config.Tpo src/feature/hs/.deps/core_libtor_app_testing_a-hs_config.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/hs/core_libtor_app_testing_a-hs_control.o -MD -MP -MF src/feature/hs/.deps/core_libtor_app_testing_a-hs_control.Tpo -c -o src/feature/hs/core_libtor_app_testing_a-hs_control.o `test -f 'src/feature/hs/hs_control.c' || echo './'`src/feature/hs/hs_control.c
mv -f src/feature/hs/.deps/core_libtor_app_testing_a-hs_control.Tpo src/feature/hs/.deps/core_libtor_app_testing_a-hs_control.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/hs/core_libtor_app_testing_a-hs_descriptor.o -MD -MP -MF src/feature/hs/.deps/core_libtor_app_testing_a-hs_descriptor.Tpo -c -o src/feature/hs/core_libtor_app_testing_a-hs_descriptor.o `test -f 'src/feature/hs/hs_descriptor.c' || echo './'`src/feature/hs/hs_descriptor.c
mv -f src/feature/hs/.deps/core_libtor_app_testing_a-hs_descriptor.Tpo src/feature/hs/.deps/core_libtor_app_testing_a-hs_descriptor.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/hs/core_libtor_app_testing_a-hs_dos.o -MD -MP -MF src/feature/hs/.deps/core_libtor_app_testing_a-hs_dos.Tpo -c -o src/feature/hs/core_libtor_app_testing_a-hs_dos.o `test -f 'src/feature/hs/hs_dos.c' || echo './'`src/feature/hs/hs_dos.c
mv -f src/feature/hs/.deps/core_libtor_app_testing_a-hs_dos.Tpo src/feature/hs/.deps/core_libtor_app_testing_a-hs_dos.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/hs/core_libtor_app_testing_a-hs_ident.o -MD -MP -MF src/feature/hs/.deps/core_libtor_app_testing_a-hs_ident.Tpo -c -o src/feature/hs/core_libtor_app_testing_a-hs_ident.o `test -f 'src/feature/hs/hs_ident.c' || echo './'`src/feature/hs/hs_ident.c
mv -f src/feature/hs/.deps/core_libtor_app_testing_a-hs_ident.Tpo src/feature/hs/.deps/core_libtor_app_testing_a-hs_ident.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/hs/core_libtor_app_testing_a-hs_intropoint.o -MD -MP -MF src/feature/hs/.deps/core_libtor_app_testing_a-hs_intropoint.Tpo -c -o src/feature/hs/core_libtor_app_testing_a-hs_intropoint.o `test -f 'src/feature/hs/hs_intropoint.c' || echo './'`src/feature/hs/hs_intropoint.c
mv -f src/feature/hs/.deps/core_libtor_app_testing_a-hs_intropoint.Tpo src/feature/hs/.deps/core_libtor_app_testing_a-hs_intropoint.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/hs/core_libtor_app_testing_a-hs_metrics.o -MD -MP -MF src/feature/hs/.deps/core_libtor_app_testing_a-hs_metrics.Tpo -c -o src/feature/hs/core_libtor_app_testing_a-hs_metrics.o `test -f 'src/feature/hs/hs_metrics.c' || echo './'`src/feature/hs/hs_metrics.c
mv -f src/feature/hs/.deps/core_libtor_app_testing_a-hs_metrics.Tpo src/feature/hs/.deps/core_libtor_app_testing_a-hs_metrics.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/hs/core_libtor_app_testing_a-hs_ob.o -MD -MP -MF src/feature/hs/.deps/core_libtor_app_testing_a-hs_ob.Tpo -c -o src/feature/hs/core_libtor_app_testing_a-hs_ob.o `test -f 'src/feature/hs/hs_ob.c' || echo './'`src/feature/hs/hs_ob.c
mv -f src/feature/hs/.deps/core_libtor_app_testing_a-hs_ob.Tpo src/feature/hs/.deps/core_libtor_app_testing_a-hs_ob.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/hs/core_libtor_app_testing_a-hs_service.o -MD -MP -MF src/feature/hs/.deps/core_libtor_app_testing_a-hs_service.Tpo -c -o src/feature/hs/core_libtor_app_testing_a-hs_service.o `test -f 'src/feature/hs/hs_service.c' || echo './'`src/feature/hs/hs_service.c
mv -f src/feature/hs/.deps/core_libtor_app_testing_a-hs_service.Tpo src/feature/hs/.deps/core_libtor_app_testing_a-hs_service.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/hs/core_libtor_app_testing_a-hs_stats.o -MD -MP -MF src/feature/hs/.deps/core_libtor_app_testing_a-hs_stats.Tpo -c -o src/feature/hs/core_libtor_app_testing_a-hs_stats.o `test -f 'src/feature/hs/hs_stats.c' || echo './'`src/feature/hs/hs_stats.c
mv -f src/feature/hs/.deps/core_libtor_app_testing_a-hs_stats.Tpo src/feature/hs/.deps/core_libtor_app_testing_a-hs_stats.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/hs/core_libtor_app_testing_a-hs_sys.o -MD -MP -MF src/feature/hs/.deps/core_libtor_app_testing_a-hs_sys.Tpo -c -o src/feature/hs/core_libtor_app_testing_a-hs_sys.o `test -f 'src/feature/hs/hs_sys.c' || echo './'`src/feature/hs/hs_sys.c
mv -f src/feature/hs/.deps/core_libtor_app_testing_a-hs_sys.Tpo src/feature/hs/.deps/core_libtor_app_testing_a-hs_sys.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/hs/core_libtor_app_testing_a-hs_metrics_entry.o -MD -MP -MF src/feature/hs/.deps/core_libtor_app_testing_a-hs_metrics_entry.Tpo -c -o src/feature/hs/core_libtor_app_testing_a-hs_metrics_entry.o `test -f 'src/feature/hs/hs_metrics_entry.c' || echo './'`src/feature/hs/hs_metrics_entry.c
mv -f src/feature/hs/.deps/core_libtor_app_testing_a-hs_metrics_entry.Tpo src/feature/hs/.deps/core_libtor_app_testing_a-hs_metrics_entry.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/hs/core_libtor_app_testing_a-hs_pow.o -MD -MP -MF src/feature/hs/.deps/core_libtor_app_testing_a-hs_pow.Tpo -c -o src/feature/hs/core_libtor_app_testing_a-hs_pow.o `test -f 'src/feature/hs/hs_pow.c' || echo './'`src/feature/hs/hs_pow.c
mv -f src/feature/hs/.deps/core_libtor_app_testing_a-hs_pow.Tpo src/feature/hs/.deps/core_libtor_app_testing_a-hs_pow.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/keymgt/core_libtor_app_testing_a-loadkey.o -MD -MP -MF src/feature/keymgt/.deps/core_libtor_app_testing_a-loadkey.Tpo -c -o src/feature/keymgt/core_libtor_app_testing_a-loadkey.o `test -f 'src/feature/keymgt/loadkey.c' || echo './'`src/feature/keymgt/loadkey.c
mv -f src/feature/keymgt/.deps/core_libtor_app_testing_a-loadkey.Tpo src/feature/keymgt/.deps/core_libtor_app_testing_a-loadkey.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/metrics/core_libtor_app_testing_a-metrics.o -MD -MP -MF src/feature/metrics/.deps/core_libtor_app_testing_a-metrics.Tpo -c -o src/feature/metrics/core_libtor_app_testing_a-metrics.o `test -f 'src/feature/metrics/metrics.c' || echo './'`src/feature/metrics/metrics.c
mv -f src/feature/metrics/.deps/core_libtor_app_testing_a-metrics.Tpo src/feature/metrics/.deps/core_libtor_app_testing_a-metrics.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/metrics/core_libtor_app_testing_a-metrics_sys.o -MD -MP -MF src/feature/metrics/.deps/core_libtor_app_testing_a-metrics_sys.Tpo -c -o src/feature/metrics/core_libtor_app_testing_a-metrics_sys.o `test -f 'src/feature/metrics/metrics_sys.c' || echo './'`src/feature/metrics/metrics_sys.c
mv -f src/feature/metrics/.deps/core_libtor_app_testing_a-metrics_sys.Tpo src/feature/metrics/.deps/core_libtor_app_testing_a-metrics_sys.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/nodelist/core_libtor_app_testing_a-authcert.o -MD -MP -MF src/feature/nodelist/.deps/core_libtor_app_testing_a-authcert.Tpo -c -o src/feature/nodelist/core_libtor_app_testing_a-authcert.o `test -f 'src/feature/nodelist/authcert.c' || echo './'`src/feature/nodelist/authcert.c
mv -f src/feature/nodelist/.deps/core_libtor_app_testing_a-authcert.Tpo src/feature/nodelist/.deps/core_libtor_app_testing_a-authcert.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/nodelist/core_libtor_app_testing_a-describe.o -MD -MP -MF src/feature/nodelist/.deps/core_libtor_app_testing_a-describe.Tpo -c -o src/feature/nodelist/core_libtor_app_testing_a-describe.o `test -f 'src/feature/nodelist/describe.c' || echo './'`src/feature/nodelist/describe.c
mv -f src/feature/nodelist/.deps/core_libtor_app_testing_a-describe.Tpo src/feature/nodelist/.deps/core_libtor_app_testing_a-describe.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/nodelist/core_libtor_app_testing_a-dirlist.o -MD -MP -MF src/feature/nodelist/.deps/core_libtor_app_testing_a-dirlist.Tpo -c -o src/feature/nodelist/core_libtor_app_testing_a-dirlist.o `test -f 'src/feature/nodelist/dirlist.c' || echo './'`src/feature/nodelist/dirlist.c
mv -f src/feature/nodelist/.deps/core_libtor_app_testing_a-dirlist.Tpo src/feature/nodelist/.deps/core_libtor_app_testing_a-dirlist.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/nodelist/core_libtor_app_testing_a-microdesc.o -MD -MP -MF src/feature/nodelist/.deps/core_libtor_app_testing_a-microdesc.Tpo -c -o src/feature/nodelist/core_libtor_app_testing_a-microdesc.o `test -f 'src/feature/nodelist/microdesc.c' || echo './'`src/feature/nodelist/microdesc.c
mv -f src/feature/nodelist/.deps/core_libtor_app_testing_a-microdesc.Tpo src/feature/nodelist/.deps/core_libtor_app_testing_a-microdesc.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/nodelist/core_libtor_app_testing_a-networkstatus.o -MD -MP -MF src/feature/nodelist/.deps/core_libtor_app_testing_a-networkstatus.Tpo -c -o src/feature/nodelist/core_libtor_app_testing_a-networkstatus.o `test -f 'src/feature/nodelist/networkstatus.c' || echo './'`src/feature/nodelist/networkstatus.c
mv -f src/feature/nodelist/.deps/core_libtor_app_testing_a-networkstatus.Tpo src/feature/nodelist/.deps/core_libtor_app_testing_a-networkstatus.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/nodelist/core_libtor_app_testing_a-nickname.o -MD -MP -MF src/feature/nodelist/.deps/core_libtor_app_testing_a-nickname.Tpo -c -o src/feature/nodelist/core_libtor_app_testing_a-nickname.o `test -f 'src/feature/nodelist/nickname.c' || echo './'`src/feature/nodelist/nickname.c
mv -f src/feature/nodelist/.deps/core_libtor_app_testing_a-nickname.Tpo src/feature/nodelist/.deps/core_libtor_app_testing_a-nickname.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/nodelist/core_libtor_app_testing_a-nodefamily.o -MD -MP -MF src/feature/nodelist/.deps/core_libtor_app_testing_a-nodefamily.Tpo -c -o src/feature/nodelist/core_libtor_app_testing_a-nodefamily.o `test -f 'src/feature/nodelist/nodefamily.c' || echo './'`src/feature/nodelist/nodefamily.c
mv -f src/feature/nodelist/.deps/core_libtor_app_testing_a-nodefamily.Tpo src/feature/nodelist/.deps/core_libtor_app_testing_a-nodefamily.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/nodelist/core_libtor_app_testing_a-nodelist.o -MD -MP -MF src/feature/nodelist/.deps/core_libtor_app_testing_a-nodelist.Tpo -c -o src/feature/nodelist/core_libtor_app_testing_a-nodelist.o `test -f 'src/feature/nodelist/nodelist.c' || echo './'`src/feature/nodelist/nodelist.c
mv -f src/feature/nodelist/.deps/core_libtor_app_testing_a-nodelist.Tpo src/feature/nodelist/.deps/core_libtor_app_testing_a-nodelist.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/nodelist/core_libtor_app_testing_a-node_select.o -MD -MP -MF src/feature/nodelist/.deps/core_libtor_app_testing_a-node_select.Tpo -c -o src/feature/nodelist/core_libtor_app_testing_a-node_select.o `test -f 'src/feature/nodelist/node_select.c' || echo './'`src/feature/nodelist/node_select.c
mv -f src/feature/nodelist/.deps/core_libtor_app_testing_a-node_select.Tpo src/feature/nodelist/.deps/core_libtor_app_testing_a-node_select.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/nodelist/core_libtor_app_testing_a-routerinfo.o -MD -MP -MF src/feature/nodelist/.deps/core_libtor_app_testing_a-routerinfo.Tpo -c -o src/feature/nodelist/core_libtor_app_testing_a-routerinfo.o `test -f 'src/feature/nodelist/routerinfo.c' || echo './'`src/feature/nodelist/routerinfo.c
mv -f src/feature/nodelist/.deps/core_libtor_app_testing_a-routerinfo.Tpo src/feature/nodelist/.deps/core_libtor_app_testing_a-routerinfo.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/nodelist/core_libtor_app_testing_a-routerlist.o -MD -MP -MF src/feature/nodelist/.deps/core_libtor_app_testing_a-routerlist.Tpo -c -o src/feature/nodelist/core_libtor_app_testing_a-routerlist.o `test -f 'src/feature/nodelist/routerlist.c' || echo './'`src/feature/nodelist/routerlist.c
mv -f src/feature/nodelist/.deps/core_libtor_app_testing_a-routerlist.Tpo src/feature/nodelist/.deps/core_libtor_app_testing_a-routerlist.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/nodelist/core_libtor_app_testing_a-routerset.o -MD -MP -MF src/feature/nodelist/.deps/core_libtor_app_testing_a-routerset.Tpo -c -o src/feature/nodelist/core_libtor_app_testing_a-routerset.o `test -f 'src/feature/nodelist/routerset.c' || echo './'`src/feature/nodelist/routerset.c
mv -f src/feature/nodelist/.deps/core_libtor_app_testing_a-routerset.Tpo src/feature/nodelist/.deps/core_libtor_app_testing_a-routerset.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/nodelist/core_libtor_app_testing_a-fmt_routerstatus.o -MD -MP -MF src/feature/nodelist/.deps/core_libtor_app_testing_a-fmt_routerstatus.Tpo -c -o src/feature/nodelist/core_libtor_app_testing_a-fmt_routerstatus.o `test -f 'src/feature/nodelist/fmt_routerstatus.c' || echo './'`src/feature/nodelist/fmt_routerstatus.c
mv -f src/feature/nodelist/.deps/core_libtor_app_testing_a-fmt_routerstatus.Tpo src/feature/nodelist/.deps/core_libtor_app_testing_a-fmt_routerstatus.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/nodelist/core_libtor_app_testing_a-torcert.o -MD -MP -MF src/feature/nodelist/.deps/core_libtor_app_testing_a-torcert.Tpo -c -o src/feature/nodelist/core_libtor_app_testing_a-torcert.o `test -f 'src/feature/nodelist/torcert.c' || echo './'`src/feature/nodelist/torcert.c
mv -f src/feature/nodelist/.deps/core_libtor_app_testing_a-torcert.Tpo src/feature/nodelist/.deps/core_libtor_app_testing_a-torcert.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/relay/core_libtor_app_testing_a-onion_queue.o -MD -MP -MF src/feature/relay/.deps/core_libtor_app_testing_a-onion_queue.Tpo -c -o src/feature/relay/core_libtor_app_testing_a-onion_queue.o `test -f 'src/feature/relay/onion_queue.c' || echo './'`src/feature/relay/onion_queue.c
mv -f src/feature/relay/.deps/core_libtor_app_testing_a-onion_queue.Tpo src/feature/relay/.deps/core_libtor_app_testing_a-onion_queue.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/relay/core_libtor_app_testing_a-relay_find_addr.o -MD -MP -MF src/feature/relay/.deps/core_libtor_app_testing_a-relay_find_addr.Tpo -c -o src/feature/relay/core_libtor_app_testing_a-relay_find_addr.o `test -f 'src/feature/relay/relay_find_addr.c' || echo './'`src/feature/relay/relay_find_addr.c
mv -f src/feature/relay/.deps/core_libtor_app_testing_a-relay_find_addr.Tpo src/feature/relay/.deps/core_libtor_app_testing_a-relay_find_addr.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/relay/core_libtor_app_testing_a-router.o -MD -MP -MF src/feature/relay/.deps/core_libtor_app_testing_a-router.Tpo -c -o src/feature/relay/core_libtor_app_testing_a-router.o `test -f 'src/feature/relay/router.c' || echo './'`src/feature/relay/router.c
mv -f src/feature/relay/.deps/core_libtor_app_testing_a-router.Tpo src/feature/relay/.deps/core_libtor_app_testing_a-router.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/relay/core_libtor_app_testing_a-circuitbuild_relay.o -MD -MP -MF src/feature/relay/.deps/core_libtor_app_testing_a-circuitbuild_relay.Tpo -c -o src/feature/relay/core_libtor_app_testing_a-circuitbuild_relay.o `test -f 'src/feature/relay/circuitbuild_relay.c' || echo './'`src/feature/relay/circuitbuild_relay.c
mv -f src/feature/relay/.deps/core_libtor_app_testing_a-circuitbuild_relay.Tpo src/feature/relay/.deps/core_libtor_app_testing_a-circuitbuild_relay.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/relay/core_libtor_app_testing_a-dns.o -MD -MP -MF src/feature/relay/.deps/core_libtor_app_testing_a-dns.Tpo -c -o src/feature/relay/core_libtor_app_testing_a-dns.o `test -f 'src/feature/relay/dns.c' || echo './'`src/feature/relay/dns.c
mv -f src/feature/relay/.deps/core_libtor_app_testing_a-dns.Tpo src/feature/relay/.deps/core_libtor_app_testing_a-dns.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/relay/core_libtor_app_testing_a-ext_orport.o -MD -MP -MF src/feature/relay/.deps/core_libtor_app_testing_a-ext_orport.Tpo -c -o src/feature/relay/core_libtor_app_testing_a-ext_orport.o `test -f 'src/feature/relay/ext_orport.c' || echo './'`src/feature/relay/ext_orport.c
mv -f src/feature/relay/.deps/core_libtor_app_testing_a-ext_orport.Tpo src/feature/relay/.deps/core_libtor_app_testing_a-ext_orport.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/relay/core_libtor_app_testing_a-routermode.o -MD -MP -MF src/feature/relay/.deps/core_libtor_app_testing_a-routermode.Tpo -c -o src/feature/relay/core_libtor_app_testing_a-routermode.o `test -f 'src/feature/relay/routermode.c' || echo './'`src/feature/relay/routermode.c
mv -f src/feature/relay/.deps/core_libtor_app_testing_a-routermode.Tpo src/feature/relay/.deps/core_libtor_app_testing_a-routermode.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/relay/core_libtor_app_testing_a-relay_config.o -MD -MP -MF src/feature/relay/.deps/core_libtor_app_testing_a-relay_config.Tpo -c -o src/feature/relay/core_libtor_app_testing_a-relay_config.o `test -f 'src/feature/relay/relay_config.c' || echo './'`src/feature/relay/relay_config.c
mv -f src/feature/relay/.deps/core_libtor_app_testing_a-relay_config.Tpo src/feature/relay/.deps/core_libtor_app_testing_a-relay_config.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/relay/core_libtor_app_testing_a-relay_handshake.o -MD -MP -MF src/feature/relay/.deps/core_libtor_app_testing_a-relay_handshake.Tpo -c -o src/feature/relay/core_libtor_app_testing_a-relay_handshake.o `test -f 'src/feature/relay/relay_handshake.c' || echo './'`src/feature/relay/relay_handshake.c
mv -f src/feature/relay/.deps/core_libtor_app_testing_a-relay_handshake.Tpo src/feature/relay/.deps/core_libtor_app_testing_a-relay_handshake.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/relay/core_libtor_app_testing_a-relay_metrics.o -MD -MP -MF src/feature/relay/.deps/core_libtor_app_testing_a-relay_metrics.Tpo -c -o src/feature/relay/core_libtor_app_testing_a-relay_metrics.o `test -f 'src/feature/relay/relay_metrics.c' || echo './'`src/feature/relay/relay_metrics.c
mv -f src/feature/relay/.deps/core_libtor_app_testing_a-relay_metrics.Tpo src/feature/relay/.deps/core_libtor_app_testing_a-relay_metrics.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/relay/core_libtor_app_testing_a-relay_periodic.o -MD -MP -MF src/feature/relay/.deps/core_libtor_app_testing_a-relay_periodic.Tpo -c -o src/feature/relay/core_libtor_app_testing_a-relay_periodic.o `test -f 'src/feature/relay/relay_periodic.c' || echo './'`src/feature/relay/relay_periodic.c
mv -f src/feature/relay/.deps/core_libtor_app_testing_a-relay_periodic.Tpo src/feature/relay/.deps/core_libtor_app_testing_a-relay_periodic.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/relay/core_libtor_app_testing_a-relay_sys.o -MD -MP -MF src/feature/relay/.deps/core_libtor_app_testing_a-relay_sys.Tpo -c -o src/feature/relay/core_libtor_app_testing_a-relay_sys.o `test -f 'src/feature/relay/relay_sys.c' || echo './'`src/feature/relay/relay_sys.c
mv -f src/feature/relay/.deps/core_libtor_app_testing_a-relay_sys.Tpo src/feature/relay/.deps/core_libtor_app_testing_a-relay_sys.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/relay/core_libtor_app_testing_a-routerkeys.o -MD -MP -MF src/feature/relay/.deps/core_libtor_app_testing_a-routerkeys.Tpo -c -o src/feature/relay/core_libtor_app_testing_a-routerkeys.o `test -f 'src/feature/relay/routerkeys.c' || echo './'`src/feature/relay/routerkeys.c
mv -f src/feature/relay/.deps/core_libtor_app_testing_a-routerkeys.Tpo src/feature/relay/.deps/core_libtor_app_testing_a-routerkeys.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/relay/core_libtor_app_testing_a-selftest.o -MD -MP -MF src/feature/relay/.deps/core_libtor_app_testing_a-selftest.Tpo -c -o src/feature/relay/core_libtor_app_testing_a-selftest.o `test -f 'src/feature/relay/selftest.c' || echo './'`src/feature/relay/selftest.c
mv -f src/feature/relay/.deps/core_libtor_app_testing_a-selftest.Tpo src/feature/relay/.deps/core_libtor_app_testing_a-selftest.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/relay/core_libtor_app_testing_a-transport_config.o -MD -MP -MF src/feature/relay/.deps/core_libtor_app_testing_a-transport_config.Tpo -c -o src/feature/relay/core_libtor_app_testing_a-transport_config.o `test -f 'src/feature/relay/transport_config.c' || echo './'`src/feature/relay/transport_config.c
mv -f src/feature/relay/.deps/core_libtor_app_testing_a-transport_config.Tpo src/feature/relay/.deps/core_libtor_app_testing_a-transport_config.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/rend/core_libtor_app_testing_a-rendcommon.o -MD -MP -MF src/feature/rend/.deps/core_libtor_app_testing_a-rendcommon.Tpo -c -o src/feature/rend/core_libtor_app_testing_a-rendcommon.o `test -f 'src/feature/rend/rendcommon.c' || echo './'`src/feature/rend/rendcommon.c
mv -f src/feature/rend/.deps/core_libtor_app_testing_a-rendcommon.Tpo src/feature/rend/.deps/core_libtor_app_testing_a-rendcommon.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/rend/core_libtor_app_testing_a-rendmid.o -MD -MP -MF src/feature/rend/.deps/core_libtor_app_testing_a-rendmid.Tpo -c -o src/feature/rend/core_libtor_app_testing_a-rendmid.o `test -f 'src/feature/rend/rendmid.c' || echo './'`src/feature/rend/rendmid.c
mv -f src/feature/rend/.deps/core_libtor_app_testing_a-rendmid.Tpo src/feature/rend/.deps/core_libtor_app_testing_a-rendmid.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/stats/core_libtor_app_testing_a-bwhist.o -MD -MP -MF src/feature/stats/.deps/core_libtor_app_testing_a-bwhist.Tpo -c -o src/feature/stats/core_libtor_app_testing_a-bwhist.o `test -f 'src/feature/stats/bwhist.c' || echo './'`src/feature/stats/bwhist.c
mv -f src/feature/stats/.deps/core_libtor_app_testing_a-bwhist.Tpo src/feature/stats/.deps/core_libtor_app_testing_a-bwhist.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/stats/core_libtor_app_testing_a-connstats.o -MD -MP -MF src/feature/stats/.deps/core_libtor_app_testing_a-connstats.Tpo -c -o src/feature/stats/core_libtor_app_testing_a-connstats.o `test -f 'src/feature/stats/connstats.c' || echo './'`src/feature/stats/connstats.c
mv -f src/feature/stats/.deps/core_libtor_app_testing_a-connstats.Tpo src/feature/stats/.deps/core_libtor_app_testing_a-connstats.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/stats/core_libtor_app_testing_a-geoip_stats.o -MD -MP -MF src/feature/stats/.deps/core_libtor_app_testing_a-geoip_stats.Tpo -c -o src/feature/stats/core_libtor_app_testing_a-geoip_stats.o `test -f 'src/feature/stats/geoip_stats.c' || echo './'`src/feature/stats/geoip_stats.c
mv -f src/feature/stats/.deps/core_libtor_app_testing_a-geoip_stats.Tpo src/feature/stats/.deps/core_libtor_app_testing_a-geoip_stats.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/stats/core_libtor_app_testing_a-rephist.o -MD -MP -MF src/feature/stats/.deps/core_libtor_app_testing_a-rephist.Tpo -c -o src/feature/stats/core_libtor_app_testing_a-rephist.o `test -f 'src/feature/stats/rephist.c' || echo './'`src/feature/stats/rephist.c
mv -f src/feature/stats/.deps/core_libtor_app_testing_a-rephist.Tpo src/feature/stats/.deps/core_libtor_app_testing_a-rephist.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/feature/stats/core_libtor_app_testing_a-predict_ports.o -MD -MP -MF src/feature/stats/.deps/core_libtor_app_testing_a-predict_ports.Tpo -c -o src/feature/stats/core_libtor_app_testing_a-predict_ports.o `test -f 'src/feature/stats/predict_ports.c' || echo './'`src/feature/stats/predict_ports.c
mv -f src/feature/stats/.deps/core_libtor_app_testing_a-predict_ports.Tpo src/feature/stats/.deps/core_libtor_app_testing_a-predict_ports.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/app/config/core_libtor_app_testing_a-config.o -MD -MP -MF src/app/config/.deps/core_libtor_app_testing_a-config.Tpo -c -o src/app/config/core_libtor_app_testing_a-config.o `test -f 'src/app/config/config.c' || echo './'`src/app/config/config.c
mv -f src/app/config/.deps/core_libtor_app_testing_a-config.Tpo src/app/config/.deps/core_libtor_app_testing_a-config.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/app/config/core_libtor_app_testing_a-quiet_level.o -MD -MP -MF src/app/config/.deps/core_libtor_app_testing_a-quiet_level.Tpo -c -o src/app/config/core_libtor_app_testing_a-quiet_level.o `test -f 'src/app/config/quiet_level.c' || echo './'`src/app/config/quiet_level.c
mv -f src/app/config/.deps/core_libtor_app_testing_a-quiet_level.Tpo src/app/config/.deps/core_libtor_app_testing_a-quiet_level.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/app/config/core_libtor_app_testing_a-resolve_addr.o -MD -MP -MF src/app/config/.deps/core_libtor_app_testing_a-resolve_addr.Tpo -c -o src/app/config/core_libtor_app_testing_a-resolve_addr.o `test -f 'src/app/config/resolve_addr.c' || echo './'`src/app/config/resolve_addr.c
mv -f src/app/config/.deps/core_libtor_app_testing_a-resolve_addr.Tpo src/app/config/.deps/core_libtor_app_testing_a-resolve_addr.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/app/config/core_libtor_app_testing_a-statefile.o -MD -MP -MF src/app/config/.deps/core_libtor_app_testing_a-statefile.Tpo -c -o src/app/config/core_libtor_app_testing_a-statefile.o `test -f 'src/app/config/statefile.c' || echo './'`src/app/config/statefile.c
mv -f src/app/config/.deps/core_libtor_app_testing_a-statefile.Tpo src/app/config/.deps/core_libtor_app_testing_a-statefile.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/app/main/core_libtor_app_testing_a-main.o -MD -MP -MF src/app/main/.deps/core_libtor_app_testing_a-main.Tpo -c -o src/app/main/core_libtor_app_testing_a-main.o `test -f 'src/app/main/main.c' || echo './'`src/app/main/main.c
mv -f src/app/main/.deps/core_libtor_app_testing_a-main.Tpo src/app/main/.deps/core_libtor_app_testing_a-main.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/app/main/core_libtor_app_testing_a-risky_options.o -MD -MP -MF src/app/main/.deps/core_libtor_app_testing_a-risky_options.Tpo -c -o src/app/main/core_libtor_app_testing_a-risky_options.o `test -f 'src/app/main/risky_options.c' || echo './'`src/app/main/risky_options.c
mv -f src/app/main/.deps/core_libtor_app_testing_a-risky_options.Tpo src/app/main/.deps/core_libtor_app_testing_a-risky_options.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/app/main/core_libtor_app_testing_a-shutdown.o -MD -MP -MF src/app/main/.deps/core_libtor_app_testing_a-shutdown.Tpo -c -o src/app/main/core_libtor_app_testing_a-shutdown.o `test -f 'src/app/main/shutdown.c' || echo './'`src/app/main/shutdown.c
mv -f src/app/main/.deps/core_libtor_app_testing_a-shutdown.Tpo src/app/main/.deps/core_libtor_app_testing_a-shutdown.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/app/main/core_libtor_app_testing_a-subsystem_list.o -MD -MP -MF src/app/main/.deps/core_libtor_app_testing_a-subsystem_list.Tpo -c -o src/app/main/core_libtor_app_testing_a-subsystem_list.o `test -f 'src/app/main/subsystem_list.c' || echo './'`src/app/main/subsystem_list.c
mv -f src/app/main/.deps/core_libtor_app_testing_a-subsystem_list.Tpo src/app/main/.deps/core_libtor_app_testing_a-subsystem_list.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/app/main/core_libtor_app_testing_a-subsysmgr.o -MD -MP -MF src/app/main/.deps/core_libtor_app_testing_a-subsysmgr.Tpo -c -o src/app/main/core_libtor_app_testing_a-subsysmgr.o `test -f 'src/app/main/subsysmgr.c' || echo './'`src/app/main/subsysmgr.c
mv -f src/app/main/.deps/core_libtor_app_testing_a-subsysmgr.Tpo src/app/main/.deps/core_libtor_app_testing_a-subsysmgr.Po
rm -f src/core/libtor-app-testing.a
ar cru src/core/libtor-app-testing.a src/core/crypto/libtor_app_testing_a-hs_ntor.o src/core/crypto/libtor_app_testing_a-onion_crypto.o src/core/crypto/libtor_app_testing_a-onion_fast.o src/core/crypto/libtor_app_testing_a-onion_ntor.o src/core/crypto/libtor_app_testing_a-onion_ntor_v3.o src/core/crypto/libtor_app_testing_a-relay_crypto.o src/core/crypto/libtor_app_testing_a-relay_crypto_cgo.o src/core/crypto/libtor_app_testing_a-relay_crypto_tor1.o src/core/mainloop/libtor_app_testing_a-connection.o src/core/mainloop/libtor_app_testing_a-cpuworker.o src/core/mainloop/libtor_app_testing_a-mainloop.o src/core/mainloop/libtor_app_testing_a-mainloop_pubsub.o src/core/mainloop/libtor_app_testing_a-mainloop_sys.o src/core/mainloop/libtor_app_testing_a-netstatus.o src/core/mainloop/libtor_app_testing_a-periodic.o src/core/or/libtor_app_testing_a-address_set.o src/core/or/libtor_app_testing_a-channel.o src/core/or/libtor_app_testing_a-channelpadding.o src/core/or/libtor_app_testing_a-channeltls.o src/core/or/libtor_app_testing_a-circuitbuild.o src/core/or/libtor_app_testing_a-circuitlist.o src/core/or/libtor_app_testing_a-circuitmux.o src/core/or/libtor_app_testing_a-circuitmux_ewma.o src/core/or/libtor_app_testing_a-circuitpadding.o src/core/or/libtor_app_testing_a-circuitpadding_machines.o src/core/or/libtor_app_testing_a-circuitstats.o src/core/or/libtor_app_testing_a-circuituse.o src/core/or/libtor_app_testing_a-crypt_path.o src/core/or/libtor_app_testing_a-command.o src/core/or/libtor_app_testing_a-connection_edge.o src/core/or/libtor_app_testing_a-connection_or.o src/core/or/libtor_app_testing_a-dos.o src/core/or/libtor_app_testing_a-dos_config.o src/core/or/libtor_app_testing_a-dos_sys.o src/core/or/libtor_app_testing_a-extendinfo.o src/core/or/libtor_app_testing_a-onion.o src/core/or/libtor_app_testing_a-ocirc_event.o src/core/or/libtor_app_testing_a-or_periodic.o src/core/or/libtor_app_testing_a-or_sys.o src/core/or/libtor_app_testing_a-orconn_event.o src/core/or/libtor_app_testing_a-policies.o src/core/or/libtor_app_testing_a-protover.o src/core/or/libtor_app_testing_a-reasons.o src/core/or/libtor_app_testing_a-relay.o src/core/or/libtor_app_testing_a-relay_msg.o src/core/or/libtor_app_testing_a-scheduler.o src/core/or/libtor_app_testing_a-scheduler_kist.o src/core/or/libtor_app_testing_a-scheduler_vanilla.o src/core/or/libtor_app_testing_a-sendme.o src/core/or/libtor_app_testing_a-congestion_control_common.o src/core/or/libtor_app_testing_a-congestion_control_vegas.o src/core/or/libtor_app_testing_a-congestion_control_flow.o src/core/or/libtor_app_testing_a-conflux.o src/core/or/libtor_app_testing_a-conflux_cell.o src/core/or/libtor_app_testing_a-conflux_params.o src/core/or/libtor_app_testing_a-conflux_pool.o src/core/or/libtor_app_testing_a-conflux_sys.o src/core/or/libtor_app_testing_a-conflux_util.o src/core/or/libtor_app_testing_a-status.o src/core/or/libtor_app_testing_a-versions.o src/core/proto/libtor_app_testing_a-proto_cell.o src/core/proto/libtor_app_testing_a-proto_control0.o src/core/proto/libtor_app_testing_a-proto_ext_or.o src/core/proto/libtor_app_testing_a-proto_haproxy.o src/core/proto/libtor_app_testing_a-proto_http.o src/core/proto/libtor_app_testing_a-proto_socks.o src/feature/api/core_libtor_app_testing_a-tor_api.o src/feature/client/core_libtor_app_testing_a-addressmap.o src/feature/client/core_libtor_app_testing_a-bridges.o src/feature/client/core_libtor_app_testing_a-circpathbias.o src/feature/client/core_libtor_app_testing_a-dnsserv.o src/feature/client/core_libtor_app_testing_a-entrynodes.o src/feature/client/core_libtor_app_testing_a-proxymode.o src/feature/client/core_libtor_app_testing_a-transports.o src/feature/control/core_libtor_app_testing_a-btrack.o src/feature/control/core_libtor_app_testing_a-btrack_circuit.o src/feature/control/core_libtor_app_testing_a-btrack_orconn.o src/feature/control/core_libtor_app_testing_a-btrack_orconn_cevent.o src/feature/control/core_libtor_app_testing_a-btrack_orconn_maps.o src/feature/control/core_libtor_app_testing_a-control.o src/feature/control/core_libtor_app_testing_a-control_auth.o src/feature/control/core_libtor_app_testing_a-control_bootstrap.o src/feature/control/core_libtor_app_testing_a-control_cmd.o src/feature/control/core_libtor_app_testing_a-control_hs.o src/feature/control/core_libtor_app_testing_a-control_events.o src/feature/control/core_libtor_app_testing_a-control_fmt.o src/feature/control/core_libtor_app_testing_a-control_getinfo.o src/feature/control/core_libtor_app_testing_a-control_proto.o src/feature/control/core_libtor_app_testing_a-getinfo_geoip.o src/feature/dirauth/core_libtor_app_testing_a-authmode.o src/feature/dirauth/core_libtor_app_testing_a-bridgeauth.o src/feature/dirauth/core_libtor_app_testing_a-bwauth.o src/feature/dirauth/core_libtor_app_testing_a-dirauth_config.o src/feature/dirauth/core_libtor_app_testing_a-dirauth_periodic.o src/feature/dirauth/core_libtor_app_testing_a-dirauth_sys.o src/feature/dirauth/core_libtor_app_testing_a-dircollate.o src/feature/dirauth/core_libtor_app_testing_a-dirvote.o src/feature/dirauth/core_libtor_app_testing_a-dsigs_parse.o src/feature/dirauth/core_libtor_app_testing_a-guardfraction.o src/feature/dirauth/core_libtor_app_testing_a-keypin.o src/feature/dirauth/core_libtor_app_testing_a-process_descs.o src/feature/dirauth/core_libtor_app_testing_a-reachability.o src/feature/dirauth/core_libtor_app_testing_a-recommend_pkg.o src/feature/dirauth/core_libtor_app_testing_a-shared_random.o src/feature/dirauth/core_libtor_app_testing_a-shared_random_state.o src/feature/dirauth/core_libtor_app_testing_a-voteflags.o src/feature/dirauth/core_libtor_app_testing_a-voting_schedule.o src/feature/dircache/core_libtor_app_testing_a-conscache.o src/feature/dircache/core_libtor_app_testing_a-consdiffmgr.o src/feature/dircache/core_libtor_app_testing_a-dircache.o src/feature/dircache/core_libtor_app_testing_a-dirserv.o src/feature/dirclient/core_libtor_app_testing_a-dirclient.o src/feature/dirclient/core_libtor_app_testing_a-dirclient_modes.o src/feature/dirclient/core_libtor_app_testing_a-dlstatus.o src/feature/dircommon/core_libtor_app_testing_a-consdiff.o src/feature/dircommon/core_libtor_app_testing_a-directory.o src/feature/dircommon/core_libtor_app_testing_a-fp_pair.o src/feature/dirparse/core_libtor_app_testing_a-authcert_parse.o src/feature/dirparse/core_libtor_app_testing_a-microdesc_parse.o src/feature/dirparse/core_libtor_app_testing_a-ns_parse.o src/feature/dirparse/core_libtor_app_testing_a-parsecommon.o src/feature/dirparse/core_libtor_app_testing_a-policy_parse.o src/feature/dirparse/core_libtor_app_testing_a-routerparse.o src/feature/dirparse/core_libtor_app_testing_a-sigcommon.o src/feature/dirparse/core_libtor_app_testing_a-signing.o src/feature/dirparse/core_libtor_app_testing_a-unparseable.o src/feature/hibernate/core_libtor_app_testing_a-hibernate.o src/feature/hs_common/core_libtor_app_testing_a-replaycache.o src/feature/hs_common/core_libtor_app_testing_a-shared_random_client.o src/feature/hs/core_libtor_app_testing_a-hs_cache.o src/feature/hs/core_libtor_app_testing_a-hs_cell.o src/feature/hs/core_libtor_app_testing_a-hs_circuit.o src/feature/hs/core_libtor_app_testing_a-hs_circuitmap.o src/feature/hs/core_libtor_app_testing_a-hs_client.o src/feature/hs/core_libtor_app_testing_a-hs_common.o src/feature/hs/core_libtor_app_testing_a-hs_config.o src/feature/hs/core_libtor_app_testing_a-hs_control.o src/feature/hs/core_libtor_app_testing_a-hs_descriptor.o src/feature/hs/core_libtor_app_testing_a-hs_dos.o src/feature/hs/core_libtor_app_testing_a-hs_ident.o src/feature/hs/core_libtor_app_testing_a-hs_intropoint.o src/feature/hs/core_libtor_app_testing_a-hs_metrics.o src/feature/hs/core_libtor_app_testing_a-hs_ob.o src/feature/hs/core_libtor_app_testing_a-hs_service.o src/feature/hs/core_libtor_app_testing_a-hs_stats.o src/feature/hs/core_libtor_app_testing_a-hs_sys.o src/feature/hs/core_libtor_app_testing_a-hs_metrics_entry.o src/feature/hs/core_libtor_app_testing_a-hs_pow.o src/feature/keymgt/core_libtor_app_testing_a-loadkey.o src/feature/metrics/core_libtor_app_testing_a-metrics.o src/feature/metrics/core_libtor_app_testing_a-metrics_sys.o src/feature/nodelist/core_libtor_app_testing_a-authcert.o src/feature/nodelist/core_libtor_app_testing_a-describe.o src/feature/nodelist/core_libtor_app_testing_a-dirlist.o src/feature/nodelist/core_libtor_app_testing_a-microdesc.o src/feature/nodelist/core_libtor_app_testing_a-networkstatus.o src/feature/nodelist/core_libtor_app_testing_a-nickname.o src/feature/nodelist/core_libtor_app_testing_a-nodefamily.o src/feature/nodelist/core_libtor_app_testing_a-nodelist.o src/feature/nodelist/core_libtor_app_testing_a-node_select.o src/feature/nodelist/core_libtor_app_testing_a-routerinfo.o src/feature/nodelist/core_libtor_app_testing_a-routerlist.o src/feature/nodelist/core_libtor_app_testing_a-routerset.o src/feature/nodelist/core_libtor_app_testing_a-fmt_routerstatus.o src/feature/nodelist/core_libtor_app_testing_a-torcert.o src/feature/relay/core_libtor_app_testing_a-onion_queue.o src/feature/relay/core_libtor_app_testing_a-relay_find_addr.o src/feature/relay/core_libtor_app_testing_a-router.o src/feature/relay/core_libtor_app_testing_a-circuitbuild_relay.o src/feature/relay/core_libtor_app_testing_a-dns.o src/feature/relay/core_libtor_app_testing_a-ext_orport.o src/feature/relay/core_libtor_app_testing_a-routermode.o src/feature/relay/core_libtor_app_testing_a-relay_config.o src/feature/relay/core_libtor_app_testing_a-relay_handshake.o src/feature/relay/core_libtor_app_testing_a-relay_metrics.o src/feature/relay/core_libtor_app_testing_a-relay_periodic.o src/feature/relay/core_libtor_app_testing_a-relay_sys.o src/feature/relay/core_libtor_app_testing_a-routerkeys.o src/feature/relay/core_libtor_app_testing_a-selftest.o src/feature/relay/core_libtor_app_testing_a-transport_config.o src/feature/rend/core_libtor_app_testing_a-rendcommon.o src/feature/rend/core_libtor_app_testing_a-rendmid.o src/feature/stats/core_libtor_app_testing_a-bwhist.o src/feature/stats/core_libtor_app_testing_a-connstats.o src/feature/stats/core_libtor_app_testing_a-geoip_stats.o src/feature/stats/core_libtor_app_testing_a-rephist.o src/feature/stats/core_libtor_app_testing_a-predict_ports.o src/app/config/core_libtor_app_testing_a-config.o src/app/config/core_libtor_app_testing_a-quiet_level.o src/app/config/core_libtor_app_testing_a-resolve_addr.o src/app/config/core_libtor_app_testing_a-statefile.o src/app/main/core_libtor_app_testing_a-main.o src/app/main/core_libtor_app_testing_a-risky_options.o src/app/main/core_libtor_app_testing_a-shutdown.o src/app/main/core_libtor_app_testing_a-subsystem_list.o src/app/main/core_libtor_app_testing_a-subsysmgr.o src/feature/relay/core_libtor_app_testing_a-circuitbuild_relay.o src/feature/relay/core_libtor_app_testing_a-dns.o src/feature/relay/core_libtor_app_testing_a-ext_orport.o src/feature/relay/core_libtor_app_testing_a-routermode.o src/feature/relay/core_libtor_app_testing_a-relay_config.o src/feature/relay/core_libtor_app_testing_a-relay_handshake.o src/feature/relay/core_libtor_app_testing_a-relay_metrics.o src/feature/relay/core_libtor_app_testing_a-relay_periodic.o src/feature/relay/core_libtor_app_testing_a-relay_sys.o src/feature/relay/core_libtor_app_testing_a-routerkeys.o src/feature/relay/core_libtor_app_testing_a-selftest.o src/feature/relay/core_libtor_app_testing_a-transport_config.o src/feature/dircache/core_libtor_app_testing_a-conscache.o src/feature/dircache/core_libtor_app_testing_a-consdiffmgr.o src/feature/dircache/core_libtor_app_testing_a-dircache.o src/feature/dircache/core_libtor_app_testing_a-dirserv.o src/feature/dirauth/core_libtor_app_testing_a-authmode.o src/feature/dirauth/core_libtor_app_testing_a-bridgeauth.o src/feature/dirauth/core_libtor_app_testing_a-bwauth.o src/feature/dirauth/core_libtor_app_testing_a-dirauth_config.o src/feature/dirauth/core_libtor_app_testing_a-dirauth_periodic.o src/feature/dirauth/core_libtor_app_testing_a-dirauth_sys.o src/feature/dirauth/core_libtor_app_testing_a-dircollate.o src/feature/dirauth/core_libtor_app_testing_a-dirvote.o src/feature/dirauth/core_libtor_app_testing_a-dsigs_parse.o src/feature/dirauth/core_libtor_app_testing_a-guardfraction.o src/feature/dirauth/core_libtor_app_testing_a-keypin.o src/feature/dirauth/core_libtor_app_testing_a-process_descs.o src/feature/dirauth/core_libtor_app_testing_a-reachability.o src/feature/dirauth/core_libtor_app_testing_a-recommend_pkg.o src/feature/dirauth/core_libtor_app_testing_a-shared_random.o src/feature/dirauth/core_libtor_app_testing_a-shared_random_state.o src/feature/dirauth/core_libtor_app_testing_a-voteflags.o src/feature/dirauth/core_libtor_app_testing_a-voting_schedule.o src/feature/hs/core_libtor_app_testing_a-hs_pow.o
ranlib src/core/libtor-app-testing.a
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/compress/libtor_compress_testing_a-compress.o -MD -MP -MF src/lib/compress/.deps/libtor_compress_testing_a-compress.Tpo -c -o src/lib/compress/libtor_compress_testing_a-compress.o `test -f 'src/lib/compress/compress.c' || echo './'`src/lib/compress/compress.c
mv -f src/lib/compress/.deps/libtor_compress_testing_a-compress.Tpo src/lib/compress/.deps/libtor_compress_testing_a-compress.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/compress/libtor_compress_testing_a-compress_buf.o -MD -MP -MF src/lib/compress/.deps/libtor_compress_testing_a-compress_buf.Tpo -c -o src/lib/compress/libtor_compress_testing_a-compress_buf.o `test -f 'src/lib/compress/compress_buf.c' || echo './'`src/lib/compress/compress_buf.c
mv -f src/lib/compress/.deps/libtor_compress_testing_a-compress_buf.Tpo src/lib/compress/.deps/libtor_compress_testing_a-compress_buf.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/compress/libtor_compress_testing_a-compress_lzma.o -MD -MP -MF src/lib/compress/.deps/libtor_compress_testing_a-compress_lzma.Tpo -c -o src/lib/compress/libtor_compress_testing_a-compress_lzma.o `test -f 'src/lib/compress/compress_lzma.c' || echo './'`src/lib/compress/compress_lzma.c
mv -f src/lib/compress/.deps/libtor_compress_testing_a-compress_lzma.Tpo src/lib/compress/.deps/libtor_compress_testing_a-compress_lzma.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/compress/libtor_compress_testing_a-compress_none.o -MD -MP -MF src/lib/compress/.deps/libtor_compress_testing_a-compress_none.Tpo -c -o src/lib/compress/libtor_compress_testing_a-compress_none.o `test -f 'src/lib/compress/compress_none.c' || echo './'`src/lib/compress/compress_none.c
mv -f src/lib/compress/.deps/libtor_compress_testing_a-compress_none.Tpo src/lib/compress/.deps/libtor_compress_testing_a-compress_none.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/compress/libtor_compress_testing_a-compress_zlib.o -MD -MP -MF src/lib/compress/.deps/libtor_compress_testing_a-compress_zlib.Tpo -c -o src/lib/compress/libtor_compress_testing_a-compress_zlib.o `test -f 'src/lib/compress/compress_zlib.c' || echo './'`src/lib/compress/compress_zlib.c
mv -f src/lib/compress/.deps/libtor_compress_testing_a-compress_zlib.Tpo src/lib/compress/.deps/libtor_compress_testing_a-compress_zlib.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/compress/libtor_compress_testing_a-compress_zstd.o -MD -MP -MF src/lib/compress/.deps/libtor_compress_testing_a-compress_zstd.Tpo -c -o src/lib/compress/libtor_compress_testing_a-compress_zstd.o `test -f 'src/lib/compress/compress_zstd.c' || echo './'`src/lib/compress/compress_zstd.c
mv -f src/lib/compress/.deps/libtor_compress_testing_a-compress_zstd.Tpo src/lib/compress/.deps/libtor_compress_testing_a-compress_zstd.Po
rm -f src/lib/libtor-compress-testing.a
ar cru src/lib/libtor-compress-testing.a src/lib/compress/libtor_compress_testing_a-compress.o src/lib/compress/libtor_compress_testing_a-compress_buf.o src/lib/compress/libtor_compress_testing_a-compress_lzma.o src/lib/compress/libtor_compress_testing_a-compress_none.o src/lib/compress/libtor_compress_testing_a-compress_zlib.o src/lib/compress/libtor_compress_testing_a-compress_zstd.o
ranlib src/lib/libtor-compress-testing.a
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/evloop/libtor_evloop_testing_a-compat_libevent.o -MD -MP -MF src/lib/evloop/.deps/libtor_evloop_testing_a-compat_libevent.Tpo -c -o src/lib/evloop/libtor_evloop_testing_a-compat_libevent.o `test -f 'src/lib/evloop/compat_libevent.c' || echo './'`src/lib/evloop/compat_libevent.c
mv -f src/lib/evloop/.deps/libtor_evloop_testing_a-compat_libevent.Tpo src/lib/evloop/.deps/libtor_evloop_testing_a-compat_libevent.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/evloop/libtor_evloop_testing_a-evloop_sys.o -MD -MP -MF src/lib/evloop/.deps/libtor_evloop_testing_a-evloop_sys.Tpo -c -o src/lib/evloop/libtor_evloop_testing_a-evloop_sys.o `test -f 'src/lib/evloop/evloop_sys.c' || echo './'`src/lib/evloop/evloop_sys.c
mv -f src/lib/evloop/.deps/libtor_evloop_testing_a-evloop_sys.Tpo src/lib/evloop/.deps/libtor_evloop_testing_a-evloop_sys.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/evloop/libtor_evloop_testing_a-procmon.o -MD -MP -MF src/lib/evloop/.deps/libtor_evloop_testing_a-procmon.Tpo -c -o src/lib/evloop/libtor_evloop_testing_a-procmon.o `test -f 'src/lib/evloop/procmon.c' || echo './'`src/lib/evloop/procmon.c
mv -f src/lib/evloop/.deps/libtor_evloop_testing_a-procmon.Tpo src/lib/evloop/.deps/libtor_evloop_testing_a-procmon.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/evloop/libtor_evloop_testing_a-timers.o -MD -MP -MF src/lib/evloop/.deps/libtor_evloop_testing_a-timers.Tpo -c -o src/lib/evloop/libtor_evloop_testing_a-timers.o `test -f 'src/lib/evloop/timers.c' || echo './'`src/lib/evloop/timers.c
mv -f src/lib/evloop/.deps/libtor_evloop_testing_a-timers.Tpo src/lib/evloop/.deps/libtor_evloop_testing_a-timers.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/evloop/libtor_evloop_testing_a-token_bucket.o -MD -MP -MF src/lib/evloop/.deps/libtor_evloop_testing_a-token_bucket.Tpo -c -o src/lib/evloop/libtor_evloop_testing_a-token_bucket.o `test -f 'src/lib/evloop/token_bucket.c' || echo './'`src/lib/evloop/token_bucket.c
mv -f src/lib/evloop/.deps/libtor_evloop_testing_a-token_bucket.Tpo src/lib/evloop/.deps/libtor_evloop_testing_a-token_bucket.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/evloop/libtor_evloop_testing_a-workqueue.o -MD -MP -MF src/lib/evloop/.deps/libtor_evloop_testing_a-workqueue.Tpo -c -o src/lib/evloop/libtor_evloop_testing_a-workqueue.o `test -f 'src/lib/evloop/workqueue.c' || echo './'`src/lib/evloop/workqueue.c
mv -f src/lib/evloop/.deps/libtor_evloop_testing_a-workqueue.Tpo src/lib/evloop/.deps/libtor_evloop_testing_a-workqueue.Po
rm -f src/lib/libtor-evloop-testing.a
ar cru src/lib/libtor-evloop-testing.a src/lib/evloop/libtor_evloop_testing_a-compat_libevent.o src/lib/evloop/libtor_evloop_testing_a-evloop_sys.o src/lib/evloop/libtor_evloop_testing_a-procmon.o src/lib/evloop/libtor_evloop_testing_a-timers.o src/lib/evloop/libtor_evloop_testing_a-token_bucket.o src/lib/evloop/libtor_evloop_testing_a-workqueue.o
ranlib src/lib/libtor-evloop-testing.a
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/tls/libtor_tls_testing_a-buffers_tls.o -MD -MP -MF src/lib/tls/.deps/libtor_tls_testing_a-buffers_tls.Tpo -c -o src/lib/tls/libtor_tls_testing_a-buffers_tls.o `test -f 'src/lib/tls/buffers_tls.c' || echo './'`src/lib/tls/buffers_tls.c
mv -f src/lib/tls/.deps/libtor_tls_testing_a-buffers_tls.Tpo src/lib/tls/.deps/libtor_tls_testing_a-buffers_tls.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/tls/libtor_tls_testing_a-tortls.o -MD -MP -MF src/lib/tls/.deps/libtor_tls_testing_a-tortls.Tpo -c -o src/lib/tls/libtor_tls_testing_a-tortls.o `test -f 'src/lib/tls/tortls.c' || echo './'`src/lib/tls/tortls.c
mv -f src/lib/tls/.deps/libtor_tls_testing_a-tortls.Tpo src/lib/tls/.deps/libtor_tls_testing_a-tortls.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/tls/libtor_tls_testing_a-x509.o -MD -MP -MF src/lib/tls/.deps/libtor_tls_testing_a-x509.Tpo -c -o src/lib/tls/libtor_tls_testing_a-x509.o `test -f 'src/lib/tls/x509.c' || echo './'`src/lib/tls/x509.c
mv -f src/lib/tls/.deps/libtor_tls_testing_a-x509.Tpo src/lib/tls/.deps/libtor_tls_testing_a-x509.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/tls/libtor_tls_testing_a-tortls_openssl.o -MD -MP -MF src/lib/tls/.deps/libtor_tls_testing_a-tortls_openssl.Tpo -c -o src/lib/tls/libtor_tls_testing_a-tortls_openssl.o `test -f 'src/lib/tls/tortls_openssl.c' || echo './'`src/lib/tls/tortls_openssl.c
mv -f src/lib/tls/.deps/libtor_tls_testing_a-tortls_openssl.Tpo src/lib/tls/.deps/libtor_tls_testing_a-tortls_openssl.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/tls/libtor_tls_testing_a-x509_openssl.o -MD -MP -MF src/lib/tls/.deps/libtor_tls_testing_a-x509_openssl.Tpo -c -o src/lib/tls/libtor_tls_testing_a-x509_openssl.o `test -f 'src/lib/tls/x509_openssl.c' || echo './'`src/lib/tls/x509_openssl.c
mv -f src/lib/tls/.deps/libtor_tls_testing_a-x509_openssl.Tpo src/lib/tls/.deps/libtor_tls_testing_a-x509_openssl.Po
rm -f src/lib/libtor-tls-testing.a
ar cru src/lib/libtor-tls-testing.a src/lib/tls/libtor_tls_testing_a-buffers_tls.o src/lib/tls/libtor_tls_testing_a-tortls.o src/lib/tls/libtor_tls_testing_a-x509.o src/lib/tls/libtor_tls_testing_a-tortls_openssl.o src/lib/tls/libtor_tls_testing_a-x509_openssl.o
ranlib src/lib/libtor-tls-testing.a
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_cipher.o -MD -MP -MF src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_cipher.Tpo -c -o src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_cipher.o `test -f 'src/lib/crypt_ops/crypto_cipher.c' || echo './'`src/lib/crypt_ops/crypto_cipher.c
mv -f src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_cipher.Tpo src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_cipher.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_curve25519.o -MD -MP -MF src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_curve25519.Tpo -c -o src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_curve25519.o `test -f 'src/lib/crypt_ops/crypto_curve25519.c' || echo './'`src/lib/crypt_ops/crypto_curve25519.c
mv -f src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_curve25519.Tpo src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_curve25519.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_dh.o -MD -MP -MF src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_dh.Tpo -c -o src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_dh.o `test -f 'src/lib/crypt_ops/crypto_dh.c' || echo './'`src/lib/crypt_ops/crypto_dh.c
mv -f src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_dh.Tpo src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_dh.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_digest.o -MD -MP -MF src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_digest.Tpo -c -o src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_digest.o `test -f 'src/lib/crypt_ops/crypto_digest.c' || echo './'`src/lib/crypt_ops/crypto_digest.c
mv -f src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_digest.Tpo src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_digest.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_ed25519.o -MD -MP -MF src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_ed25519.Tpo -c -o src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_ed25519.o `test -f 'src/lib/crypt_ops/crypto_ed25519.c' || echo './'`src/lib/crypt_ops/crypto_ed25519.c
mv -f src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_ed25519.Tpo src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_ed25519.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_format.o -MD -MP -MF src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_format.Tpo -c -o src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_format.o `test -f 'src/lib/crypt_ops/crypto_format.c' || echo './'`src/lib/crypt_ops/crypto_format.c
mv -f src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_format.Tpo src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_format.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_hkdf.o -MD -MP -MF src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_hkdf.Tpo -c -o src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_hkdf.o `test -f 'src/lib/crypt_ops/crypto_hkdf.c' || echo './'`src/lib/crypt_ops/crypto_hkdf.c
mv -f src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_hkdf.Tpo src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_hkdf.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_init.o -MD -MP -MF src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_init.Tpo -c -o src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_init.o `test -f 'src/lib/crypt_ops/crypto_init.c' || echo './'`src/lib/crypt_ops/crypto_init.c
mv -f src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_init.Tpo src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_init.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_ope.o -MD -MP -MF src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_ope.Tpo -c -o src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_ope.o `test -f 'src/lib/crypt_ops/crypto_ope.c' || echo './'`src/lib/crypt_ops/crypto_ope.c
mv -f src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_ope.Tpo src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_ope.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_pwbox.o -MD -MP -MF src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_pwbox.Tpo -c -o src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_pwbox.o `test -f 'src/lib/crypt_ops/crypto_pwbox.c' || echo './'`src/lib/crypt_ops/crypto_pwbox.c
mv -f src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_pwbox.Tpo src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_pwbox.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_rand.o -MD -MP -MF src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_rand.Tpo -c -o src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_rand.o `test -f 'src/lib/crypt_ops/crypto_rand.c' || echo './'`src/lib/crypt_ops/crypto_rand.c
mv -f src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_rand.Tpo src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_rand.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_rand_fast.o -MD -MP -MF src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_rand_fast.Tpo -c -o src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_rand_fast.o `test -f 'src/lib/crypt_ops/crypto_rand_fast.c' || echo './'`src/lib/crypt_ops/crypto_rand_fast.c
mv -f src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_rand_fast.Tpo src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_rand_fast.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_rand_numeric.o -MD -MP -MF src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_rand_numeric.Tpo -c -o src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_rand_numeric.o `test -f 'src/lib/crypt_ops/crypto_rand_numeric.c' || echo './'`src/lib/crypt_ops/crypto_rand_numeric.c
mv -f src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_rand_numeric.Tpo src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_rand_numeric.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_rsa.o -MD -MP -MF src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_rsa.Tpo -c -o src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_rsa.o `test -f 'src/lib/crypt_ops/crypto_rsa.c' || echo './'`src/lib/crypt_ops/crypto_rsa.c
mv -f src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_rsa.Tpo src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_rsa.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_s2k.o -MD -MP -MF src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_s2k.Tpo -c -o src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_s2k.o `test -f 'src/lib/crypt_ops/crypto_s2k.c' || echo './'`src/lib/crypt_ops/crypto_s2k.c
mv -f src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_s2k.Tpo src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_s2k.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_util.o -MD -MP -MF src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_util.Tpo -c -o src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_util.o `test -f 'src/lib/crypt_ops/crypto_util.c' || echo './'`src/lib/crypt_ops/crypto_util.c
mv -f src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_util.Tpo src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_util.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/crypt_ops/libtor_crypt_ops_testing_a-digestset.o -MD -MP -MF src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-digestset.Tpo -c -o src/lib/crypt_ops/libtor_crypt_ops_testing_a-digestset.o `test -f 'src/lib/crypt_ops/digestset.c' || echo './'`src/lib/crypt_ops/digestset.c
mv -f src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-digestset.Tpo src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-digestset.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/crypt_ops/libtor_crypt_ops_testing_a-aes_openssl.o -MD -MP -MF src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-aes_openssl.Tpo -c -o src/lib/crypt_ops/libtor_crypt_ops_testing_a-aes_openssl.o `test -f 'src/lib/crypt_ops/aes_openssl.c' || echo './'`src/lib/crypt_ops/aes_openssl.c
mv -f src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-aes_openssl.Tpo src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-aes_openssl.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_digest_openssl.o -MD -MP -MF src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_digest_openssl.Tpo -c -o src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_digest_openssl.o `test -f 'src/lib/crypt_ops/crypto_digest_openssl.c' || echo './'`src/lib/crypt_ops/crypto_digest_openssl.c
mv -f src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_digest_openssl.Tpo src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_digest_openssl.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_rsa_openssl.o -MD -MP -MF src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_rsa_openssl.Tpo -c -o src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_rsa_openssl.o `test -f 'src/lib/crypt_ops/crypto_rsa_openssl.c' || echo './'`src/lib/crypt_ops/crypto_rsa_openssl.c
mv -f src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_rsa_openssl.Tpo src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_rsa_openssl.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_dh_openssl.o -MD -MP -MF src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_dh_openssl.Tpo -c -o src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_dh_openssl.o `test -f 'src/lib/crypt_ops/crypto_dh_openssl.c' || echo './'`src/lib/crypt_ops/crypto_dh_openssl.c
mv -f src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_dh_openssl.Tpo src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_dh_openssl.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_openssl_mgt.o -MD -MP -MF src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_openssl_mgt.Tpo -c -o src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_openssl_mgt.o `test -f 'src/lib/crypt_ops/crypto_openssl_mgt.c' || echo './'`src/lib/crypt_ops/crypto_openssl_mgt.c
src/lib/crypt_ops/crypto_openssl_mgt.c:45:9: warning: 'DISABLE_ENGINES' macro redefined [-Wmacro-redefined]
45 | #define DISABLE_ENGINES
| ^
<command line>:11:9: note: previous definition is here
11 | #define DISABLE_ENGINES 1
| ^
1 warning generated.
mv -f src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_openssl_mgt.Tpo src/lib/crypt_ops/.deps/libtor_crypt_ops_testing_a-crypto_openssl_mgt.Po
rm -f src/lib/libtor-crypt-ops-testing.a
ar cru src/lib/libtor-crypt-ops-testing.a src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_cipher.o src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_curve25519.o src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_dh.o src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_digest.o src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_ed25519.o src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_format.o src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_hkdf.o src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_init.o src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_ope.o src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_pwbox.o src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_rand.o src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_rand_fast.o src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_rand_numeric.o src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_rsa.o src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_s2k.o src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_util.o src/lib/crypt_ops/libtor_crypt_ops_testing_a-digestset.o src/lib/crypt_ops/libtor_crypt_ops_testing_a-aes_openssl.o src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_digest_openssl.o src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_rsa_openssl.o src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_dh_openssl.o src/lib/crypt_ops/libtor_crypt_ops_testing_a-crypto_openssl_mgt.o
ranlib src/lib/libtor-crypt-ops-testing.a
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/geoip/libtor_geoip_testing_a-geoip.o -MD -MP -MF src/lib/geoip/.deps/libtor_geoip_testing_a-geoip.Tpo -c -o src/lib/geoip/libtor_geoip_testing_a-geoip.o `test -f 'src/lib/geoip/geoip.c' || echo './'`src/lib/geoip/geoip.c
mv -f src/lib/geoip/.deps/libtor_geoip_testing_a-geoip.Tpo src/lib/geoip/.deps/libtor_geoip_testing_a-geoip.Po
rm -f src/lib/libtor-geoip-testing.a
ar cru src/lib/libtor-geoip-testing.a src/lib/geoip/libtor_geoip_testing_a-geoip.o
ranlib src/lib/libtor-geoip-testing.a
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/process/libtor_process_testing_a-daemon.o -MD -MP -MF src/lib/process/.deps/libtor_process_testing_a-daemon.Tpo -c -o src/lib/process/libtor_process_testing_a-daemon.o `test -f 'src/lib/process/daemon.c' || echo './'`src/lib/process/daemon.c
mv -f src/lib/process/.deps/libtor_process_testing_a-daemon.Tpo src/lib/process/.deps/libtor_process_testing_a-daemon.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/process/libtor_process_testing_a-env.o -MD -MP -MF src/lib/process/.deps/libtor_process_testing_a-env.Tpo -c -o src/lib/process/libtor_process_testing_a-env.o `test -f 'src/lib/process/env.c' || echo './'`src/lib/process/env.c
mv -f src/lib/process/.deps/libtor_process_testing_a-env.Tpo src/lib/process/.deps/libtor_process_testing_a-env.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/process/libtor_process_testing_a-pidfile.o -MD -MP -MF src/lib/process/.deps/libtor_process_testing_a-pidfile.Tpo -c -o src/lib/process/libtor_process_testing_a-pidfile.o `test -f 'src/lib/process/pidfile.c' || echo './'`src/lib/process/pidfile.c
mv -f src/lib/process/.deps/libtor_process_testing_a-pidfile.Tpo src/lib/process/.deps/libtor_process_testing_a-pidfile.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/process/libtor_process_testing_a-process.o -MD -MP -MF src/lib/process/.deps/libtor_process_testing_a-process.Tpo -c -o src/lib/process/libtor_process_testing_a-process.o `test -f 'src/lib/process/process.c' || echo './'`src/lib/process/process.c
mv -f src/lib/process/.deps/libtor_process_testing_a-process.Tpo src/lib/process/.deps/libtor_process_testing_a-process.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/process/libtor_process_testing_a-process_sys.o -MD -MP -MF src/lib/process/.deps/libtor_process_testing_a-process_sys.Tpo -c -o src/lib/process/libtor_process_testing_a-process_sys.o `test -f 'src/lib/process/process_sys.c' || echo './'`src/lib/process/process_sys.c
mv -f src/lib/process/.deps/libtor_process_testing_a-process_sys.Tpo src/lib/process/.deps/libtor_process_testing_a-process_sys.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/process/libtor_process_testing_a-process_unix.o -MD -MP -MF src/lib/process/.deps/libtor_process_testing_a-process_unix.Tpo -c -o src/lib/process/libtor_process_testing_a-process_unix.o `test -f 'src/lib/process/process_unix.c' || echo './'`src/lib/process/process_unix.c
mv -f src/lib/process/.deps/libtor_process_testing_a-process_unix.Tpo src/lib/process/.deps/libtor_process_testing_a-process_unix.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/process/libtor_process_testing_a-process_win32.o -MD -MP -MF src/lib/process/.deps/libtor_process_testing_a-process_win32.Tpo -c -o src/lib/process/libtor_process_testing_a-process_win32.o `test -f 'src/lib/process/process_win32.c' || echo './'`src/lib/process/process_win32.c
mv -f src/lib/process/.deps/libtor_process_testing_a-process_win32.Tpo src/lib/process/.deps/libtor_process_testing_a-process_win32.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/process/libtor_process_testing_a-restrict.o -MD -MP -MF src/lib/process/.deps/libtor_process_testing_a-restrict.Tpo -c -o src/lib/process/libtor_process_testing_a-restrict.o `test -f 'src/lib/process/restrict.c' || echo './'`src/lib/process/restrict.c
mv -f src/lib/process/.deps/libtor_process_testing_a-restrict.Tpo src/lib/process/.deps/libtor_process_testing_a-restrict.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/process/libtor_process_testing_a-setuid.o -MD -MP -MF src/lib/process/.deps/libtor_process_testing_a-setuid.Tpo -c -o src/lib/process/libtor_process_testing_a-setuid.o `test -f 'src/lib/process/setuid.c' || echo './'`src/lib/process/setuid.c
mv -f src/lib/process/.deps/libtor_process_testing_a-setuid.Tpo src/lib/process/.deps/libtor_process_testing_a-setuid.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/process/libtor_process_testing_a-waitpid.o -MD -MP -MF src/lib/process/.deps/libtor_process_testing_a-waitpid.Tpo -c -o src/lib/process/libtor_process_testing_a-waitpid.o `test -f 'src/lib/process/waitpid.c' || echo './'`src/lib/process/waitpid.c
mv -f src/lib/process/.deps/libtor_process_testing_a-waitpid.Tpo src/lib/process/.deps/libtor_process_testing_a-waitpid.Po
rm -f src/lib/libtor-process-testing.a
ar cru src/lib/libtor-process-testing.a src/lib/process/libtor_process_testing_a-daemon.o src/lib/process/libtor_process_testing_a-env.o src/lib/process/libtor_process_testing_a-pidfile.o src/lib/process/libtor_process_testing_a-process.o src/lib/process/libtor_process_testing_a-process_sys.o src/lib/process/libtor_process_testing_a-process_unix.o src/lib/process/libtor_process_testing_a-process_win32.o src/lib/process/libtor_process_testing_a-restrict.o src/lib/process/libtor_process_testing_a-setuid.o src/lib/process/libtor_process_testing_a-waitpid.o
ranlib src/lib/libtor-process-testing.a
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/buf/libtor_buf_testing_a-buffers.o -MD -MP -MF src/lib/buf/.deps/libtor_buf_testing_a-buffers.Tpo -c -o src/lib/buf/libtor_buf_testing_a-buffers.o `test -f 'src/lib/buf/buffers.c' || echo './'`src/lib/buf/buffers.c
mv -f src/lib/buf/.deps/libtor_buf_testing_a-buffers.Tpo src/lib/buf/.deps/libtor_buf_testing_a-buffers.Po
rm -f src/lib/libtor-buf-testing.a
ar cru src/lib/libtor-buf-testing.a src/lib/buf/libtor_buf_testing_a-buffers.o
ranlib src/lib/libtor-buf-testing.a
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/confmgt/libtor_confmgt_testing_a-confmgt.o -MD -MP -MF src/lib/confmgt/.deps/libtor_confmgt_testing_a-confmgt.Tpo -c -o src/lib/confmgt/libtor_confmgt_testing_a-confmgt.o `test -f 'src/lib/confmgt/confmgt.c' || echo './'`src/lib/confmgt/confmgt.c
mv -f src/lib/confmgt/.deps/libtor_confmgt_testing_a-confmgt.Tpo src/lib/confmgt/.deps/libtor_confmgt_testing_a-confmgt.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/confmgt/libtor_confmgt_testing_a-structvar.o -MD -MP -MF src/lib/confmgt/.deps/libtor_confmgt_testing_a-structvar.Tpo -c -o src/lib/confmgt/libtor_confmgt_testing_a-structvar.o `test -f 'src/lib/confmgt/structvar.c' || echo './'`src/lib/confmgt/structvar.c
mv -f src/lib/confmgt/.deps/libtor_confmgt_testing_a-structvar.Tpo src/lib/confmgt/.deps/libtor_confmgt_testing_a-structvar.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/confmgt/libtor_confmgt_testing_a-type_defs.o -MD -MP -MF src/lib/confmgt/.deps/libtor_confmgt_testing_a-type_defs.Tpo -c -o src/lib/confmgt/libtor_confmgt_testing_a-type_defs.o `test -f 'src/lib/confmgt/type_defs.c' || echo './'`src/lib/confmgt/type_defs.c
mv -f src/lib/confmgt/.deps/libtor_confmgt_testing_a-type_defs.Tpo src/lib/confmgt/.deps/libtor_confmgt_testing_a-type_defs.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/confmgt/libtor_confmgt_testing_a-typedvar.o -MD -MP -MF src/lib/confmgt/.deps/libtor_confmgt_testing_a-typedvar.Tpo -c -o src/lib/confmgt/libtor_confmgt_testing_a-typedvar.o `test -f 'src/lib/confmgt/typedvar.c' || echo './'`src/lib/confmgt/typedvar.c
mv -f src/lib/confmgt/.deps/libtor_confmgt_testing_a-typedvar.Tpo src/lib/confmgt/.deps/libtor_confmgt_testing_a-typedvar.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/confmgt/libtor_confmgt_testing_a-unitparse.o -MD -MP -MF src/lib/confmgt/.deps/libtor_confmgt_testing_a-unitparse.Tpo -c -o src/lib/confmgt/libtor_confmgt_testing_a-unitparse.o `test -f 'src/lib/confmgt/unitparse.c' || echo './'`src/lib/confmgt/unitparse.c
mv -f src/lib/confmgt/.deps/libtor_confmgt_testing_a-unitparse.Tpo src/lib/confmgt/.deps/libtor_confmgt_testing_a-unitparse.Po
rm -f src/lib/libtor-confmgt-testing.a
ar cru src/lib/libtor-confmgt-testing.a src/lib/confmgt/libtor_confmgt_testing_a-confmgt.o src/lib/confmgt/libtor_confmgt_testing_a-structvar.o src/lib/confmgt/libtor_confmgt_testing_a-type_defs.o src/lib/confmgt/libtor_confmgt_testing_a-typedvar.o src/lib/confmgt/libtor_confmgt_testing_a-unitparse.o
ranlib src/lib/libtor-confmgt-testing.a
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/pubsub/libtor_pubsub_testing_a-pubsub_build.o -MD -MP -MF src/lib/pubsub/.deps/libtor_pubsub_testing_a-pubsub_build.Tpo -c -o src/lib/pubsub/libtor_pubsub_testing_a-pubsub_build.o `test -f 'src/lib/pubsub/pubsub_build.c' || echo './'`src/lib/pubsub/pubsub_build.c
mv -f src/lib/pubsub/.deps/libtor_pubsub_testing_a-pubsub_build.Tpo src/lib/pubsub/.deps/libtor_pubsub_testing_a-pubsub_build.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/pubsub/libtor_pubsub_testing_a-pubsub_check.o -MD -MP -MF src/lib/pubsub/.deps/libtor_pubsub_testing_a-pubsub_check.Tpo -c -o src/lib/pubsub/libtor_pubsub_testing_a-pubsub_check.o `test -f 'src/lib/pubsub/pubsub_check.c' || echo './'`src/lib/pubsub/pubsub_check.c
mv -f src/lib/pubsub/.deps/libtor_pubsub_testing_a-pubsub_check.Tpo src/lib/pubsub/.deps/libtor_pubsub_testing_a-pubsub_check.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/pubsub/libtor_pubsub_testing_a-pubsub_publish.o -MD -MP -MF src/lib/pubsub/.deps/libtor_pubsub_testing_a-pubsub_publish.Tpo -c -o src/lib/pubsub/libtor_pubsub_testing_a-pubsub_publish.o `test -f 'src/lib/pubsub/pubsub_publish.c' || echo './'`src/lib/pubsub/pubsub_publish.c
mv -f src/lib/pubsub/.deps/libtor_pubsub_testing_a-pubsub_publish.Tpo src/lib/pubsub/.deps/libtor_pubsub_testing_a-pubsub_publish.Po
rm -f src/lib/libtor-pubsub-testing.a
ar cru src/lib/libtor-pubsub-testing.a src/lib/pubsub/libtor_pubsub_testing_a-pubsub_build.o src/lib/pubsub/libtor_pubsub_testing_a-pubsub_check.o src/lib/pubsub/libtor_pubsub_testing_a-pubsub_publish.o
ranlib src/lib/libtor-pubsub-testing.a
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/dispatch/libtor_dispatch_testing_a-dispatch_cfg.o -MD -MP -MF src/lib/dispatch/.deps/libtor_dispatch_testing_a-dispatch_cfg.Tpo -c -o src/lib/dispatch/libtor_dispatch_testing_a-dispatch_cfg.o `test -f 'src/lib/dispatch/dispatch_cfg.c' || echo './'`src/lib/dispatch/dispatch_cfg.c
mv -f src/lib/dispatch/.deps/libtor_dispatch_testing_a-dispatch_cfg.Tpo src/lib/dispatch/.deps/libtor_dispatch_testing_a-dispatch_cfg.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/dispatch/libtor_dispatch_testing_a-dispatch_core.o -MD -MP -MF src/lib/dispatch/.deps/libtor_dispatch_testing_a-dispatch_core.Tpo -c -o src/lib/dispatch/libtor_dispatch_testing_a-dispatch_core.o `test -f 'src/lib/dispatch/dispatch_core.c' || echo './'`src/lib/dispatch/dispatch_core.c
mv -f src/lib/dispatch/.deps/libtor_dispatch_testing_a-dispatch_core.Tpo src/lib/dispatch/.deps/libtor_dispatch_testing_a-dispatch_core.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/dispatch/libtor_dispatch_testing_a-dispatch_naming.o -MD -MP -MF src/lib/dispatch/.deps/libtor_dispatch_testing_a-dispatch_naming.Tpo -c -o src/lib/dispatch/libtor_dispatch_testing_a-dispatch_naming.o `test -f 'src/lib/dispatch/dispatch_naming.c' || echo './'`src/lib/dispatch/dispatch_naming.c
mv -f src/lib/dispatch/.deps/libtor_dispatch_testing_a-dispatch_naming.Tpo src/lib/dispatch/.deps/libtor_dispatch_testing_a-dispatch_naming.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/dispatch/libtor_dispatch_testing_a-dispatch_new.o -MD -MP -MF src/lib/dispatch/.deps/libtor_dispatch_testing_a-dispatch_new.Tpo -c -o src/lib/dispatch/libtor_dispatch_testing_a-dispatch_new.o `test -f 'src/lib/dispatch/dispatch_new.c' || echo './'`src/lib/dispatch/dispatch_new.c
mv -f src/lib/dispatch/.deps/libtor_dispatch_testing_a-dispatch_new.Tpo src/lib/dispatch/.deps/libtor_dispatch_testing_a-dispatch_new.Po
rm -f src/lib/libtor-dispatch-testing.a
ar cru src/lib/libtor-dispatch-testing.a src/lib/dispatch/libtor_dispatch_testing_a-dispatch_cfg.o src/lib/dispatch/libtor_dispatch_testing_a-dispatch_core.o src/lib/dispatch/libtor_dispatch_testing_a-dispatch_naming.o src/lib/dispatch/libtor_dispatch_testing_a-dispatch_new.o
ranlib src/lib/libtor-dispatch-testing.a
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/time/libtor_time_testing_a-compat_time.o -MD -MP -MF src/lib/time/.deps/libtor_time_testing_a-compat_time.Tpo -c -o src/lib/time/libtor_time_testing_a-compat_time.o `test -f 'src/lib/time/compat_time.c' || echo './'`src/lib/time/compat_time.c
mv -f src/lib/time/.deps/libtor_time_testing_a-compat_time.Tpo src/lib/time/.deps/libtor_time_testing_a-compat_time.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/time/libtor_time_testing_a-time_sys.o -MD -MP -MF src/lib/time/.deps/libtor_time_testing_a-time_sys.Tpo -c -o src/lib/time/libtor_time_testing_a-time_sys.o `test -f 'src/lib/time/time_sys.c' || echo './'`src/lib/time/time_sys.c
mv -f src/lib/time/.deps/libtor_time_testing_a-time_sys.Tpo src/lib/time/.deps/libtor_time_testing_a-time_sys.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/time/libtor_time_testing_a-tvdiff.o -MD -MP -MF src/lib/time/.deps/libtor_time_testing_a-tvdiff.Tpo -c -o src/lib/time/libtor_time_testing_a-tvdiff.o `test -f 'src/lib/time/tvdiff.c' || echo './'`src/lib/time/tvdiff.c
mv -f src/lib/time/.deps/libtor_time_testing_a-tvdiff.Tpo src/lib/time/.deps/libtor_time_testing_a-tvdiff.Po
rm -f src/lib/libtor-time-testing.a
ar cru src/lib/libtor-time-testing.a src/lib/time/libtor_time_testing_a-compat_time.o src/lib/time/libtor_time_testing_a-time_sys.o src/lib/time/libtor_time_testing_a-tvdiff.o
ranlib src/lib/libtor-time-testing.a
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/fs/libtor_fs_testing_a-conffile.o -MD -MP -MF src/lib/fs/.deps/libtor_fs_testing_a-conffile.Tpo -c -o src/lib/fs/libtor_fs_testing_a-conffile.o `test -f 'src/lib/fs/conffile.c' || echo './'`src/lib/fs/conffile.c
mv -f src/lib/fs/.deps/libtor_fs_testing_a-conffile.Tpo src/lib/fs/.deps/libtor_fs_testing_a-conffile.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/fs/libtor_fs_testing_a-dir.o -MD -MP -MF src/lib/fs/.deps/libtor_fs_testing_a-dir.Tpo -c -o src/lib/fs/libtor_fs_testing_a-dir.o `test -f 'src/lib/fs/dir.c' || echo './'`src/lib/fs/dir.c
mv -f src/lib/fs/.deps/libtor_fs_testing_a-dir.Tpo src/lib/fs/.deps/libtor_fs_testing_a-dir.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/fs/libtor_fs_testing_a-files.o -MD -MP -MF src/lib/fs/.deps/libtor_fs_testing_a-files.Tpo -c -o src/lib/fs/libtor_fs_testing_a-files.o `test -f 'src/lib/fs/files.c' || echo './'`src/lib/fs/files.c
mv -f src/lib/fs/.deps/libtor_fs_testing_a-files.Tpo src/lib/fs/.deps/libtor_fs_testing_a-files.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/fs/libtor_fs_testing_a-freespace.o -MD -MP -MF src/lib/fs/.deps/libtor_fs_testing_a-freespace.Tpo -c -o src/lib/fs/libtor_fs_testing_a-freespace.o `test -f 'src/lib/fs/freespace.c' || echo './'`src/lib/fs/freespace.c
mv -f src/lib/fs/.deps/libtor_fs_testing_a-freespace.Tpo src/lib/fs/.deps/libtor_fs_testing_a-freespace.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/fs/libtor_fs_testing_a-lockfile.o -MD -MP -MF src/lib/fs/.deps/libtor_fs_testing_a-lockfile.Tpo -c -o src/lib/fs/libtor_fs_testing_a-lockfile.o `test -f 'src/lib/fs/lockfile.c' || echo './'`src/lib/fs/lockfile.c
mv -f src/lib/fs/.deps/libtor_fs_testing_a-lockfile.Tpo src/lib/fs/.deps/libtor_fs_testing_a-lockfile.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/fs/libtor_fs_testing_a-mmap.o -MD -MP -MF src/lib/fs/.deps/libtor_fs_testing_a-mmap.Tpo -c -o src/lib/fs/libtor_fs_testing_a-mmap.o `test -f 'src/lib/fs/mmap.c' || echo './'`src/lib/fs/mmap.c
mv -f src/lib/fs/.deps/libtor_fs_testing_a-mmap.Tpo src/lib/fs/.deps/libtor_fs_testing_a-mmap.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/fs/libtor_fs_testing_a-path.o -MD -MP -MF src/lib/fs/.deps/libtor_fs_testing_a-path.Tpo -c -o src/lib/fs/libtor_fs_testing_a-path.o `test -f 'src/lib/fs/path.c' || echo './'`src/lib/fs/path.c
mv -f src/lib/fs/.deps/libtor_fs_testing_a-path.Tpo src/lib/fs/.deps/libtor_fs_testing_a-path.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/fs/libtor_fs_testing_a-storagedir.o -MD -MP -MF src/lib/fs/.deps/libtor_fs_testing_a-storagedir.Tpo -c -o src/lib/fs/libtor_fs_testing_a-storagedir.o `test -f 'src/lib/fs/storagedir.c' || echo './'`src/lib/fs/storagedir.c
mv -f src/lib/fs/.deps/libtor_fs_testing_a-storagedir.Tpo src/lib/fs/.deps/libtor_fs_testing_a-storagedir.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/fs/libtor_fs_testing_a-userdb.o -MD -MP -MF src/lib/fs/.deps/libtor_fs_testing_a-userdb.Tpo -c -o src/lib/fs/libtor_fs_testing_a-userdb.o `test -f 'src/lib/fs/userdb.c' || echo './'`src/lib/fs/userdb.c
mv -f src/lib/fs/.deps/libtor_fs_testing_a-userdb.Tpo src/lib/fs/.deps/libtor_fs_testing_a-userdb.Po
rm -f src/lib/libtor-fs-testing.a
ar cru src/lib/libtor-fs-testing.a src/lib/fs/libtor_fs_testing_a-conffile.o src/lib/fs/libtor_fs_testing_a-dir.o src/lib/fs/libtor_fs_testing_a-files.o src/lib/fs/libtor_fs_testing_a-freespace.o src/lib/fs/libtor_fs_testing_a-lockfile.o src/lib/fs/libtor_fs_testing_a-mmap.o src/lib/fs/libtor_fs_testing_a-path.o src/lib/fs/libtor_fs_testing_a-storagedir.o src/lib/fs/libtor_fs_testing_a-userdb.o
ranlib src/lib/libtor-fs-testing.a
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/encoding/libtor_encoding_testing_a-binascii.o -MD -MP -MF src/lib/encoding/.deps/libtor_encoding_testing_a-binascii.Tpo -c -o src/lib/encoding/libtor_encoding_testing_a-binascii.o `test -f 'src/lib/encoding/binascii.c' || echo './'`src/lib/encoding/binascii.c
mv -f src/lib/encoding/.deps/libtor_encoding_testing_a-binascii.Tpo src/lib/encoding/.deps/libtor_encoding_testing_a-binascii.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/encoding/libtor_encoding_testing_a-confline.o -MD -MP -MF src/lib/encoding/.deps/libtor_encoding_testing_a-confline.Tpo -c -o src/lib/encoding/libtor_encoding_testing_a-confline.o `test -f 'src/lib/encoding/confline.c' || echo './'`src/lib/encoding/confline.c
mv -f src/lib/encoding/.deps/libtor_encoding_testing_a-confline.Tpo src/lib/encoding/.deps/libtor_encoding_testing_a-confline.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/encoding/libtor_encoding_testing_a-cstring.o -MD -MP -MF src/lib/encoding/.deps/libtor_encoding_testing_a-cstring.Tpo -c -o src/lib/encoding/libtor_encoding_testing_a-cstring.o `test -f 'src/lib/encoding/cstring.c' || echo './'`src/lib/encoding/cstring.c
mv -f src/lib/encoding/.deps/libtor_encoding_testing_a-cstring.Tpo src/lib/encoding/.deps/libtor_encoding_testing_a-cstring.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/encoding/libtor_encoding_testing_a-keyval.o -MD -MP -MF src/lib/encoding/.deps/libtor_encoding_testing_a-keyval.Tpo -c -o src/lib/encoding/libtor_encoding_testing_a-keyval.o `test -f 'src/lib/encoding/keyval.c' || echo './'`src/lib/encoding/keyval.c
mv -f src/lib/encoding/.deps/libtor_encoding_testing_a-keyval.Tpo src/lib/encoding/.deps/libtor_encoding_testing_a-keyval.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/encoding/libtor_encoding_testing_a-kvline.o -MD -MP -MF src/lib/encoding/.deps/libtor_encoding_testing_a-kvline.Tpo -c -o src/lib/encoding/libtor_encoding_testing_a-kvline.o `test -f 'src/lib/encoding/kvline.c' || echo './'`src/lib/encoding/kvline.c
mv -f src/lib/encoding/.deps/libtor_encoding_testing_a-kvline.Tpo src/lib/encoding/.deps/libtor_encoding_testing_a-kvline.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/encoding/libtor_encoding_testing_a-pem.o -MD -MP -MF src/lib/encoding/.deps/libtor_encoding_testing_a-pem.Tpo -c -o src/lib/encoding/libtor_encoding_testing_a-pem.o `test -f 'src/lib/encoding/pem.c' || echo './'`src/lib/encoding/pem.c
mv -f src/lib/encoding/.deps/libtor_encoding_testing_a-pem.Tpo src/lib/encoding/.deps/libtor_encoding_testing_a-pem.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/encoding/libtor_encoding_testing_a-qstring.o -MD -MP -MF src/lib/encoding/.deps/libtor_encoding_testing_a-qstring.Tpo -c -o src/lib/encoding/libtor_encoding_testing_a-qstring.o `test -f 'src/lib/encoding/qstring.c' || echo './'`src/lib/encoding/qstring.c
mv -f src/lib/encoding/.deps/libtor_encoding_testing_a-qstring.Tpo src/lib/encoding/.deps/libtor_encoding_testing_a-qstring.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/encoding/libtor_encoding_testing_a-time_fmt.o -MD -MP -MF src/lib/encoding/.deps/libtor_encoding_testing_a-time_fmt.Tpo -c -o src/lib/encoding/libtor_encoding_testing_a-time_fmt.o `test -f 'src/lib/encoding/time_fmt.c' || echo './'`src/lib/encoding/time_fmt.c
mv -f src/lib/encoding/.deps/libtor_encoding_testing_a-time_fmt.Tpo src/lib/encoding/.deps/libtor_encoding_testing_a-time_fmt.Po
rm -f src/lib/libtor-encoding-testing.a
ar cru src/lib/libtor-encoding-testing.a src/lib/encoding/libtor_encoding_testing_a-binascii.o src/lib/encoding/libtor_encoding_testing_a-confline.o src/lib/encoding/libtor_encoding_testing_a-cstring.o src/lib/encoding/libtor_encoding_testing_a-keyval.o src/lib/encoding/libtor_encoding_testing_a-kvline.o src/lib/encoding/libtor_encoding_testing_a-pem.o src/lib/encoding/libtor_encoding_testing_a-qstring.o src/lib/encoding/libtor_encoding_testing_a-time_fmt.o
ranlib src/lib/libtor-encoding-testing.a
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/sandbox/libtor_sandbox_testing_a-sandbox.o -MD -MP -MF src/lib/sandbox/.deps/libtor_sandbox_testing_a-sandbox.Tpo -c -o src/lib/sandbox/libtor_sandbox_testing_a-sandbox.o `test -f 'src/lib/sandbox/sandbox.c' || echo './'`src/lib/sandbox/sandbox.c
mv -f src/lib/sandbox/.deps/libtor_sandbox_testing_a-sandbox.Tpo src/lib/sandbox/.deps/libtor_sandbox_testing_a-sandbox.Po
rm -f src/lib/libtor-sandbox-testing.a
ar cru src/lib/libtor-sandbox-testing.a src/lib/sandbox/libtor_sandbox_testing_a-sandbox.o
ranlib src/lib/libtor-sandbox-testing.a
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/container/libtor_container_testing_a-bloomfilt.o -MD -MP -MF src/lib/container/.deps/libtor_container_testing_a-bloomfilt.Tpo -c -o src/lib/container/libtor_container_testing_a-bloomfilt.o `test -f 'src/lib/container/bloomfilt.c' || echo './'`src/lib/container/bloomfilt.c
mv -f src/lib/container/.deps/libtor_container_testing_a-bloomfilt.Tpo src/lib/container/.deps/libtor_container_testing_a-bloomfilt.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/container/libtor_container_testing_a-map.o -MD -MP -MF src/lib/container/.deps/libtor_container_testing_a-map.Tpo -c -o src/lib/container/libtor_container_testing_a-map.o `test -f 'src/lib/container/map.c' || echo './'`src/lib/container/map.c
mv -f src/lib/container/.deps/libtor_container_testing_a-map.Tpo src/lib/container/.deps/libtor_container_testing_a-map.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/container/libtor_container_testing_a-namemap.o -MD -MP -MF src/lib/container/.deps/libtor_container_testing_a-namemap.Tpo -c -o src/lib/container/libtor_container_testing_a-namemap.o `test -f 'src/lib/container/namemap.c' || echo './'`src/lib/container/namemap.c
mv -f src/lib/container/.deps/libtor_container_testing_a-namemap.Tpo src/lib/container/.deps/libtor_container_testing_a-namemap.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/container/libtor_container_testing_a-order.o -MD -MP -MF src/lib/container/.deps/libtor_container_testing_a-order.Tpo -c -o src/lib/container/libtor_container_testing_a-order.o `test -f 'src/lib/container/order.c' || echo './'`src/lib/container/order.c
mv -f src/lib/container/.deps/libtor_container_testing_a-order.Tpo src/lib/container/.deps/libtor_container_testing_a-order.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/container/libtor_container_testing_a-smartlist.o -MD -MP -MF src/lib/container/.deps/libtor_container_testing_a-smartlist.Tpo -c -o src/lib/container/libtor_container_testing_a-smartlist.o `test -f 'src/lib/container/smartlist.c' || echo './'`src/lib/container/smartlist.c
mv -f src/lib/container/.deps/libtor_container_testing_a-smartlist.Tpo src/lib/container/.deps/libtor_container_testing_a-smartlist.Po
rm -f src/lib/libtor-container-testing.a
ar cru src/lib/libtor-container-testing.a src/lib/container/libtor_container_testing_a-bloomfilt.o src/lib/container/libtor_container_testing_a-map.o src/lib/container/libtor_container_testing_a-namemap.o src/lib/container/libtor_container_testing_a-order.o src/lib/container/libtor_container_testing_a-smartlist.o
ranlib src/lib/libtor-container-testing.a
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/net/libtor_net_testing_a-address.o -MD -MP -MF src/lib/net/.deps/libtor_net_testing_a-address.Tpo -c -o src/lib/net/libtor_net_testing_a-address.o `test -f 'src/lib/net/address.c' || echo './'`src/lib/net/address.c
mv -f src/lib/net/.deps/libtor_net_testing_a-address.Tpo src/lib/net/.deps/libtor_net_testing_a-address.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/net/libtor_net_testing_a-alertsock.o -MD -MP -MF src/lib/net/.deps/libtor_net_testing_a-alertsock.Tpo -c -o src/lib/net/libtor_net_testing_a-alertsock.o `test -f 'src/lib/net/alertsock.c' || echo './'`src/lib/net/alertsock.c
mv -f src/lib/net/.deps/libtor_net_testing_a-alertsock.Tpo src/lib/net/.deps/libtor_net_testing_a-alertsock.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/net/libtor_net_testing_a-buffers_net.o -MD -MP -MF src/lib/net/.deps/libtor_net_testing_a-buffers_net.Tpo -c -o src/lib/net/libtor_net_testing_a-buffers_net.o `test -f 'src/lib/net/buffers_net.c' || echo './'`src/lib/net/buffers_net.c
mv -f src/lib/net/.deps/libtor_net_testing_a-buffers_net.Tpo src/lib/net/.deps/libtor_net_testing_a-buffers_net.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/net/libtor_net_testing_a-gethostname.o -MD -MP -MF src/lib/net/.deps/libtor_net_testing_a-gethostname.Tpo -c -o src/lib/net/libtor_net_testing_a-gethostname.o `test -f 'src/lib/net/gethostname.c' || echo './'`src/lib/net/gethostname.c
mv -f src/lib/net/.deps/libtor_net_testing_a-gethostname.Tpo src/lib/net/.deps/libtor_net_testing_a-gethostname.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/net/libtor_net_testing_a-inaddr.o -MD -MP -MF src/lib/net/.deps/libtor_net_testing_a-inaddr.Tpo -c -o src/lib/net/libtor_net_testing_a-inaddr.o `test -f 'src/lib/net/inaddr.c' || echo './'`src/lib/net/inaddr.c
mv -f src/lib/net/.deps/libtor_net_testing_a-inaddr.Tpo src/lib/net/.deps/libtor_net_testing_a-inaddr.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/net/libtor_net_testing_a-network_sys.o -MD -MP -MF src/lib/net/.deps/libtor_net_testing_a-network_sys.Tpo -c -o src/lib/net/libtor_net_testing_a-network_sys.o `test -f 'src/lib/net/network_sys.c' || echo './'`src/lib/net/network_sys.c
mv -f src/lib/net/.deps/libtor_net_testing_a-network_sys.Tpo src/lib/net/.deps/libtor_net_testing_a-network_sys.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/net/libtor_net_testing_a-resolve.o -MD -MP -MF src/lib/net/.deps/libtor_net_testing_a-resolve.Tpo -c -o src/lib/net/libtor_net_testing_a-resolve.o `test -f 'src/lib/net/resolve.c' || echo './'`src/lib/net/resolve.c
mv -f src/lib/net/.deps/libtor_net_testing_a-resolve.Tpo src/lib/net/.deps/libtor_net_testing_a-resolve.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/net/libtor_net_testing_a-socket.o -MD -MP -MF src/lib/net/.deps/libtor_net_testing_a-socket.Tpo -c -o src/lib/net/libtor_net_testing_a-socket.o `test -f 'src/lib/net/socket.c' || echo './'`src/lib/net/socket.c
mv -f src/lib/net/.deps/libtor_net_testing_a-socket.Tpo src/lib/net/.deps/libtor_net_testing_a-socket.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/net/libtor_net_testing_a-socketpair.o -MD -MP -MF src/lib/net/.deps/libtor_net_testing_a-socketpair.Tpo -c -o src/lib/net/libtor_net_testing_a-socketpair.o `test -f 'src/lib/net/socketpair.c' || echo './'`src/lib/net/socketpair.c
mv -f src/lib/net/.deps/libtor_net_testing_a-socketpair.Tpo src/lib/net/.deps/libtor_net_testing_a-socketpair.Po
rm -f src/lib/libtor-net-testing.a
ar cru src/lib/libtor-net-testing.a src/lib/net/libtor_net_testing_a-address.o src/lib/net/libtor_net_testing_a-alertsock.o src/lib/net/libtor_net_testing_a-buffers_net.o src/lib/net/libtor_net_testing_a-gethostname.o src/lib/net/libtor_net_testing_a-inaddr.o src/lib/net/libtor_net_testing_a-network_sys.o src/lib/net/libtor_net_testing_a-resolve.o src/lib/net/libtor_net_testing_a-socket.o src/lib/net/libtor_net_testing_a-socketpair.o
ranlib src/lib/libtor-net-testing.a
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/memarea/libtor_memarea_testing_a-memarea.o -MD -MP -MF src/lib/memarea/.deps/libtor_memarea_testing_a-memarea.Tpo -c -o src/lib/memarea/libtor_memarea_testing_a-memarea.o `test -f 'src/lib/memarea/memarea.c' || echo './'`src/lib/memarea/memarea.c
mv -f src/lib/memarea/.deps/libtor_memarea_testing_a-memarea.Tpo src/lib/memarea/.deps/libtor_memarea_testing_a-memarea.Po
rm -f src/lib/libtor-memarea-testing.a
ar cru src/lib/libtor-memarea-testing.a src/lib/memarea/libtor_memarea_testing_a-memarea.o
ranlib src/lib/libtor-memarea-testing.a
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/math/libtor_math_testing_a-fp.o -MD -MP -MF src/lib/math/.deps/libtor_math_testing_a-fp.Tpo -c -o src/lib/math/libtor_math_testing_a-fp.o `test -f 'src/lib/math/fp.c' || echo './'`src/lib/math/fp.c
mv -f src/lib/math/.deps/libtor_math_testing_a-fp.Tpo src/lib/math/.deps/libtor_math_testing_a-fp.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/math/libtor_math_testing_a-laplace.o -MD -MP -MF src/lib/math/.deps/libtor_math_testing_a-laplace.Tpo -c -o src/lib/math/libtor_math_testing_a-laplace.o `test -f 'src/lib/math/laplace.c' || echo './'`src/lib/math/laplace.c
mv -f src/lib/math/.deps/libtor_math_testing_a-laplace.Tpo src/lib/math/.deps/libtor_math_testing_a-laplace.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/math/libtor_math_testing_a-prob_distr.o -MD -MP -MF src/lib/math/.deps/libtor_math_testing_a-prob_distr.Tpo -c -o src/lib/math/libtor_math_testing_a-prob_distr.o `test -f 'src/lib/math/prob_distr.c' || echo './'`src/lib/math/prob_distr.c
mv -f src/lib/math/.deps/libtor_math_testing_a-prob_distr.Tpo src/lib/math/.deps/libtor_math_testing_a-prob_distr.Po
rm -f src/lib/libtor-math-testing.a
ar cru src/lib/libtor-math-testing.a src/lib/math/libtor_math_testing_a-fp.o src/lib/math/libtor_math_testing_a-laplace.o src/lib/math/libtor_math_testing_a-prob_distr.o
ranlib src/lib/libtor-math-testing.a
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/meminfo/libtor_meminfo_testing_a-meminfo.o -MD -MP -MF src/lib/meminfo/.deps/libtor_meminfo_testing_a-meminfo.Tpo -c -o src/lib/meminfo/libtor_meminfo_testing_a-meminfo.o `test -f 'src/lib/meminfo/meminfo.c' || echo './'`src/lib/meminfo/meminfo.c
mv -f src/lib/meminfo/.deps/libtor_meminfo_testing_a-meminfo.Tpo src/lib/meminfo/.deps/libtor_meminfo_testing_a-meminfo.Po
rm -f src/lib/libtor-meminfo-testing.a
ar cru src/lib/libtor-meminfo-testing.a src/lib/meminfo/libtor_meminfo_testing_a-meminfo.o
ranlib src/lib/libtor-meminfo-testing.a
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/osinfo/libtor_osinfo_testing_a-uname.o -MD -MP -MF src/lib/osinfo/.deps/libtor_osinfo_testing_a-uname.Tpo -c -o src/lib/osinfo/libtor_osinfo_testing_a-uname.o `test -f 'src/lib/osinfo/uname.c' || echo './'`src/lib/osinfo/uname.c
mv -f src/lib/osinfo/.deps/libtor_osinfo_testing_a-uname.Tpo src/lib/osinfo/.deps/libtor_osinfo_testing_a-uname.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/osinfo/libtor_osinfo_testing_a-libc.o -MD -MP -MF src/lib/osinfo/.deps/libtor_osinfo_testing_a-libc.Tpo -c -o src/lib/osinfo/libtor_osinfo_testing_a-libc.o `test -f 'src/lib/osinfo/libc.c' || echo './'`src/lib/osinfo/libc.c
mv -f src/lib/osinfo/.deps/libtor_osinfo_testing_a-libc.Tpo src/lib/osinfo/.deps/libtor_osinfo_testing_a-libc.Po
rm -f src/lib/libtor-osinfo-testing.a
ar cru src/lib/libtor-osinfo-testing.a src/lib/osinfo/libtor_osinfo_testing_a-uname.o src/lib/osinfo/libtor_osinfo_testing_a-libc.o
ranlib src/lib/libtor-osinfo-testing.a
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/term/libtor_term_testing_a-getpass.o -MD -MP -MF src/lib/term/.deps/libtor_term_testing_a-getpass.Tpo -c -o src/lib/term/libtor_term_testing_a-getpass.o `test -f 'src/lib/term/getpass.c' || echo './'`src/lib/term/getpass.c
mv -f src/lib/term/.deps/libtor_term_testing_a-getpass.Tpo src/lib/term/.deps/libtor_term_testing_a-getpass.Po
rm -f src/lib/libtor-term-testing.a
ar cru src/lib/libtor-term-testing.a src/lib/term/libtor_term_testing_a-getpass.o
ranlib src/lib/libtor-term-testing.a
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/log/libtor_log_testing_a-escape.o -MD -MP -MF src/lib/log/.deps/libtor_log_testing_a-escape.Tpo -c -o src/lib/log/libtor_log_testing_a-escape.o `test -f 'src/lib/log/escape.c' || echo './'`src/lib/log/escape.c
mv -f src/lib/log/.deps/libtor_log_testing_a-escape.Tpo src/lib/log/.deps/libtor_log_testing_a-escape.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/log/libtor_log_testing_a-ratelim.o -MD -MP -MF src/lib/log/.deps/libtor_log_testing_a-ratelim.Tpo -c -o src/lib/log/libtor_log_testing_a-ratelim.o `test -f 'src/lib/log/ratelim.c' || echo './'`src/lib/log/ratelim.c
mv -f src/lib/log/.deps/libtor_log_testing_a-ratelim.Tpo src/lib/log/.deps/libtor_log_testing_a-ratelim.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/log/libtor_log_testing_a-log.o -MD -MP -MF src/lib/log/.deps/libtor_log_testing_a-log.Tpo -c -o src/lib/log/libtor_log_testing_a-log.o `test -f 'src/lib/log/log.c' || echo './'`src/lib/log/log.c
mv -f src/lib/log/.deps/libtor_log_testing_a-log.Tpo src/lib/log/.deps/libtor_log_testing_a-log.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/log/libtor_log_testing_a-log_sys.o -MD -MP -MF src/lib/log/.deps/libtor_log_testing_a-log_sys.Tpo -c -o src/lib/log/libtor_log_testing_a-log_sys.o `test -f 'src/lib/log/log_sys.c' || echo './'`src/lib/log/log_sys.c
mv -f src/lib/log/.deps/libtor_log_testing_a-log_sys.Tpo src/lib/log/.deps/libtor_log_testing_a-log_sys.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/log/libtor_log_testing_a-util_bug.o -MD -MP -MF src/lib/log/.deps/libtor_log_testing_a-util_bug.Tpo -c -o src/lib/log/libtor_log_testing_a-util_bug.o `test -f 'src/lib/log/util_bug.c' || echo './'`src/lib/log/util_bug.c
mv -f src/lib/log/.deps/libtor_log_testing_a-util_bug.Tpo src/lib/log/.deps/libtor_log_testing_a-util_bug.Po
rm -f src/lib/libtor-log-testing.a
ar cru src/lib/libtor-log-testing.a src/lib/log/libtor_log_testing_a-escape.o src/lib/log/libtor_log_testing_a-ratelim.o src/lib/log/libtor_log_testing_a-log.o src/lib/log/libtor_log_testing_a-log_sys.o src/lib/log/libtor_log_testing_a-util_bug.o
ranlib src/lib/libtor-log-testing.a
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/thread/libtor_thread_testing_a-compat_threads.o -MD -MP -MF src/lib/thread/.deps/libtor_thread_testing_a-compat_threads.Tpo -c -o src/lib/thread/libtor_thread_testing_a-compat_threads.o `test -f 'src/lib/thread/compat_threads.c' || echo './'`src/lib/thread/compat_threads.c
mv -f src/lib/thread/.deps/libtor_thread_testing_a-compat_threads.Tpo src/lib/thread/.deps/libtor_thread_testing_a-compat_threads.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/thread/libtor_thread_testing_a-numcpus.o -MD -MP -MF src/lib/thread/.deps/libtor_thread_testing_a-numcpus.Tpo -c -o src/lib/thread/libtor_thread_testing_a-numcpus.o `test -f 'src/lib/thread/numcpus.c' || echo './'`src/lib/thread/numcpus.c
mv -f src/lib/thread/.deps/libtor_thread_testing_a-numcpus.Tpo src/lib/thread/.deps/libtor_thread_testing_a-numcpus.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/thread/libtor_thread_testing_a-compat_pthreads.o -MD -MP -MF src/lib/thread/.deps/libtor_thread_testing_a-compat_pthreads.Tpo -c -o src/lib/thread/libtor_thread_testing_a-compat_pthreads.o `test -f 'src/lib/thread/compat_pthreads.c' || echo './'`src/lib/thread/compat_pthreads.c
mv -f src/lib/thread/.deps/libtor_thread_testing_a-compat_pthreads.Tpo src/lib/thread/.deps/libtor_thread_testing_a-compat_pthreads.Po
rm -f src/lib/libtor-thread-testing.a
ar cru src/lib/libtor-thread-testing.a src/lib/thread/libtor_thread_testing_a-compat_threads.o src/lib/thread/libtor_thread_testing_a-numcpus.o src/lib/thread/libtor_thread_testing_a-compat_pthreads.o
ranlib src/lib/libtor-thread-testing.a
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/lock/libtor_lock_testing_a-compat_mutex.o -MD -MP -MF src/lib/lock/.deps/libtor_lock_testing_a-compat_mutex.Tpo -c -o src/lib/lock/libtor_lock_testing_a-compat_mutex.o `test -f 'src/lib/lock/compat_mutex.c' || echo './'`src/lib/lock/compat_mutex.c
mv -f src/lib/lock/.deps/libtor_lock_testing_a-compat_mutex.Tpo src/lib/lock/.deps/libtor_lock_testing_a-compat_mutex.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/lock/libtor_lock_testing_a-compat_mutex_pthreads.o -MD -MP -MF src/lib/lock/.deps/libtor_lock_testing_a-compat_mutex_pthreads.Tpo -c -o src/lib/lock/libtor_lock_testing_a-compat_mutex_pthreads.o `test -f 'src/lib/lock/compat_mutex_pthreads.c' || echo './'`src/lib/lock/compat_mutex_pthreads.c
mv -f src/lib/lock/.deps/libtor_lock_testing_a-compat_mutex_pthreads.Tpo src/lib/lock/.deps/libtor_lock_testing_a-compat_mutex_pthreads.Po
rm -f src/lib/libtor-lock-testing.a
ar cru src/lib/libtor-lock-testing.a src/lib/lock/libtor_lock_testing_a-compat_mutex.o src/lib/lock/libtor_lock_testing_a-compat_mutex_pthreads.o
ranlib src/lib/libtor-lock-testing.a
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/fdio/libtor_fdio_testing_a-fdio.o -MD -MP -MF src/lib/fdio/.deps/libtor_fdio_testing_a-fdio.Tpo -c -o src/lib/fdio/libtor_fdio_testing_a-fdio.o `test -f 'src/lib/fdio/fdio.c' || echo './'`src/lib/fdio/fdio.c
mv -f src/lib/fdio/.deps/libtor_fdio_testing_a-fdio.Tpo src/lib/fdio/.deps/libtor_fdio_testing_a-fdio.Po
rm -f src/lib/libtor-fdio-testing.a
ar cru src/lib/libtor-fdio-testing.a src/lib/fdio/libtor_fdio_testing_a-fdio.o
ranlib src/lib/libtor-fdio-testing.a
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/string/libtor_string_testing_a-compat_ctype.o -MD -MP -MF src/lib/string/.deps/libtor_string_testing_a-compat_ctype.Tpo -c -o src/lib/string/libtor_string_testing_a-compat_ctype.o `test -f 'src/lib/string/compat_ctype.c' || echo './'`src/lib/string/compat_ctype.c
mv -f src/lib/string/.deps/libtor_string_testing_a-compat_ctype.Tpo src/lib/string/.deps/libtor_string_testing_a-compat_ctype.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/string/libtor_string_testing_a-compat_string.o -MD -MP -MF src/lib/string/.deps/libtor_string_testing_a-compat_string.Tpo -c -o src/lib/string/libtor_string_testing_a-compat_string.o `test -f 'src/lib/string/compat_string.c' || echo './'`src/lib/string/compat_string.c
mv -f src/lib/string/.deps/libtor_string_testing_a-compat_string.Tpo src/lib/string/.deps/libtor_string_testing_a-compat_string.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/string/libtor_string_testing_a-util_string.o -MD -MP -MF src/lib/string/.deps/libtor_string_testing_a-util_string.Tpo -c -o src/lib/string/libtor_string_testing_a-util_string.o `test -f 'src/lib/string/util_string.c' || echo './'`src/lib/string/util_string.c
mv -f src/lib/string/.deps/libtor_string_testing_a-util_string.Tpo src/lib/string/.deps/libtor_string_testing_a-util_string.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/string/libtor_string_testing_a-parse_int.o -MD -MP -MF src/lib/string/.deps/libtor_string_testing_a-parse_int.Tpo -c -o src/lib/string/libtor_string_testing_a-parse_int.o `test -f 'src/lib/string/parse_int.c' || echo './'`src/lib/string/parse_int.c
mv -f src/lib/string/.deps/libtor_string_testing_a-parse_int.Tpo src/lib/string/.deps/libtor_string_testing_a-parse_int.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/string/libtor_string_testing_a-printf.o -MD -MP -MF src/lib/string/.deps/libtor_string_testing_a-printf.Tpo -c -o src/lib/string/libtor_string_testing_a-printf.o `test -f 'src/lib/string/printf.c' || echo './'`src/lib/string/printf.c
mv -f src/lib/string/.deps/libtor_string_testing_a-printf.Tpo src/lib/string/.deps/libtor_string_testing_a-printf.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/string/libtor_string_testing_a-scanf.o -MD -MP -MF src/lib/string/.deps/libtor_string_testing_a-scanf.Tpo -c -o src/lib/string/libtor_string_testing_a-scanf.o `test -f 'src/lib/string/scanf.c' || echo './'`src/lib/string/scanf.c
mv -f src/lib/string/.deps/libtor_string_testing_a-scanf.Tpo src/lib/string/.deps/libtor_string_testing_a-scanf.Po
rm -f src/lib/libtor-string-testing.a
ar cru src/lib/libtor-string-testing.a src/lib/string/libtor_string_testing_a-compat_ctype.o src/lib/string/libtor_string_testing_a-compat_string.o src/lib/string/libtor_string_testing_a-util_string.o src/lib/string/libtor_string_testing_a-parse_int.o src/lib/string/libtor_string_testing_a-printf.o src/lib/string/libtor_string_testing_a-scanf.o
ranlib src/lib/libtor-string-testing.a
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/smartlist_core/libtor_smartlist_core_testing_a-smartlist_core.o -MD -MP -MF src/lib/smartlist_core/.deps/libtor_smartlist_core_testing_a-smartlist_core.Tpo -c -o src/lib/smartlist_core/libtor_smartlist_core_testing_a-smartlist_core.o `test -f 'src/lib/smartlist_core/smartlist_core.c' || echo './'`src/lib/smartlist_core/smartlist_core.c
mv -f src/lib/smartlist_core/.deps/libtor_smartlist_core_testing_a-smartlist_core.Tpo src/lib/smartlist_core/.deps/libtor_smartlist_core_testing_a-smartlist_core.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/smartlist_core/libtor_smartlist_core_testing_a-smartlist_split.o -MD -MP -MF src/lib/smartlist_core/.deps/libtor_smartlist_core_testing_a-smartlist_split.Tpo -c -o src/lib/smartlist_core/libtor_smartlist_core_testing_a-smartlist_split.o `test -f 'src/lib/smartlist_core/smartlist_split.c' || echo './'`src/lib/smartlist_core/smartlist_split.c
mv -f src/lib/smartlist_core/.deps/libtor_smartlist_core_testing_a-smartlist_split.Tpo src/lib/smartlist_core/.deps/libtor_smartlist_core_testing_a-smartlist_split.Po
rm -f src/lib/libtor-smartlist-core-testing.a
ar cru src/lib/libtor-smartlist-core-testing.a src/lib/smartlist_core/libtor_smartlist_core_testing_a-smartlist_core.o src/lib/smartlist_core/libtor_smartlist_core_testing_a-smartlist_split.o
ranlib src/lib/libtor-smartlist-core-testing.a
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/malloc/libtor_malloc_testing_a-malloc.o -MD -MP -MF src/lib/malloc/.deps/libtor_malloc_testing_a-malloc.Tpo -c -o src/lib/malloc/libtor_malloc_testing_a-malloc.o `test -f 'src/lib/malloc/malloc.c' || echo './'`src/lib/malloc/malloc.c
mv -f src/lib/malloc/.deps/libtor_malloc_testing_a-malloc.Tpo src/lib/malloc/.deps/libtor_malloc_testing_a-malloc.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/malloc/libtor_malloc_testing_a-map_anon.o -MD -MP -MF src/lib/malloc/.deps/libtor_malloc_testing_a-map_anon.Tpo -c -o src/lib/malloc/libtor_malloc_testing_a-map_anon.o `test -f 'src/lib/malloc/map_anon.c' || echo './'`src/lib/malloc/map_anon.c
mv -f src/lib/malloc/.deps/libtor_malloc_testing_a-map_anon.Tpo src/lib/malloc/.deps/libtor_malloc_testing_a-map_anon.Po
rm -f src/lib/libtor-malloc-testing.a
ar cru src/lib/libtor-malloc-testing.a src/lib/malloc/libtor_malloc_testing_a-malloc.o src/lib/malloc/libtor_malloc_testing_a-map_anon.o
ranlib src/lib/libtor-malloc-testing.a
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/wallclock/libtor_wallclock_testing_a-approx_time.o -MD -MP -MF src/lib/wallclock/.deps/libtor_wallclock_testing_a-approx_time.Tpo -c -o src/lib/wallclock/libtor_wallclock_testing_a-approx_time.o `test -f 'src/lib/wallclock/approx_time.c' || echo './'`src/lib/wallclock/approx_time.c
mv -f src/lib/wallclock/.deps/libtor_wallclock_testing_a-approx_time.Tpo src/lib/wallclock/.deps/libtor_wallclock_testing_a-approx_time.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/wallclock/libtor_wallclock_testing_a-time_to_tm.o -MD -MP -MF src/lib/wallclock/.deps/libtor_wallclock_testing_a-time_to_tm.Tpo -c -o src/lib/wallclock/libtor_wallclock_testing_a-time_to_tm.o `test -f 'src/lib/wallclock/time_to_tm.c' || echo './'`src/lib/wallclock/time_to_tm.c
mv -f src/lib/wallclock/.deps/libtor_wallclock_testing_a-time_to_tm.Tpo src/lib/wallclock/.deps/libtor_wallclock_testing_a-time_to_tm.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/wallclock/libtor_wallclock_testing_a-tor_gettimeofday.o -MD -MP -MF src/lib/wallclock/.deps/libtor_wallclock_testing_a-tor_gettimeofday.Tpo -c -o src/lib/wallclock/libtor_wallclock_testing_a-tor_gettimeofday.o `test -f 'src/lib/wallclock/tor_gettimeofday.c' || echo './'`src/lib/wallclock/tor_gettimeofday.c
mv -f src/lib/wallclock/.deps/libtor_wallclock_testing_a-tor_gettimeofday.Tpo src/lib/wallclock/.deps/libtor_wallclock_testing_a-tor_gettimeofday.Po
rm -f src/lib/libtor-wallclock-testing.a
ar cru src/lib/libtor-wallclock-testing.a src/lib/wallclock/libtor_wallclock_testing_a-approx_time.o src/lib/wallclock/libtor_wallclock_testing_a-time_to_tm.o src/lib/wallclock/libtor_wallclock_testing_a-tor_gettimeofday.o
ranlib src/lib/libtor-wallclock-testing.a
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/err/libtor_err_testing_a-backtrace.o -MD -MP -MF src/lib/err/.deps/libtor_err_testing_a-backtrace.Tpo -c -o src/lib/err/libtor_err_testing_a-backtrace.o `test -f 'src/lib/err/backtrace.c' || echo './'`src/lib/err/backtrace.c
mv -f src/lib/err/.deps/libtor_err_testing_a-backtrace.Tpo src/lib/err/.deps/libtor_err_testing_a-backtrace.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/err/libtor_err_testing_a-torerr.o -MD -MP -MF src/lib/err/.deps/libtor_err_testing_a-torerr.Tpo -c -o src/lib/err/libtor_err_testing_a-torerr.o `test -f 'src/lib/err/torerr.c' || echo './'`src/lib/err/torerr.c
mv -f src/lib/err/.deps/libtor_err_testing_a-torerr.Tpo src/lib/err/.deps/libtor_err_testing_a-torerr.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/err/libtor_err_testing_a-torerr_sys.o -MD -MP -MF src/lib/err/.deps/libtor_err_testing_a-torerr_sys.Tpo -c -o src/lib/err/libtor_err_testing_a-torerr_sys.o `test -f 'src/lib/err/torerr_sys.c' || echo './'`src/lib/err/torerr_sys.c
mv -f src/lib/err/.deps/libtor_err_testing_a-torerr_sys.Tpo src/lib/err/.deps/libtor_err_testing_a-torerr_sys.Po
rm -f src/lib/libtor-err-testing.a
ar cru src/lib/libtor-err-testing.a src/lib/err/libtor_err_testing_a-backtrace.o src/lib/err/libtor_err_testing_a-torerr.o src/lib/err/libtor_err_testing_a-torerr_sys.o
ranlib src/lib/libtor-err-testing.a
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/version/libtor_version_testing_a-git_revision.o -MD -MP -MF src/lib/version/.deps/libtor_version_testing_a-git_revision.Tpo -c -o src/lib/version/libtor_version_testing_a-git_revision.o `test -f 'src/lib/version/git_revision.c' || echo './'`src/lib/version/git_revision.c
mv -f src/lib/version/.deps/libtor_version_testing_a-git_revision.Tpo src/lib/version/.deps/libtor_version_testing_a-git_revision.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/version/libtor_version_testing_a-version.o -MD -MP -MF src/lib/version/.deps/libtor_version_testing_a-version.Tpo -c -o src/lib/version/libtor_version_testing_a-version.o `test -f 'src/lib/version/version.c' || echo './'`src/lib/version/version.c
mv -f src/lib/version/.deps/libtor_version_testing_a-version.Tpo src/lib/version/.deps/libtor_version_testing_a-version.Po
rm -f src/lib/libtor-version-testing.a
ar cru src/lib/libtor-version-testing.a src/lib/version/libtor_version_testing_a-git_revision.o src/lib/version/libtor_version_testing_a-version.o
ranlib src/lib/libtor-version-testing.a
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/llharden/libtor_llharden_testing_a-winprocess_sys.o -MD -MP -MF src/lib/llharden/.deps/libtor_llharden_testing_a-winprocess_sys.Tpo -c -o src/lib/llharden/libtor_llharden_testing_a-winprocess_sys.o `test -f 'src/lib/llharden/winprocess_sys.c' || echo './'`src/lib/llharden/winprocess_sys.c
mv -f src/lib/llharden/.deps/libtor_llharden_testing_a-winprocess_sys.Tpo src/lib/llharden/.deps/libtor_llharden_testing_a-winprocess_sys.Po
rm -f src/lib/libtor-llharden-testing.a
ar cru src/lib/libtor-llharden-testing.a src/lib/llharden/libtor_llharden_testing_a-winprocess_sys.o
ranlib src/lib/libtor-llharden-testing.a
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/lib_libtor_ctime_testing_a-csiphash.o -MD -MP -MF src/ext/.deps/lib_libtor_ctime_testing_a-csiphash.Tpo -c -o src/ext/lib_libtor_ctime_testing_a-csiphash.o `test -f 'src/ext/csiphash.c' || echo './'`src/ext/csiphash.c
mv -f src/ext/.deps/lib_libtor_ctime_testing_a-csiphash.Tpo src/ext/.deps/lib_libtor_ctime_testing_a-csiphash.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/ctime/libtor_ctime_testing_a-di_ops.o -MD -MP -MF src/lib/ctime/.deps/libtor_ctime_testing_a-di_ops.Tpo -c -o src/lib/ctime/libtor_ctime_testing_a-di_ops.o `test -f 'src/lib/ctime/di_ops.c' || echo './'`src/lib/ctime/di_ops.c
mv -f src/lib/ctime/.deps/libtor_ctime_testing_a-di_ops.Tpo src/lib/ctime/.deps/libtor_ctime_testing_a-di_ops.Po
rm -f src/lib/libtor-ctime-testing.a
ar cru src/lib/libtor-ctime-testing.a src/ext/lib_libtor_ctime_testing_a-csiphash.o src/lib/ctime/libtor_ctime_testing_a-di_ops.o
ranlib src/lib/libtor-ctime-testing.a
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/metrics/libtor_metrics_testing_a-metrics_store.o -MD -MP -MF src/lib/metrics/.deps/libtor_metrics_testing_a-metrics_store.Tpo -c -o src/lib/metrics/libtor_metrics_testing_a-metrics_store.o `test -f 'src/lib/metrics/metrics_store.c' || echo './'`src/lib/metrics/metrics_store.c
mv -f src/lib/metrics/.deps/libtor_metrics_testing_a-metrics_store.Tpo src/lib/metrics/.deps/libtor_metrics_testing_a-metrics_store.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/metrics/libtor_metrics_testing_a-metrics_store_entry.o -MD -MP -MF src/lib/metrics/.deps/libtor_metrics_testing_a-metrics_store_entry.Tpo -c -o src/lib/metrics/libtor_metrics_testing_a-metrics_store_entry.o `test -f 'src/lib/metrics/metrics_store_entry.c' || echo './'`src/lib/metrics/metrics_store_entry.c
mv -f src/lib/metrics/.deps/libtor_metrics_testing_a-metrics_store_entry.Tpo src/lib/metrics/.deps/libtor_metrics_testing_a-metrics_store_entry.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/metrics/libtor_metrics_testing_a-metrics_common.o -MD -MP -MF src/lib/metrics/.deps/libtor_metrics_testing_a-metrics_common.Tpo -c -o src/lib/metrics/libtor_metrics_testing_a-metrics_common.o `test -f 'src/lib/metrics/metrics_common.c' || echo './'`src/lib/metrics/metrics_common.c
mv -f src/lib/metrics/.deps/libtor_metrics_testing_a-metrics_common.Tpo src/lib/metrics/.deps/libtor_metrics_testing_a-metrics_common.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/metrics/libtor_metrics_testing_a-prometheus.o -MD -MP -MF src/lib/metrics/.deps/libtor_metrics_testing_a-prometheus.Tpo -c -o src/lib/metrics/libtor_metrics_testing_a-prometheus.o `test -f 'src/lib/metrics/prometheus.c' || echo './'`src/lib/metrics/prometheus.c
mv -f src/lib/metrics/.deps/libtor_metrics_testing_a-prometheus.Tpo src/lib/metrics/.deps/libtor_metrics_testing_a-prometheus.Po
rm -f src/lib/libtor-metrics-testing.a
ar cru src/lib/libtor-metrics-testing.a src/lib/metrics/libtor_metrics_testing_a-metrics_store.o src/lib/metrics/libtor_metrics_testing_a-metrics_store_entry.o src/lib/metrics/libtor_metrics_testing_a-metrics_common.o src/lib/metrics/libtor_metrics_testing_a-prometheus.o
ranlib src/lib/libtor-metrics-testing.a
cc -DHAVE_CONFIG_H -I. -DTRUNNEL_LOCAL_H -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/trunnel/trunnel_libor_trunnel_testing_a-trunnel.o -MD -MP -MF src/ext/trunnel/.deps/trunnel_libor_trunnel_testing_a-trunnel.Tpo -c -o src/ext/trunnel/trunnel_libor_trunnel_testing_a-trunnel.o `test -f 'src/ext/trunnel/trunnel.c' || echo './'`src/ext/trunnel/trunnel.c
mv -f src/ext/trunnel/.deps/trunnel_libor_trunnel_testing_a-trunnel.Tpo src/ext/trunnel/.deps/trunnel_libor_trunnel_testing_a-trunnel.Po
cc -DHAVE_CONFIG_H -I. -DTRUNNEL_LOCAL_H -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/trunnel/libor_trunnel_testing_a-ed25519_cert.o -MD -MP -MF src/trunnel/.deps/libor_trunnel_testing_a-ed25519_cert.Tpo -c -o src/trunnel/libor_trunnel_testing_a-ed25519_cert.o `test -f 'src/trunnel/ed25519_cert.c' || echo './'`src/trunnel/ed25519_cert.c
mv -f src/trunnel/.deps/libor_trunnel_testing_a-ed25519_cert.Tpo src/trunnel/.deps/libor_trunnel_testing_a-ed25519_cert.Po
cc -DHAVE_CONFIG_H -I. -DTRUNNEL_LOCAL_H -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/trunnel/libor_trunnel_testing_a-extension.o -MD -MP -MF src/trunnel/.deps/libor_trunnel_testing_a-extension.Tpo -c -o src/trunnel/libor_trunnel_testing_a-extension.o `test -f 'src/trunnel/extension.c' || echo './'`src/trunnel/extension.c
mv -f src/trunnel/.deps/libor_trunnel_testing_a-extension.Tpo src/trunnel/.deps/libor_trunnel_testing_a-extension.Po
cc -DHAVE_CONFIG_H -I. -DTRUNNEL_LOCAL_H -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/trunnel/libor_trunnel_testing_a-link_handshake.o -MD -MP -MF src/trunnel/.deps/libor_trunnel_testing_a-link_handshake.Tpo -c -o src/trunnel/libor_trunnel_testing_a-link_handshake.o `test -f 'src/trunnel/link_handshake.c' || echo './'`src/trunnel/link_handshake.c
mv -f src/trunnel/.deps/libor_trunnel_testing_a-link_handshake.Tpo src/trunnel/.deps/libor_trunnel_testing_a-link_handshake.Po
cc -DHAVE_CONFIG_H -I. -DTRUNNEL_LOCAL_H -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/trunnel/libor_trunnel_testing_a-pwbox.o -MD -MP -MF src/trunnel/.deps/libor_trunnel_testing_a-pwbox.Tpo -c -o src/trunnel/libor_trunnel_testing_a-pwbox.o `test -f 'src/trunnel/pwbox.c' || echo './'`src/trunnel/pwbox.c
mv -f src/trunnel/.deps/libor_trunnel_testing_a-pwbox.Tpo src/trunnel/.deps/libor_trunnel_testing_a-pwbox.Po
cc -DHAVE_CONFIG_H -I. -DTRUNNEL_LOCAL_H -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/trunnel/hs/libor_trunnel_testing_a-cell_establish_intro.o -MD -MP -MF src/trunnel/hs/.deps/libor_trunnel_testing_a-cell_establish_intro.Tpo -c -o src/trunnel/hs/libor_trunnel_testing_a-cell_establish_intro.o `test -f 'src/trunnel/hs/cell_establish_intro.c' || echo './'`src/trunnel/hs/cell_establish_intro.c
mv -f src/trunnel/hs/.deps/libor_trunnel_testing_a-cell_establish_intro.Tpo src/trunnel/hs/.deps/libor_trunnel_testing_a-cell_establish_intro.Po
cc -DHAVE_CONFIG_H -I. -DTRUNNEL_LOCAL_H -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/trunnel/hs/libor_trunnel_testing_a-cell_introduce1.o -MD -MP -MF src/trunnel/hs/.deps/libor_trunnel_testing_a-cell_introduce1.Tpo -c -o src/trunnel/hs/libor_trunnel_testing_a-cell_introduce1.o `test -f 'src/trunnel/hs/cell_introduce1.c' || echo './'`src/trunnel/hs/cell_introduce1.c
mv -f src/trunnel/hs/.deps/libor_trunnel_testing_a-cell_introduce1.Tpo src/trunnel/hs/.deps/libor_trunnel_testing_a-cell_introduce1.Po
cc -DHAVE_CONFIG_H -I. -DTRUNNEL_LOCAL_H -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/trunnel/hs/libor_trunnel_testing_a-cell_rendezvous.o -MD -MP -MF src/trunnel/hs/.deps/libor_trunnel_testing_a-cell_rendezvous.Tpo -c -o src/trunnel/hs/libor_trunnel_testing_a-cell_rendezvous.o `test -f 'src/trunnel/hs/cell_rendezvous.c' || echo './'`src/trunnel/hs/cell_rendezvous.c
mv -f src/trunnel/hs/.deps/libor_trunnel_testing_a-cell_rendezvous.Tpo src/trunnel/hs/.deps/libor_trunnel_testing_a-cell_rendezvous.Po
cc -DHAVE_CONFIG_H -I. -DTRUNNEL_LOCAL_H -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/trunnel/libor_trunnel_testing_a-channelpadding_negotiation.o -MD -MP -MF src/trunnel/.deps/libor_trunnel_testing_a-channelpadding_negotiation.Tpo -c -o src/trunnel/libor_trunnel_testing_a-channelpadding_negotiation.o `test -f 'src/trunnel/channelpadding_negotiation.c' || echo './'`src/trunnel/channelpadding_negotiation.c
mv -f src/trunnel/.deps/libor_trunnel_testing_a-channelpadding_negotiation.Tpo src/trunnel/.deps/libor_trunnel_testing_a-channelpadding_negotiation.Po
cc -DHAVE_CONFIG_H -I. -DTRUNNEL_LOCAL_H -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/trunnel/libor_trunnel_testing_a-sendme_cell.o -MD -MP -MF src/trunnel/.deps/libor_trunnel_testing_a-sendme_cell.Tpo -c -o src/trunnel/libor_trunnel_testing_a-sendme_cell.o `test -f 'src/trunnel/sendme_cell.c' || echo './'`src/trunnel/sendme_cell.c
mv -f src/trunnel/.deps/libor_trunnel_testing_a-sendme_cell.Tpo src/trunnel/.deps/libor_trunnel_testing_a-sendme_cell.Po
cc -DHAVE_CONFIG_H -I. -DTRUNNEL_LOCAL_H -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/trunnel/libor_trunnel_testing_a-flow_control_cells.o -MD -MP -MF src/trunnel/.deps/libor_trunnel_testing_a-flow_control_cells.Tpo -c -o src/trunnel/libor_trunnel_testing_a-flow_control_cells.o `test -f 'src/trunnel/flow_control_cells.c' || echo './'`src/trunnel/flow_control_cells.c
mv -f src/trunnel/.deps/libor_trunnel_testing_a-flow_control_cells.Tpo src/trunnel/.deps/libor_trunnel_testing_a-flow_control_cells.Po
cc -DHAVE_CONFIG_H -I. -DTRUNNEL_LOCAL_H -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/trunnel/libor_trunnel_testing_a-congestion_control.o -MD -MP -MF src/trunnel/.deps/libor_trunnel_testing_a-congestion_control.Tpo -c -o src/trunnel/libor_trunnel_testing_a-congestion_control.o `test -f 'src/trunnel/congestion_control.c' || echo './'`src/trunnel/congestion_control.c
mv -f src/trunnel/.deps/libor_trunnel_testing_a-congestion_control.Tpo src/trunnel/.deps/libor_trunnel_testing_a-congestion_control.Po
cc -DHAVE_CONFIG_H -I. -DTRUNNEL_LOCAL_H -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/trunnel/libor_trunnel_testing_a-socks5.o -MD -MP -MF src/trunnel/.deps/libor_trunnel_testing_a-socks5.Tpo -c -o src/trunnel/libor_trunnel_testing_a-socks5.o `test -f 'src/trunnel/socks5.c' || echo './'`src/trunnel/socks5.c
mv -f src/trunnel/.deps/libor_trunnel_testing_a-socks5.Tpo src/trunnel/.deps/libor_trunnel_testing_a-socks5.Po
cc -DHAVE_CONFIG_H -I. -DTRUNNEL_LOCAL_H -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/trunnel/libor_trunnel_testing_a-netinfo.o -MD -MP -MF src/trunnel/.deps/libor_trunnel_testing_a-netinfo.Tpo -c -o src/trunnel/libor_trunnel_testing_a-netinfo.o `test -f 'src/trunnel/netinfo.c' || echo './'`src/trunnel/netinfo.c
mv -f src/trunnel/.deps/libor_trunnel_testing_a-netinfo.Tpo src/trunnel/.deps/libor_trunnel_testing_a-netinfo.Po
cc -DHAVE_CONFIG_H -I. -DTRUNNEL_LOCAL_H -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/trunnel/libor_trunnel_testing_a-circpad_negotiation.o -MD -MP -MF src/trunnel/.deps/libor_trunnel_testing_a-circpad_negotiation.Tpo -c -o src/trunnel/libor_trunnel_testing_a-circpad_negotiation.o `test -f 'src/trunnel/circpad_negotiation.c' || echo './'`src/trunnel/circpad_negotiation.c
mv -f src/trunnel/.deps/libor_trunnel_testing_a-circpad_negotiation.Tpo src/trunnel/.deps/libor_trunnel_testing_a-circpad_negotiation.Po
cc -DHAVE_CONFIG_H -I. -DTRUNNEL_LOCAL_H -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/trunnel/libor_trunnel_testing_a-conflux.o -MD -MP -MF src/trunnel/.deps/libor_trunnel_testing_a-conflux.Tpo -c -o src/trunnel/libor_trunnel_testing_a-conflux.o `test -f 'src/trunnel/conflux.c' || echo './'`src/trunnel/conflux.c
mv -f src/trunnel/.deps/libor_trunnel_testing_a-conflux.Tpo src/trunnel/.deps/libor_trunnel_testing_a-conflux.Po
cc -DHAVE_CONFIG_H -I. -DTRUNNEL_LOCAL_H -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/trunnel/libor_trunnel_testing_a-subproto_request.o -MD -MP -MF src/trunnel/.deps/libor_trunnel_testing_a-subproto_request.Tpo -c -o src/trunnel/libor_trunnel_testing_a-subproto_request.o `test -f 'src/trunnel/subproto_request.c' || echo './'`src/trunnel/subproto_request.c
mv -f src/trunnel/.deps/libor_trunnel_testing_a-subproto_request.Tpo src/trunnel/.deps/libor_trunnel_testing_a-subproto_request.Po
rm -f src/trunnel/libor-trunnel-testing.a
ar cru src/trunnel/libor-trunnel-testing.a src/ext/trunnel/trunnel_libor_trunnel_testing_a-trunnel.o src/trunnel/libor_trunnel_testing_a-ed25519_cert.o src/trunnel/libor_trunnel_testing_a-extension.o src/trunnel/libor_trunnel_testing_a-link_handshake.o src/trunnel/libor_trunnel_testing_a-pwbox.o src/trunnel/hs/libor_trunnel_testing_a-cell_establish_intro.o src/trunnel/hs/libor_trunnel_testing_a-cell_introduce1.o src/trunnel/hs/libor_trunnel_testing_a-cell_rendezvous.o src/trunnel/libor_trunnel_testing_a-channelpadding_negotiation.o src/trunnel/libor_trunnel_testing_a-sendme_cell.o src/trunnel/libor_trunnel_testing_a-flow_control_cells.o src/trunnel/libor_trunnel_testing_a-congestion_control.o src/trunnel/libor_trunnel_testing_a-socks5.o src/trunnel/libor_trunnel_testing_a-netinfo.o src/trunnel/libor_trunnel_testing_a-circpad_negotiation.o src/trunnel/libor_trunnel_testing_a-conflux.o src/trunnel/libor_trunnel_testing_a-subproto_request.o
ranlib src/trunnel/libor-trunnel-testing.a
export AR="ar"; export ARFLAGS="cru"; export RANLIB="ranlib"; ./scripts/build/combine_libs src/test/libtor-testing.a src/core/libtor-app-testing.a src/lib/libtor-compress-testing.a src/lib/libtor-evloop-testing.a src/lib/libtor-tls-testing.a src/lib/libtor-crypt-ops-testing.a src/ext/keccak-tiny/libkeccak-tiny.a src/lib/libcurve25519_donna.a src/ext/ed25519/ref10/libed25519_ref10.a src/ext/ed25519/donna/libed25519_donna.a src/ext/polyval/libpolyval.a src/ext/equix/libhashx.a src/ext/equix/libequix.a src/lib/libtor-geoip-testing.a src/lib/libtor-process-testing.a src/lib/libtor-buf-testing.a src/lib/libtor-confmgt-testing.a src/lib/libtor-pubsub-testing.a src/lib/libtor-dispatch-testing.a src/lib/libtor-time-testing.a src/lib/libtor-fs-testing.a src/lib/libtor-encoding-testing.a src/lib/libtor-sandbox-testing.a src/lib/libtor-container-testing.a src/lib/libtor-net-testing.a src/lib/libtor-memarea-testing.a src/lib/libtor-math-testing.a src/lib/libtor-meminfo-testing.a src/lib/libtor-osinfo-testing.a src/lib/libtor-term-testing.a src/lib/libtor-log-testing.a src/lib/libtor-thread-testing.a src/lib/libtor-lock-testing.a src/lib/libtor-fdio-testing.a src/lib/libtor-string-testing.a src/lib/libtor-smartlist-core-testing.a src/lib/libtor-malloc-testing.a src/lib/libtor-wallclock-testing.a src/lib/libtor-err-testing.a src/lib/libtor-version-testing.a src/lib/libtor-llharden-testing.a src/lib/libtor-intmath.a src/lib/libtor-ctime-testing.a src/lib/libtor-metrics-testing.a src/trunnel/libor-trunnel-testing.a src/lib/libtor-trace.a
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -L/usr/local/lib -o src/test/test src/test/test-fakecircs.o src/test/test-log_test_helpers.o src/test/test-hs_test_helpers.o src/test/test-opts_test_helpers.o src/test/test-resolve_test_helpers.o src/test/test-rng_test_helpers.o src/test/test-test.o src/test/test-test_accounting.o src/test/test-test_addr.o src/test/test-test_address.o src/test/test-test_address_set.o src/test/test-test_bridges.o src/test/test-test_btrack.o src/test/test-test_buffers.o src/test/test-test_bwmgt.o src/test/test-test_cell_formats.o src/test/test-test_cell_queue.o src/test/test-test_channel.o src/test/test-test_channelpadding.o src/test/test-test_circuitpadding.o src/test/test-test_channeltls.o src/test/test-test_checkdir.o src/test/test-test_circuitlist.o src/test/test-test_circuitmux.o src/test/test-test_circuitmux_ewma.o src/test/test-test_circuitbuild.o src/test/test-test_circuituse.o src/test/test-test_circuitstats.o src/test/test-test_compat_libevent.o src/test/test-test_config.o src/test/test-test_conflux_cell.o src/test/test-test_conflux_pool.o src/test/test-test_confmgr.o src/test/test-test_confparse.o src/test/test-test_congestion_control.o src/test/test-test_connection.o src/test/test-test_conscache.o src/test/test-test_consdiff.o src/test/test-test_consdiffmgr.o src/test/test-test_containers.o src/test/test-test_controller.o src/test/test-test_controller_events.o src/test/test-test_crypto.o src/test/test-test_crypto_ope.o src/test/test-test_crypto_rng.o src/test/test-test_crypto_cgo.o src/test/test-test_data.o src/test/test-test_dir.o src/test/test-test_dirauth_ports.o src/test/test-test_dirvote.o src/test/test-test_dir_common.o src/test/test-test_dir_handle_get.o src/test/test-test_dispatch.o src/test/test-test_dos.o src/test/test-test_entryconn.o src/test/test-test_entrynodes.o src/test/test-test_geoip.o src/test/test-test_guardfraction.o src/test/test-test_extorport.o src/test/test-test_hs_common.o src/test/test-test_hs_config.o src/test/test-test_hs_cell.o src/test/test-test_hs_ntor.o src/test/test-test_hs_service.o src/test/test-test_hs_client.o src/test/test-test_hs_intropoint.o src/test/test-test_hs_control.o src/test/test-test_hs_ob.o src/test/test-test_handles.o src/test/test-test_hs_cache.o src/test/test-test_hs_descriptor.o src/test/test-test_hs_dos.o src/test/test-test_hs_metrics.o src/test/test-test_hs_pow.o src/test/test-test_keypin.o src/test/test-test_link_handshake.o src/test/test-test_logging.o src/test/test-test_mainloop.o src/test/test-test_metrics.o src/test/test-test_microdesc.o src/test/test-test_namemap.o src/test/test-test_netinfo.o src/test/test-test_nodelist.o src/test/test-test_ntor_v3.o src/test/test-test_oom.o src/test/test-test_oos.o src/test/test-test_options.o src/test/test-test_options_act.o src/test/test-test_pem.o src/test/test-test_periodic_event.o src/test/test-test_policy.o src/test/test-test_process.o src/test/test-test_process_descs.o src/test/test-test_prob_distr.o src/test/test-test_procmon.o src/test/test-test_proto_haproxy.o src/test/test-test_proto_http.o src/test/test-test_proto_misc.o src/test/test-test_protover.o src/test/test-test_pt.o src/test/test-test_pubsub_build.o src/test/test-test_pubsub_msg.o src/test/test-test_relay.o src/test/test-test_relaycell.o src/test/test-test_relaycrypt.o src/test/test-test_replay.o src/test/test-test_router.o src/test/test-test_routerkeys.o src/test/test-test_routerlist.o src/test/test-test_routerset.o src/test/test-test_sandbox.o src/test/test-test_scheduler.o src/test/test-test_sendme.o src/test/test-test_shared_random.o src/test/test-test_socks.o src/test/test-test_statefile.o src/test/test-test_stats.o src/test/test-test_status.o src/test/test-test_storagedir.o src/test/test-test_threads.o src/test/test-test_token_bucket.o src/test/test-test_tortls.o src/test/test-test_util.o src/test/test-test_util_format.o src/test/test-test_util_process.o src/test/test-test_voting_flags.o src/test/test-test_voting_schedule.o src/test/test-test_x509.o src/test/test-test_helpers.o src/test/test-test_dns.o src/test/test-test_parsecommon.o src/test/test-testing_common.o src/test/test-testing_rsakeys.o src/ext/test_test-tinytest.o src/test/test-test_crypto_openssl.o src/test/test-test_tortls_openssl.o src/test/libtor-testing.a -lz -lm -levent_extra -levent_core -lssl -lcrypto -lpthread -lexecinfo
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test_slow-rng_test_helpers.o -MD -MP -MF src/test/.deps/test_slow-rng_test_helpers.Tpo -c -o src/test/test_slow-rng_test_helpers.o `test -f 'src/test/rng_test_helpers.c' || echo './'`src/test/rng_test_helpers.c
mv -f src/test/.deps/test_slow-rng_test_helpers.Tpo src/test/.deps/test_slow-rng_test_helpers.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test_slow-test_slow.o -MD -MP -MF src/test/.deps/test_slow-test_slow.Tpo -c -o src/test/test_slow-test_slow.o `test -f 'src/test/test_slow.c' || echo './'`src/test/test_slow.c
mv -f src/test/.deps/test_slow-test_slow.Tpo src/test/.deps/test_slow-test_slow.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test_slow-test_crypto_slow.o -MD -MP -MF src/test/.deps/test_slow-test_crypto_slow.Tpo -c -o src/test/test_slow-test_crypto_slow.o `test -f 'src/test/test_crypto_slow.c' || echo './'`src/test/test_crypto_slow.c
mv -f src/test/.deps/test_slow-test_crypto_slow.Tpo src/test/.deps/test_slow-test_crypto_slow.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test_slow-test_process_slow.o -MD -MP -MF src/test/.deps/test_slow-test_process_slow.Tpo -c -o src/test/test_slow-test_process_slow.o `test -f 'src/test/test_process_slow.c' || echo './'`src/test/test_process_slow.c
mv -f src/test/.deps/test_slow-test_process_slow.Tpo src/test/.deps/test_slow-test_process_slow.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test_slow-test_hs_pow_slow.o -MD -MP -MF src/test/.deps/test_slow-test_hs_pow_slow.Tpo -c -o src/test/test_slow-test_hs_pow_slow.o `test -f 'src/test/test_hs_pow_slow.c' || echo './'`src/test/test_hs_pow_slow.c
mv -f src/test/.deps/test_slow-test_hs_pow_slow.Tpo src/test/.deps/test_slow-test_hs_pow_slow.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test_slow-test_prob_distr.o -MD -MP -MF src/test/.deps/test_slow-test_prob_distr.Tpo -c -o src/test/test_slow-test_prob_distr.o `test -f 'src/test/test_prob_distr.c' || echo './'`src/test/test_prob_distr.c
mv -f src/test/.deps/test_slow-test_prob_distr.Tpo src/test/.deps/test_slow-test_prob_distr.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test_slow-ptr_helpers.o -MD -MP -MF src/test/.deps/test_slow-ptr_helpers.Tpo -c -o src/test/test_slow-ptr_helpers.o `test -f 'src/test/ptr_helpers.c' || echo './'`src/test/ptr_helpers.c
mv -f src/test/.deps/test_slow-ptr_helpers.Tpo src/test/.deps/test_slow-ptr_helpers.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test_slow-test_ptr_slow.o -MD -MP -MF src/test/.deps/test_slow-test_ptr_slow.Tpo -c -o src/test/test_slow-test_ptr_slow.o `test -f 'src/test/test_ptr_slow.c' || echo './'`src/test/test_ptr_slow.c
mv -f src/test/.deps/test_slow-test_ptr_slow.Tpo src/test/.deps/test_slow-test_ptr_slow.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test_slow-testing_common.o -MD -MP -MF src/test/.deps/test_slow-testing_common.Tpo -c -o src/test/test_slow-testing_common.o `test -f 'src/test/testing_common.c' || echo './'`src/test/testing_common.c
mv -f src/test/.deps/test_slow-testing_common.Tpo src/test/.deps/test_slow-testing_common.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test_slow-testing_rsakeys.o -MD -MP -MF src/test/.deps/test_slow-testing_rsakeys.Tpo -c -o src/test/test_slow-testing_rsakeys.o `test -f 'src/test/testing_rsakeys.c' || echo './'`src/test/testing_rsakeys.c
mv -f src/test/.deps/test_slow-testing_rsakeys.Tpo src/test/.deps/test_slow-testing_rsakeys.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/ext/test_test_slow-tinytest.o -MD -MP -MF src/ext/.deps/test_test_slow-tinytest.Tpo -c -o src/ext/test_test_slow-tinytest.o `test -f 'src/ext/tinytest.c' || echo './'`src/ext/tinytest.c
mv -f src/ext/.deps/test_test_slow-tinytest.Tpo src/ext/.deps/test_test_slow-tinytest.Po
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -L/usr/local/lib -o src/test/test-slow src/test/test_slow-rng_test_helpers.o src/test/test_slow-test_slow.o src/test/test_slow-test_crypto_slow.o src/test/test_slow-test_process_slow.o src/test/test_slow-test_hs_pow_slow.o src/test/test_slow-test_prob_distr.o src/test/test_slow-ptr_helpers.o src/test/test_slow-test_ptr_slow.o src/test/test_slow-testing_common.o src/test/test_slow-testing_rsakeys.o src/ext/test_test_slow-tinytest.o src/test/libtor-testing.a -lz -lm -levent_extra -levent_core -lssl -lcrypto -lpthread -lexecinfo
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test_memwipe-test-memwipe.o -MD -MP -MF src/test/.deps/test_memwipe-test-memwipe.Tpo -c -o src/test/test_memwipe-test-memwipe.o `test -f 'src/test/test-memwipe.c' || echo './'`src/test/test-memwipe.c
mv -f src/test/.deps/test_memwipe-test-memwipe.Tpo src/test/.deps/test_memwipe-test-memwipe.Po
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -L/usr/local/lib -o src/test/test-memwipe src/test/test_memwipe-test-memwipe.o src/test/libtor-testing.a -lz -lm -levent_extra -levent_core -lssl -lcrypto -lpthread -lexecinfo
depbase=`echo src/test/test-process.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test-process.o -MD -MP -MF $depbase.Tpo -c -o src/test/test-process.o src/test/test-process.c && mv -f $depbase.Tpo $depbase.Po
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -o src/test/test-process src/test/test-process.o -lpthread -lexecinfo
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test_workqueue-test_workqueue.o -MD -MP -MF src/test/.deps/test_workqueue-test_workqueue.Tpo -c -o src/test/test_workqueue-test_workqueue.o `test -f 'src/test/test_workqueue.c' || echo './'`src/test/test_workqueue.c
mv -f src/test/.deps/test_workqueue-test_workqueue.Tpo src/test/.deps/test_workqueue-test_workqueue.Po
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -L/usr/local/lib -o src/test/test_workqueue src/test/test_workqueue-test_workqueue.o src/test/libtor-testing.a -lz -lm -levent_extra -levent_core -lssl -lcrypto -lpthread -lexecinfo
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test_switch_id-test_switch_id.o -MD -MP -MF src/test/.deps/test_switch_id-test_switch_id.Tpo -c -o src/test/test_switch_id-test_switch_id.o `test -f 'src/test/test_switch_id.c' || echo './'`src/test/test_switch_id.c
mv -f src/test/.deps/test_switch_id-test_switch_id.Tpo src/test/.deps/test_switch_id-test_switch_id.Po
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -o src/test/test-switch-id src/test/test_switch_id-test_switch_id.o src/lib/libtor-geoip-testing.a src/lib/libtor-process-testing.a src/lib/libtor-buf-testing.a src/lib/libtor-confmgt-testing.a src/lib/libtor-pubsub-testing.a src/lib/libtor-dispatch-testing.a src/lib/libtor-time-testing.a src/lib/libtor-fs-testing.a src/lib/libtor-encoding-testing.a src/lib/libtor-sandbox-testing.a src/lib/libtor-container-testing.a src/lib/libtor-net-testing.a src/lib/libtor-memarea-testing.a src/lib/libtor-math-testing.a src/lib/libtor-meminfo-testing.a src/lib/libtor-osinfo-testing.a src/lib/libtor-term-testing.a src/lib/libtor-log-testing.a src/lib/libtor-thread-testing.a src/lib/libtor-lock-testing.a src/lib/libtor-fdio-testing.a src/lib/libtor-string-testing.a src/lib/libtor-smartlist-core-testing.a src/lib/libtor-malloc-testing.a src/lib/libtor-wallclock-testing.a src/lib/libtor-err-testing.a src/lib/libtor-version-testing.a src/lib/libtor-llharden-testing.a src/lib/libtor-intmath.a src/lib/libtor-ctime-testing.a src/lib/libtor-metrics-testing.a -lz -lm -lpthread -lexecinfo
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test_timers-test-timers.o -MD -MP -MF src/test/.deps/test_timers-test-timers.Tpo -c -o src/test/test_timers-test-timers.o `test -f 'src/test/test-timers.c' || echo './'`src/test/test-timers.c
mv -f src/test/.deps/test_timers-test-timers.Tpo src/test/.deps/test_timers-test-timers.Po
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -L/usr/local/lib -o src/test/test-timers src/test/test_timers-test-timers.o src/lib/libtor-evloop-testing.a src/lib/libtor-tls-testing.a src/lib/libtor-crypt-ops-testing.a src/ext/keccak-tiny/libkeccak-tiny.a src/lib/libcurve25519_donna.a src/ext/ed25519/ref10/libed25519_ref10.a src/ext/ed25519/donna/libed25519_donna.a src/ext/polyval/libpolyval.a src/ext/equix/libhashx.a src/ext/equix/libequix.a src/lib/libtor-geoip-testing.a src/lib/libtor-process-testing.a src/lib/libtor-buf-testing.a src/lib/libtor-confmgt-testing.a src/lib/libtor-pubsub-testing.a src/lib/libtor-dispatch-testing.a src/lib/libtor-time-testing.a src/lib/libtor-fs-testing.a src/lib/libtor-encoding-testing.a src/lib/libtor-sandbox-testing.a src/lib/libtor-container-testing.a src/lib/libtor-net-testing.a src/lib/libtor-memarea-testing.a src/lib/libtor-math-testing.a src/lib/libtor-meminfo-testing.a src/lib/libtor-osinfo-testing.a src/lib/libtor-term-testing.a src/lib/libtor-log-testing.a src/lib/libtor-thread-testing.a src/lib/libtor-lock-testing.a src/lib/libtor-fdio-testing.a src/lib/libtor-string-testing.a src/lib/libtor-smartlist-core-testing.a src/lib/libtor-malloc-testing.a src/lib/libtor-wallclock-testing.a src/lib/libtor-err-testing.a src/lib/libtor-version-testing.a src/lib/libtor-llharden-testing.a src/lib/libtor-intmath.a src/lib/libtor-ctime-testing.a src/lib/libtor-metrics-testing.a -lz -lm -levent_extra -levent_core -lssl -lcrypto -lpthread -lexecinfo
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test_rng-test_rng.o -MD -MP -MF src/test/.deps/test_rng-test_rng.Tpo -c -o src/test/test_rng-test_rng.o `test -f 'src/test/test_rng.c' || echo './'`src/test/test_rng.c
mv -f src/test/.deps/test_rng-test_rng.Tpo src/test/.deps/test_rng-test_rng.Po
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -L/usr/local/lib -o src/test/test-rng src/test/test_rng-test_rng.o src/test/libtor-testing.a -lz -lm -levent_extra -levent_core -lssl -lcrypto -lpthread -lexecinfo
depbase=`echo src/test/test_ntor_cl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test_ntor_cl.o -MD -MP -MF $depbase.Tpo -c -o src/test/test_ntor_cl.o src/test/test_ntor_cl.c && mv -f $depbase.Tpo $depbase.Po
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -o src/test/test-ntor-cl src/test/test_ntor_cl.o libtor.a -lz -lm -lssl -lcrypto -lpthread -lexecinfo
depbase=`echo src/test/test_hs_ntor_cl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test_hs_ntor_cl.o -MD -MP -MF $depbase.Tpo -c -o src/test/test_hs_ntor_cl.o src/test/test_hs_ntor_cl.c && mv -f $depbase.Tpo $depbase.Po
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -o src/test/test-hs-ntor-cl src/test/test_hs_ntor_cl.o libtor.a -lz -lm -lssl -lcrypto -lpthread -lexecinfo
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/test_bt_cl-test_bt_cl.o -MD -MP -MF src/test/.deps/test_bt_cl-test_bt_cl.Tpo -c -o src/test/test_bt_cl-test_bt_cl.o `test -f 'src/test/test_bt_cl.c' || echo './'`src/test/test_bt_cl.c
mv -f src/test/.deps/test_bt_cl-test_bt_cl.Tpo src/test/.deps/test_bt_cl-test_bt_cl.Po
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -o src/test/test-bt-cl src/test/test_bt_cl-test_bt_cl.o src/lib/libtor-geoip-testing.a src/lib/libtor-process-testing.a src/lib/libtor-buf-testing.a src/lib/libtor-confmgt-testing.a src/lib/libtor-pubsub-testing.a src/lib/libtor-dispatch-testing.a src/lib/libtor-time-testing.a src/lib/libtor-fs-testing.a src/lib/libtor-encoding-testing.a src/lib/libtor-sandbox-testing.a src/lib/libtor-container-testing.a src/lib/libtor-net-testing.a src/lib/libtor-memarea-testing.a src/lib/libtor-math-testing.a src/lib/libtor-meminfo-testing.a src/lib/libtor-osinfo-testing.a src/lib/libtor-term-testing.a src/lib/libtor-log-testing.a src/lib/libtor-thread-testing.a src/lib/libtor-lock-testing.a src/lib/libtor-fdio-testing.a src/lib/libtor-string-testing.a src/lib/libtor-smartlist-core-testing.a src/lib/libtor-malloc-testing.a src/lib/libtor-wallclock-testing.a src/lib/libtor-err-testing.a src/lib/libtor-version-testing.a src/lib/libtor-llharden-testing.a src/lib/libtor-intmath.a src/lib/libtor-ctime-testing.a src/lib/libtor-metrics-testing.a -lm -lpthread -lexecinfo
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/fuzz/fuzz_address-fuzzing_common.o -MD -MP -MF src/test/fuzz/.deps/fuzz_address-fuzzing_common.Tpo -c -o src/test/fuzz/fuzz_address-fuzzing_common.o `test -f 'src/test/fuzz/fuzzing_common.c' || echo './'`src/test/fuzz/fuzzing_common.c
mv -f src/test/fuzz/.deps/fuzz_address-fuzzing_common.Tpo src/test/fuzz/.deps/fuzz_address-fuzzing_common.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/fuzz/fuzz_address-fuzz_address.o -MD -MP -MF src/test/fuzz/.deps/fuzz_address-fuzz_address.Tpo -c -o src/test/fuzz/fuzz_address-fuzz_address.o `test -f 'src/test/fuzz/fuzz_address.c' || echo './'`src/test/fuzz/fuzz_address.c
mv -f src/test/fuzz/.deps/fuzz_address-fuzz_address.Tpo src/test/fuzz/.deps/fuzz_address-fuzz_address.Po
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -L/usr/local/lib -o src/test/fuzz/fuzz-address src/test/fuzz/fuzz_address-fuzzing_common.o src/test/fuzz/fuzz_address-fuzz_address.o src/test/libtor-testing.a -lz -lm -levent_extra -levent_core -lssl -lcrypto -lpthread -lexecinfo
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/fuzz/fuzz_addressPTR-fuzzing_common.o -MD -MP -MF src/test/fuzz/.deps/fuzz_addressPTR-fuzzing_common.Tpo -c -o src/test/fuzz/fuzz_addressPTR-fuzzing_common.o `test -f 'src/test/fuzz/fuzzing_common.c' || echo './'`src/test/fuzz/fuzzing_common.c
mv -f src/test/fuzz/.deps/fuzz_addressPTR-fuzzing_common.Tpo src/test/fuzz/.deps/fuzz_addressPTR-fuzzing_common.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/fuzz/fuzz_addressPTR-fuzz_addressPTR.o -MD -MP -MF src/test/fuzz/.deps/fuzz_addressPTR-fuzz_addressPTR.Tpo -c -o src/test/fuzz/fuzz_addressPTR-fuzz_addressPTR.o `test -f 'src/test/fuzz/fuzz_addressPTR.c' || echo './'`src/test/fuzz/fuzz_addressPTR.c
mv -f src/test/fuzz/.deps/fuzz_addressPTR-fuzz_addressPTR.Tpo src/test/fuzz/.deps/fuzz_addressPTR-fuzz_addressPTR.Po
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -L/usr/local/lib -o src/test/fuzz/fuzz-addressPTR src/test/fuzz/fuzz_addressPTR-fuzzing_common.o src/test/fuzz/fuzz_addressPTR-fuzz_addressPTR.o src/test/libtor-testing.a -lz -lm -levent_extra -levent_core -lssl -lcrypto -lpthread -lexecinfo
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/fuzz/fuzz_consensus-fuzzing_common.o -MD -MP -MF src/test/fuzz/.deps/fuzz_consensus-fuzzing_common.Tpo -c -o src/test/fuzz/fuzz_consensus-fuzzing_common.o `test -f 'src/test/fuzz/fuzzing_common.c' || echo './'`src/test/fuzz/fuzzing_common.c
mv -f src/test/fuzz/.deps/fuzz_consensus-fuzzing_common.Tpo src/test/fuzz/.deps/fuzz_consensus-fuzzing_common.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/fuzz/fuzz_consensus-fuzz_consensus.o -MD -MP -MF src/test/fuzz/.deps/fuzz_consensus-fuzz_consensus.Tpo -c -o src/test/fuzz/fuzz_consensus-fuzz_consensus.o `test -f 'src/test/fuzz/fuzz_consensus.c' || echo './'`src/test/fuzz/fuzz_consensus.c
mv -f src/test/fuzz/.deps/fuzz_consensus-fuzz_consensus.Tpo src/test/fuzz/.deps/fuzz_consensus-fuzz_consensus.Po
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -L/usr/local/lib -o src/test/fuzz/fuzz-consensus src/test/fuzz/fuzz_consensus-fuzzing_common.o src/test/fuzz/fuzz_consensus-fuzz_consensus.o src/test/libtor-testing.a -lz -lm -levent_extra -levent_core -lssl -lcrypto -lpthread -lexecinfo
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/fuzz/fuzz_descriptor-fuzzing_common.o -MD -MP -MF src/test/fuzz/.deps/fuzz_descriptor-fuzzing_common.Tpo -c -o src/test/fuzz/fuzz_descriptor-fuzzing_common.o `test -f 'src/test/fuzz/fuzzing_common.c' || echo './'`src/test/fuzz/fuzzing_common.c
mv -f src/test/fuzz/.deps/fuzz_descriptor-fuzzing_common.Tpo src/test/fuzz/.deps/fuzz_descriptor-fuzzing_common.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/fuzz/fuzz_descriptor-fuzz_descriptor.o -MD -MP -MF src/test/fuzz/.deps/fuzz_descriptor-fuzz_descriptor.Tpo -c -o src/test/fuzz/fuzz_descriptor-fuzz_descriptor.o `test -f 'src/test/fuzz/fuzz_descriptor.c' || echo './'`src/test/fuzz/fuzz_descriptor.c
mv -f src/test/fuzz/.deps/fuzz_descriptor-fuzz_descriptor.Tpo src/test/fuzz/.deps/fuzz_descriptor-fuzz_descriptor.Po
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -L/usr/local/lib -o src/test/fuzz/fuzz-descriptor src/test/fuzz/fuzz_descriptor-fuzzing_common.o src/test/fuzz/fuzz_descriptor-fuzz_descriptor.o src/test/libtor-testing.a -lz -lm -levent_extra -levent_core -lssl -lcrypto -lpthread -lexecinfo
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/fuzz/fuzz_diff-fuzzing_common.o -MD -MP -MF src/test/fuzz/.deps/fuzz_diff-fuzzing_common.Tpo -c -o src/test/fuzz/fuzz_diff-fuzzing_common.o `test -f 'src/test/fuzz/fuzzing_common.c' || echo './'`src/test/fuzz/fuzzing_common.c
mv -f src/test/fuzz/.deps/fuzz_diff-fuzzing_common.Tpo src/test/fuzz/.deps/fuzz_diff-fuzzing_common.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/fuzz/fuzz_diff-fuzz_diff.o -MD -MP -MF src/test/fuzz/.deps/fuzz_diff-fuzz_diff.Tpo -c -o src/test/fuzz/fuzz_diff-fuzz_diff.o `test -f 'src/test/fuzz/fuzz_diff.c' || echo './'`src/test/fuzz/fuzz_diff.c
mv -f src/test/fuzz/.deps/fuzz_diff-fuzz_diff.Tpo src/test/fuzz/.deps/fuzz_diff-fuzz_diff.Po
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -L/usr/local/lib -o src/test/fuzz/fuzz-diff src/test/fuzz/fuzz_diff-fuzzing_common.o src/test/fuzz/fuzz_diff-fuzz_diff.o src/test/libtor-testing.a -lz -lm -levent_extra -levent_core -lssl -lcrypto -lpthread -lexecinfo
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/fuzz/fuzz_diff_apply-fuzzing_common.o -MD -MP -MF src/test/fuzz/.deps/fuzz_diff_apply-fuzzing_common.Tpo -c -o src/test/fuzz/fuzz_diff_apply-fuzzing_common.o `test -f 'src/test/fuzz/fuzzing_common.c' || echo './'`src/test/fuzz/fuzzing_common.c
mv -f src/test/fuzz/.deps/fuzz_diff_apply-fuzzing_common.Tpo src/test/fuzz/.deps/fuzz_diff_apply-fuzzing_common.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/fuzz/fuzz_diff_apply-fuzz_diff_apply.o -MD -MP -MF src/test/fuzz/.deps/fuzz_diff_apply-fuzz_diff_apply.Tpo -c -o src/test/fuzz/fuzz_diff_apply-fuzz_diff_apply.o `test -f 'src/test/fuzz/fuzz_diff_apply.c' || echo './'`src/test/fuzz/fuzz_diff_apply.c
mv -f src/test/fuzz/.deps/fuzz_diff_apply-fuzz_diff_apply.Tpo src/test/fuzz/.deps/fuzz_diff_apply-fuzz_diff_apply.Po
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -L/usr/local/lib -o src/test/fuzz/fuzz-diff-apply src/test/fuzz/fuzz_diff_apply-fuzzing_common.o src/test/fuzz/fuzz_diff_apply-fuzz_diff_apply.o src/test/libtor-testing.a -lz -lm -levent_extra -levent_core -lssl -lcrypto -lpthread -lexecinfo
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/fuzz/fuzz_extrainfo-fuzzing_common.o -MD -MP -MF src/test/fuzz/.deps/fuzz_extrainfo-fuzzing_common.Tpo -c -o src/test/fuzz/fuzz_extrainfo-fuzzing_common.o `test -f 'src/test/fuzz/fuzzing_common.c' || echo './'`src/test/fuzz/fuzzing_common.c
mv -f src/test/fuzz/.deps/fuzz_extrainfo-fuzzing_common.Tpo src/test/fuzz/.deps/fuzz_extrainfo-fuzzing_common.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/fuzz/fuzz_extrainfo-fuzz_extrainfo.o -MD -MP -MF src/test/fuzz/.deps/fuzz_extrainfo-fuzz_extrainfo.Tpo -c -o src/test/fuzz/fuzz_extrainfo-fuzz_extrainfo.o `test -f 'src/test/fuzz/fuzz_extrainfo.c' || echo './'`src/test/fuzz/fuzz_extrainfo.c
mv -f src/test/fuzz/.deps/fuzz_extrainfo-fuzz_extrainfo.Tpo src/test/fuzz/.deps/fuzz_extrainfo-fuzz_extrainfo.Po
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -L/usr/local/lib -o src/test/fuzz/fuzz-extrainfo src/test/fuzz/fuzz_extrainfo-fuzzing_common.o src/test/fuzz/fuzz_extrainfo-fuzz_extrainfo.o src/test/libtor-testing.a -lz -lm -levent_extra -levent_core -lssl -lcrypto -lpthread -lexecinfo
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/fuzz/fuzz_hsdescv3-fuzzing_common.o -MD -MP -MF src/test/fuzz/.deps/fuzz_hsdescv3-fuzzing_common.Tpo -c -o src/test/fuzz/fuzz_hsdescv3-fuzzing_common.o `test -f 'src/test/fuzz/fuzzing_common.c' || echo './'`src/test/fuzz/fuzzing_common.c
mv -f src/test/fuzz/.deps/fuzz_hsdescv3-fuzzing_common.Tpo src/test/fuzz/.deps/fuzz_hsdescv3-fuzzing_common.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/fuzz/fuzz_hsdescv3-fuzz_hsdescv3.o -MD -MP -MF src/test/fuzz/.deps/fuzz_hsdescv3-fuzz_hsdescv3.Tpo -c -o src/test/fuzz/fuzz_hsdescv3-fuzz_hsdescv3.o `test -f 'src/test/fuzz/fuzz_hsdescv3.c' || echo './'`src/test/fuzz/fuzz_hsdescv3.c
mv -f src/test/fuzz/.deps/fuzz_hsdescv3-fuzz_hsdescv3.Tpo src/test/fuzz/.deps/fuzz_hsdescv3-fuzz_hsdescv3.Po
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -L/usr/local/lib -o src/test/fuzz/fuzz-hsdescv3 src/test/fuzz/fuzz_hsdescv3-fuzzing_common.o src/test/fuzz/fuzz_hsdescv3-fuzz_hsdescv3.o src/test/libtor-testing.a -lz -lm -levent_extra -levent_core -lssl -lcrypto -lpthread -lexecinfo
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/fuzz/fuzz_hsdescv3_inner-fuzzing_common.o -MD -MP -MF src/test/fuzz/.deps/fuzz_hsdescv3_inner-fuzzing_common.Tpo -c -o src/test/fuzz/fuzz_hsdescv3_inner-fuzzing_common.o `test -f 'src/test/fuzz/fuzzing_common.c' || echo './'`src/test/fuzz/fuzzing_common.c
mv -f src/test/fuzz/.deps/fuzz_hsdescv3_inner-fuzzing_common.Tpo src/test/fuzz/.deps/fuzz_hsdescv3_inner-fuzzing_common.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/fuzz/fuzz_hsdescv3_inner-fuzz_hsdescv3_inner.o -MD -MP -MF src/test/fuzz/.deps/fuzz_hsdescv3_inner-fuzz_hsdescv3_inner.Tpo -c -o src/test/fuzz/fuzz_hsdescv3_inner-fuzz_hsdescv3_inner.o `test -f 'src/test/fuzz/fuzz_hsdescv3_inner.c' || echo './'`src/test/fuzz/fuzz_hsdescv3_inner.c
mv -f src/test/fuzz/.deps/fuzz_hsdescv3_inner-fuzz_hsdescv3_inner.Tpo src/test/fuzz/.deps/fuzz_hsdescv3_inner-fuzz_hsdescv3_inner.Po
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -L/usr/local/lib -o src/test/fuzz/fuzz-hsdescv3-inner src/test/fuzz/fuzz_hsdescv3_inner-fuzzing_common.o src/test/fuzz/fuzz_hsdescv3_inner-fuzz_hsdescv3_inner.o src/test/libtor-testing.a -lz -lm -levent_extra -levent_core -lssl -lcrypto -lpthread -lexecinfo
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/fuzz/fuzz_hsdescv3_middle-fuzzing_common.o -MD -MP -MF src/test/fuzz/.deps/fuzz_hsdescv3_middle-fuzzing_common.Tpo -c -o src/test/fuzz/fuzz_hsdescv3_middle-fuzzing_common.o `test -f 'src/test/fuzz/fuzzing_common.c' || echo './'`src/test/fuzz/fuzzing_common.c
mv -f src/test/fuzz/.deps/fuzz_hsdescv3_middle-fuzzing_common.Tpo src/test/fuzz/.deps/fuzz_hsdescv3_middle-fuzzing_common.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/fuzz/fuzz_hsdescv3_middle-fuzz_hsdescv3_middle.o -MD -MP -MF src/test/fuzz/.deps/fuzz_hsdescv3_middle-fuzz_hsdescv3_middle.Tpo -c -o src/test/fuzz/fuzz_hsdescv3_middle-fuzz_hsdescv3_middle.o `test -f 'src/test/fuzz/fuzz_hsdescv3_middle.c' || echo './'`src/test/fuzz/fuzz_hsdescv3_middle.c
mv -f src/test/fuzz/.deps/fuzz_hsdescv3_middle-fuzz_hsdescv3_middle.Tpo src/test/fuzz/.deps/fuzz_hsdescv3_middle-fuzz_hsdescv3_middle.Po
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -L/usr/local/lib -o src/test/fuzz/fuzz-hsdescv3-middle src/test/fuzz/fuzz_hsdescv3_middle-fuzzing_common.o src/test/fuzz/fuzz_hsdescv3_middle-fuzz_hsdescv3_middle.o src/test/libtor-testing.a -lz -lm -levent_extra -levent_core -lssl -lcrypto -lpthread -lexecinfo
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/fuzz/fuzz_http-fuzzing_common.o -MD -MP -MF src/test/fuzz/.deps/fuzz_http-fuzzing_common.Tpo -c -o src/test/fuzz/fuzz_http-fuzzing_common.o `test -f 'src/test/fuzz/fuzzing_common.c' || echo './'`src/test/fuzz/fuzzing_common.c
mv -f src/test/fuzz/.deps/fuzz_http-fuzzing_common.Tpo src/test/fuzz/.deps/fuzz_http-fuzzing_common.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/fuzz/fuzz_http-fuzz_http.o -MD -MP -MF src/test/fuzz/.deps/fuzz_http-fuzz_http.Tpo -c -o src/test/fuzz/fuzz_http-fuzz_http.o `test -f 'src/test/fuzz/fuzz_http.c' || echo './'`src/test/fuzz/fuzz_http.c
mv -f src/test/fuzz/.deps/fuzz_http-fuzz_http.Tpo src/test/fuzz/.deps/fuzz_http-fuzz_http.Po
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -L/usr/local/lib -o src/test/fuzz/fuzz-http src/test/fuzz/fuzz_http-fuzzing_common.o src/test/fuzz/fuzz_http-fuzz_http.o src/test/libtor-testing.a -lz -lm -levent_extra -levent_core -lssl -lcrypto -lpthread -lexecinfo
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/fuzz/fuzz_http_connect-fuzzing_common.o -MD -MP -MF src/test/fuzz/.deps/fuzz_http_connect-fuzzing_common.Tpo -c -o src/test/fuzz/fuzz_http_connect-fuzzing_common.o `test -f 'src/test/fuzz/fuzzing_common.c' || echo './'`src/test/fuzz/fuzzing_common.c
mv -f src/test/fuzz/.deps/fuzz_http_connect-fuzzing_common.Tpo src/test/fuzz/.deps/fuzz_http_connect-fuzzing_common.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/fuzz/fuzz_http_connect-fuzz_http_connect.o -MD -MP -MF src/test/fuzz/.deps/fuzz_http_connect-fuzz_http_connect.Tpo -c -o src/test/fuzz/fuzz_http_connect-fuzz_http_connect.o `test -f 'src/test/fuzz/fuzz_http_connect.c' || echo './'`src/test/fuzz/fuzz_http_connect.c
mv -f src/test/fuzz/.deps/fuzz_http_connect-fuzz_http_connect.Tpo src/test/fuzz/.deps/fuzz_http_connect-fuzz_http_connect.Po
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -L/usr/local/lib -o src/test/fuzz/fuzz-http-connect src/test/fuzz/fuzz_http_connect-fuzzing_common.o src/test/fuzz/fuzz_http_connect-fuzz_http_connect.o src/test/libtor-testing.a -lz -lm -levent_extra -levent_core -lssl -lcrypto -lpthread -lexecinfo
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/fuzz/fuzz_microdesc-fuzzing_common.o -MD -MP -MF src/test/fuzz/.deps/fuzz_microdesc-fuzzing_common.Tpo -c -o src/test/fuzz/fuzz_microdesc-fuzzing_common.o `test -f 'src/test/fuzz/fuzzing_common.c' || echo './'`src/test/fuzz/fuzzing_common.c
mv -f src/test/fuzz/.deps/fuzz_microdesc-fuzzing_common.Tpo src/test/fuzz/.deps/fuzz_microdesc-fuzzing_common.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/fuzz/fuzz_microdesc-fuzz_microdesc.o -MD -MP -MF src/test/fuzz/.deps/fuzz_microdesc-fuzz_microdesc.Tpo -c -o src/test/fuzz/fuzz_microdesc-fuzz_microdesc.o `test -f 'src/test/fuzz/fuzz_microdesc.c' || echo './'`src/test/fuzz/fuzz_microdesc.c
mv -f src/test/fuzz/.deps/fuzz_microdesc-fuzz_microdesc.Tpo src/test/fuzz/.deps/fuzz_microdesc-fuzz_microdesc.Po
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -L/usr/local/lib -o src/test/fuzz/fuzz-microdesc src/test/fuzz/fuzz_microdesc-fuzzing_common.o src/test/fuzz/fuzz_microdesc-fuzz_microdesc.o src/test/libtor-testing.a -lz -lm -levent_extra -levent_core -lssl -lcrypto -lpthread -lexecinfo
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/fuzz/fuzz_socks-fuzzing_common.o -MD -MP -MF src/test/fuzz/.deps/fuzz_socks-fuzzing_common.Tpo -c -o src/test/fuzz/fuzz_socks-fuzzing_common.o `test -f 'src/test/fuzz/fuzzing_common.c' || echo './'`src/test/fuzz/fuzzing_common.c
mv -f src/test/fuzz/.deps/fuzz_socks-fuzzing_common.Tpo src/test/fuzz/.deps/fuzz_socks-fuzzing_common.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/fuzz/fuzz_socks-fuzz_socks.o -MD -MP -MF src/test/fuzz/.deps/fuzz_socks-fuzz_socks.Tpo -c -o src/test/fuzz/fuzz_socks-fuzz_socks.o `test -f 'src/test/fuzz/fuzz_socks.c' || echo './'`src/test/fuzz/fuzz_socks.c
mv -f src/test/fuzz/.deps/fuzz_socks-fuzz_socks.Tpo src/test/fuzz/.deps/fuzz_socks-fuzz_socks.Po
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -L/usr/local/lib -o src/test/fuzz/fuzz-socks src/test/fuzz/fuzz_socks-fuzzing_common.o src/test/fuzz/fuzz_socks-fuzz_socks.o src/test/libtor-testing.a -lz -lm -levent_extra -levent_core -lssl -lcrypto -lpthread -lexecinfo
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/fuzz/fuzz_strops-fuzzing_common.o -MD -MP -MF src/test/fuzz/.deps/fuzz_strops-fuzzing_common.Tpo -c -o src/test/fuzz/fuzz_strops-fuzzing_common.o `test -f 'src/test/fuzz/fuzzing_common.c' || echo './'`src/test/fuzz/fuzzing_common.c
mv -f src/test/fuzz/.deps/fuzz_strops-fuzzing_common.Tpo src/test/fuzz/.deps/fuzz_strops-fuzzing_common.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/fuzz/fuzz_strops-fuzz_strops.o -MD -MP -MF src/test/fuzz/.deps/fuzz_strops-fuzz_strops.Tpo -c -o src/test/fuzz/fuzz_strops-fuzz_strops.o `test -f 'src/test/fuzz/fuzz_strops.c' || echo './'`src/test/fuzz/fuzz_strops.c
mv -f src/test/fuzz/.deps/fuzz_strops-fuzz_strops.Tpo src/test/fuzz/.deps/fuzz_strops-fuzz_strops.Po
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -L/usr/local/lib -o src/test/fuzz/fuzz-strops src/test/fuzz/fuzz_strops-fuzzing_common.o src/test/fuzz/fuzz_strops-fuzz_strops.o src/test/libtor-testing.a -lz -lm -levent_extra -levent_core -lssl -lcrypto -lpthread -lexecinfo
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/fuzz/fuzz_vrs-fuzzing_common.o -MD -MP -MF src/test/fuzz/.deps/fuzz_vrs-fuzzing_common.Tpo -c -o src/test/fuzz/fuzz_vrs-fuzzing_common.o `test -f 'src/test/fuzz/fuzzing_common.c' || echo './'`src/test/fuzz/fuzzing_common.c
mv -f src/test/fuzz/.deps/fuzz_vrs-fuzzing_common.Tpo src/test/fuzz/.deps/fuzz_vrs-fuzzing_common.Po
cc -DHAVE_CONFIG_H -I. -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/test/fuzz/fuzz_vrs-fuzz_vrs.o -MD -MP -MF src/test/fuzz/.deps/fuzz_vrs-fuzz_vrs.Tpo -c -o src/test/fuzz/fuzz_vrs-fuzz_vrs.o `test -f 'src/test/fuzz/fuzz_vrs.c' || echo './'`src/test/fuzz/fuzz_vrs.c
mv -f src/test/fuzz/.deps/fuzz_vrs-fuzz_vrs.Tpo src/test/fuzz/.deps/fuzz_vrs-fuzz_vrs.Po
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -L/usr/local/lib -o src/test/fuzz/fuzz-vrs src/test/fuzz/fuzz_vrs-fuzzing_common.o src/test/fuzz/fuzz_vrs-fuzz_vrs.o src/test/libtor-testing.a -lz -lm -levent_extra -levent_core -lssl -lcrypto -lpthread -lexecinfo
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/intmath/libtor_intmath_testing_a-addsub.o -MD -MP -MF src/lib/intmath/.deps/libtor_intmath_testing_a-addsub.Tpo -c -o src/lib/intmath/libtor_intmath_testing_a-addsub.o `test -f 'src/lib/intmath/addsub.c' || echo './'`src/lib/intmath/addsub.c
mv -f src/lib/intmath/.deps/libtor_intmath_testing_a-addsub.Tpo src/lib/intmath/.deps/libtor_intmath_testing_a-addsub.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/intmath/libtor_intmath_testing_a-bits.o -MD -MP -MF src/lib/intmath/.deps/libtor_intmath_testing_a-bits.Tpo -c -o src/lib/intmath/libtor_intmath_testing_a-bits.o `test -f 'src/lib/intmath/bits.c' || echo './'`src/lib/intmath/bits.c
mv -f src/lib/intmath/.deps/libtor_intmath_testing_a-bits.Tpo src/lib/intmath/.deps/libtor_intmath_testing_a-bits.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/intmath/libtor_intmath_testing_a-muldiv.o -MD -MP -MF src/lib/intmath/.deps/libtor_intmath_testing_a-muldiv.Tpo -c -o src/lib/intmath/libtor_intmath_testing_a-muldiv.o `test -f 'src/lib/intmath/muldiv.c' || echo './'`src/lib/intmath/muldiv.c
mv -f src/lib/intmath/.deps/libtor_intmath_testing_a-muldiv.Tpo src/lib/intmath/.deps/libtor_intmath_testing_a-muldiv.Po
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/intmath/libtor_intmath_testing_a-weakrng.o -MD -MP -MF src/lib/intmath/.deps/libtor_intmath_testing_a-weakrng.Tpo -c -o src/lib/intmath/libtor_intmath_testing_a-weakrng.o `test -f 'src/lib/intmath/weakrng.c' || echo './'`src/lib/intmath/weakrng.c
mv -f src/lib/intmath/.deps/libtor_intmath_testing_a-weakrng.Tpo src/lib/intmath/.deps/libtor_intmath_testing_a-weakrng.Po
rm -f src/lib/libtor-intmath-testing.a
ar cru src/lib/libtor-intmath-testing.a src/lib/intmath/libtor_intmath_testing_a-addsub.o src/lib/intmath/libtor_intmath_testing_a-bits.o src/lib/intmath/libtor_intmath_testing_a-muldiv.o src/lib/intmath/libtor_intmath_testing_a-weakrng.o
ranlib src/lib/libtor-intmath-testing.a
depbase=`echo src/tools/tor_runner.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/tools/tor_runner.o -MD -MP -MF $depbase.Tpo -c -o src/tools/tor_runner.o src/tools/tor_runner.c && mv -f $depbase.Tpo $depbase.Po
rm -f src/tools/libtorrunner.a
ar cru src/tools/libtorrunner.a src/tools/tor_runner.o src/feature/api/tor_api.o
ranlib src/tools/libtorrunner.a
mkdir -p doc/man
if test -e ./doc/man/tor.1.in && ! test -e doc/man/tor.1.in ; then cp ./doc/man/tor.1.in doc/man/tor.1; fi
./config.status -q --file=doc/man/tor.1;
mkdir -p doc/man
if test -e ./doc/man/tor-gencert.1.in && ! test -e doc/man/tor-gencert.1.in ; then cp ./doc/man/tor-gencert.1.in doc/man/tor-gencert.1; fi
./config.status -q --file=doc/man/tor-gencert.1;
mkdir -p doc/man
if test -e ./doc/man/tor-resolve.1.in && ! test -e doc/man/tor-resolve.1.in ; then cp ./doc/man/tor-resolve.1.in doc/man/tor-resolve.1; fi
./config.status -q --file=doc/man/tor-resolve.1;
mkdir -p doc/man
if test -e ./doc/man/torify.1.in && ! test -e doc/man/torify.1.in ; then cp ./doc/man/torify.1.in doc/man/torify.1; fi
./config.status -q --file=doc/man/torify.1;
mkdir -p doc/man
if test -e ./doc/man/tor-print-ed-signing-cert.1.in && ! test -e doc/man/tor-print-ed-signing-cert.1.in ; then cp ./doc/man/tor-print-ed-signing-cert.1.in doc/man/tor-print-ed-signing-cert.1; fi
./config.status -q --file=doc/man/tor-print-ed-signing-cert.1;
mkdir -p doc/man
if test -e ./doc/man/tor.html.in && ! test -e doc/man/tor.html.in ; then cp ./doc/man/tor.html.in doc/man/tor.html; fi
./config.status -q --file=doc/man/tor.html;
mkdir -p doc/man
if test -e ./doc/man/tor-gencert.html.in && ! test -e doc/man/tor-gencert.html.in ; then cp ./doc/man/tor-gencert.html.in doc/man/tor-gencert.html; fi
./config.status -q --file=doc/man/tor-gencert.html;
mkdir -p doc/man
if test -e ./doc/man/tor-resolve.html.in && ! test -e doc/man/tor-resolve.html.in ; then cp ./doc/man/tor-resolve.html.in doc/man/tor-resolve.html; fi
./config.status -q --file=doc/man/tor-resolve.html;
mkdir -p doc/man
if test -e ./doc/man/torify.html.in && ! test -e doc/man/torify.html.in ; then cp ./doc/man/torify.html.in doc/man/torify.html; fi
./config.status -q --file=doc/man/torify.html;
mkdir -p doc/man
if test -e ./doc/man/tor-print-ed-signing-cert.html.in && ! test -e doc/man/tor-print-ed-signing-cert.html.in ; then cp ./doc/man/tor-print-ed-signing-cert.html.in doc/man/tor-print-ed-signing-cert.html; fi
./config.status -q --file=doc/man/tor-print-ed-signing-cert.html;
--- Mon Feb 16 15:13:07 -03 2026
+++ Mon Feb 16 16:15:02 -03 2026
===> Regression tests for tor-0.4.9.5
rm -f micro-revision.tmp; if test -r "./.git" && test -x "`which git 2>&1;true`"; then HASH="`cd "." && git rev-parse --short=16 HEAD`"; echo \"$HASH\" > micro-revision.tmp; fi; if test ! -f micro-revision.tmp; then if test ! -f micro-revision.i; then echo '""' > micro-revision.i; fi; elif test ! -f micro-revision.i || test x"`cat micro-revision.tmp`" != x"`cat micro-revision.i`"; then mv micro-revision.tmp micro-revision.i; fi; rm -f micro-revision.tmp; true
depbase=`echo src/lib/version/git_revision.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/version/git_revision.o -MD -MP -MF $depbase.Tpo -c -o src/lib/version/git_revision.o src/lib/version/git_revision.c && mv -f $depbase.Tpo $depbase.Po
rm -f src/lib/libtor-version.a
ar cru src/lib/libtor-version.a src/lib/version/git_revision.o src/lib/version/version.o
ranlib src/lib/libtor-version.a
export AR="ar"; export ARFLAGS="cru"; export RANLIB="ranlib"; ./scripts/build/combine_libs libtor.a src/core/libtor-app.a src/lib/libtor-compress.a src/lib/libtor-evloop.a src/lib/libtor-tls.a src/lib/libtor-crypt-ops.a src/ext/keccak-tiny/libkeccak-tiny.a src/lib/libcurve25519_donna.a src/ext/ed25519/ref10/libed25519_ref10.a src/ext/ed25519/donna/libed25519_donna.a src/ext/polyval/libpolyval.a src/ext/equix/libhashx.a src/ext/equix/libequix.a src/lib/libtor-geoip.a src/lib/libtor-process.a src/lib/libtor-buf.a src/lib/libtor-confmgt.a src/lib/libtor-pubsub.a src/lib/libtor-dispatch.a src/lib/libtor-time.a src/lib/libtor-fs.a src/lib/libtor-encoding.a src/lib/libtor-sandbox.a src/lib/libtor-container.a src/lib/libtor-net.a src/lib/libtor-memarea.a src/lib/libtor-math.a src/lib/libtor-meminfo.a src/lib/libtor-osinfo.a src/lib/libtor-log.a src/lib/libtor-thread.a src/lib/libtor-lock.a src/lib/libtor-fdio.a src/lib/libtor-string.a src/lib/libtor-term.a src/lib/libtor-smartlist-core.a src/lib/libtor-malloc.a src/lib/libtor-wallclock.a src/lib/libtor-err.a src/lib/libtor-version.a src/lib/libtor-llharden.a src/lib/libtor-intmath.a src/lib/libtor-ctime.a src/lib/libtor-metrics.a src/trunnel/libor-trunnel.a src/lib/libtor-trace.a
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -L/usr/local/lib -o src/app/tor src/app/main/tor_main.o libtor.a -lz -lm -levent_extra -levent_core -lssl -lcrypto -lpthread -lexecinfo
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -o src/tools/tor-resolve src/tools/tor-resolve.o src/trunnel/libor-trunnel.a src/lib/libtor-geoip.a src/lib/libtor-process.a src/lib/libtor-buf.a src/lib/libtor-confmgt.a src/lib/libtor-pubsub.a src/lib/libtor-dispatch.a src/lib/libtor-time.a src/lib/libtor-fs.a src/lib/libtor-encoding.a src/lib/libtor-sandbox.a src/lib/libtor-container.a src/lib/libtor-net.a src/lib/libtor-memarea.a src/lib/libtor-math.a src/lib/libtor-meminfo.a src/lib/libtor-osinfo.a src/lib/libtor-log.a src/lib/libtor-thread.a src/lib/libtor-lock.a src/lib/libtor-fdio.a src/lib/libtor-string.a src/lib/libtor-term.a src/lib/libtor-smartlist-core.a src/lib/libtor-malloc.a src/lib/libtor-wallclock.a src/lib/libtor-err.a src/lib/libtor-version.a src/lib/libtor-llharden.a src/lib/libtor-intmath.a src/lib/libtor-ctime.a src/lib/libtor-metrics.a src/lib/libtor-tls.a src/lib/libtor-crypt-ops.a src/ext/keccak-tiny/libkeccak-tiny.a src/lib/libcurve25519_donna.a src/ext/ed25519/ref10/libed25519_ref10.a src/ext/ed25519/donna/libed25519_donna.a src/ext/polyval/libpolyval.a src/ext/equix/libhashx.a src/ext/equix/libequix.a -lssl -lcrypto -lm -lpthread -lexecinfo
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -o src/tools/tor-print-ed-signing-cert src/tools/tor-print-ed-signing-cert.o src/trunnel/libor-trunnel.a src/lib/libtor-tls.a src/lib/libtor-crypt-ops.a src/ext/keccak-tiny/libkeccak-tiny.a src/lib/libcurve25519_donna.a src/ext/ed25519/ref10/libed25519_ref10.a src/ext/ed25519/donna/libed25519_donna.a src/ext/polyval/libpolyval.a src/ext/equix/libhashx.a src/ext/equix/libequix.a src/lib/libtor-geoip.a src/lib/libtor-process.a src/lib/libtor-buf.a src/lib/libtor-confmgt.a src/lib/libtor-pubsub.a src/lib/libtor-dispatch.a src/lib/libtor-time.a src/lib/libtor-fs.a src/lib/libtor-encoding.a src/lib/libtor-sandbox.a src/lib/libtor-container.a src/lib/libtor-net.a src/lib/libtor-memarea.a src/lib/libtor-math.a src/lib/libtor-meminfo.a src/lib/libtor-osinfo.a src/lib/libtor-log.a src/lib/libtor-thread.a src/lib/libtor-lock.a src/lib/libtor-fdio.a src/lib/libtor-string.a src/lib/libtor-term.a src/lib/libtor-smartlist-core.a src/lib/libtor-malloc.a src/lib/libtor-wallclock.a src/lib/libtor-err.a src/lib/libtor-version.a src/lib/libtor-llharden.a src/lib/libtor-intmath.a src/lib/libtor-ctime.a src/lib/libtor-metrics.a -lm -lssl -lcrypto -lpthread -lexecinfo
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -o src/tools/tor-gencert src/tools/tor-gencert.o src/lib/libtor-tls.a src/lib/libtor-crypt-ops.a src/ext/keccak-tiny/libkeccak-tiny.a src/lib/libcurve25519_donna.a src/ext/ed25519/ref10/libed25519_ref10.a src/ext/ed25519/donna/libed25519_donna.a src/ext/polyval/libpolyval.a src/ext/equix/libhashx.a src/ext/equix/libequix.a src/lib/libtor-geoip.a src/lib/libtor-process.a src/lib/libtor-buf.a src/lib/libtor-confmgt.a src/lib/libtor-pubsub.a src/lib/libtor-dispatch.a src/lib/libtor-time.a src/lib/libtor-fs.a src/lib/libtor-encoding.a src/lib/libtor-sandbox.a src/lib/libtor-container.a src/lib/libtor-net.a src/lib/libtor-memarea.a src/lib/libtor-math.a src/lib/libtor-meminfo.a src/lib/libtor-osinfo.a src/lib/libtor-log.a src/lib/libtor-thread.a src/lib/libtor-lock.a src/lib/libtor-fdio.a src/lib/libtor-string.a src/lib/libtor-term.a src/lib/libtor-smartlist-core.a src/lib/libtor-malloc.a src/lib/libtor-wallclock.a src/lib/libtor-err.a src/lib/libtor-version.a src/lib/libtor-llharden.a src/lib/libtor-intmath.a src/lib/libtor-ctime.a src/lib/libtor-metrics.a -lm -lz -lssl -lcrypto -lpthread -lexecinfo
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -L/usr/local/lib -o src/test/bench src/test/bench.o libtor.a -lz -lm -levent_extra -levent_core -lssl -lcrypto -lpthread -lexecinfo
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/version/libtor_version_testing_a-git_revision.o -MD -MP -MF src/lib/version/.deps/libtor_version_testing_a-git_revision.Tpo -c -o src/lib/version/libtor_version_testing_a-git_revision.o `test -f 'src/lib/version/git_revision.c' || echo './'`src/lib/version/git_revision.c
mv -f src/lib/version/.deps/libtor_version_testing_a-git_revision.Tpo src/lib/version/.deps/libtor_version_testing_a-git_revision.Po
rm -f src/lib/libtor-version-testing.a
ar cru src/lib/libtor-version-testing.a src/lib/version/libtor_version_testing_a-git_revision.o src/lib/version/libtor_version_testing_a-version.o
ranlib src/lib/libtor-version-testing.a
export AR="ar"; export ARFLAGS="cru"; export RANLIB="ranlib"; ./scripts/build/combine_libs src/test/libtor-testing.a src/core/libtor-app-testing.a src/lib/libtor-compress-testing.a src/lib/libtor-evloop-testing.a src/lib/libtor-tls-testing.a src/lib/libtor-crypt-ops-testing.a src/ext/keccak-tiny/libkeccak-tiny.a src/lib/libcurve25519_donna.a src/ext/ed25519/ref10/libed25519_ref10.a src/ext/ed25519/donna/libed25519_donna.a src/ext/polyval/libpolyval.a src/ext/equix/libhashx.a src/ext/equix/libequix.a src/lib/libtor-geoip-testing.a src/lib/libtor-process-testing.a src/lib/libtor-buf-testing.a src/lib/libtor-confmgt-testing.a src/lib/libtor-pubsub-testing.a src/lib/libtor-dispatch-testing.a src/lib/libtor-time-testing.a src/lib/libtor-fs-testing.a src/lib/libtor-encoding-testing.a src/lib/libtor-sandbox-testing.a src/lib/libtor-container-testing.a src/lib/libtor-net-testing.a src/lib/libtor-memarea-testing.a src/lib/libtor-math-testing.a src/lib/libtor-meminfo-testing.a src/lib/libtor-osinfo-testing.a src/lib/libtor-term-testing.a src/lib/libtor-log-testing.a src/lib/libtor-thread-testing.a src/lib/libtor-lock-testing.a src/lib/libtor-fdio-testing.a src/lib/libtor-string-testing.a src/lib/libtor-smartlist-core-testing.a src/lib/libtor-malloc-testing.a src/lib/libtor-wallclock-testing.a src/lib/libtor-err-testing.a src/lib/libtor-version-testing.a src/lib/libtor-llharden-testing.a src/lib/libtor-intmath.a src/lib/libtor-ctime-testing.a src/lib/libtor-metrics-testing.a src/trunnel/libor-trunnel-testing.a src/lib/libtor-trace.a
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -L/usr/local/lib -o src/test/test src/test/test-fakecircs.o src/test/test-log_test_helpers.o src/test/test-hs_test_helpers.o src/test/test-opts_test_helpers.o src/test/test-resolve_test_helpers.o src/test/test-rng_test_helpers.o src/test/test-test.o src/test/test-test_accounting.o src/test/test-test_addr.o src/test/test-test_address.o src/test/test-test_address_set.o src/test/test-test_bridges.o src/test/test-test_btrack.o src/test/test-test_buffers.o src/test/test-test_bwmgt.o src/test/test-test_cell_formats.o src/test/test-test_cell_queue.o src/test/test-test_channel.o src/test/test-test_channelpadding.o src/test/test-test_circuitpadding.o src/test/test-test_channeltls.o src/test/test-test_checkdir.o src/test/test-test_circuitlist.o src/test/test-test_circuitmux.o src/test/test-test_circuitmux_ewma.o src/test/test-test_circuitbuild.o src/test/test-test_circuituse.o src/test/test-test_circuitstats.o src/test/test-test_compat_libevent.o src/test/test-test_config.o src/test/test-test_conflux_cell.o src/test/test-test_conflux_pool.o src/test/test-test_confmgr.o src/test/test-test_confparse.o src/test/test-test_congestion_control.o src/test/test-test_connection.o src/test/test-test_conscache.o src/test/test-test_consdiff.o src/test/test-test_consdiffmgr.o src/test/test-test_containers.o src/test/test-test_controller.o src/test/test-test_controller_events.o src/test/test-test_crypto.o src/test/test-test_crypto_ope.o src/test/test-test_crypto_rng.o src/test/test-test_crypto_cgo.o src/test/test-test_data.o src/test/test-test_dir.o src/test/test-test_dirauth_ports.o src/test/test-test_dirvote.o src/test/test-test_dir_common.o src/test/test-test_dir_handle_get.o src/test/test-test_dispatch.o src/test/test-test_dos.o src/test/test-test_entryconn.o src/test/test-test_entrynodes.o src/test/test-test_geoip.o src/test/test-test_guardfraction.o src/test/test-test_extorport.o src/test/test-test_hs_common.o src/test/test-test_hs_config.o src/test/test-test_hs_cell.o src/test/test-test_hs_ntor.o src/test/test-test_hs_service.o src/test/test-test_hs_client.o src/test/test-test_hs_intropoint.o src/test/test-test_hs_control.o src/test/test-test_hs_ob.o src/test/test-test_handles.o src/test/test-test_hs_cache.o src/test/test-test_hs_descriptor.o src/test/test-test_hs_dos.o src/test/test-test_hs_metrics.o src/test/test-test_hs_pow.o src/test/test-test_keypin.o src/test/test-test_link_handshake.o src/test/test-test_logging.o src/test/test-test_mainloop.o src/test/test-test_metrics.o src/test/test-test_microdesc.o src/test/test-test_namemap.o src/test/test-test_netinfo.o src/test/test-test_nodelist.o src/test/test-test_ntor_v3.o src/test/test-test_oom.o src/test/test-test_oos.o src/test/test-test_options.o src/test/test-test_options_act.o src/test/test-test_pem.o src/test/test-test_periodic_event.o src/test/test-test_policy.o src/test/test-test_process.o src/test/test-test_process_descs.o src/test/test-test_prob_distr.o src/test/test-test_procmon.o src/test/test-test_proto_haproxy.o src/test/test-test_proto_http.o src/test/test-test_proto_misc.o src/test/test-test_protover.o src/test/test-test_pt.o src/test/test-test_pubsub_build.o src/test/test-test_pubsub_msg.o src/test/test-test_relay.o src/test/test-test_relaycell.o src/test/test-test_relaycrypt.o src/test/test-test_replay.o src/test/test-test_router.o src/test/test-test_routerkeys.o src/test/test-test_routerlist.o src/test/test-test_routerset.o src/test/test-test_sandbox.o src/test/test-test_scheduler.o src/test/test-test_sendme.o src/test/test-test_shared_random.o src/test/test-test_socks.o src/test/test-test_statefile.o src/test/test-test_stats.o src/test/test-test_status.o src/test/test-test_storagedir.o src/test/test-test_threads.o src/test/test-test_token_bucket.o src/test/test-test_tortls.o src/test/test-test_util.o src/test/test-test_util_format.o src/test/test-test_util_process.o src/test/test-test_voting_flags.o src/test/test-test_voting_schedule.o src/test/test-test_x509.o src/test/test-test_helpers.o src/test/test-test_dns.o src/test/test-test_parsecommon.o src/test/test-testing_common.o src/test/test-testing_rsakeys.o src/ext/test_test-tinytest.o src/test/test-test_crypto_openssl.o src/test/test-test_tortls_openssl.o src/test/libtor-testing.a -lz -lm -levent_extra -levent_core -lssl -lcrypto -lpthread -lexecinfo
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -L/usr/local/lib -o src/test/test-slow src/test/test_slow-rng_test_helpers.o src/test/test_slow-test_slow.o src/test/test_slow-test_crypto_slow.o src/test/test_slow-test_process_slow.o src/test/test_slow-test_hs_pow_slow.o src/test/test_slow-test_prob_distr.o src/test/test_slow-ptr_helpers.o src/test/test_slow-test_ptr_slow.o src/test/test_slow-testing_common.o src/test/test_slow-testing_rsakeys.o src/ext/test_test_slow-tinytest.o src/test/libtor-testing.a -lz -lm -levent_extra -levent_core -lssl -lcrypto -lpthread -lexecinfo
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -L/usr/local/lib -o src/test/test-memwipe src/test/test_memwipe-test-memwipe.o src/test/libtor-testing.a -lz -lm -levent_extra -levent_core -lssl -lcrypto -lpthread -lexecinfo
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -L/usr/local/lib -o src/test/test_workqueue src/test/test_workqueue-test_workqueue.o src/test/libtor-testing.a -lz -lm -levent_extra -levent_core -lssl -lcrypto -lpthread -lexecinfo
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -o src/test/test-switch-id src/test/test_switch_id-test_switch_id.o src/lib/libtor-geoip-testing.a src/lib/libtor-process-testing.a src/lib/libtor-buf-testing.a src/lib/libtor-confmgt-testing.a src/lib/libtor-pubsub-testing.a src/lib/libtor-dispatch-testing.a src/lib/libtor-time-testing.a src/lib/libtor-fs-testing.a src/lib/libtor-encoding-testing.a src/lib/libtor-sandbox-testing.a src/lib/libtor-container-testing.a src/lib/libtor-net-testing.a src/lib/libtor-memarea-testing.a src/lib/libtor-math-testing.a src/lib/libtor-meminfo-testing.a src/lib/libtor-osinfo-testing.a src/lib/libtor-term-testing.a src/lib/libtor-log-testing.a src/lib/libtor-thread-testing.a src/lib/libtor-lock-testing.a src/lib/libtor-fdio-testing.a src/lib/libtor-string-testing.a src/lib/libtor-smartlist-core-testing.a src/lib/libtor-malloc-testing.a src/lib/libtor-wallclock-testing.a src/lib/libtor-err-testing.a src/lib/libtor-version-testing.a src/lib/libtor-llharden-testing.a src/lib/libtor-intmath.a src/lib/libtor-ctime-testing.a src/lib/libtor-metrics-testing.a -lz -lm -lpthread -lexecinfo
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -L/usr/local/lib -o src/test/test-timers src/test/test_timers-test-timers.o src/lib/libtor-evloop-testing.a src/lib/libtor-tls-testing.a src/lib/libtor-crypt-ops-testing.a src/ext/keccak-tiny/libkeccak-tiny.a src/lib/libcurve25519_donna.a src/ext/ed25519/ref10/libed25519_ref10.a src/ext/ed25519/donna/libed25519_donna.a src/ext/polyval/libpolyval.a src/ext/equix/libhashx.a src/ext/equix/libequix.a src/lib/libtor-geoip-testing.a src/lib/libtor-process-testing.a src/lib/libtor-buf-testing.a src/lib/libtor-confmgt-testing.a src/lib/libtor-pubsub-testing.a src/lib/libtor-dispatch-testing.a src/lib/libtor-time-testing.a src/lib/libtor-fs-testing.a src/lib/libtor-encoding-testing.a src/lib/libtor-sandbox-testing.a src/lib/libtor-container-testing.a src/lib/libtor-net-testing.a src/lib/libtor-memarea-testing.a src/lib/libtor-math-testing.a src/lib/libtor-meminfo-testing.a src/lib/libtor-osinfo-testing.a src/lib/libtor-term-testing.a src/lib/libtor-log-testing.a src/lib/libtor-thread-testing.a src/lib/libtor-lock-testing.a src/lib/libtor-fdio-testing.a src/lib/libtor-string-testing.a src/lib/libtor-smartlist-core-testing.a src/lib/libtor-malloc-testing.a src/lib/libtor-wallclock-testing.a src/lib/libtor-err-testing.a src/lib/libtor-version-testing.a src/lib/libtor-llharden-testing.a src/lib/libtor-intmath.a src/lib/libtor-ctime-testing.a src/lib/libtor-metrics-testing.a -lz -lm -levent_extra -levent_core -lssl -lcrypto -lpthread -lexecinfo
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -L/usr/local/lib -o src/test/test-rng src/test/test_rng-test_rng.o src/test/libtor-testing.a -lz -lm -levent_extra -levent_core -lssl -lcrypto -lpthread -lexecinfo
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -o src/test/test-ntor-cl src/test/test_ntor_cl.o libtor.a -lz -lm -lssl -lcrypto -lpthread -lexecinfo
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -o src/test/test-hs-ntor-cl src/test/test_hs_ntor_cl.o libtor.a -lz -lm -lssl -lcrypto -lpthread -lexecinfo
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -o src/test/test-bt-cl src/test/test_bt_cl-test_bt_cl.o src/lib/libtor-geoip-testing.a src/lib/libtor-process-testing.a src/lib/libtor-buf-testing.a src/lib/libtor-confmgt-testing.a src/lib/libtor-pubsub-testing.a src/lib/libtor-dispatch-testing.a src/lib/libtor-time-testing.a src/lib/libtor-fs-testing.a src/lib/libtor-encoding-testing.a src/lib/libtor-sandbox-testing.a src/lib/libtor-container-testing.a src/lib/libtor-net-testing.a src/lib/libtor-memarea-testing.a src/lib/libtor-math-testing.a src/lib/libtor-meminfo-testing.a src/lib/libtor-osinfo-testing.a src/lib/libtor-term-testing.a src/lib/libtor-log-testing.a src/lib/libtor-thread-testing.a src/lib/libtor-lock-testing.a src/lib/libtor-fdio-testing.a src/lib/libtor-string-testing.a src/lib/libtor-smartlist-core-testing.a src/lib/libtor-malloc-testing.a src/lib/libtor-wallclock-testing.a src/lib/libtor-err-testing.a src/lib/libtor-version-testing.a src/lib/libtor-llharden-testing.a src/lib/libtor-intmath.a src/lib/libtor-ctime-testing.a src/lib/libtor-metrics-testing.a -lm -lpthread -lexecinfo
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -L/usr/local/lib -o src/test/fuzz/fuzz-address src/test/fuzz/fuzz_address-fuzzing_common.o src/test/fuzz/fuzz_address-fuzz_address.o src/test/libtor-testing.a -lz -lm -levent_extra -levent_core -lssl -lcrypto -lpthread -lexecinfo
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -L/usr/local/lib -o src/test/fuzz/fuzz-addressPTR src/test/fuzz/fuzz_addressPTR-fuzzing_common.o src/test/fuzz/fuzz_addressPTR-fuzz_addressPTR.o src/test/libtor-testing.a -lz -lm -levent_extra -levent_core -lssl -lcrypto -lpthread -lexecinfo
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -L/usr/local/lib -o src/test/fuzz/fuzz-consensus src/test/fuzz/fuzz_consensus-fuzzing_common.o src/test/fuzz/fuzz_consensus-fuzz_consensus.o src/test/libtor-testing.a -lz -lm -levent_extra -levent_core -lssl -lcrypto -lpthread -lexecinfo
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -L/usr/local/lib -o src/test/fuzz/fuzz-descriptor src/test/fuzz/fuzz_descriptor-fuzzing_common.o src/test/fuzz/fuzz_descriptor-fuzz_descriptor.o src/test/libtor-testing.a -lz -lm -levent_extra -levent_core -lssl -lcrypto -lpthread -lexecinfo
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -L/usr/local/lib -o src/test/fuzz/fuzz-diff src/test/fuzz/fuzz_diff-fuzzing_common.o src/test/fuzz/fuzz_diff-fuzz_diff.o src/test/libtor-testing.a -lz -lm -levent_extra -levent_core -lssl -lcrypto -lpthread -lexecinfo
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -L/usr/local/lib -o src/test/fuzz/fuzz-diff-apply src/test/fuzz/fuzz_diff_apply-fuzzing_common.o src/test/fuzz/fuzz_diff_apply-fuzz_diff_apply.o src/test/libtor-testing.a -lz -lm -levent_extra -levent_core -lssl -lcrypto -lpthread -lexecinfo
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -L/usr/local/lib -o src/test/fuzz/fuzz-extrainfo src/test/fuzz/fuzz_extrainfo-fuzzing_common.o src/test/fuzz/fuzz_extrainfo-fuzz_extrainfo.o src/test/libtor-testing.a -lz -lm -levent_extra -levent_core -lssl -lcrypto -lpthread -lexecinfo
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -L/usr/local/lib -o src/test/fuzz/fuzz-hsdescv3 src/test/fuzz/fuzz_hsdescv3-fuzzing_common.o src/test/fuzz/fuzz_hsdescv3-fuzz_hsdescv3.o src/test/libtor-testing.a -lz -lm -levent_extra -levent_core -lssl -lcrypto -lpthread -lexecinfo
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -L/usr/local/lib -o src/test/fuzz/fuzz-hsdescv3-inner src/test/fuzz/fuzz_hsdescv3_inner-fuzzing_common.o src/test/fuzz/fuzz_hsdescv3_inner-fuzz_hsdescv3_inner.o src/test/libtor-testing.a -lz -lm -levent_extra -levent_core -lssl -lcrypto -lpthread -lexecinfo
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -L/usr/local/lib -o src/test/fuzz/fuzz-hsdescv3-middle src/test/fuzz/fuzz_hsdescv3_middle-fuzzing_common.o src/test/fuzz/fuzz_hsdescv3_middle-fuzz_hsdescv3_middle.o src/test/libtor-testing.a -lz -lm -levent_extra -levent_core -lssl -lcrypto -lpthread -lexecinfo
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -L/usr/local/lib -o src/test/fuzz/fuzz-http src/test/fuzz/fuzz_http-fuzzing_common.o src/test/fuzz/fuzz_http-fuzz_http.o src/test/libtor-testing.a -lz -lm -levent_extra -levent_core -lssl -lcrypto -lpthread -lexecinfo
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -L/usr/local/lib -o src/test/fuzz/fuzz-http-connect src/test/fuzz/fuzz_http_connect-fuzzing_common.o src/test/fuzz/fuzz_http_connect-fuzz_http_connect.o src/test/libtor-testing.a -lz -lm -levent_extra -levent_core -lssl -lcrypto -lpthread -lexecinfo
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -L/usr/local/lib -o src/test/fuzz/fuzz-microdesc src/test/fuzz/fuzz_microdesc-fuzzing_common.o src/test/fuzz/fuzz_microdesc-fuzz_microdesc.o src/test/libtor-testing.a -lz -lm -levent_extra -levent_core -lssl -lcrypto -lpthread -lexecinfo
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -L/usr/local/lib -o src/test/fuzz/fuzz-socks src/test/fuzz/fuzz_socks-fuzzing_common.o src/test/fuzz/fuzz_socks-fuzz_socks.o src/test/libtor-testing.a -lz -lm -levent_extra -levent_core -lssl -lcrypto -lpthread -lexecinfo
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -L/usr/local/lib -o src/test/fuzz/fuzz-strops src/test/fuzz/fuzz_strops-fuzzing_common.o src/test/fuzz/fuzz_strops-fuzz_strops.o src/test/libtor-testing.a -lz -lm -levent_extra -levent_core -lssl -lcrypto -lpthread -lexecinfo
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -L/usr/local/lib -o src/test/fuzz/fuzz-vrs src/test/fuzz/fuzz_vrs-fuzzing_common.o src/test/fuzz/fuzz_vrs-fuzz_vrs.o src/test/libtor-testing.a -lz -lm -levent_extra -levent_core -lssl -lcrypto -lpthread -lexecinfo
make check-TESTS check-local
rm -f micro-revision.tmp; if test -r "./.git" && test -x "`which git 2>&1;true`"; then HASH="`cd "." && git rev-parse --short=16 HEAD`"; echo \"$HASH\" > micro-revision.tmp; fi; if test ! -f micro-revision.tmp; then if test ! -f micro-revision.i; then echo '""' > micro-revision.i; fi; elif test ! -f micro-revision.i || test x"`cat micro-revision.tmp`" != x"`cat micro-revision.i`"; then mv micro-revision.tmp micro-revision.i; fi; rm -f micro-revision.tmp; true
cc -DHAVE_CONFIG_H -I. -I./src -I./src/ext -I./src/ext/trunnel -I./src/trunnel -I./src/ext/ -I./src/ext/equix/hashx/include/ -DSHARE_DATADIR="\"/usr/local/share\"" -DLOCALSTATEDIR="\"/var\"" -DBINDIR="\"/usr/local/bin\"" -DTOR_UNIT_TESTS -DHAVE_MODULE_RELAY=1 -DHAVE_MODULE_DIRAUTH=1 -DHAVE_MODULE_DIRCACHE=1 -DHAVE_MODULE_POW=1 -I/usr/local/include -I/usr/include -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -MT src/lib/version/libtor_version_testing_a-git_revision.o -MD -MP -MF src/lib/version/.deps/libtor_version_testing_a-git_revision.Tpo -c -o src/lib/version/libtor_version_testing_a-git_revision.o `test -f 'src/lib/version/git_revision.c' || echo './'`src/lib/version/git_revision.c
mv -f src/lib/version/.deps/libtor_version_testing_a-git_revision.Tpo src/lib/version/.deps/libtor_version_testing_a-git_revision.Po
rm -f src/lib/libtor-version-testing.a
ar cru src/lib/libtor-version-testing.a src/lib/version/libtor_version_testing_a-git_revision.o src/lib/version/libtor_version_testing_a-version.o
ranlib src/lib/libtor-version-testing.a
export AR="ar"; export ARFLAGS="cru"; export RANLIB="ranlib"; ./scripts/build/combine_libs src/test/libtor-testing.a src/core/libtor-app-testing.a src/lib/libtor-compress-testing.a src/lib/libtor-evloop-testing.a src/lib/libtor-tls-testing.a src/lib/libtor-crypt-ops-testing.a src/ext/keccak-tiny/libkeccak-tiny.a src/lib/libcurve25519_donna.a src/ext/ed25519/ref10/libed25519_ref10.a src/ext/ed25519/donna/libed25519_donna.a src/ext/polyval/libpolyval.a src/ext/equix/libhashx.a src/ext/equix/libequix.a src/lib/libtor-geoip-testing.a src/lib/libtor-process-testing.a src/lib/libtor-buf-testing.a src/lib/libtor-confmgt-testing.a src/lib/libtor-pubsub-testing.a src/lib/libtor-dispatch-testing.a src/lib/libtor-time-testing.a src/lib/libtor-fs-testing.a src/lib/libtor-encoding-testing.a src/lib/libtor-sandbox-testing.a src/lib/libtor-container-testing.a src/lib/libtor-net-testing.a src/lib/libtor-memarea-testing.a src/lib/libtor-math-testing.a src/lib/libtor-meminfo-testing.a src/lib/libtor-osinfo-testing.a src/lib/libtor-term-testing.a src/lib/libtor-log-testing.a src/lib/libtor-thread-testing.a src/lib/libtor-lock-testing.a src/lib/libtor-fdio-testing.a src/lib/libtor-string-testing.a src/lib/libtor-smartlist-core-testing.a src/lib/libtor-malloc-testing.a src/lib/libtor-wallclock-testing.a src/lib/libtor-err-testing.a src/lib/libtor-version-testing.a src/lib/libtor-llharden-testing.a src/lib/libtor-intmath.a src/lib/libtor-ctime-testing.a src/lib/libtor-metrics-testing.a src/trunnel/libor-trunnel-testing.a src/lib/libtor-trace.a
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -L/usr/local/lib -o src/test/test-slow src/test/test_slow-rng_test_helpers.o src/test/test_slow-test_slow.o src/test/test_slow-test_crypto_slow.o src/test/test_slow-test_process_slow.o src/test/test_slow-test_hs_pow_slow.o src/test/test_slow-test_prob_distr.o src/test/test_slow-ptr_helpers.o src/test/test_slow-test_ptr_slow.o src/test/test_slow-testing_common.o src/test/test_slow-testing_rsakeys.o src/ext/test_test_slow-tinytest.o src/test/libtor-testing.a -lz -lm -levent_extra -levent_core -lssl -lcrypto -lpthread -lexecinfo
PASS: src/test/test-slow
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -L/usr/local/lib -o src/test/test-memwipe src/test/test_memwipe-test-memwipe.o src/test/libtor-testing.a -lz -lm -levent_extra -levent_core -lssl -lcrypto -lpthread -lexecinfo
PASS: src/test/test-memwipe
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -L/usr/local/lib -o src/test/test_workqueue src/test/test_workqueue-test_workqueue.o src/test/libtor-testing.a -lz -lm -levent_extra -levent_core -lssl -lcrypto -lpthread -lexecinfo
PASS: src/test/test_workqueue
PASS: src/test/test_keygen.sh
PASS: src/test/test_key_expiration.sh
cc -O2 -pipe -DDISABLE_ENGINES -Wall -fno-strict-aliasing -Wno-system-headers -W -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment -Wformat=2 -Wwrite-strings -Wnested-externs -Wbad-function-cast -Wswitch-enum -Waggregate-return -Wpacked -Wunused -Wunused-parameter -Wold-style-definition -Wmissing-declarations -L/usr/lib -L/usr/local/lib -o src/test/test-timers src/test/test_timers-test-timers.o src/lib/libtor-evloop-testing.a src/lib/libtor-tls-testing.a src/lib/libtor-crypt-ops-testing.a src/ext/keccak-tiny/libkeccak-tiny.a src/lib/libcurve25519_donna.a src/ext/ed25519/ref10/libed25519_ref10.a src/ext/ed25519/donna/libed25519_donna.a src/ext/polyval/libpolyval.a src/ext/equix/libhashx.a src/ext/equix/libequix.a src/lib/libtor-geoip-testing.a src/lib/libtor-process-testing.a src/lib/libtor-buf-testing.a src/lib/libtor-confmgt-testing.a src/lib/libtor-pubsub-testing.a src/lib/libtor-dispatch-testing.a src/lib/libtor-time-testing.a src/lib/libtor-fs-testing.a src/lib/libtor-encoding-testing.a src/lib/libtor-sandbox-testing.a src/lib/libtor-container-testing.a src/lib/libtor-net-testing.a src/lib/libtor-memarea-testing.a src/lib/libtor-math-testing.a src/lib/libtor-meminfo-testing.a src/lib/libtor-osinfo-testing.a src/lib/libtor-term-testing.a src/lib/libtor-log-testing.a src/lib/libtor-thread-testing.a src/lib/libtor-lock-testing.a src/lib/libtor-fdio-testing.a src/lib/libtor-string-testing.a src/lib/libtor-smartlist-core-testing.a src/lib/libtor-malloc-testing.a src/lib/libtor-wallclock-testing.a src/lib/libtor-err-testing.a src/lib/libtor-version-testing.a src/lib/libtor-llharden-testing.a src/lib/libtor-intmath.a src/lib/libtor-ctime-testing.a src/lib/libtor-metrics-testing.a -lz -lm -levent_extra -levent_core -lssl -lcrypto -lpthread -lexecinfo
PASS: src/test/test-timers
SKIP: src/test/fuzz_static_testcases.sh
PASS: src/test/test_zero_length_keys.sh
PASS: src/test/test_workqueue_cancel.sh
SKIP: src/test/test_workqueue_efd.sh
SKIP: src/test/test_workqueue_efd2.sh
PASS: src/test/test_workqueue_pipe.sh
PASS: src/test/test_workqueue_pipe2.sh
PASS: src/test/test_workqueue_socketpair.sh
SKIP: src/test/test_switch_id.sh
PASS: src/test/test_cmdline.sh
PASS: src/test/test_parseconf.sh
PASS: src/test/unittest_part1.sh
PASS: src/test/unittest_part2.sh
PASS: src/test/unittest_part3.sh
PASS: src/test/unittest_part4.sh
PASS: src/test/unittest_part5.sh
PASS: src/test/unittest_part6.sh
PASS: src/test/unittest_part7.sh
FAIL: src/test/unittest_part8.sh
PASS: src/test/test_ntor.sh
PASS: src/test/test_hs_ntor.sh
SKIP: src/test/test_bt.sh
PASS: scripts/maint/practracker/test_practracker.sh
PASS: scripts/maint/run_check_subsystem_order.sh
PASS: src/test/test_rebind.sh
PASS: src/test/test_include.sh
PASS: scripts/maint/checkSpaceTest.sh
============================================================================
Testsuite summary for tor 0.4.9.5
============================================================================
# TOTAL: 33
# PASS: 27
# SKIP: 5
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
============================================================================
See ./test-suite.log
============================================================================
*** Error 1 in . (Makefile:23796 'test-suite.log': @case $- in *e*) set +e;; esac; { mgn= red= grn= lgn= blu= brg= std=; am__color_tests=n...)
*** Error 2 in . (Makefile:23807 'check-TESTS': @set +e; bases='src/test/test-slow.log src/test/test-memwipe.log src/test/test_workqueue.log...)
*** Error 2 in /usr/ports/pobj/tor-0.4.9.5/tor-0.4.9.5 (Makefile:24232 'check-am')
*** Error 2 in . (/usr/ports/infrastructure/mk/bsd.port.mk:3098 '/usr/ports/pobj/tor-0.4.9.5/.test_done': @cd /usr/ports/pobj/tor-0.4.9.5/to...)
*** Error 2 in /usr/ports/mystuff/net/tor (/usr/ports/infrastructure/mk/bsd.port.mk:2706 'test': @lock=tor-0.4.9.5; export _LOCKS_HELD=" to...)
--- Mon Feb 16 16:16:32 -03 2026
[Update] net/tor 0.4.9.5