adding number of preferences to allow iterating over preferences
[oweals/gnunet.git] / src / Makefile.am
1 # This Makefile.am is in the public domain
2 #if WANT_FRAMEWORK
3 #  INTLEMU_SUBDIRS = intlemu
4 #endif
5
6 if HAVE_TESTING
7  TESTING = testing
8  TESTBED = testbed
9  CONSENSUS = consensus
10  SECRETSHARING = secretsharing
11  SENSOR = sensor
12  SENSORDASHBOARD = sensordashboard
13 endif
14
15 if HAVE_EXPERIMENTAL
16  EXP_DIR = \
17   dv \
18   multicast \
19   env \
20   psycstore \
21   psyc \
22   rps \
23   social \
24   $(CONSENSUS) \
25   $(SECRETSHARING) \
26   $(SENSOR) \
27   $(SENSORDASHBOARD)
28 endif
29
30 if HAVE_WACHS
31   WACHS_DIR = \
32     ats-tests
33 endif
34
35 if BUILD_PULSE_HELPERS
36 CONVERSATION_DIR = conversation
37 else
38 if BUILD_GST_HELPERS
39 CONVERSATION_DIR = conversation
40 endif
41 endif
42
43 if HAVE_MYSQL
44  MYSQL_DIR = mysql
45 endif
46
47 if HAVE_POSTGRESQL
48  POSTGRES_DIR = postgres
49 endif
50
51 if HAVE_REST
52  REST_DIR = rest
53 endif
54
55 SUBDIRS = \
56   include $(INTLEMU_SUBDIRS) \
57   util \
58   hello \
59   tun \
60   block \
61   statistics \
62   arm \
63   $(TESTING) \
64   peerinfo \
65   $(MYSQL_DIR) \
66   $(POSTGRES_DIR) \
67   $(REST_DIR) \
68   datacache \
69   datastore \
70   template \
71   ats \
72   nat \
73   fragmentation \
74   transport \
75   ats-tool \
76   peerinfo-tool \
77   core \
78   $(TESTBED) \
79   nse \
80   dht \
81   hostlist \
82   topology \
83   regex \
84   cadet \
85   dns \
86   identity \
87   set \
88   scalarproduct \
89   revocation \
90   gnsrecord \
91   namecache \
92   namestore \
93   vpn \
94   gns \
95   $(CONVERSATION_DIR) \
96   peerstore \
97   fs \
98   exit \
99   pt \
100   integration-tests \
101   $(EXP_DIR) \
102   $(WACHS_DIR)