- simplify parameters
[oweals/gnunet.git] / src / peerinfo / Makefile.am
1 INCLUDES = -I$(top_srcdir)/src/include
2
3 pkgcfgdir= $(pkgdatadir)/config.d/
4
5 libexecdir= $(pkglibdir)/libexec/
6
7 pkgcfg_DATA = \
8   peerinfo.conf
9
10 if MINGW
11  WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols -lole32 -lshell32 -liconv -lstdc++ -lcomdlg32 -lgdi32
12 endif
13
14 if USE_COVERAGE
15   AM_CFLAGS = --coverage -O0
16   XLIB = -lgcov
17 endif
18
19 lib_LTLIBRARIES = libgnunetpeerinfo.la
20
21 libgnunetpeerinfo_la_SOURCES = \
22   peerinfo_api.c peerinfo.h \
23   peerinfo_api_notify.c
24 libgnunetpeerinfo_la_LIBADD = \
25   $(top_builddir)/src/hello/libgnunethello.la \
26   $(top_builddir)/src/util/libgnunetutil.la \
27   $(XLIB) \
28   $(LTLIBINTL)
29 libgnunetpeerinfo_la_LDFLAGS = \
30   $(GN_LIB_LDFLAGS) $(WINFLAGS) \
31   -version-info 0:0:0
32
33
34 libexec_PROGRAMS = \
35  gnunet-service-peerinfo
36
37 gnunet_service_peerinfo_SOURCES = \
38  gnunet-service-peerinfo.c         
39 gnunet_service_peerinfo_LDADD = \
40   $(top_builddir)/src/hello/libgnunethello.la \
41   $(top_builddir)/src/statistics/libgnunetstatistics.la \
42   $(top_builddir)/src/util/libgnunetutil.la 
43
44 if HAVE_BENCHMARKS
45  PEERINFO_BENCHMARKS = \
46  perf_peerinfo_api
47 endif
48
49 check_PROGRAMS = \
50  test_peerinfo_shipped_hellos \
51  test_peerinfo_api \
52  test_peerinfo_api_friend_only \
53  test_peerinfo_api_notify_friend_only \
54  $(PEERINFO_BENCHMARKS) 
55
56 if ENABLE_TEST_RUN
57 TESTS = $(check_PROGRAMS)
58 endif
59
60 test_peerinfo_shipped_hellos_SOURCES = \
61  test_peerinfo_shipped_hellos.c
62 test_peerinfo_shipped_hellos_LDADD = \
63  $(top_builddir)/src/hello/libgnunethello.la \
64  $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
65  $(top_builddir)/src/testing/libgnunettesting.la \
66  $(top_builddir)/src/util/libgnunetutil.la  
67
68 test_peerinfo_api_SOURCES = \
69  test_peerinfo_api.c
70 test_peerinfo_api_LDADD = \
71  $(top_builddir)/src/hello/libgnunethello.la \
72  $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
73  $(top_builddir)/src/testing/libgnunettesting.la \
74  $(top_builddir)/src/util/libgnunetutil.la  
75
76 test_peerinfo_api_friend_only_SOURCES = \
77  test_peerinfo_api_friend_only.c
78 test_peerinfo_api_friend_only_LDADD = \
79  $(top_builddir)/src/hello/libgnunethello.la \
80  $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
81  $(top_builddir)/src/testing/libgnunettesting.la \
82  $(top_builddir)/src/util/libgnunetutil.la  
83
84 test_peerinfo_api_notify_friend_only_SOURCES = \
85  test_peerinfo_api_notify_friend_only.c
86 test_peerinfo_api_notify_friend_only_LDADD = \
87  $(top_builddir)/src/hello/libgnunethello.la \
88  $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
89  $(top_builddir)/src/testing/libgnunettesting.la \
90  $(top_builddir)/src/util/libgnunetutil.la
91
92 perf_peerinfo_api_SOURCES = \
93  perf_peerinfo_api.c
94 perf_peerinfo_api_LDADD = \
95  $(top_builddir)/src/hello/libgnunethello.la \
96  $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
97  $(top_builddir)/src/testing/libgnunettesting.la \
98  $(top_builddir)/src/util/libgnunetutil.la  
99
100 EXTRA_DIST = \
101   test_peerinfo_api_data.conf