aboutsummaryrefslogtreecommitdiff
path: root/src/fs/Makefile.am
blob: 03c40a5da3632cd8985d95e90aa2079d46fef504 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
INCLUDES = -I$(top_srcdir)/src/include

if MINGW
 WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols 
endif

if USE_COVERAGE
  AM_CFLAGS = --coverage -O0
  XLIB = -lgcov
endif


lib_LTLIBRARIES = libgnunetfs.la

libgnunetfs_la_SOURCES = \
  fs_getopt.c \
  fs_uri.c 
libgnunetfs_la_LIBADD = \
  $(top_builddir)/src/util/libgnunetutil.la \
  $(GN_LIBINTL) $(XLIB)
libgnunetfs_la_LDFLAGS = \
  $(GN_LIB_LDFLAGS)  $(WINFLAGS) \
  -version-info 0:0:0


#bin_PROGRAMS = \ 
# gnunet-directory \
# gnunet-download \
# gnunet-pseudonym \
# gnunet-search \
# gnunet-share \
# gnunet-unindex 

#gnunet_directory_SOURCES = \
# gnunet-directory.c         
#gnunet_directory_LDADD = \
#  $(top_builddir)/src/fs/libgnunetfs.la \
#  $(top_builddir)/src/util/libgnunetutil.la \
#  $(GN_LIBINTL)


check_PROGRAMS = \
 test_fs_getopt \
 test_fs_uri

TESTS = $(check_PROGRAMS)

test_fs_uri_SOURCES = \
 test_fs_uri.c
test_fs_LDADD = \
  $(top_builddir)/src/fs/libgnunetfs.la  \
  $(top_builddir)/src/util/libgnunetutil.la  

test_fs_getopt_SOURCES = \
 test_fs_getopt.c
test_fs_LDADD = \
  $(top_builddir)/src/fs/libgnunetfs.la  \
  $(top_builddir)/src/util/libgnunetutil.la  

#EXTRA_DIST = \
#  test_fs_data.conf