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-03-31 23:35:23 +02:00
|
|
|
tor_SOURCES = buffers.c circuit.c command.c config.c \
|
|
|
|
connection.c connection_edge.c connection_or.c \
|
|
|
|
cpuworker.c directory.c dirserv.c dns.c main.c \
|
2004-04-01 06:07:09 +02:00
|
|
|
onion.c rendcommon.c rendmid.c rendservice.c rephist.c \
|
2004-03-31 23:35:23 +02:00
|
|
|
router.c routerlist.c \
|
|
|
|
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-03-31 23:35:23 +02:00
|
|
|
test_SOURCES = buffers.c circuit.c command.c config.c \
|
|
|
|
connection.c connection_edge.c connection_or.c \
|
|
|
|
cpuworker.c directory.c dirserv.c dns.c main.c \
|
2004-04-01 06:07:09 +02:00
|
|
|
onion.c rendcommon.c rendmid.c rendservice.c rephist.c \
|
2004-03-31 23:35:23 +02:00
|
|
|
router.c routerlist.c \
|
|
|
|
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
|
|
|
|
|
|
|
|