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