-move DV to experimental
[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  SECRETSHARING = secretsharing
10  EXPERIMENTATION = experimentation
11 endif
12
13 if HAVE_EXPERIMENTAL
14  EXP_DIR = \
15   dv \
16   scalarproduct \
17   multicast \
18   env \
19   psyc \
20   $(CONSENSUS) \
21   $(SECRETSHARING) \
22   $(EXPERIMENTATION)
23 endif
24
25
26 if HAVE_PULSE
27 if HAVE_OPUS
28   CONVERSATION_DIR = conversation
29 endif
30 endif
31
32 if HAVE_MYSQL
33  MYSQL_DIR = mysql
34 endif
35
36 if HAVE_POSTGRES
37  POSTGRES_DIR = postgres
38 endif
39
40 SUBDIRS = \
41   include $(INTLEMU_SUBDIRS) \
42   util \
43   hello \
44   tun \
45   block \
46   statistics \
47   arm \
48   $(TESTING) \
49   peerinfo \
50   $(MYSQL_DIR) \
51   $(POSTGRES_DIR) \
52   datacache \
53   datastore \
54   template \
55   ats \
56   nat \
57   fragmentation \
58   transport \
59   ats-tool \
60   peerinfo-tool \
61   core \
62   $(TESTBED) \
63   ats-tests \
64   nse \
65   dht \
66   hostlist \
67   topology \
68   regex \
69   mesh \
70   dns \
71   identity \
72   set \
73   revocation \
74   gnsrecord \
75   namecache \
76   namestore \
77   vpn \
78   gns \
79   $(CONVERSATION_DIR) \
80   psycstore \
81   fs \
82   exit \
83   pt \
84   integration-tests \
85   $(EXP_DIR)