2018-07-05 22:04:32 +02:00
|
|
|
|
2013-06-06 20:56:05 +02:00
|
|
|
noinst_LIBRARIES += \
|
2018-07-05 22:04:32 +02:00
|
|
|
src/core/libtor-app.a
|
2013-06-06 20:56:05 +02:00
|
|
|
if UNITTESTS_ENABLED
|
|
|
|
noinst_LIBRARIES += \
|
2018-07-05 22:04:32 +02:00
|
|
|
src/core/libtor-app-testing.a
|
2012-08-02 15:31:43 +02:00
|
|
|
endif
|
|
|
|
|
2018-07-05 22:52:12 +02:00
|
|
|
LIBTOR_APP_A_SOURCES = \
|
|
|
|
src/app/config/config.c \
|
|
|
|
src/app/config/confparse.c \
|
|
|
|
src/app/config/statefile.c \
|
2018-09-20 21:19:43 +02:00
|
|
|
src/app/main/main.c \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/core/crypto/hs_ntor.c \
|
2018-09-20 19:55:02 +02:00
|
|
|
src/core/crypto/onion_crypto.c \
|
2018-07-05 22:52:12 +02:00
|
|
|
src/core/crypto/onion_fast.c \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/core/crypto/onion_ntor.c \
|
2018-07-05 22:52:12 +02:00
|
|
|
src/core/crypto/onion_tap.c \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/core/crypto/relay_crypto.c \
|
|
|
|
src/core/mainloop/connection.c \
|
|
|
|
src/core/mainloop/cpuworker.c \
|
2018-09-20 21:19:43 +02:00
|
|
|
src/core/mainloop/mainloop.c \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/core/mainloop/periodic.c \
|
|
|
|
src/core/or/address_set.c \
|
|
|
|
src/core/or/channel.c \
|
|
|
|
src/core/or/channelpadding.c \
|
|
|
|
src/core/or/channeltls.c \
|
2018-07-05 22:52:12 +02:00
|
|
|
src/core/or/circuitbuild.c \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/core/or/circuitlist.c \
|
|
|
|
src/core/or/circuitmux.c \
|
|
|
|
src/core/or/circuitmux_ewma.c \
|
2018-07-05 22:52:12 +02:00
|
|
|
src/core/or/circuitstats.c \
|
|
|
|
src/core/or/circuituse.c \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/core/or/command.c \
|
|
|
|
src/core/or/connection_edge.c \
|
|
|
|
src/core/or/connection_or.c \
|
|
|
|
src/core/or/dos.c \
|
2018-09-20 19:55:02 +02:00
|
|
|
src/core/or/onion.c \
|
2018-07-05 22:52:12 +02:00
|
|
|
src/core/or/policies.c \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/core/or/protover.c \
|
2018-09-21 22:14:53 +02:00
|
|
|
src/core/or/protover_rust.c \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/core/or/reasons.c \
|
2018-07-05 22:52:12 +02:00
|
|
|
src/core/or/relay.c \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/core/or/scheduler.c \
|
|
|
|
src/core/or/scheduler_kist.c \
|
2018-07-05 22:52:12 +02:00
|
|
|
src/core/or/scheduler_vanilla.c \
|
|
|
|
src/core/or/status.c \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/core/proto/proto_cell.c \
|
|
|
|
src/core/proto/proto_control0.c \
|
|
|
|
src/core/proto/proto_ext_or.c \
|
|
|
|
src/core/proto/proto_http.c \
|
|
|
|
src/core/proto/proto_socks.c \
|
|
|
|
src/feature/api/tor_api.c \
|
|
|
|
src/feature/client/addressmap.c \
|
|
|
|
src/feature/client/bridges.c \
|
|
|
|
src/feature/client/circpathbias.c \
|
|
|
|
src/feature/client/dnsserv.c \
|
|
|
|
src/feature/client/entrynodes.c \
|
|
|
|
src/feature/client/transports.c \
|
|
|
|
src/feature/control/control.c \
|
2018-09-20 14:09:35 +02:00
|
|
|
src/feature/control/fmt_serverstatus.c \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/feature/dirauth/keypin.c \
|
|
|
|
src/feature/dircache/conscache.c \
|
|
|
|
src/feature/dircache/consdiffmgr.c \
|
2018-09-21 16:26:57 +02:00
|
|
|
src/feature/dircache/dircache.c \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/feature/dircache/dirserv.c \
|
2018-09-21 16:26:57 +02:00
|
|
|
src/feature/dirclient/dirclient.c \
|
|
|
|
src/feature/dirclient/dlstatus.c \
|
2018-07-05 22:52:12 +02:00
|
|
|
src/feature/dircommon/consdiff.c \
|
2018-09-21 16:26:57 +02:00
|
|
|
src/feature/dircommon/directory.c \
|
2018-07-05 22:52:12 +02:00
|
|
|
src/feature/dircommon/fp_pair.c \
|
|
|
|
src/feature/dircommon/voting_schedule.c \
|
|
|
|
src/feature/hibernate/hibernate.c \
|
|
|
|
src/feature/hs/hs_cache.c \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/feature/hs/hs_cell.c \
|
|
|
|
src/feature/hs/hs_circuit.c \
|
|
|
|
src/feature/hs/hs_circuitmap.c \
|
|
|
|
src/feature/hs/hs_client.c \
|
2018-07-05 22:52:12 +02:00
|
|
|
src/feature/hs/hs_common.c \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/feature/hs/hs_config.c \
|
2018-07-05 22:52:12 +02:00
|
|
|
src/feature/hs/hs_control.c \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/feature/hs/hs_descriptor.c \
|
2018-07-05 22:52:12 +02:00
|
|
|
src/feature/hs/hs_ident.c \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/feature/hs/hs_intropoint.c \
|
2018-07-05 22:52:12 +02:00
|
|
|
src/feature/hs/hs_service.c \
|
|
|
|
src/feature/hs/hs_stats.c \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/feature/hs_common/replaycache.c \
|
|
|
|
src/feature/hs_common/shared_random_client.c \
|
2018-09-25 20:19:48 +02:00
|
|
|
src/feature/keymgt/loadkey.c \
|
|
|
|
src/feature/dirauth/keypin.c \
|
2018-09-19 20:10:15 +02:00
|
|
|
src/feature/nodelist/authcert.c \
|
|
|
|
src/feature/nodelist/dirlist.c \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/feature/nodelist/microdesc.c \
|
|
|
|
src/feature/nodelist/networkstatus.c \
|
|
|
|
src/feature/nodelist/nodelist.c \
|
2018-09-19 20:10:15 +02:00
|
|
|
src/feature/nodelist/node_select.c \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/feature/nodelist/parsecommon.c \
|
|
|
|
src/feature/nodelist/routerlist.c \
|
|
|
|
src/feature/nodelist/routerparse.c \
|
|
|
|
src/feature/nodelist/routerset.c \
|
2018-09-20 14:09:35 +02:00
|
|
|
src/feature/nodelist/fmt_routerstatus.c \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/feature/nodelist/torcert.c \
|
|
|
|
src/feature/relay/dns.c \
|
2018-07-05 22:52:12 +02:00
|
|
|
src/feature/relay/ext_orport.c \
|
2018-09-20 19:55:02 +02:00
|
|
|
src/feature/relay/onion_queue.c \
|
2018-07-05 22:52:12 +02:00
|
|
|
src/feature/relay/router.c \
|
|
|
|
src/feature/relay/routerkeys.c \
|
2018-09-25 21:10:11 +02:00
|
|
|
src/feature/relay/selftest.c \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/feature/rend/rendcache.c \
|
|
|
|
src/feature/rend/rendclient.c \
|
2018-07-05 22:52:12 +02:00
|
|
|
src/feature/rend/rendcommon.c \
|
|
|
|
src/feature/rend/rendmid.c \
|
|
|
|
src/feature/rend/rendservice.c \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/feature/stats/geoip.c \
|
|
|
|
src/feature/stats/rephist.c
|
2012-08-02 15:31:43 +02:00
|
|
|
|
2018-09-20 14:09:35 +02:00
|
|
|
# These should eventually move into module_dirauth_sources, but for now
|
|
|
|
# the separation is only in the code location.
|
|
|
|
LIBTOR_APP_A_SOURCES += \
|
|
|
|
src/feature/dirauth/bwauth.c \
|
|
|
|
src/feature/dirauth/guardfraction.c \
|
|
|
|
src/feature/dirauth/reachability.c \
|
|
|
|
src/feature/dirauth/recommend_pkg.c \
|
|
|
|
src/feature/dirauth/process_descs.c \
|
|
|
|
src/feature/dirauth/voteflags.c
|
|
|
|
|
2018-07-06 19:59:40 +02:00
|
|
|
if BUILD_NT_SERVICES
|
|
|
|
LIBTOR_APP_A_SOURCES += src/app/main/ntmain.c
|
|
|
|
endif
|
|
|
|
|
2018-04-03 21:06:34 +02:00
|
|
|
#
|
|
|
|
# Modules are conditionnally compiled in tor starting here. We add the C files
|
2018-04-27 17:33:22 +02:00
|
|
|
# only if the modules has been enabled at configure time. We always add the
|
|
|
|
# source files of every module to libtor-testing.a so we can build the unit
|
2018-06-19 23:10:12 +02:00
|
|
|
# tests for everything. See the UNITTESTS_ENABLED branch below.
|
2018-04-03 21:06:34 +02:00
|
|
|
#
|
2018-06-21 17:01:10 +02:00
|
|
|
LIBTOR_APP_TESTING_A_SOURCES = $(LIBTOR_APP_A_SOURCES)
|
2018-04-03 21:06:34 +02:00
|
|
|
|
|
|
|
# The Directory Authority module.
|
2018-07-05 22:52:12 +02:00
|
|
|
MODULE_DIRAUTH_SOURCES = \
|
|
|
|
src/feature/dirauth/dircollate.c \
|
|
|
|
src/feature/dirauth/dirvote.c \
|
|
|
|
src/feature/dirauth/shared_random.c \
|
|
|
|
src/feature/dirauth/shared_random_state.c
|
|
|
|
|
2018-04-27 17:33:22 +02:00
|
|
|
if BUILD_MODULE_DIRAUTH
|
2018-06-21 17:01:10 +02:00
|
|
|
LIBTOR_APP_A_SOURCES += $(MODULE_DIRAUTH_SOURCES)
|
2018-04-03 21:06:34 +02:00
|
|
|
endif
|
|
|
|
|
2018-07-05 22:04:32 +02:00
|
|
|
src_core_libtor_app_a_SOURCES = $(LIBTOR_APP_A_SOURCES)
|
2018-06-02 11:53:04 +02:00
|
|
|
if UNITTESTS_ENABLED
|
2018-06-19 23:10:12 +02:00
|
|
|
|
|
|
|
# Add the sources of the modules that are needed for tests to work here.
|
2018-06-21 17:01:10 +02:00
|
|
|
LIBTOR_APP_TESTING_A_SOURCES += $(MODULE_DIRAUTH_SOURCES)
|
2018-06-19 23:10:12 +02:00
|
|
|
|
2018-07-05 22:04:32 +02:00
|
|
|
src_core_libtor_app_testing_a_SOURCES = $(LIBTOR_APP_TESTING_A_SOURCES)
|
2018-06-02 11:53:04 +02:00
|
|
|
else
|
2018-07-05 22:04:32 +02:00
|
|
|
src_core_libtor_app_testing_a_SOURCES =
|
2018-06-02 11:53:04 +02:00
|
|
|
endif
|
2013-06-06 20:56:05 +02:00
|
|
|
|
2015-08-18 04:30:02 +02:00
|
|
|
AM_CPPFLAGS += -DSHARE_DATADIR="\"$(datadir)\"" \
|
|
|
|
-DLOCALSTATEDIR="\"$(localstatedir)\"" \
|
|
|
|
-DBINDIR="\"$(bindir)\""
|
2012-08-02 15:31:43 +02:00
|
|
|
|
2018-07-05 22:04:32 +02:00
|
|
|
src_core_libtor_app_testing_a_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_CPPFLAGS)
|
|
|
|
src_core_libtor_app_testing_a_CFLAGS = $(AM_CFLAGS) $(TEST_CFLAGS)
|
2013-07-09 18:37:11 +02:00
|
|
|
|
2018-07-05 22:52:12 +02:00
|
|
|
noinst_HEADERS += \
|
|
|
|
src/app/config/config.h \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/app/config/confparse.h \
|
2018-07-05 22:52:12 +02:00
|
|
|
src/app/config/or_options_st.h \
|
|
|
|
src/app/config/or_state_st.h \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/app/config/statefile.h \
|
2018-09-20 21:19:43 +02:00
|
|
|
src/app/main/main.h \
|
2018-07-05 22:52:12 +02:00
|
|
|
src/app/main/ntmain.h \
|
|
|
|
src/core/crypto/hs_ntor.h \
|
2018-09-20 19:55:02 +02:00
|
|
|
src/core/crypto/onion_crypto.h \
|
2018-07-05 22:52:12 +02:00
|
|
|
src/core/crypto/onion_fast.h \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/core/crypto/onion_ntor.h \
|
|
|
|
src/core/crypto/onion_tap.h \
|
2018-07-05 22:52:12 +02:00
|
|
|
src/core/crypto/relay_crypto.h \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/core/mainloop/connection.h \
|
|
|
|
src/core/mainloop/cpuworker.h \
|
2018-09-20 21:19:43 +02:00
|
|
|
src/core/mainloop/mainloop.h \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/core/mainloop/periodic.h \
|
|
|
|
src/core/or/addr_policy_st.h \
|
|
|
|
src/core/or/address_set.h \
|
|
|
|
src/core/or/cell_queue_st.h \
|
|
|
|
src/core/or/cell_st.h \
|
|
|
|
src/core/or/channel.h \
|
|
|
|
src/core/or/channelpadding.h \
|
|
|
|
src/core/or/channeltls.h \
|
|
|
|
src/core/or/circuit_st.h \
|
|
|
|
src/core/or/circuitbuild.h \
|
|
|
|
src/core/or/circuitlist.h \
|
|
|
|
src/core/or/circuitmux.h \
|
|
|
|
src/core/or/circuitmux_ewma.h \
|
2018-07-05 22:52:12 +02:00
|
|
|
src/core/or/circuitstats.h \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/core/or/circuituse.h \
|
2018-07-05 22:52:12 +02:00
|
|
|
src/core/or/command.h \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/core/or/connection_edge.h \
|
|
|
|
src/core/or/connection_or.h \
|
2018-07-05 22:52:12 +02:00
|
|
|
src/core/or/connection_st.h \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/core/or/cpath_build_state_st.h \
|
2018-07-05 22:52:12 +02:00
|
|
|
src/core/or/crypt_path_reference_st.h \
|
|
|
|
src/core/or/crypt_path_st.h \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/core/or/destroy_cell_queue_st.h \
|
2018-07-05 22:52:12 +02:00
|
|
|
src/core/or/dos.h \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/core/or/edge_connection_st.h \
|
2018-08-29 20:46:01 +02:00
|
|
|
src/core/or/half_edge_st.h \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/core/or/entry_connection_st.h \
|
2018-07-05 22:52:12 +02:00
|
|
|
src/core/or/entry_port_cfg_st.h \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/core/or/extend_info_st.h \
|
|
|
|
src/core/or/listener_connection_st.h \
|
2018-09-20 19:55:02 +02:00
|
|
|
src/core/or/onion.h \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/core/or/or.h \
|
|
|
|
src/core/or/or_circuit_st.h \
|
|
|
|
src/core/or/or_connection_st.h \
|
|
|
|
src/core/or/or_handshake_certs_st.h \
|
2018-07-05 22:52:12 +02:00
|
|
|
src/core/or/or_handshake_state_st.h \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/core/or/origin_circuit_st.h \
|
2018-07-05 22:52:12 +02:00
|
|
|
src/core/or/policies.h \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/core/or/port_cfg_st.h \
|
|
|
|
src/core/or/protover.h \
|
2018-07-05 22:52:12 +02:00
|
|
|
src/core/or/reasons.h \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/core/or/relay.h \
|
|
|
|
src/core/or/relay_crypto_st.h \
|
|
|
|
src/core/or/scheduler.h \
|
|
|
|
src/core/or/server_port_cfg_st.h \
|
|
|
|
src/core/or/socks_request_st.h \
|
|
|
|
src/core/or/status.h \
|
2018-07-05 22:52:12 +02:00
|
|
|
src/core/or/tor_version_st.h \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/core/or/var_cell_st.h \
|
|
|
|
src/core/proto/proto_cell.h \
|
|
|
|
src/core/proto/proto_control0.h \
|
|
|
|
src/core/proto/proto_ext_or.h \
|
|
|
|
src/core/proto/proto_http.h \
|
|
|
|
src/core/proto/proto_socks.h \
|
|
|
|
src/feature/api/tor_api_internal.h \
|
|
|
|
src/feature/client/addressmap.h \
|
|
|
|
src/feature/client/bridges.h \
|
|
|
|
src/feature/client/circpathbias.h \
|
|
|
|
src/feature/client/dnsserv.h \
|
|
|
|
src/feature/client/entrynodes.h \
|
|
|
|
src/feature/client/transports.h \
|
|
|
|
src/feature/control/control.h \
|
|
|
|
src/feature/control/control_connection_st.h \
|
2018-09-20 14:09:35 +02:00
|
|
|
src/feature/control/fmt_serverstatus.h \
|
|
|
|
src/feature/dirauth/bwauth.h \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/feature/dirauth/dircollate.h \
|
|
|
|
src/feature/dirauth/dirvote.h \
|
2018-09-20 14:09:35 +02:00
|
|
|
src/feature/dirauth/guardfraction.h \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/feature/dirauth/keypin.h \
|
|
|
|
src/feature/dirauth/mode.h \
|
|
|
|
src/feature/dirauth/ns_detached_signatures_st.h \
|
2018-09-20 14:09:35 +02:00
|
|
|
src/feature/dirauth/reachability.h \
|
|
|
|
src/feature/dirauth/recommend_pkg.h \
|
|
|
|
src/feature/dirauth/process_descs.h \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/feature/dirauth/shared_random.h \
|
|
|
|
src/feature/dirauth/shared_random_state.h \
|
|
|
|
src/feature/dirauth/vote_microdesc_hash_st.h \
|
2018-09-20 14:09:35 +02:00
|
|
|
src/feature/dirauth/voteflags.h \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/feature/dircache/cached_dir_st.h \
|
|
|
|
src/feature/dircache/conscache.h \
|
|
|
|
src/feature/dircache/consdiffmgr.h \
|
2018-09-21 16:26:57 +02:00
|
|
|
src/feature/dircache/dircache.h \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/feature/dircache/dirserv.h \
|
|
|
|
src/feature/dirclient/dir_server_st.h \
|
2018-09-21 16:26:57 +02:00
|
|
|
src/feature/dirclient/dirclient.h \
|
|
|
|
src/feature/dirclient/dlstatus.h \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/feature/dirclient/download_status_st.h \
|
2018-07-05 22:52:12 +02:00
|
|
|
src/feature/dircommon/consdiff.h \
|
|
|
|
src/feature/dircommon/dir_connection_st.h \
|
2018-09-21 16:26:57 +02:00
|
|
|
src/feature/dircommon/directory.h \
|
2018-07-05 22:52:12 +02:00
|
|
|
src/feature/dircommon/fp_pair.h \
|
|
|
|
src/feature/dircommon/vote_timing_st.h \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/feature/dircommon/voting_schedule.h \
|
2018-07-05 22:52:12 +02:00
|
|
|
src/feature/hibernate/hibernate.h \
|
|
|
|
src/feature/hs/hs_cache.h \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/feature/hs/hs_cell.h \
|
|
|
|
src/feature/hs/hs_circuit.h \
|
|
|
|
src/feature/hs/hs_circuitmap.h \
|
2018-07-05 22:52:12 +02:00
|
|
|
src/feature/hs/hs_client.h \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/feature/hs/hs_common.h \
|
2018-07-05 22:52:12 +02:00
|
|
|
src/feature/hs/hs_config.h \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/feature/hs/hs_control.h \
|
2018-07-05 22:52:12 +02:00
|
|
|
src/feature/hs/hs_descriptor.h \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/feature/hs/hs_ident.h \
|
|
|
|
src/feature/hs/hs_intropoint.h \
|
2018-07-05 22:52:12 +02:00
|
|
|
src/feature/hs/hs_service.h \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/feature/hs/hs_stats.h \
|
2018-07-05 22:52:12 +02:00
|
|
|
src/feature/hs/hsdir_index_st.h \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/feature/hs_common/replaycache.h \
|
|
|
|
src/feature/hs_common/shared_random_client.h \
|
2018-09-25 20:19:48 +02:00
|
|
|
src/feature/keymgt/loadkey.h \
|
2018-09-19 20:10:15 +02:00
|
|
|
src/feature/nodelist/authcert.h \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/feature/nodelist/authority_cert_st.h \
|
|
|
|
src/feature/nodelist/desc_store_st.h \
|
2018-09-19 20:10:15 +02:00
|
|
|
src/feature/nodelist/dirlist.h \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/feature/nodelist/document_signature_st.h \
|
|
|
|
src/feature/nodelist/extrainfo_st.h \
|
|
|
|
src/feature/nodelist/microdesc.h \
|
|
|
|
src/feature/nodelist/microdesc_st.h \
|
|
|
|
src/feature/nodelist/networkstatus.h \
|
|
|
|
src/feature/nodelist/networkstatus_sr_info_st.h \
|
|
|
|
src/feature/nodelist/networkstatus_st.h \
|
|
|
|
src/feature/nodelist/networkstatus_voter_info_st.h \
|
|
|
|
src/feature/nodelist/node_st.h \
|
|
|
|
src/feature/nodelist/nodelist.h \
|
2018-09-19 20:10:15 +02:00
|
|
|
src/feature/nodelist/node_select.h \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/feature/nodelist/parsecommon.h \
|
|
|
|
src/feature/nodelist/routerinfo_st.h \
|
|
|
|
src/feature/nodelist/routerlist.h \
|
|
|
|
src/feature/nodelist/routerlist_st.h \
|
|
|
|
src/feature/nodelist/routerparse.h \
|
|
|
|
src/feature/nodelist/routerset.h \
|
2018-09-20 14:09:35 +02:00
|
|
|
src/feature/nodelist/fmt_routerstatus.h \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/feature/nodelist/routerstatus_st.h \
|
|
|
|
src/feature/nodelist/signed_descriptor_st.h \
|
|
|
|
src/feature/nodelist/torcert.h \
|
|
|
|
src/feature/nodelist/vote_routerstatus_st.h \
|
2018-07-05 22:52:12 +02:00
|
|
|
src/feature/relay/dns.h \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/feature/relay/dns_structs.h \
|
2018-07-05 22:52:12 +02:00
|
|
|
src/feature/relay/ext_orport.h \
|
2018-09-20 19:55:02 +02:00
|
|
|
src/feature/relay/onion_queue.h \
|
2018-07-05 22:52:12 +02:00
|
|
|
src/feature/relay/router.h \
|
|
|
|
src/feature/relay/routerkeys.h \
|
2018-09-25 21:10:11 +02:00
|
|
|
src/feature/relay/selftest.h \
|
2018-07-05 22:52:12 +02:00
|
|
|
src/feature/rend/rend_authorized_client_st.h \
|
|
|
|
src/feature/rend/rend_encoded_v2_service_descriptor_st.h \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/feature/rend/rend_intro_point_st.h \
|
2018-07-05 22:52:12 +02:00
|
|
|
src/feature/rend/rend_service_descriptor_st.h \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/feature/rend/rendcache.h \
|
2018-07-05 22:52:12 +02:00
|
|
|
src/feature/rend/rendclient.h \
|
2018-07-05 23:10:22 +02:00
|
|
|
src/feature/rend/rendcommon.h \
|
|
|
|
src/feature/rend/rendmid.h \
|
|
|
|
src/feature/rend/rendservice.h \
|
|
|
|
src/feature/stats/geoip.h \
|
|
|
|
src/feature/stats/rephist.h
|
2018-04-03 21:06:34 +02:00
|
|
|
|
2018-07-05 22:52:12 +02:00
|
|
|
noinst_HEADERS += \
|
|
|
|
src/app/config/auth_dirs.inc \
|
|
|
|
src/app/config/fallback_dirs.inc
|
2018-04-03 21:06:34 +02:00
|
|
|
|
2017-10-18 20:26:29 +02:00
|
|
|
# This may someday want to be an installed file?
|
2018-07-05 22:52:12 +02:00
|
|
|
noinst_HEADERS += src/feature/api/tor_api.h
|
2012-08-02 15:31:43 +02:00
|
|
|
|
2012-08-27 16:00:22 +02:00
|
|
|
micro-revision.i: FORCE
|
2015-05-18 17:29:07 +02:00
|
|
|
$(AM_V_at)rm -f micro-revision.tmp; \
|
2016-12-05 04:16:59 +01:00
|
|
|
if test -r "$(top_srcdir)/.git" && \
|
2015-02-25 16:04:02 +01:00
|
|
|
test -x "`which git 2>&1;true`"; then \
|
|
|
|
HASH="`cd "$(top_srcdir)" && 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
|
2012-08-02 15:31:43 +02:00
|
|
|
|
2018-07-05 22:52:12 +02:00
|
|
|
CLEANFILES+= micro-revision.i micro-revision.tmp
|
2012-08-02 15:31:43 +02:00
|
|
|
|
2012-08-23 19:14:41 +02:00
|
|
|
FORCE:
|