benchmark with updates
[oweals/gnunet.git] / src / Makefile.am
1 #if WANT_FRAMEWORK
2 #  INTLEMU_SUBDIRS = intlemu
3 #endif
4
5 if HAVE_TESTING
6  TESTING = testing
7  TESTBED = testbed
8  CONSENSUS = consensus
9  EXPERIMENTATION = experimentation
10 endif
11
12 if HAVE_EXPERIMENTAL
13  EXP_DIR = \
14   multicast \
15   env \
16   psyc \
17   $(CONSENSUS) \
18   $(EXPERIMENTATION)
19 endif
20
21
22 if HAVE_PULSE
23 if HAVE_OPUS
24   CONVERSATION_DIR = conversation
25 endif
26 endif
27
28 if HAVE_MYSQL
29  MYSQL_DIR = mysql
30 endif
31
32 if HAVE_POSTGRES
33  POSTGRES_DIR = postgres
34 endif
35
36 SUBDIRS = \
37   include $(INTLEMU_SUBDIRS) \
38   util \
39   hello \
40   tun \
41   block \
42   statistics \
43   arm \
44   $(TESTING) \
45   peerinfo \
46   $(MYSQL_DIR) \
47   $(POSTGRES_DIR) \
48   datacache \
49   datastore \
50   template \
51   ats \
52   nat \
53   fragmentation \
54   transport \
55   ats-tool \
56   peerinfo-tool \
57   core \
58   $(TESTBED) \
59   ats-tests \
60   nse \
61   dht \
62   hostlist \
63   topology \
64   regex \
65   mesh \
66   dns \
67   identity \
68   set \
69   dv \
70   revocation \
71   gnsrecord \
72   namecache \
73   namestore \
74   scalarproduct \
75   vpn \
76   gns \
77   $(CONVERSATION_DIR) \
78   psycstore \
79   fs \
80   exit \
81   pt \
82   integration-tests \
83   $(EXP_DIR)