diff options
Diffstat (limited to 'src/merchant/Makefile')
-rw-r--r-- | src/merchant/Makefile | 228 |
1 files changed, 83 insertions, 145 deletions
diff --git a/src/merchant/Makefile b/src/merchant/Makefile index c3be128d..25b0724d 100644 --- a/src/merchant/Makefile +++ b/src/merchant/Makefile | |||
@@ -1,8 +1,9 @@ | |||
1 | # Makefile.in generated by automake 1.14.1 from Makefile.am. | 1 | # Makefile.in generated by automake 1.11.6 from Makefile.am. |
2 | # src/merchant/Makefile. Generated from Makefile.in by configure. | 2 | # src/merchant/Makefile. Generated from Makefile.in by configure. |
3 | 3 | ||
4 | # Copyright (C) 1994-2013 Free Software Foundation, Inc. | 4 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
5 | 5 | # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software | |
6 | # Foundation, Inc. | ||
6 | # This Makefile.in is free software; the Free Software Foundation | 7 | # This Makefile.in is free software; the Free Software Foundation |
7 | # gives unlimited permission to copy and/or distribute it, | 8 | # gives unlimited permission to copy and/or distribute it, |
8 | # with or without modifications, as long as this notice is preserved. | 9 | # with or without modifications, as long as this notice is preserved. |
@@ -15,51 +16,23 @@ | |||
15 | 16 | ||
16 | 17 | ||
17 | 18 | ||
18 | am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' | 19 | am__make_dryrun = \ |
19 | am__make_running_with_option = \ | 20 | { \ |
20 | case $${target_option-} in \ | 21 | am__dry=no; \ |
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 \ | 22 | case $$MAKEFLAGS in \ |
32 | *\\[\ \ ]*) \ | 23 | *\\[\ \ ]*) \ |
33 | bs=\\; \ | 24 | echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ |
34 | sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | 25 | | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ |
35 | | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ | 26 | *) \ |
36 | esac; \ | 27 | for am__flg in $$MAKEFLAGS; do \ |
37 | fi; \ | 28 | case $$am__flg in \ |
38 | skip_next=no; \ | 29 | *=*|--*) ;; \ |
39 | strip_trailopt () \ | 30 | *n*) am__dry=yes; break;; \ |
40 | { \ | 31 | esac; \ |
41 | flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ | 32 | done;; \ |
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; \ | 33 | esac; \ |
56 | case $$flg in \ | 34 | test $$am__dry = yes; \ |
57 | *$$target_option*) has_opt=yes; break;; \ | 35 | } |
58 | esac; \ | ||
59 | done; \ | ||
60 | test $$has_opt = yes | ||
61 | am__make_dryrun = (target_option=n; $(am__make_running_with_option)) | ||
62 | am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) | ||
63 | pkgdatadir = $(datadir)/taler | 36 | pkgdatadir = $(datadir)/taler |
64 | pkgincludedir = $(includedir)/taler | 37 | pkgincludedir = $(includedir)/taler |
65 | pkglibdir = $(libdir)/taler | 38 | pkglibdir = $(libdir)/taler |
@@ -82,8 +55,7 @@ bin_PROGRAMS = taler-merchant-dbinit$(EXEEXT) \ | |||
82 | taler-merchant-serve$(EXEEXT) | 55 | taler-merchant-serve$(EXEEXT) |
83 | check_PROGRAMS = test-merchant$(EXEEXT) test-merchant-db$(EXEEXT) | 56 | check_PROGRAMS = test-merchant$(EXEEXT) test-merchant-db$(EXEEXT) |
84 | subdir = src/merchant | 57 | subdir = src/merchant |
85 | DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ | 58 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in |
86 | $(top_srcdir)/depcomp | ||
87 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 59 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
88 | am__aclocal_m4_deps = $(top_srcdir)/m4/ax_lib_postgresql.m4 \ | 60 | am__aclocal_m4_deps = $(top_srcdir)/m4/ax_lib_postgresql.m4 \ |
89 | $(top_srcdir)/m4/libgnurl.m4 $(top_srcdir)/m4/libtool.m4 \ | 61 | $(top_srcdir)/m4/libgnurl.m4 $(top_srcdir)/m4/libtool.m4 \ |
@@ -106,7 +78,6 @@ taler_merchant_dbinit_DEPENDENCIES = | |||
106 | AM_V_lt = $(am__v_lt_$(V)) | 78 | AM_V_lt = $(am__v_lt_$(V)) |
107 | am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) | 79 | am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) |
108 | am__v_lt_0 = --silent | 80 | am__v_lt_0 = --silent |
109 | am__v_lt_1 = | ||
110 | taler_merchant_dbinit_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ | 81 | taler_merchant_dbinit_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ |
111 | $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ | 82 | $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ |
112 | $(AM_CFLAGS) $(CFLAGS) $(taler_merchant_dbinit_LDFLAGS) \ | 83 | $(AM_CFLAGS) $(CFLAGS) $(taler_merchant_dbinit_LDFLAGS) \ |
@@ -126,18 +97,6 @@ am_test_merchant_db_OBJECTS = $(am__objects_1) \ | |||
126 | test_merchant_db.$(OBJEXT) | 97 | test_merchant_db.$(OBJEXT) |
127 | test_merchant_db_OBJECTS = $(am_test_merchant_db_OBJECTS) | 98 | test_merchant_db_OBJECTS = $(am_test_merchant_db_OBJECTS) |
128 | test_merchant_db_DEPENDENCIES = | 99 | test_merchant_db_DEPENDENCIES = |
129 | AM_V_P = $(am__v_P_$(V)) | ||
130 | am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) | ||
131 | am__v_P_0 = false | ||
132 | am__v_P_1 = : | ||
133 | AM_V_GEN = $(am__v_GEN_$(V)) | ||
134 | am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) | ||
135 | am__v_GEN_0 = @echo " GEN " $@; | ||
136 | am__v_GEN_1 = | ||
137 | AM_V_at = $(am__v_at_$(V)) | ||
138 | am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) | ||
139 | am__v_at_0 = @ | ||
140 | am__v_at_1 = | ||
141 | DEFAULT_INCLUDES = -I. -I$(top_builddir) | 100 | DEFAULT_INCLUDES = -I. -I$(top_builddir) |
142 | depcomp = $(SHELL) $(top_srcdir)/depcomp | 101 | depcomp = $(SHELL) $(top_srcdir)/depcomp |
143 | am__depfiles_maybe = depfiles | 102 | am__depfiles_maybe = depfiles |
@@ -150,16 +109,20 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ | |||
150 | $(AM_CFLAGS) $(CFLAGS) | 109 | $(AM_CFLAGS) $(CFLAGS) |
151 | AM_V_CC = $(am__v_CC_$(V)) | 110 | AM_V_CC = $(am__v_CC_$(V)) |
152 | am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) | 111 | am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) |
153 | am__v_CC_0 = @echo " CC " $@; | 112 | am__v_CC_0 = @echo " CC " $@; |
154 | am__v_CC_1 = | 113 | AM_V_at = $(am__v_at_$(V)) |
114 | am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) | ||
115 | am__v_at_0 = @ | ||
155 | CCLD = $(CC) | 116 | CCLD = $(CC) |
156 | LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ | 117 | LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
157 | $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ | 118 | $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
158 | $(AM_LDFLAGS) $(LDFLAGS) -o $@ | 119 | $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
159 | AM_V_CCLD = $(am__v_CCLD_$(V)) | 120 | AM_V_CCLD = $(am__v_CCLD_$(V)) |
160 | am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) | 121 | am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) |
161 | am__v_CCLD_0 = @echo " CCLD " $@; | 122 | am__v_CCLD_0 = @echo " CCLD " $@; |
162 | am__v_CCLD_1 = | 123 | AM_V_GEN = $(am__v_GEN_$(V)) |
124 | am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) | ||
125 | am__v_GEN_0 = @echo " GEN " $@; | ||
163 | SOURCES = $(taler_merchant_dbinit_SOURCES) \ | 126 | SOURCES = $(taler_merchant_dbinit_SOURCES) \ |
164 | $(taler_merchant_serve_SOURCES) $(test_merchant_SOURCES) \ | 127 | $(taler_merchant_serve_SOURCES) $(test_merchant_SOURCES) \ |
165 | $(test_merchant_db_SOURCES) | 128 | $(test_merchant_db_SOURCES) |
@@ -171,37 +134,20 @@ am__can_run_installinfo = \ | |||
171 | n|no|NO) false;; \ | 134 | n|no|NO) false;; \ |
172 | *) (install-info --version) >/dev/null 2>&1;; \ | 135 | *) (install-info --version) >/dev/null 2>&1;; \ |
173 | esac | 136 | esac |
174 | am__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. | ||
178 | am__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. | ||
186 | am__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)` | ||
191 | ETAGS = etags | 137 | ETAGS = etags |
192 | CTAGS = ctags | 138 | CTAGS = ctags |
193 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | 139 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
194 | ACLOCAL = ${SHELL} /home/grothoff/research/taler-merchant/missing aclocal-1.14 | 140 | ACLOCAL = ${SHELL} /home/grothoff/research/taler-merchant/missing --run aclocal-1.11 |
195 | AMTAR = $${TAR-tar} | 141 | AMTAR = $${TAR-tar} |
196 | AM_DEFAULT_VERBOSITY = 0 | 142 | AM_DEFAULT_VERBOSITY = 0 |
197 | AR = ar | 143 | AR = ar |
198 | AUTOCONF = ${SHELL} /home/grothoff/research/taler-merchant/missing autoconf | 144 | AUTOCONF = ${SHELL} /home/grothoff/research/taler-merchant/missing --run autoconf |
199 | AUTOHEADER = ${SHELL} /home/grothoff/research/taler-merchant/missing autoheader | 145 | AUTOHEADER = ${SHELL} /home/grothoff/research/taler-merchant/missing --run autoheader |
200 | AUTOMAKE = ${SHELL} /home/grothoff/research/taler-merchant/missing automake-1.14 | 146 | AUTOMAKE = ${SHELL} /home/grothoff/research/taler-merchant/missing --run automake-1.11 |
201 | AWK = gawk | 147 | AWK = gawk |
202 | CC = gcc | 148 | CC = gcc |
203 | CCDEPMODE = depmode=gcc3 | 149 | CCDEPMODE = depmode=gcc3 |
204 | CFLAGS = -Wall -g -O0 -Wall | 150 | CFLAGS = -Wall -g -Wall |
205 | CPP = gcc -E | 151 | CPP = gcc -E |
206 | CPPFLAGS = -I/home/grothoff//include -I/home/grothoff//include -I/usr/include/postgresql | 152 | CPPFLAGS = -I/home/grothoff//include -I/home/grothoff//include -I/usr/include/postgresql |
207 | CYGPATH_W = echo | 153 | CYGPATH_W = echo |
@@ -225,8 +171,8 @@ INSTALL_STRIP_PROGRAM = $(install_sh) -c -s | |||
225 | LD = /usr/bin/ld -m elf_x86_64 | 171 | LD = /usr/bin/ld -m elf_x86_64 |
226 | LDFLAGS = -L/home/grothoff//lib -L/home/grothoff//lib | 172 | LDFLAGS = -L/home/grothoff//lib -L/home/grothoff//lib |
227 | LIBGCRYPT_CFLAGS = | 173 | LIBGCRYPT_CFLAGS = |
228 | LIBGCRYPT_CONFIG = /usr/bin/libgcrypt-config | 174 | LIBGCRYPT_CONFIG = /home/grothoff/bin/libgcrypt-config |
229 | LIBGCRYPT_LIBS = -lgcrypt | 175 | LIBGCRYPT_LIBS = |
230 | LIBGNURL = -L/home/grothoff/lib -lgnurl | 176 | LIBGNURL = -L/home/grothoff/lib -lgnurl |
231 | LIBGNURL_CPPFLAGS = -I/home/grothoff/include | 177 | LIBGNURL_CPPFLAGS = -I/home/grothoff/include |
232 | LIBOBJS = | 178 | LIBOBJS = |
@@ -235,7 +181,7 @@ LIBTOOL = $(SHELL) $(top_builddir)/libtool | |||
235 | LIPO = | 181 | LIPO = |
236 | LN_S = ln -s | 182 | LN_S = ln -s |
237 | LTLIBOBJS = | 183 | LTLIBOBJS = |
238 | MAKEINFO = ${SHELL} /home/grothoff/research/taler-merchant/missing makeinfo | 184 | MAKEINFO = ${SHELL} /home/grothoff/research/taler-merchant/missing --run makeinfo |
239 | MANIFEST_TOOL = : | 185 | MANIFEST_TOOL = : |
240 | MKDIR_P = /bin/mkdir -p | 186 | MKDIR_P = /bin/mkdir -p |
241 | NM = /usr/bin/nm -B | 187 | NM = /usr/bin/nm -B |
@@ -254,12 +200,12 @@ PACKAGE_VERSION = 0.0.0 | |||
254 | PATH_SEPARATOR = : | 200 | PATH_SEPARATOR = : |
255 | PG_CONFIG = /usr/bin/pg_config | 201 | PG_CONFIG = /usr/bin/pg_config |
256 | POSTGRESQL_CPPFLAGS = -I/usr/include/postgresql | 202 | POSTGRESQL_CPPFLAGS = -I/usr/include/postgresql |
257 | POSTGRESQL_LDFLAGS = -L/usr/lib/x86_64-linux-gnu | 203 | POSTGRESQL_LDFLAGS = -L/usr/lib |
258 | POSTGRESQL_VERSION = 9.4.0 | 204 | POSTGRESQL_VERSION = 9.1.14 |
259 | RANLIB = ranlib | 205 | RANLIB = ranlib |
260 | SED = /bin/sed | 206 | SED = /bin/sed |
261 | SET_MAKE = | 207 | SET_MAKE = |
262 | SHELL = /bin/bash | 208 | SHELL = /bin/sh |
263 | STRIP = strip | 209 | STRIP = strip |
264 | VERSION = 0.0.0 | 210 | VERSION = 0.0.0 |
265 | _libgnurl_config = | 211 | _libgnurl_config = |
@@ -301,10 +247,10 @@ libexecdir = ${exec_prefix}/libexec | |||
301 | localedir = ${datarootdir}/locale | 247 | localedir = ${datarootdir}/locale |
302 | localstatedir = ${prefix}/var | 248 | localstatedir = ${prefix}/var |
303 | mandir = ${datarootdir}/man | 249 | mandir = ${datarootdir}/man |
304 | mkdir_p = $(MKDIR_P) | 250 | mkdir_p = /bin/mkdir -p |
305 | oldincludedir = /usr/include | 251 | oldincludedir = /usr/include |
306 | pdfdir = ${docdir} | 252 | pdfdir = ${docdir} |
307 | prefix = /usr/local | 253 | prefix = /home/grothoff |
308 | program_transform_name = s,x,x, | 254 | program_transform_name = s,x,x, |
309 | psdir = ${docdir} | 255 | psdir = ${docdir} |
310 | sbindir = ${exec_prefix}/sbin | 256 | sbindir = ${exec_prefix}/sbin |
@@ -359,7 +305,7 @@ taler_merchant_serve_LDADD = \ | |||
359 | -lgnunetutil \ | 305 | -lgnunetutil \ |
360 | -lgnunetpostgres \ | 306 | -lgnunetpostgres \ |
361 | -lmicrohttpd \ | 307 | -lmicrohttpd \ |
362 | -ltalermintapi \ | 308 | -ltalermint \ |
363 | -ltalerutil \ | 309 | -ltalerutil \ |
364 | -ltalerpq \ | 310 | -ltalerpq \ |
365 | -ljansson | 311 | -ljansson |
@@ -410,12 +356,10 @@ install-binPROGRAMS: $(bin_PROGRAMS) | |||
410 | fi; \ | 356 | fi; \ |
411 | for p in $$list; do echo "$$p $$p"; done | \ | 357 | for p in $$list; do echo "$$p $$p"; done | \ |
412 | sed 's/$(EXEEXT)$$//' | \ | 358 | sed 's/$(EXEEXT)$$//' | \ |
413 | while read p p1; do if test -f $$p \ | 359 | while read p p1; do if test -f $$p || test -f $$p1; \ |
414 | || test -f $$p1 \ | 360 | then echo "$$p"; echo "$$p"; else :; fi; \ |
415 | ; then echo "$$p"; echo "$$p"; else :; fi; \ | ||
416 | done | \ | 361 | done | \ |
417 | sed -e 'p;s,.*/,,;n;h' \ | 362 | sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ |
418 | -e 's|.*|.|' \ | ||
419 | -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ | 363 | -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ |
420 | sed 'N;N;N;s,\n, ,g' | \ | 364 | sed 'N;N;N;s,\n, ,g' | \ |
421 | $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ | 365 | $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ |
@@ -436,8 +380,7 @@ uninstall-binPROGRAMS: | |||
436 | @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ | 380 | @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
437 | files=`for p in $$list; do echo "$$p"; done | \ | 381 | files=`for p in $$list; do echo "$$p"; done | \ |
438 | sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ | 382 | sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ |
439 | -e 's/$$/$(EXEEXT)/' \ | 383 | -e 's/$$/$(EXEEXT)/' `; \ |
440 | `; \ | ||
441 | test -n "$$list" || exit 0; \ | 384 | test -n "$$list" || exit 0; \ |
442 | echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ | 385 | echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ |
443 | cd "$(DESTDIR)$(bindir)" && rm -f $$files | 386 | cd "$(DESTDIR)$(bindir)" && rm -f $$files |
@@ -459,19 +402,15 @@ clean-checkPROGRAMS: | |||
459 | list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ | 402 | list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ |
460 | echo " rm -f" $$list; \ | 403 | echo " rm -f" $$list; \ |
461 | rm -f $$list | 404 | rm -f $$list |
462 | |||
463 | taler-merchant-dbinit$(EXEEXT): $(taler_merchant_dbinit_OBJECTS) $(taler_merchant_dbinit_DEPENDENCIES) $(EXTRA_taler_merchant_dbinit_DEPENDENCIES) | 405 | taler-merchant-dbinit$(EXEEXT): $(taler_merchant_dbinit_OBJECTS) $(taler_merchant_dbinit_DEPENDENCIES) $(EXTRA_taler_merchant_dbinit_DEPENDENCIES) |
464 | @rm -f taler-merchant-dbinit$(EXEEXT) | 406 | @rm -f taler-merchant-dbinit$(EXEEXT) |
465 | $(AM_V_CCLD)$(taler_merchant_dbinit_LINK) $(taler_merchant_dbinit_OBJECTS) $(taler_merchant_dbinit_LDADD) $(LIBS) | 407 | $(AM_V_CCLD)$(taler_merchant_dbinit_LINK) $(taler_merchant_dbinit_OBJECTS) $(taler_merchant_dbinit_LDADD) $(LIBS) |
466 | |||
467 | taler-merchant-serve$(EXEEXT): $(taler_merchant_serve_OBJECTS) $(taler_merchant_serve_DEPENDENCIES) $(EXTRA_taler_merchant_serve_DEPENDENCIES) | 408 | taler-merchant-serve$(EXEEXT): $(taler_merchant_serve_OBJECTS) $(taler_merchant_serve_DEPENDENCIES) $(EXTRA_taler_merchant_serve_DEPENDENCIES) |
468 | @rm -f taler-merchant-serve$(EXEEXT) | 409 | @rm -f taler-merchant-serve$(EXEEXT) |
469 | $(AM_V_CCLD)$(taler_merchant_serve_LINK) $(taler_merchant_serve_OBJECTS) $(taler_merchant_serve_LDADD) $(LIBS) | 410 | $(AM_V_CCLD)$(taler_merchant_serve_LINK) $(taler_merchant_serve_OBJECTS) $(taler_merchant_serve_LDADD) $(LIBS) |
470 | |||
471 | test-merchant$(EXEEXT): $(test_merchant_OBJECTS) $(test_merchant_DEPENDENCIES) $(EXTRA_test_merchant_DEPENDENCIES) | 411 | test-merchant$(EXEEXT): $(test_merchant_OBJECTS) $(test_merchant_DEPENDENCIES) $(EXTRA_test_merchant_DEPENDENCIES) |
472 | @rm -f test-merchant$(EXEEXT) | 412 | @rm -f test-merchant$(EXEEXT) |
473 | $(AM_V_CCLD)$(LINK) $(test_merchant_OBJECTS) $(test_merchant_LDADD) $(LIBS) | 413 | $(AM_V_CCLD)$(LINK) $(test_merchant_OBJECTS) $(test_merchant_LDADD) $(LIBS) |
474 | |||
475 | test-merchant-db$(EXEEXT): $(test_merchant_db_OBJECTS) $(test_merchant_db_DEPENDENCIES) $(EXTRA_test_merchant_db_DEPENDENCIES) | 414 | test-merchant-db$(EXEEXT): $(test_merchant_db_OBJECTS) $(test_merchant_db_DEPENDENCIES) $(EXTRA_test_merchant_db_DEPENDENCIES) |
476 | @rm -f test-merchant-db$(EXEEXT) | 415 | @rm -f test-merchant-db$(EXEEXT) |
477 | $(AM_V_CCLD)$(LINK) $(test_merchant_db_OBJECTS) $(test_merchant_db_LDADD) $(LIBS) | 416 | $(AM_V_CCLD)$(LINK) $(test_merchant_db_OBJECTS) $(test_merchant_db_LDADD) $(LIBS) |
@@ -519,15 +458,26 @@ mostlyclean-libtool: | |||
519 | clean-libtool: | 458 | clean-libtool: |
520 | -rm -rf .libs _libs | 459 | -rm -rf .libs _libs |
521 | 460 | ||
522 | ID: $(am__tagged_files) | 461 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
523 | $(am__define_uniq_tagged_files); mkid -fID $$unique | 462 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
524 | tags: tags-am | 463 | unique=`for i in $$list; do \ |
525 | TAGS: tags | 464 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
526 | 465 | done | \ | |
527 | tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) | 466 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
467 | END { if (nonempty) { for (i in files) print i; }; }'`; \ | ||
468 | mkid -fID $$unique | ||
469 | tags: TAGS | ||
470 | |||
471 | TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | ||
472 | $(TAGS_FILES) $(LISP) | ||
528 | set x; \ | 473 | set x; \ |
529 | here=`pwd`; \ | 474 | here=`pwd`; \ |
530 | $(am__define_uniq_tagged_files); \ | 475 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
476 | unique=`for i in $$list; do \ | ||
477 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | ||
478 | done | \ | ||
479 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | ||
480 | END { if (nonempty) { for (i in files) print i; }; }'`; \ | ||
531 | shift; \ | 481 | shift; \ |
532 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ | 482 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
533 | test -n "$$unique" || unique=$$empty_fix; \ | 483 | test -n "$$unique" || unique=$$empty_fix; \ |
@@ -539,11 +489,15 @@ tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) | |||
539 | $$unique; \ | 489 | $$unique; \ |
540 | fi; \ | 490 | fi; \ |
541 | fi | 491 | fi |
542 | ctags: ctags-am | 492 | ctags: CTAGS |
543 | 493 | CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | |
544 | CTAGS: ctags | 494 | $(TAGS_FILES) $(LISP) |
545 | ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) | 495 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
546 | $(am__define_uniq_tagged_files); \ | 496 | unique=`for i in $$list; do \ |
497 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | ||
498 | done | \ | ||
499 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | ||
500 | END { if (nonempty) { for (i in files) print i; }; }'`; \ | ||
547 | test -z "$(CTAGS_ARGS)$$unique" \ | 501 | test -z "$(CTAGS_ARGS)$$unique" \ |
548 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | 502 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
549 | $$unique | 503 | $$unique |
@@ -552,21 +506,6 @@ GTAGS: | |||
552 | here=`$(am__cd) $(top_builddir) && pwd` \ | 506 | here=`$(am__cd) $(top_builddir) && pwd` \ |
553 | && $(am__cd) $(top_srcdir) \ | 507 | && $(am__cd) $(top_srcdir) \ |
554 | && gtags -i $(GTAGS_ARGS) "$$here" | 508 | && gtags -i $(GTAGS_ARGS) "$$here" |
555 | cscopelist: cscopelist-am | ||
556 | |||
557 | cscopelist-am: $(am__tagged_files) | ||
558 | list='$(am__tagged_files)'; \ | ||
559 | case "$(srcdir)" in \ | ||
560 | [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ | ||
561 | *) sdir=$(subdir)/$(srcdir) ;; \ | ||
562 | esac; \ | ||
563 | for i in $$list; do \ | ||
564 | if test -f "$$i"; then \ | ||
565 | echo "$(subdir)/$$i"; \ | ||
566 | else \ | ||
567 | echo "$$sdir/$$i"; \ | ||
568 | fi; \ | ||
569 | done >> $(top_builddir)/cscope.files | ||
570 | 509 | ||
571 | distclean-tags: | 510 | distclean-tags: |
572 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | 511 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
@@ -712,20 +651,19 @@ uninstall-am: uninstall-binPROGRAMS | |||
712 | 651 | ||
713 | .MAKE: check-am install-am install-strip | 652 | .MAKE: check-am install-am install-strip |
714 | 653 | ||
715 | .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ | 654 | .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ |
716 | clean-binPROGRAMS clean-checkPROGRAMS clean-generic \ | 655 | clean-checkPROGRAMS clean-generic clean-libtool ctags \ |
717 | clean-libtool cscopelist-am ctags ctags-am distclean \ | 656 | distclean distclean-compile distclean-generic \ |
718 | distclean-compile distclean-generic distclean-libtool \ | 657 | distclean-libtool distclean-tags distdir dvi dvi-am html \ |
719 | distclean-tags distdir dvi dvi-am html html-am info info-am \ | 658 | html-am info info-am install install-am install-binPROGRAMS \ |
720 | install install-am install-binPROGRAMS install-data \ | 659 | install-data install-data-am install-dvi install-dvi-am \ |
721 | install-data-am install-dvi install-dvi-am install-exec \ | 660 | install-exec install-exec-am install-html install-html-am \ |
722 | install-exec-am install-html install-html-am install-info \ | 661 | install-info install-info-am install-man install-pdf \ |
723 | install-info-am install-man install-pdf install-pdf-am \ | 662 | install-pdf-am install-ps install-ps-am install-strip \ |
724 | install-ps install-ps-am install-strip installcheck \ | 663 | installcheck installcheck-am installdirs maintainer-clean \ |
725 | installcheck-am installdirs maintainer-clean \ | ||
726 | maintainer-clean-generic mostlyclean mostlyclean-compile \ | 664 | maintainer-clean-generic mostlyclean mostlyclean-compile \ |
727 | mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ | 665 | mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
728 | tags tags-am uninstall uninstall-am uninstall-binPROGRAMS | 666 | tags uninstall uninstall-am uninstall-binPROGRAMS |
729 | 667 | ||
730 | 668 | ||
731 | # Tell versions [3.59,3.63) of GNU make to not export all variables. | 669 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |