more psycey method names in test_social.c
[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 endif
12
13 if HAVE_EXPERIMENTAL
14  EXP_DIR = \
15   dv \
16   rps \
17   $(CONSENSUS) \
18   $(SECRETSHARING)
19
20 endif
21
22 if HAVE_REST
23   PROVIDER_DIR = identity-provider
24 endif
25
26 if HAVE_JSON
27   JSON_DIR = json
28 if HAVE_LIBGNURL
29   JSON_DIR += curl
30 else
31 if HAVE_LIBCURL
32   JSON_DIR += curl
33 endif
34 endif
35 endif
36
37 if BUILD_PULSE_HELPERS
38 CONVERSATION_DIR = conversation
39 else
40 if BUILD_GST_HELPERS
41 CONVERSATION_DIR = conversation
42 endif
43 endif
44
45 if HAVE_MYSQL
46  MYSQL_DIR = mysql
47 endif
48
49 if HAVE_POSTGRESQL
50  POSTGRES_DIR = pq postgres
51 endif
52
53 if HAVE_REST
54  REST_DIR = rest
55 if HAVE_JSON
56  JSONAPI_DIR = jsonapi
57 endif
58 endif
59
60 if TALER_ONLY
61 SUBDIRS = \
62  include \
63  util
64 else
65
66 SUBDIRS = \
67   include $(INTLEMU_SUBDIRS) \
68   util \
69   $(JSON_DIR) \
70         $(JSONAPI_DIR) \
71   $(REST_DIR) \
72   hello \
73   tun \
74   block \
75   statistics \
76   arm \
77   $(TESTING) \
78   peerinfo \
79   $(MYSQL_DIR) \
80   $(POSTGRES_DIR) \
81   datacache \
82   datastore \
83   template \
84   ats \
85   nat \
86   fragmentation \
87   transport \
88   ats-tool \
89   peerinfo-tool \
90   core \
91   $(TESTBED) \
92   ats-tests \
93   nse \
94   dht \
95   hostlist \
96   topology \
97   regex \
98   cadet \
99   dns \
100   identity \
101   set \
102   scalarproduct \
103   revocation \
104   gnsrecord \
105   namecache \
106   namestore \
107   vpn \
108   gns \
109   $(CONVERSATION_DIR) \
110   peerstore \
111   fs \
112   exit \
113   pt \
114   integration-tests \
115   multicast \
116   psycutil \
117   psycstore \
118   psyc \
119   social \
120   $(EXP_DIR) \
121   $(PROVIDER_DIR)
122
123 endif