-implement microphone library
[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 if HAVE_PULSE
23 if HAVE_OPUS
24   EXP_DIR += conversation
25 endif
26 endif
27
28 endif
29
30 if HAVE_MYSQL
31  MYSQL_DIR = mysql
32 endif
33
34 if HAVE_POSTGRES
35  POSTGRES_DIR = postgres
36 endif
37
38 SUBDIRS = \
39   include $(INTLEMU_SUBDIRS) \
40   util \
41   hello \
42   tun \
43   block \
44   statistics \
45   arm \
46   $(TESTING) \
47   peerinfo \
48   $(MYSQL_DIR) \
49   $(POSTGRES_DIR) \
50   datacache \
51   datastore \
52   template \
53   ats \
54   nat \
55   fragmentation \
56   transport \
57   ats-tool \
58   peerinfo-tool \
59   core \
60   $(TESTBED) \
61   ats-tests \
62   nse \
63   dht \
64   hostlist \
65   topology \
66   regex \
67   mesh \
68   lockmanager \
69   dns \
70   identity \
71   set \
72   revocation \
73   namestore \
74   vpn \
75   gns \
76   psycstore \
77   fs \
78   exit \
79   pt \
80   integration-tests \
81   $(EXP_DIR)