~ubuntu-branches/ubuntu/trusty/gnunet/trusty

« back to all changes in this revision

Viewing changes to src/applications/dstore_mysql/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Bertrand Marc
  • Date: 2012-05-06 00:28:20 UTC
  • mfrom: (1.2.17)
  • Revision ID: package-import@ubuntu.com-20120506002820-n02u1ginv8pjh0ee
Tags: 0.9.2-1
* New maintainer (Closes: #660438).
* New upstream release (Closes: #621645).
* Remove debian/patches, not necessary any more.
* Update dependencies, according to README:
  + update minimal versions. 
  + depends on libunistring-dev.
  + depends on libltdl-dev instead of libltdl3-dev.
  + no need to depend on libgtk anymore.
  + gnunet-server suggests miniupnpc.
* debian/rules:
  + no need to define LOGFILE and PIDFILE.
  + create a minimal conf file.
  + cut gnunet-download-manager.scm extension.
  + remove autogenerated files in clean.
* Gnunet is now released under the GPL v3.
* Standards version 3.9.3.
* Add debian/watch.
* Adding Italian debconf translations, thanks to Beatrice Torracca
  (Closes: #663432).
* Move to dh-autoreconf and add extend-diff-ignore in debian/source/options.
* Remove gnunet-tools since gnunet-setup is not part of gnunet anymore
  (Closes:#651192).
* gnunet-server.init:
  + several services are now supervised by gnunet-service-arm.
  + define the logfile at run time.
* Use a secured group gnunetdns for SUID binaries and change permissions
  accordingly, see https://gnunet.org/gnunet-access-control-model
* gnunet-server.postinst, gnunet-server.postrm: use dpkg-statoverride to set
  and remove setuid permissions.
* Remove properly the old incompatible /etc/gnunetd.conf, use
  /etc/gnunet.conf instead.
* Add minimal (generic) man pages when information is available.
* Remove dpkg options for compression.
* gnunet-server.docs: add README.mysql and README.postgres.
* debian/rules: remove template binaries after dh_install.
* debian/copyright:
  + use copyright format 1.0.
  + mention AUTHORS and translators.
  + use GPL-3+ when possible.
  + add a paragraph for two files distributed under MIT/X11.
* Use dh_installdocs --link-doc to avoid redundancy.
* Remove unused debian/gnunet-dev.lintian-overrides.
* debian/control: add Vcs-git and Vcs-browser fields.
* gnunet-server.postrm:
  + use debconf to determine which user and group to delete.
  + remove /var/lib/gnunet on purge.
  + remove /etc/default/gnunet-server on purge (Closes: #668766).
* Make gnunet-dbg dependencies alternatives as it provides debugging
  symbol for all of them.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
7
 
# This Makefile.in is free software; the Free Software Foundation
8
 
# gives unlimited permission to copy and/or distribute it,
9
 
# with or without modifications, as long as this notice is preserved.
10
 
 
11
 
# This program is distributed in the hope that it will be useful,
12
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
 
# PARTICULAR PURPOSE.
15
 
 
16
 
@SET_MAKE@
17
 
 
18
 
VPATH = @srcdir@
19
 
pkgdatadir = $(datadir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
21
 
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
 
install_sh_DATA = $(install_sh) -c -m 644
25
 
install_sh_PROGRAM = $(install_sh) -c
26
 
install_sh_SCRIPT = $(install_sh) -c
27
 
INSTALL_HEADER = $(INSTALL_DATA)
28
 
transform = $(program_transform_name)
29
 
NORMAL_INSTALL = :
30
 
PRE_INSTALL = :
31
 
POST_INSTALL = :
32
 
NORMAL_UNINSTALL = :
33
 
PRE_UNINSTALL = :
34
 
POST_UNINSTALL = :
35
 
build_triplet = @build@
36
 
host_triplet = @host@
37
 
check_PROGRAMS = dstore_test$(EXEEXT) dstore_quota_test$(EXEEXT)
38
 
subdir = src/applications/dstore_mysql
39
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41
 
am__aclocal_m4_deps = $(top_srcdir)/m4/align.m4 \
42
 
        $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gtk-2.0.m4 \
43
 
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
44
 
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
45
 
        $(top_srcdir)/m4/libcurl.m4 $(top_srcdir)/m4/libgcrypt.m4 \
46
 
        $(top_srcdir)/m4/libltdl-external.m4 \
47
 
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/libxml2.m4 \
48
 
        $(top_srcdir)/m4/ltdl.m4 $(top_srcdir)/m4/ltoptions.m4 \
49
 
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
50
 
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
51
 
        $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \
52
 
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/acinclude.m4 \
53
 
        $(top_srcdir)/configure.ac
54
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
55
 
        $(ACLOCAL_M4)
56
 
mkinstalldirs = $(install_sh) -d
57
 
CONFIG_HEADER = $(top_builddir)/config.h
58
 
CONFIG_CLEAN_FILES =
59
 
CONFIG_CLEAN_VPATH_FILES =
60
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
61
 
am__vpath_adj = case $$p in \
62
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
63
 
    *) f=$$p;; \
64
 
  esac;
65
 
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
66
 
am__install_max = 40
67
 
am__nobase_strip_setup = \
68
 
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
69
 
am__nobase_strip = \
70
 
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
71
 
am__nobase_list = $(am__nobase_strip_setup); \
72
 
  for p in $$list; do echo "$$p $$p"; done | \
73
 
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
74
 
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
75
 
    if (++n[$$2] == $(am__install_max)) \
76
 
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
77
 
    END { for (dir in files) print dir, files[dir] }'
78
 
am__base_list = \
79
 
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
80
 
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
81
 
am__installdirs = "$(DESTDIR)$(plugindir)"
82
 
LTLIBRARIES = $(plugin_LTLIBRARIES)
83
 
am__DEPENDENCIES_1 =
84
 
libgnunetmodule_dstore_mysql_la_DEPENDENCIES =  \
85
 
        $(top_builddir)/src/util/libgnunetutil.la \
86
 
        $(top_builddir)/src/libs/mysql/libgnunetmysql.la \
87
 
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
88
 
am_libgnunetmodule_dstore_mysql_la_OBJECTS = dstore_mysql.lo
89
 
libgnunetmodule_dstore_mysql_la_OBJECTS =  \
90
 
        $(am_libgnunetmodule_dstore_mysql_la_OBJECTS)
91
 
libgnunetmodule_dstore_mysql_la_LINK = $(LIBTOOL) --tag=CC \
92
 
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
93
 
        $(AM_CFLAGS) $(CFLAGS) \
94
 
        $(libgnunetmodule_dstore_mysql_la_LDFLAGS) $(LDFLAGS) -o $@
95
 
am_dstore_quota_test_OBJECTS = dstore_quota_test.$(OBJEXT)
96
 
dstore_quota_test_OBJECTS = $(am_dstore_quota_test_OBJECTS)
97
 
dstore_quota_test_DEPENDENCIES =  \
98
 
        $(top_builddir)/src/server/libgnunetcore.la \
99
 
        $(top_builddir)/src/util/libgnunetutil.la
100
 
am_dstore_test_OBJECTS = dstore_test.$(OBJEXT)
101
 
dstore_test_OBJECTS = $(am_dstore_test_OBJECTS)
102
 
dstore_test_DEPENDENCIES =  \
103
 
        $(top_builddir)/src/server/libgnunetcore.la \
104
 
        $(top_builddir)/src/util/libgnunetutil.la
105
 
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
106
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
107
 
am__depfiles_maybe = depfiles
108
 
am__mv = mv -f
109
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
110
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
111
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
112
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
113
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
114
 
CCLD = $(CC)
115
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
116
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
117
 
        $(LDFLAGS) -o $@
118
 
SOURCES = $(libgnunetmodule_dstore_mysql_la_SOURCES) \
119
 
        $(dstore_quota_test_SOURCES) $(dstore_test_SOURCES)
120
 
DIST_SOURCES = $(libgnunetmodule_dstore_mysql_la_SOURCES) \
121
 
        $(dstore_quota_test_SOURCES) $(dstore_test_SOURCES)
122
 
ETAGS = etags
123
 
CTAGS = ctags
124
 
am__tty_colors = \
125
 
red=; grn=; lgn=; blu=; std=
126
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
127
 
ACLOCAL = @ACLOCAL@
128
 
AMTAR = @AMTAR@
129
 
AR = @AR@
130
 
AS = @AS@
131
 
AUTOCONF = @AUTOCONF@
132
 
AUTOHEADER = @AUTOHEADER@
133
 
AUTOMAKE = @AUTOMAKE@
134
 
AWK = @AWK@
135
 
CC = @CC@
136
 
CCDEPMODE = @CCDEPMODE@
137
 
CFLAGS = @CFLAGS@
138
 
CPP = @CPP@
139
 
CPPFLAGS = @CPPFLAGS@
140
 
CXX = @CXX@
141
 
CXXCPP = @CXXCPP@
142
 
CXXDEPMODE = @CXXDEPMODE@
143
 
CXXFLAGS = @CXXFLAGS@
144
 
CYGPATH_W = @CYGPATH_W@
145
 
DEFAULT_INTERFACE = @DEFAULT_INTERFACE@
146
 
DEFS = @DEFS@
147
 
DEPDIR = @DEPDIR@
148
 
DLLDIR = @DLLDIR@
149
 
DLLTOOL = @DLLTOOL@
150
 
DSYMUTIL = @DSYMUTIL@
151
 
DUMPBIN = @DUMPBIN@
152
 
ECHO_C = @ECHO_C@
153
 
ECHO_N = @ECHO_N@
154
 
ECHO_T = @ECHO_T@
155
 
EGREP = @EGREP@
156
 
EXEEXT = @EXEEXT@
157
 
EXT_LIBS = @EXT_LIBS@
158
 
EXT_LIB_PATH = @EXT_LIB_PATH@
159
 
FGREP = @FGREP@
160
 
GMSGFMT = @GMSGFMT@
161
 
GMSGFMT_015 = @GMSGFMT_015@
162
 
GNUNETGTK_CFLAGS = @GNUNETGTK_CFLAGS@
163
 
GNUNETGTK_LIBS = @GNUNETGTK_LIBS@
164
 
GN_DAEMON_CONFIG_DIR = @GN_DAEMON_CONFIG_DIR@
165
 
GN_DAEMON_CONFIG_NAME = @GN_DAEMON_CONFIG_NAME@
166
 
GN_DAEMON_HOME_DIR = @GN_DAEMON_HOME_DIR@
167
 
GN_DAEMON_PIDFILE = @GN_DAEMON_PIDFILE@
168
 
GN_INTLINCL = @GN_INTLINCL@
169
 
GN_LIBINTL = @GN_LIBINTL@
170
 
GN_LIB_LDFLAGS = @GN_LIB_LDFLAGS@
171
 
GN_PLUGIN_LDFLAGS = @GN_PLUGIN_LDFLAGS@
172
 
GN_USER_CONFIG_DIR = @GN_USER_CONFIG_DIR@
173
 
GN_USER_CONFIG_NAME = @GN_USER_CONFIG_NAME@
174
 
GN_USER_HOME_DIR = @GN_USER_HOME_DIR@
175
 
GREP = @GREP@
176
 
GTK_CFLAGS = @GTK_CFLAGS@
177
 
GTK_LIBS = @GTK_LIBS@
178
 
INSTALL = @INSTALL@
179
 
INSTALL_DATA = @INSTALL_DATA@
180
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
181
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
182
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
183
 
INTLLIBS = @INTLLIBS@
184
 
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
185
 
LD = @LD@
186
 
LDFLAGS = @LDFLAGS@
187
 
LIBADD_DL = @LIBADD_DL@
188
 
LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
189
 
LIBADD_DLOPEN = @LIBADD_DLOPEN@
190
 
LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
191
 
LIBCURL = @LIBCURL@
192
 
LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@
193
 
LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
194
 
LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
195
 
LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
196
 
LIBICONV = @LIBICONV@
197
 
LIBINTL = @LIBINTL@
198
 
LIBLTDL = @LIBLTDL@
199
 
LIBOBJS = @LIBOBJS@
200
 
LIBPREFIX = @LIBPREFIX@
201
 
LIBS = @LIBS@
202
 
LIBTOOL = @LIBTOOL@
203
 
LIPO = @LIPO@
204
 
LN_S = @LN_S@
205
 
LTDLINCL = @LTDLINCL@
206
 
LTLIBICONV = @LTLIBICONV@
207
 
LTLIBINTL = @LTLIBINTL@
208
 
LTLIBOBJS = @LTLIBOBJS@
209
 
LT_DLLOADERS = @LT_DLLOADERS@
210
 
LT_DLPREOPEN = @LT_DLPREOPEN@
211
 
MAKEINFO = @MAKEINFO@
212
 
MKDIR_P = @MKDIR_P@
213
 
MSGFMT = @MSGFMT@
214
 
MSGFMT_015 = @MSGFMT_015@
215
 
MSGMERGE = @MSGMERGE@
216
 
MYSQL_CPPFLAGS = @MYSQL_CPPFLAGS@
217
 
MYSQL_LDFLAGS = @MYSQL_LDFLAGS@
218
 
NM = @NM@
219
 
NMEDIT = @NMEDIT@
220
 
OBJC = @OBJC@
221
 
OBJCDEPMODE = @OBJCDEPMODE@
222
 
OBJCFLAGS = @OBJCFLAGS@
223
 
OBJDUMP = @OBJDUMP@
224
 
OBJEXT = @OBJEXT@
225
 
OTOOL = @OTOOL@
226
 
OTOOL64 = @OTOOL64@
227
 
PACKAGE = @PACKAGE@
228
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
229
 
PACKAGE_NAME = @PACKAGE_NAME@
230
 
PACKAGE_STRING = @PACKAGE_STRING@
231
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
232
 
PACKAGE_URL = @PACKAGE_URL@
233
 
PACKAGE_VERSION = @PACKAGE_VERSION@
234
 
PACKAGE_VERSION_NOALPHA = @PACKAGE_VERSION_NOALPHA@
235
 
PATH_SEPARATOR = @PATH_SEPARATOR@
236
 
PKG_CONFIG = @PKG_CONFIG@
237
 
POSTGRES_CPPFLAGS = @POSTGRES_CPPFLAGS@
238
 
POSTGRES_LDFLAGS = @POSTGRES_LDFLAGS@
239
 
POSUB = @POSUB@
240
 
QTINC = @QTINC@
241
 
QTLIBS = @QTLIBS@
242
 
RANLIB = @RANLIB@
243
 
SED = @SED@
244
 
SET_MAKE = @SET_MAKE@
245
 
SHELL = @SHELL@
246
 
SQLITE_CPPFLAGS = @SQLITE_CPPFLAGS@
247
 
SQLITE_LDFLAGS = @SQLITE_LDFLAGS@
248
 
STRIP = @STRIP@
249
 
USE_NLS = @USE_NLS@
250
 
VERSION = @VERSION@
251
 
XGETTEXT = @XGETTEXT@
252
 
XGETTEXT_015 = @XGETTEXT_015@
253
 
XMKMF = @XMKMF@
254
 
XML2_CONFIG = @XML2_CONFIG@
255
 
XML_CPPFLAGS = @XML_CPPFLAGS@
256
 
XML_LIBS = @XML_LIBS@
257
 
X_CFLAGS = @X_CFLAGS@
258
 
X_EXTRA_LIBS = @X_EXTRA_LIBS@
259
 
X_LIBS = @X_LIBS@
260
 
X_PRE_LIBS = @X_PRE_LIBS@
261
 
_libcurl_config = @_libcurl_config@
262
 
abs_builddir = @abs_builddir@
263
 
abs_srcdir = @abs_srcdir@
264
 
abs_top_builddir = @abs_top_builddir@
265
 
abs_top_srcdir = @abs_top_srcdir@
266
 
ac_ct_CC = @ac_ct_CC@
267
 
ac_ct_CXX = @ac_ct_CXX@
268
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
269
 
ac_ct_OBJC = @ac_ct_OBJC@
270
 
am__include = @am__include@
271
 
am__leading_dot = @am__leading_dot@
272
 
am__quote = @am__quote@
273
 
am__tar = @am__tar@
274
 
am__untar = @am__untar@
275
 
bindir = @bindir@
276
 
build = @build@
277
 
build_alias = @build_alias@
278
 
build_cpu = @build_cpu@
279
 
build_os = @build_os@
280
 
build_target = @build_target@
281
 
build_vendor = @build_vendor@
282
 
builddir = @builddir@
283
 
datadir = @datadir@
284
 
datarootdir = @datarootdir@
285
 
docdir = @docdir@
286
 
dvidir = @dvidir@
287
 
exec_prefix = @exec_prefix@
288
 
host = @host@
289
 
host_alias = @host_alias@
290
 
host_cpu = @host_cpu@
291
 
host_os = @host_os@
292
 
host_vendor = @host_vendor@
293
 
htmldir = @htmldir@
294
 
includedir = @includedir@
295
 
infodir = @infodir@
296
 
install_sh = @install_sh@
297
 
libdir = @libdir@
298
 
libexecdir = @libexecdir@
299
 
localedir = @localedir@
300
 
localstatedir = @localstatedir@
301
 
lt_ECHO = @lt_ECHO@
302
 
mandir = @mandir@
303
 
mkdir_p = @mkdir_p@
304
 
oldincludedir = @oldincludedir@
305
 
pdfdir = @pdfdir@
306
 
prefix = @prefix@
307
 
program_transform_name = @program_transform_name@
308
 
psdir = @psdir@
309
 
sbindir = @sbindir@
310
 
sharedstatedir = @sharedstatedir@
311
 
srcdir = @srcdir@
312
 
sysconfdir = @sysconfdir@
313
 
target_alias = @target_alias@
314
 
top_build_prefix = @top_build_prefix@
315
 
top_builddir = @top_builddir@
316
 
top_srcdir = @top_srcdir@
317
 
INCLUDES = -I$(top_srcdir)/src/include
318
 
plugindir = $(libdir)/GNUnet
319
 
@USE_COVERAGE_TRUE@AM_CFLAGS = -fprofile-arcs -ftest-coverage
320
 
LDADD = \
321
 
 $(top_builddir)/src/util/libgnunetutil.la 
322
 
 
323
 
plugin_LTLIBRARIES = \
324
 
  libgnunetmodule_dstore_mysql.la
325
 
 
326
 
TESTS = $(check_PROGRAMS)
327
 
@HAVE_ZLIB_TRUE@ZLIB_LNK = -lz
328
 
AM_CPPFLAGS = $(CPPFLAGS) $(MYSQL_CPPFLAGS)
329
 
libgnunetmodule_dstore_mysql_la_SOURCES = \
330
 
  dstore_mysql.c 
331
 
 
332
 
libgnunetmodule_dstore_mysql_la_LDFLAGS = \
333
 
  $(GN_PLUGIN_LDFLAGS) \
334
 
  $(MYSQL_LDFLAGS)
335
 
 
336
 
libgnunetmodule_dstore_mysql_la_LIBADD = \
337
 
 $(top_builddir)/src/util/libgnunetutil.la \
338
 
 $(top_builddir)/src/libs/mysql/libgnunetmysql.la \
339
 
 -lmysqlclient $(ZLIB_LNK) \
340
 
 $(GN_LIBINTL)
341
 
 
342
 
EXTRA_DIST = check.conf
343
 
dstore_test_SOURCES = \
344
 
 dstore_test.c 
345
 
 
346
 
dstore_test_LDADD = \
347
 
 $(top_builddir)/src/server/libgnunetcore.la  \
348
 
 $(top_builddir)/src/util/libgnunetutil.la  
349
 
 
350
 
dstore_quota_test_SOURCES = \
351
 
 dstore_quota_test.c 
352
 
 
353
 
dstore_quota_test_LDADD = \
354
 
 $(top_builddir)/src/server/libgnunetcore.la  \
355
 
 $(top_builddir)/src/util/libgnunetutil.la  
356
 
 
357
 
all: all-am
358
 
 
359
 
.SUFFIXES:
360
 
.SUFFIXES: .c .lo .o .obj
361
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
362
 
        @for dep in $?; do \
363
 
          case '$(am__configure_deps)' in \
364
 
            *$$dep*) \
365
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
366
 
                && { if test -f $@; then exit 0; else break; fi; }; \
367
 
              exit 1;; \
368
 
          esac; \
369
 
        done; \
370
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/applications/dstore_mysql/Makefile'; \
371
 
        $(am__cd) $(top_srcdir) && \
372
 
          $(AUTOMAKE) --gnu src/applications/dstore_mysql/Makefile
373
 
.PRECIOUS: Makefile
374
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
375
 
        @case '$?' in \
376
 
          *config.status*) \
377
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
378
 
          *) \
379
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
380
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
381
 
        esac;
382
 
 
383
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
384
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
385
 
 
386
 
$(top_srcdir)/configure:  $(am__configure_deps)
387
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
388
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
389
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
390
 
$(am__aclocal_m4_deps):
391
 
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
392
 
        @$(NORMAL_INSTALL)
393
 
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
394
 
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
395
 
        list2=; for p in $$list; do \
396
 
          if test -f $$p; then \
397
 
            list2="$$list2 $$p"; \
398
 
          else :; fi; \
399
 
        done; \
400
 
        test -z "$$list2" || { \
401
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \
402
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \
403
 
        }
404
 
 
405
 
uninstall-pluginLTLIBRARIES:
406
 
        @$(NORMAL_UNINSTALL)
407
 
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
408
 
        for p in $$list; do \
409
 
          $(am__strip_dir) \
410
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
411
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$f"; \
412
 
        done
413
 
 
414
 
clean-pluginLTLIBRARIES:
415
 
        -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
416
 
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
417
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
418
 
          test "$$dir" != "$$p" || dir=.; \
419
 
          echo "rm -f \"$${dir}/so_locations\""; \
420
 
          rm -f "$${dir}/so_locations"; \
421
 
        done
422
 
libgnunetmodule_dstore_mysql.la: $(libgnunetmodule_dstore_mysql_la_OBJECTS) $(libgnunetmodule_dstore_mysql_la_DEPENDENCIES) 
423
 
        $(libgnunetmodule_dstore_mysql_la_LINK) -rpath $(plugindir) $(libgnunetmodule_dstore_mysql_la_OBJECTS) $(libgnunetmodule_dstore_mysql_la_LIBADD) $(LIBS)
424
 
 
425
 
clean-checkPROGRAMS:
426
 
        @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
427
 
        echo " rm -f" $$list; \
428
 
        rm -f $$list || exit $$?; \
429
 
        test -n "$(EXEEXT)" || exit 0; \
430
 
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
431
 
        echo " rm -f" $$list; \
432
 
        rm -f $$list
433
 
dstore_quota_test$(EXEEXT): $(dstore_quota_test_OBJECTS) $(dstore_quota_test_DEPENDENCIES) 
434
 
        @rm -f dstore_quota_test$(EXEEXT)
435
 
        $(LINK) $(dstore_quota_test_OBJECTS) $(dstore_quota_test_LDADD) $(LIBS)
436
 
dstore_test$(EXEEXT): $(dstore_test_OBJECTS) $(dstore_test_DEPENDENCIES) 
437
 
        @rm -f dstore_test$(EXEEXT)
438
 
        $(LINK) $(dstore_test_OBJECTS) $(dstore_test_LDADD) $(LIBS)
439
 
 
440
 
mostlyclean-compile:
441
 
        -rm -f *.$(OBJEXT)
442
 
 
443
 
distclean-compile:
444
 
        -rm -f *.tab.c
445
 
 
446
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dstore_mysql.Plo@am__quote@
447
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dstore_quota_test.Po@am__quote@
448
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dstore_test.Po@am__quote@
449
 
 
450
 
.c.o:
451
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
452
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
453
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
454
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
455
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
456
 
 
457
 
.c.obj:
458
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
459
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
460
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
461
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
462
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
463
 
 
464
 
.c.lo:
465
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
466
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
467
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
468
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
469
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
470
 
 
471
 
mostlyclean-libtool:
472
 
        -rm -f *.lo
473
 
 
474
 
clean-libtool:
475
 
        -rm -rf .libs _libs
476
 
 
477
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
478
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
479
 
        unique=`for i in $$list; do \
480
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
481
 
          done | \
482
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
483
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
484
 
        mkid -fID $$unique
485
 
tags: TAGS
486
 
 
487
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
488
 
                $(TAGS_FILES) $(LISP)
489
 
        set x; \
490
 
        here=`pwd`; \
491
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
492
 
        unique=`for i in $$list; do \
493
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
494
 
          done | \
495
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
496
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
497
 
        shift; \
498
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
499
 
          test -n "$$unique" || unique=$$empty_fix; \
500
 
          if test $$# -gt 0; then \
501
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
502
 
              "$$@" $$unique; \
503
 
          else \
504
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
505
 
              $$unique; \
506
 
          fi; \
507
 
        fi
508
 
ctags: CTAGS
509
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
510
 
                $(TAGS_FILES) $(LISP)
511
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
512
 
        unique=`for i in $$list; do \
513
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
514
 
          done | \
515
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
516
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
517
 
        test -z "$(CTAGS_ARGS)$$unique" \
518
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
519
 
             $$unique
520
 
 
521
 
GTAGS:
522
 
        here=`$(am__cd) $(top_builddir) && pwd` \
523
 
          && $(am__cd) $(top_srcdir) \
524
 
          && gtags -i $(GTAGS_ARGS) "$$here"
525
 
 
526
 
distclean-tags:
527
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
528
 
 
529
 
check-TESTS: $(TESTS)
530
 
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
531
 
        srcdir=$(srcdir); export srcdir; \
532
 
        list=' $(TESTS) '; \
533
 
        $(am__tty_colors); \
534
 
        if test -n "$$list"; then \
535
 
          for tst in $$list; do \
536
 
            if test -f ./$$tst; then dir=./; \
537
 
            elif test -f $$tst; then dir=; \
538
 
            else dir="$(srcdir)/"; fi; \
539
 
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
540
 
              all=`expr $$all + 1`; \
541
 
              case " $(XFAIL_TESTS) " in \
542
 
              *[\ \     ]$$tst[\ \      ]*) \
543
 
                xpass=`expr $$xpass + 1`; \
544
 
                failed=`expr $$failed + 1`; \
545
 
                col=$$red; res=XPASS; \
546
 
              ;; \
547
 
              *) \
548
 
                col=$$grn; res=PASS; \
549
 
              ;; \
550
 
              esac; \
551
 
            elif test $$? -ne 77; then \
552
 
              all=`expr $$all + 1`; \
553
 
              case " $(XFAIL_TESTS) " in \
554
 
              *[\ \     ]$$tst[\ \      ]*) \
555
 
                xfail=`expr $$xfail + 1`; \
556
 
                col=$$lgn; res=XFAIL; \
557
 
              ;; \
558
 
              *) \
559
 
                failed=`expr $$failed + 1`; \
560
 
                col=$$red; res=FAIL; \
561
 
              ;; \
562
 
              esac; \
563
 
            else \
564
 
              skip=`expr $$skip + 1`; \
565
 
              col=$$blu; res=SKIP; \
566
 
            fi; \
567
 
            echo "$${col}$$res$${std}: $$tst"; \
568
 
          done; \
569
 
          if test "$$all" -eq 1; then \
570
 
            tests="test"; \
571
 
            All=""; \
572
 
          else \
573
 
            tests="tests"; \
574
 
            All="All "; \
575
 
          fi; \
576
 
          if test "$$failed" -eq 0; then \
577
 
            if test "$$xfail" -eq 0; then \
578
 
              banner="$$All$$all $$tests passed"; \
579
 
            else \
580
 
              if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
581
 
              banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
582
 
            fi; \
583
 
          else \
584
 
            if test "$$xpass" -eq 0; then \
585
 
              banner="$$failed of $$all $$tests failed"; \
586
 
            else \
587
 
              if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
588
 
              banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
589
 
            fi; \
590
 
          fi; \
591
 
          dashes="$$banner"; \
592
 
          skipped=""; \
593
 
          if test "$$skip" -ne 0; then \
594
 
            if test "$$skip" -eq 1; then \
595
 
              skipped="($$skip test was not run)"; \
596
 
            else \
597
 
              skipped="($$skip tests were not run)"; \
598
 
            fi; \
599
 
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
600
 
              dashes="$$skipped"; \
601
 
          fi; \
602
 
          report=""; \
603
 
          if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
604
 
            report="Please report to $(PACKAGE_BUGREPORT)"; \
605
 
            test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
606
 
              dashes="$$report"; \
607
 
          fi; \
608
 
          dashes=`echo "$$dashes" | sed s/./=/g`; \
609
 
          if test "$$failed" -eq 0; then \
610
 
            echo "$$grn$$dashes"; \
611
 
          else \
612
 
            echo "$$red$$dashes"; \
613
 
          fi; \
614
 
          echo "$$banner"; \
615
 
          test -z "$$skipped" || echo "$$skipped"; \
616
 
          test -z "$$report" || echo "$$report"; \
617
 
          echo "$$dashes$$std"; \
618
 
          test "$$failed" -eq 0; \
619
 
        else :; fi
620
 
 
621
 
distdir: $(DISTFILES)
622
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
623
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
624
 
        list='$(DISTFILES)'; \
625
 
          dist_files=`for file in $$list; do echo $$file; done | \
626
 
          sed -e "s|^$$srcdirstrip/||;t" \
627
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
628
 
        case $$dist_files in \
629
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
630
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
631
 
                           sort -u` ;; \
632
 
        esac; \
633
 
        for file in $$dist_files; do \
634
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
635
 
          if test -d $$d/$$file; then \
636
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
637
 
            if test -d "$(distdir)/$$file"; then \
638
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
639
 
            fi; \
640
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
641
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
642
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
643
 
            fi; \
644
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
645
 
          else \
646
 
            test -f "$(distdir)/$$file" \
647
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
648
 
            || exit 1; \
649
 
          fi; \
650
 
        done
651
 
check-am: all-am
652
 
        $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
653
 
        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
654
 
check: check-am
655
 
all-am: Makefile $(LTLIBRARIES)
656
 
installdirs:
657
 
        for dir in "$(DESTDIR)$(plugindir)"; do \
658
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
659
 
        done
660
 
install: install-am
661
 
install-exec: install-exec-am
662
 
install-data: install-data-am
663
 
uninstall: uninstall-am
664
 
 
665
 
install-am: all-am
666
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
667
 
 
668
 
installcheck: installcheck-am
669
 
install-strip:
670
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
671
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
672
 
          `test -z '$(STRIP)' || \
673
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
674
 
mostlyclean-generic:
675
 
 
676
 
clean-generic:
677
 
 
678
 
distclean-generic:
679
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
680
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
681
 
 
682
 
maintainer-clean-generic:
683
 
        @echo "This command is intended for maintainers to use"
684
 
        @echo "it deletes files that may require special tools to rebuild."
685
 
clean: clean-am
686
 
 
687
 
clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
688
 
        clean-pluginLTLIBRARIES mostlyclean-am
689
 
 
690
 
distclean: distclean-am
691
 
        -rm -rf ./$(DEPDIR)
692
 
        -rm -f Makefile
693
 
distclean-am: clean-am distclean-compile distclean-generic \
694
 
        distclean-tags
695
 
 
696
 
dvi: dvi-am
697
 
 
698
 
dvi-am:
699
 
 
700
 
html: html-am
701
 
 
702
 
html-am:
703
 
 
704
 
info: info-am
705
 
 
706
 
info-am:
707
 
 
708
 
install-data-am: install-pluginLTLIBRARIES
709
 
 
710
 
install-dvi: install-dvi-am
711
 
 
712
 
install-dvi-am:
713
 
 
714
 
install-exec-am:
715
 
 
716
 
install-html: install-html-am
717
 
 
718
 
install-html-am:
719
 
 
720
 
install-info: install-info-am
721
 
 
722
 
install-info-am:
723
 
 
724
 
install-man:
725
 
 
726
 
install-pdf: install-pdf-am
727
 
 
728
 
install-pdf-am:
729
 
 
730
 
install-ps: install-ps-am
731
 
 
732
 
install-ps-am:
733
 
 
734
 
installcheck-am:
735
 
 
736
 
maintainer-clean: maintainer-clean-am
737
 
        -rm -rf ./$(DEPDIR)
738
 
        -rm -f Makefile
739
 
maintainer-clean-am: distclean-am maintainer-clean-generic
740
 
 
741
 
mostlyclean: mostlyclean-am
742
 
 
743
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
744
 
        mostlyclean-libtool
745
 
 
746
 
pdf: pdf-am
747
 
 
748
 
pdf-am:
749
 
 
750
 
ps: ps-am
751
 
 
752
 
ps-am:
753
 
 
754
 
uninstall-am: uninstall-pluginLTLIBRARIES
755
 
 
756
 
.MAKE: check-am install-am install-strip
757
 
 
758
 
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
759
 
        clean-checkPROGRAMS clean-generic clean-libtool \
760
 
        clean-pluginLTLIBRARIES ctags distclean distclean-compile \
761
 
        distclean-generic distclean-libtool distclean-tags distdir dvi \
762
 
        dvi-am html html-am info info-am install install-am \
763
 
        install-data install-data-am install-dvi install-dvi-am \
764
 
        install-exec install-exec-am install-html install-html-am \
765
 
        install-info install-info-am install-man install-pdf \
766
 
        install-pdf-am install-pluginLTLIBRARIES install-ps \
767
 
        install-ps-am install-strip installcheck installcheck-am \
768
 
        installdirs maintainer-clean maintainer-clean-generic \
769
 
        mostlyclean mostlyclean-compile mostlyclean-generic \
770
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
771
 
        uninstall-am uninstall-pluginLTLIBRARIES
772
 
 
773
 
 
774
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
775
 
# Otherwise a system limit (for SysV at least) may be exceeded.
776
 
.NOEXPORT: