- debug info
[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  SCALARPRODUCT = scalarproduct
11 endif
12
13 if HAVE_EXPERIMENTAL
14  EXP_DIR = \
15   dv \
16   multicast \
17   env \
18   psyc \
19   $(CONSENSUS) \
20   $(EXPERIMENTATION)
21   # NOTE: scalarproduct is not being listed here yet as the crypto is being reworked at the moment
22 endif
23
24 if HAVE_MYSQL
25  MYSQL_DIR = mysql
26 endif
27
28 if HAVE_POSTGRES
29  POSTGRES_DIR = postgres
30 endif
31
32 SUBDIRS = \
33   include $(INTLEMU_SUBDIRS) \
34   util \
35   hello \
36   tun \
37   block \
38   statistics \
39   arm \
40   $(TESTING) \
41   peerinfo \
42   $(MYSQL_DIR) \
43   $(POSTGRES_DIR) \
44   datacache \
45   datastore \
46   template \
47   ats \
48   nat \
49   fragmentation \
50   transport \
51   ats-tool \
52   peerinfo-tool \
53   core \
54   $(TESTBED) \
55   ats-tests \
56   nse \
57   dht \
58   hostlist \
59   topology \
60   regex \
61   mesh \
62   lockmanager \
63   dns \
64   identity \
65   set \
66   namestore \
67   vpn \
68   gns \
69   psycstore \
70   fs \
71   exit \
72   pt \
73   integration-tests \
74   $(EXP_DIR)