aboutsummaryrefslogtreecommitdiff
path: root/src/merchant/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/merchant/Makefile.in')
-rw-r--r--src/merchant/Makefile.in731
1 files changed, 731 insertions, 0 deletions
diff --git a/src/merchant/Makefile.in b/src/merchant/Makefile.in
new file mode 100644
index 00000000..33fcb832
--- /dev/null
+++ b/src/merchant/Makefile.in
@@ -0,0 +1,731 @@
1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17VPATH = @srcdir@
18am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19am__make_running_with_option = \
20 case $${target_option-} in \
21 ?) ;; \
22 *) echo "am__make_running_with_option: internal error: invalid" \
23 "target option '$${target_option-}' specified" >&2; \
24 exit 1;; \
25 esac; \
26 has_opt=no; \
27 sane_makeflags=$$MAKEFLAGS; \
28 if $(am__is_gnu_make); then \
29 sane_makeflags=$$MFLAGS; \
30 else \
31 case $$MAKEFLAGS in \
32 *\\[\ \ ]*) \
33 bs=\\; \
34 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
36 esac; \
37 fi; \
38 skip_next=no; \
39 strip_trailopt () \
40 { \
41 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42 }; \
43 for flg in $$sane_makeflags; do \
44 test $$skip_next = yes && { skip_next=no; continue; }; \
45 case $$flg in \
46 *=*|--*) continue;; \
47 -*I) strip_trailopt 'I'; skip_next=yes;; \
48 -*I?*) strip_trailopt 'I';; \
49 -*O) strip_trailopt 'O'; skip_next=yes;; \
50 -*O?*) strip_trailopt 'O';; \
51 -*l) strip_trailopt 'l'; skip_next=yes;; \
52 -*l?*) strip_trailopt 'l';; \
53 -[dEDm]) skip_next=yes;; \
54 -[JT]) skip_next=yes;; \
55 esac; \
56 case $$flg in \
57 *$$target_option*) has_opt=yes; break;; \
58 esac; \
59 done; \
60 test $$has_opt = yes
61am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
63pkgdatadir = $(datadir)/@PACKAGE@
64pkgincludedir = $(includedir)/@PACKAGE@
65pkglibdir = $(libdir)/@PACKAGE@
66pkglibexecdir = $(libexecdir)/@PACKAGE@
67am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68install_sh_DATA = $(install_sh) -c -m 644
69install_sh_PROGRAM = $(install_sh) -c
70install_sh_SCRIPT = $(install_sh) -c
71INSTALL_HEADER = $(INSTALL_DATA)
72transform = $(program_transform_name)
73NORMAL_INSTALL = :
74PRE_INSTALL = :
75POST_INSTALL = :
76NORMAL_UNINSTALL = :
77PRE_UNINSTALL = :
78POST_UNINSTALL = :
79build_triplet = @build@
80host_triplet = @host@
81bin_PROGRAMS = taler-merchant-dbinit$(EXEEXT) \
82 taler-merchant-serve$(EXEEXT)
83check_PROGRAMS = test-merchant$(EXEEXT) test-merchant-db$(EXEEXT)
84subdir = src/merchant
85DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
86 $(top_srcdir)/depcomp
87ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
88am__aclocal_m4_deps = $(top_srcdir)/m4/ax_lib_postgresql.m4 \
89 $(top_srcdir)/m4/libgnurl.m4 $(top_srcdir)/m4/libtool.m4 \
90 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
91 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
92 $(top_srcdir)/configure.ac
93am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
94 $(ACLOCAL_M4)
95mkinstalldirs = $(install_sh) -d
96CONFIG_HEADER = $(top_builddir)/taler_config.h
97CONFIG_CLEAN_FILES =
98CONFIG_CLEAN_VPATH_FILES =
99am__installdirs = "$(DESTDIR)$(bindir)"
100PROGRAMS = $(bin_PROGRAMS)
101am__objects_1 = merchant_db.$(OBJEXT)
102am_taler_merchant_dbinit_OBJECTS = taler_merchant_dbinit.$(OBJEXT) \
103 $(am__objects_1)
104taler_merchant_dbinit_OBJECTS = $(am_taler_merchant_dbinit_OBJECTS)
105taler_merchant_dbinit_DEPENDENCIES =
106AM_V_lt = $(am__v_lt_@AM_V@)
107am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
108am__v_lt_0 = --silent
109am__v_lt_1 =
110taler_merchant_dbinit_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
111 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
112 $(AM_CFLAGS) $(CFLAGS) $(taler_merchant_dbinit_LDFLAGS) \
113 $(LDFLAGS) -o $@
114am_taler_merchant_serve_OBJECTS = taler_merchant_serve.$(OBJEXT) \
115 merchant.$(OBJEXT) $(am__objects_1)
116taler_merchant_serve_OBJECTS = $(am_taler_merchant_serve_OBJECTS)
117taler_merchant_serve_DEPENDENCIES =
118taler_merchant_serve_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
119 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
120 $(AM_CFLAGS) $(CFLAGS) $(taler_merchant_serve_LDFLAGS) \
121 $(LDFLAGS) -o $@
122am_test_merchant_OBJECTS = merchant.$(OBJEXT) test_merchant.$(OBJEXT)
123test_merchant_OBJECTS = $(am_test_merchant_OBJECTS)
124test_merchant_DEPENDENCIES =
125am_test_merchant_db_OBJECTS = $(am__objects_1) \
126 test_merchant_db.$(OBJEXT)
127test_merchant_db_OBJECTS = $(am_test_merchant_db_OBJECTS)
128test_merchant_db_DEPENDENCIES =
129AM_V_P = $(am__v_P_@AM_V@)
130am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
131am__v_P_0 = false
132am__v_P_1 = :
133AM_V_GEN = $(am__v_GEN_@AM_V@)
134am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
135am__v_GEN_0 = @echo " GEN " $@;
136am__v_GEN_1 =
137AM_V_at = $(am__v_at_@AM_V@)
138am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
139am__v_at_0 = @
140am__v_at_1 =
141DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
142depcomp = $(SHELL) $(top_srcdir)/depcomp
143am__depfiles_maybe = depfiles
144am__mv = mv -f
145COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
146 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
147LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
148 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
149 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
150 $(AM_CFLAGS) $(CFLAGS)
151AM_V_CC = $(am__v_CC_@AM_V@)
152am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
153am__v_CC_0 = @echo " CC " $@;
154am__v_CC_1 =
155CCLD = $(CC)
156LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
157 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
158 $(AM_LDFLAGS) $(LDFLAGS) -o $@
159AM_V_CCLD = $(am__v_CCLD_@AM_V@)
160am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
161am__v_CCLD_0 = @echo " CCLD " $@;
162am__v_CCLD_1 =
163SOURCES = $(taler_merchant_dbinit_SOURCES) \
164 $(taler_merchant_serve_SOURCES) $(test_merchant_SOURCES) \
165 $(test_merchant_db_SOURCES)
166DIST_SOURCES = $(taler_merchant_dbinit_SOURCES) \
167 $(taler_merchant_serve_SOURCES) $(test_merchant_SOURCES) \
168 $(test_merchant_db_SOURCES)
169am__can_run_installinfo = \
170 case $$AM_UPDATE_INFO_DIR in \
171 n|no|NO) false;; \
172 *) (install-info --version) >/dev/null 2>&1;; \
173 esac
174am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
175# Read a list of newline-separated strings from the standard input,
176# and print each of them once, without duplicates. Input order is
177# *not* preserved.
178am__uniquify_input = $(AWK) '\
179 BEGIN { nonempty = 0; } \
180 { items[$$0] = 1; nonempty = 1; } \
181 END { if (nonempty) { for (i in items) print i; }; } \
182'
183# Make sure the list of sources is unique. This is necessary because,
184# e.g., the same source file might be shared among _SOURCES variables
185# for different programs/libraries.
186am__define_uniq_tagged_files = \
187 list='$(am__tagged_files)'; \
188 unique=`for i in $$list; do \
189 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
190 done | $(am__uniquify_input)`
191ETAGS = etags
192CTAGS = ctags
193DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
194ACLOCAL = @ACLOCAL@
195AMTAR = @AMTAR@
196AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
197AR = @AR@
198AUTOCONF = @AUTOCONF@
199AUTOHEADER = @AUTOHEADER@
200AUTOMAKE = @AUTOMAKE@
201AWK = @AWK@
202CC = @CC@
203CCDEPMODE = @CCDEPMODE@
204CFLAGS = @CFLAGS@
205CPP = @CPP@
206CPPFLAGS = @CPPFLAGS@
207CYGPATH_W = @CYGPATH_W@
208DEFS = @DEFS@
209DEPDIR = @DEPDIR@
210DLLTOOL = @DLLTOOL@
211DSYMUTIL = @DSYMUTIL@
212DUMPBIN = @DUMPBIN@
213ECHO_C = @ECHO_C@
214ECHO_N = @ECHO_N@
215ECHO_T = @ECHO_T@
216EGREP = @EGREP@
217EXEEXT = @EXEEXT@
218FGREP = @FGREP@
219GREP = @GREP@
220INSTALL = @INSTALL@
221INSTALL_DATA = @INSTALL_DATA@
222INSTALL_PROGRAM = @INSTALL_PROGRAM@
223INSTALL_SCRIPT = @INSTALL_SCRIPT@
224INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
225LD = @LD@
226LDFLAGS = @LDFLAGS@
227LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
228LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
229LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
230LIBGNURL = @LIBGNURL@
231LIBGNURL_CPPFLAGS = @LIBGNURL_CPPFLAGS@
232LIBOBJS = @LIBOBJS@
233LIBS = @LIBS@
234LIBTOOL = @LIBTOOL@
235LIPO = @LIPO@
236LN_S = @LN_S@
237LTLIBOBJS = @LTLIBOBJS@
238MAKEINFO = @MAKEINFO@
239MANIFEST_TOOL = @MANIFEST_TOOL@
240MKDIR_P = @MKDIR_P@
241NM = @NM@
242NMEDIT = @NMEDIT@
243OBJDUMP = @OBJDUMP@
244OBJEXT = @OBJEXT@
245OTOOL = @OTOOL@
246OTOOL64 = @OTOOL64@
247PACKAGE = @PACKAGE@
248PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
249PACKAGE_NAME = @PACKAGE_NAME@
250PACKAGE_STRING = @PACKAGE_STRING@
251PACKAGE_TARNAME = @PACKAGE_TARNAME@
252PACKAGE_URL = @PACKAGE_URL@
253PACKAGE_VERSION = @PACKAGE_VERSION@
254PATH_SEPARATOR = @PATH_SEPARATOR@
255PG_CONFIG = @PG_CONFIG@
256POSTGRESQL_CPPFLAGS = @POSTGRESQL_CPPFLAGS@
257POSTGRESQL_LDFLAGS = @POSTGRESQL_LDFLAGS@
258POSTGRESQL_VERSION = @POSTGRESQL_VERSION@
259RANLIB = @RANLIB@
260SED = @SED@
261SET_MAKE = @SET_MAKE@
262SHELL = @SHELL@
263STRIP = @STRIP@
264VERSION = @VERSION@
265_libgnurl_config = @_libgnurl_config@
266abs_builddir = @abs_builddir@
267abs_srcdir = @abs_srcdir@
268abs_top_builddir = @abs_top_builddir@
269abs_top_srcdir = @abs_top_srcdir@
270ac_ct_AR = @ac_ct_AR@
271ac_ct_CC = @ac_ct_CC@
272ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
273am__include = @am__include@
274am__leading_dot = @am__leading_dot@
275am__quote = @am__quote@
276am__tar = @am__tar@
277am__untar = @am__untar@
278bindir = @bindir@
279build = @build@
280build_alias = @build_alias@
281build_cpu = @build_cpu@
282build_os = @build_os@
283build_vendor = @build_vendor@
284builddir = @builddir@
285datadir = @datadir@
286datarootdir = @datarootdir@
287docdir = @docdir@
288dvidir = @dvidir@
289exec_prefix = @exec_prefix@
290host = @host@
291host_alias = @host_alias@
292host_cpu = @host_cpu@
293host_os = @host_os@
294host_vendor = @host_vendor@
295htmldir = @htmldir@
296includedir = @includedir@
297infodir = @infodir@
298install_sh = @install_sh@
299libdir = @libdir@
300libexecdir = @libexecdir@
301localedir = @localedir@
302localstatedir = @localstatedir@
303mandir = @mandir@
304mkdir_p = @mkdir_p@
305oldincludedir = @oldincludedir@
306pdfdir = @pdfdir@
307prefix = @prefix@
308program_transform_name = @program_transform_name@
309psdir = @psdir@
310sbindir = @sbindir@
311sharedstatedir = @sharedstatedir@
312srcdir = @srcdir@
313sysconfdir = @sysconfdir@
314target_alias = @target_alias@
315top_build_prefix = @top_build_prefix@
316top_builddir = @top_builddir@
317top_srcdir = @top_srcdir@
318AM_CPPFLAGS = -I$(top_srcdir)/src/include $(POSTGRESQL_CPPFLAGS)
319MERCHANT_DB = merchant_db.c merchant_db.h
320taler_merchant_dbinit_SOURCES = \
321 taler_merchant_dbinit.c \
322 $(MERCHANT_DB)
323
324taler_merchant_dbinit_LDADD = \
325 -lpq \
326 -lgnunetutil \
327 -ltalerutil \
328 -lgnunetpostgres
329
330taler_merchant_dbinit_LDFLAGS = \
331 $(POSTGRESQL_LDFLAGS)
332
333test_merchant_SOURCES = \
334 merchant.c \
335 test_merchant.c
336
337test_merchant_LDADD = \
338 -ltalerutil \
339 -lgnunetutil
340
341test_merchant_db_SOURCES = \
342 $(MERCHANT_DB) \
343 test_merchant_db.c
344
345test_merchant_db_LDADD = \
346 -ltalerutil \
347 -lgnunetutil \
348 -lgnunetpostgres \
349 -lpq
350
351taler_merchant_serve_SOURCES = \
352 taler_merchant_serve.c \
353 merchant.c merchant.h \
354 $(MERCHANT_DB)
355
356taler_merchant_serve_LDADD = \
357 -lpq \
358 -lgnunetutil \
359 -lgnunetpostgres \
360 -lmicrohttpd \
361 -ltalermintapi \
362 -ltalerutil \
363 -ljansson
364
365taler_merchant_serve_LDFLAGS = \
366 $(POSTGRESQL_LDFLAGS)
367
368all: all-am
369
370.SUFFIXES:
371.SUFFIXES: .c .lo .o .obj
372$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
373 @for dep in $?; do \
374 case '$(am__configure_deps)' in \
375 *$$dep*) \
376 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
377 && { if test -f $@; then exit 0; else break; fi; }; \
378 exit 1;; \
379 esac; \
380 done; \
381 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/merchant/Makefile'; \
382 $(am__cd) $(top_srcdir) && \
383 $(AUTOMAKE) --gnu src/merchant/Makefile
384.PRECIOUS: Makefile
385Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
386 @case '$?' in \
387 *config.status*) \
388 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
389 *) \
390 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
391 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
392 esac;
393
394$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
395 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
396
397$(top_srcdir)/configure: $(am__configure_deps)
398 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
399$(ACLOCAL_M4): $(am__aclocal_m4_deps)
400 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
401$(am__aclocal_m4_deps):
402install-binPROGRAMS: $(bin_PROGRAMS)
403 @$(NORMAL_INSTALL)
404 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
405 if test -n "$$list"; then \
406 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
407 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
408 fi; \
409 for p in $$list; do echo "$$p $$p"; done | \
410 sed 's/$(EXEEXT)$$//' | \
411 while read p p1; do if test -f $$p \
412 || test -f $$p1 \
413 ; then echo "$$p"; echo "$$p"; else :; fi; \
414 done | \
415 sed -e 'p;s,.*/,,;n;h' \
416 -e 's|.*|.|' \
417 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
418 sed 'N;N;N;s,\n, ,g' | \
419 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
420 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
421 if ($$2 == $$4) files[d] = files[d] " " $$1; \
422 else { print "f", $$3 "/" $$4, $$1; } } \
423 END { for (d in files) print "f", d, files[d] }' | \
424 while read type dir files; do \
425 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
426 test -z "$$files" || { \
427 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
428 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
429 } \
430 ; done
431
432uninstall-binPROGRAMS:
433 @$(NORMAL_UNINSTALL)
434 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
435 files=`for p in $$list; do echo "$$p"; done | \
436 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
437 -e 's/$$/$(EXEEXT)/' \
438 `; \
439 test -n "$$list" || exit 0; \
440 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
441 cd "$(DESTDIR)$(bindir)" && rm -f $$files
442
443clean-binPROGRAMS:
444 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
445 echo " rm -f" $$list; \
446 rm -f $$list || exit $$?; \
447 test -n "$(EXEEXT)" || exit 0; \
448 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
449 echo " rm -f" $$list; \
450 rm -f $$list
451
452clean-checkPROGRAMS:
453 @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
454 echo " rm -f" $$list; \
455 rm -f $$list || exit $$?; \
456 test -n "$(EXEEXT)" || exit 0; \
457 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
458 echo " rm -f" $$list; \
459 rm -f $$list
460
461taler-merchant-dbinit$(EXEEXT): $(taler_merchant_dbinit_OBJECTS) $(taler_merchant_dbinit_DEPENDENCIES) $(EXTRA_taler_merchant_dbinit_DEPENDENCIES)
462 @rm -f taler-merchant-dbinit$(EXEEXT)
463 $(AM_V_CCLD)$(taler_merchant_dbinit_LINK) $(taler_merchant_dbinit_OBJECTS) $(taler_merchant_dbinit_LDADD) $(LIBS)
464
465taler-merchant-serve$(EXEEXT): $(taler_merchant_serve_OBJECTS) $(taler_merchant_serve_DEPENDENCIES) $(EXTRA_taler_merchant_serve_DEPENDENCIES)
466 @rm -f taler-merchant-serve$(EXEEXT)
467 $(AM_V_CCLD)$(taler_merchant_serve_LINK) $(taler_merchant_serve_OBJECTS) $(taler_merchant_serve_LDADD) $(LIBS)
468
469test-merchant$(EXEEXT): $(test_merchant_OBJECTS) $(test_merchant_DEPENDENCIES) $(EXTRA_test_merchant_DEPENDENCIES)
470 @rm -f test-merchant$(EXEEXT)
471 $(AM_V_CCLD)$(LINK) $(test_merchant_OBJECTS) $(test_merchant_LDADD) $(LIBS)
472
473test-merchant-db$(EXEEXT): $(test_merchant_db_OBJECTS) $(test_merchant_db_DEPENDENCIES) $(EXTRA_test_merchant_db_DEPENDENCIES)
474 @rm -f test-merchant-db$(EXEEXT)
475 $(AM_V_CCLD)$(LINK) $(test_merchant_db_OBJECTS) $(test_merchant_db_LDADD) $(LIBS)
476
477mostlyclean-compile:
478 -rm -f *.$(OBJEXT)
479
480distclean-compile:
481 -rm -f *.tab.c
482
483@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/merchant.Po@am__quote@
484@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/merchant_db.Po@am__quote@
485@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/taler_merchant_dbinit.Po@am__quote@
486@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/taler_merchant_serve.Po@am__quote@
487@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_merchant.Po@am__quote@
488@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_merchant_db.Po@am__quote@
489
490.c.o:
491@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
492@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
493@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
494@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
495@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
496@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
497
498.c.obj:
499@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
500@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
501@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
502@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
503@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
504@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
505
506.c.lo:
507@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
508@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
509@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
510@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
511@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
512@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
513
514mostlyclean-libtool:
515 -rm -f *.lo
516
517clean-libtool:
518 -rm -rf .libs _libs
519
520ID: $(am__tagged_files)
521 $(am__define_uniq_tagged_files); mkid -fID $$unique
522tags: tags-am
523TAGS: tags
524
525tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
526 set x; \
527 here=`pwd`; \
528 $(am__define_uniq_tagged_files); \
529 shift; \
530 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
531 test -n "$$unique" || unique=$$empty_fix; \
532 if test $$# -gt 0; then \
533 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
534 "$$@" $$unique; \
535 else \
536 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
537 $$unique; \
538 fi; \
539 fi
540ctags: ctags-am
541
542CTAGS: ctags
543ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
544 $(am__define_uniq_tagged_files); \
545 test -z "$(CTAGS_ARGS)$$unique" \
546 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
547 $$unique
548
549GTAGS:
550 here=`$(am__cd) $(top_builddir) && pwd` \
551 && $(am__cd) $(top_srcdir) \
552 && gtags -i $(GTAGS_ARGS) "$$here"
553cscopelist: cscopelist-am
554
555cscopelist-am: $(am__tagged_files)
556 list='$(am__tagged_files)'; \
557 case "$(srcdir)" in \
558 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
559 *) sdir=$(subdir)/$(srcdir) ;; \
560 esac; \
561 for i in $$list; do \
562 if test -f "$$i"; then \
563 echo "$(subdir)/$$i"; \
564 else \
565 echo "$$sdir/$$i"; \
566 fi; \
567 done >> $(top_builddir)/cscope.files
568
569distclean-tags:
570 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
571
572distdir: $(DISTFILES)
573 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
574 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
575 list='$(DISTFILES)'; \
576 dist_files=`for file in $$list; do echo $$file; done | \
577 sed -e "s|^$$srcdirstrip/||;t" \
578 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
579 case $$dist_files in \
580 */*) $(MKDIR_P) `echo "$$dist_files" | \
581 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
582 sort -u` ;; \
583 esac; \
584 for file in $$dist_files; do \
585 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
586 if test -d $$d/$$file; then \
587 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
588 if test -d "$(distdir)/$$file"; then \
589 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
590 fi; \
591 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
592 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
593 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
594 fi; \
595 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
596 else \
597 test -f "$(distdir)/$$file" \
598 || cp -p $$d/$$file "$(distdir)/$$file" \
599 || exit 1; \
600 fi; \
601 done
602check-am: all-am
603 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
604check: check-am
605all-am: Makefile $(PROGRAMS)
606installdirs:
607 for dir in "$(DESTDIR)$(bindir)"; do \
608 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
609 done
610install: install-am
611install-exec: install-exec-am
612install-data: install-data-am
613uninstall: uninstall-am
614
615install-am: all-am
616 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
617
618installcheck: installcheck-am
619install-strip:
620 if test -z '$(STRIP)'; then \
621 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
622 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
623 install; \
624 else \
625 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
626 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
627 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
628 fi
629mostlyclean-generic:
630
631clean-generic:
632
633distclean-generic:
634 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
635 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
636
637maintainer-clean-generic:
638 @echo "This command is intended for maintainers to use"
639 @echo "it deletes files that may require special tools to rebuild."
640clean: clean-am
641
642clean-am: clean-binPROGRAMS clean-checkPROGRAMS clean-generic \
643 clean-libtool mostlyclean-am
644
645distclean: distclean-am
646 -rm -rf ./$(DEPDIR)
647 -rm -f Makefile
648distclean-am: clean-am distclean-compile distclean-generic \
649 distclean-tags
650
651dvi: dvi-am
652
653dvi-am:
654
655html: html-am
656
657html-am:
658
659info: info-am
660
661info-am:
662
663install-data-am:
664
665install-dvi: install-dvi-am
666
667install-dvi-am:
668
669install-exec-am: install-binPROGRAMS
670
671install-html: install-html-am
672
673install-html-am:
674
675install-info: install-info-am
676
677install-info-am:
678
679install-man:
680
681install-pdf: install-pdf-am
682
683install-pdf-am:
684
685install-ps: install-ps-am
686
687install-ps-am:
688
689installcheck-am:
690
691maintainer-clean: maintainer-clean-am
692 -rm -rf ./$(DEPDIR)
693 -rm -f Makefile
694maintainer-clean-am: distclean-am maintainer-clean-generic
695
696mostlyclean: mostlyclean-am
697
698mostlyclean-am: mostlyclean-compile mostlyclean-generic \
699 mostlyclean-libtool
700
701pdf: pdf-am
702
703pdf-am:
704
705ps: ps-am
706
707ps-am:
708
709uninstall-am: uninstall-binPROGRAMS
710
711.MAKE: check-am install-am install-strip
712
713.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
714 clean-binPROGRAMS clean-checkPROGRAMS clean-generic \
715 clean-libtool cscopelist-am ctags ctags-am distclean \
716 distclean-compile distclean-generic distclean-libtool \
717 distclean-tags distdir dvi dvi-am html html-am info info-am \
718 install install-am install-binPROGRAMS install-data \
719 install-data-am install-dvi install-dvi-am install-exec \
720 install-exec-am install-html install-html-am install-info \
721 install-info-am install-man install-pdf install-pdf-am \
722 install-ps install-ps-am install-strip installcheck \
723 installcheck-am installdirs maintainer-clean \
724 maintainer-clean-generic mostlyclean mostlyclean-compile \
725 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
726 tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
727
728
729# Tell versions [3.59,3.63) of GNU make to not export all variables.
730# Otherwise a system limit (for SysV at least) may be exceeded.
731.NOEXPORT: