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