2003-04-07 04:12:02 +02:00
|
|
|
TESTS = test
|
2002-06-29 01:26:42 +02:00
|
|
|
|
2003-04-07 04:12:02 +02:00
|
|
|
noinst_PROGRAMS = test
|
2002-07-09 21:51:41 +02:00
|
|
|
|
2004-02-25 07:41:21 +01:00
|
|
|
bin_PROGRAMS = tor
|
2002-06-29 01:26:42 +02:00
|
|
|
|
2004-05-13 09:24:49 +02:00
|
|
|
tor_SOURCES = buffers.c circuitbuild.c circuitlist.c \
|
|
|
|
circuituse.c command.c config.c \
|
2004-03-31 23:35:23 +02:00
|
|
|
connection.c connection_edge.c connection_or.c \
|
|
|
|
cpuworker.c directory.c dirserv.c dns.c main.c \
|
2004-05-12 21:49:48 +02:00
|
|
|
onion.c relay.c rendcommon.c rendclient.c rendmid.c \
|
2004-05-10 19:30:51 +02:00
|
|
|
rendservice.c rephist.c router.c routerlist.c routerparse.c \
|
2004-03-31 23:35:23 +02:00
|
|
|
tor_main.c
|
2002-06-29 01:26:42 +02:00
|
|
|
|
2003-09-22 08:22:08 +02:00
|
|
|
tor_LDADD = ../common/libor.a
|
2003-04-07 04:12:02 +02:00
|
|
|
|
2004-05-13 09:24:49 +02:00
|
|
|
test_SOURCES = buffers.c circuitbuild.c circuitlist.c \
|
|
|
|
circuituse.c command.c config.c \
|
2004-03-31 23:35:23 +02:00
|
|
|
connection.c connection_edge.c connection_or.c \
|
|
|
|
cpuworker.c directory.c dirserv.c dns.c main.c \
|
2004-05-12 21:49:48 +02:00
|
|
|
onion.c relay.c rendcommon.c rendclient.c rendmid.c \
|
2004-05-10 19:30:51 +02:00
|
|
|
rendservice.c rephist.c router.c routerlist.c routerparse.c \
|
2004-03-31 23:35:23 +02:00
|
|
|
test.c
|
2002-07-09 21:51:41 +02:00
|
|
|
|
2003-06-13 12:23:42 +02:00
|
|
|
test_LDADD = ../common/libor.a
|
2002-07-09 21:51:41 +02:00
|
|
|
|
2002-12-31 16:04:14 +01:00
|
|
|
noinst_HEADERS = or.h tree.h
|
2002-06-29 01:26:42 +02:00
|
|
|
|