aboutsummaryrefslogtreecommitdiff
path: root/src/merchant/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/merchant/Makefile')
-rw-r--r--src/merchant/Makefile227
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
19am__make_dryrun = \ 18am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
20 { \ 19am__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
61am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
36pkgdatadir = $(datadir)/taler 63pkgdatadir = $(datadir)/taler
37pkgincludedir = $(includedir)/taler 64pkgincludedir = $(includedir)/taler
38pkglibdir = $(libdir)/taler 65pkglibdir = $(libdir)/taler
@@ -55,7 +82,8 @@ bin_PROGRAMS = taler-merchant-dbinit$(EXEEXT) \
55 taler-merchant-serve$(EXEEXT) 82 taler-merchant-serve$(EXEEXT)
56check_PROGRAMS = test-merchant$(EXEEXT) test-merchant-db$(EXEEXT) 83check_PROGRAMS = test-merchant$(EXEEXT) test-merchant-db$(EXEEXT)
57subdir = src/merchant 84subdir = src/merchant
58DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 85DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
86 $(top_srcdir)/depcomp
59ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 87ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
60am__aclocal_m4_deps = $(top_srcdir)/m4/ax_lib_postgresql.m4 \ 88am__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 =
78AM_V_lt = $(am__v_lt_$(V)) 106AM_V_lt = $(am__v_lt_$(V))
79am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) 107am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
80am__v_lt_0 = --silent 108am__v_lt_0 = --silent
109am__v_lt_1 =
81taler_merchant_dbinit_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ 110taler_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)
98test_merchant_db_OBJECTS = $(am_test_merchant_db_OBJECTS) 127test_merchant_db_OBJECTS = $(am_test_merchant_db_OBJECTS)
99test_merchant_db_DEPENDENCIES = 128test_merchant_db_DEPENDENCIES =
129AM_V_P = $(am__v_P_$(V))
130am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
131am__v_P_0 = false
132am__v_P_1 = :
133AM_V_GEN = $(am__v_GEN_$(V))
134am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
135am__v_GEN_0 = @echo " GEN " $@;
136am__v_GEN_1 =
137AM_V_at = $(am__v_at_$(V))
138am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
139am__v_at_0 = @
140am__v_at_1 =
100DEFAULT_INCLUDES = -I. -I$(top_builddir) 141DEFAULT_INCLUDES = -I. -I$(top_builddir)
101depcomp = $(SHELL) $(top_srcdir)/depcomp 142depcomp = $(SHELL) $(top_srcdir)/depcomp
102am__depfiles_maybe = depfiles 143am__depfiles_maybe = depfiles
@@ -109,20 +150,16 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
109 $(AM_CFLAGS) $(CFLAGS) 150 $(AM_CFLAGS) $(CFLAGS)
110AM_V_CC = $(am__v_CC_$(V)) 151AM_V_CC = $(am__v_CC_$(V))
111am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) 152am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
112am__v_CC_0 = @echo " CC " $@; 153am__v_CC_0 = @echo " CC " $@;
113AM_V_at = $(am__v_at_$(V)) 154am__v_CC_1 =
114am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
115am__v_at_0 = @
116CCLD = $(CC) 155CCLD = $(CC)
117LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 156LINK = $(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 $@
120AM_V_CCLD = $(am__v_CCLD_$(V)) 159AM_V_CCLD = $(am__v_CCLD_$(V))
121am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) 160am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
122am__v_CCLD_0 = @echo " CCLD " $@; 161am__v_CCLD_0 = @echo " CCLD " $@;
123AM_V_GEN = $(am__v_GEN_$(V)) 162am__v_CCLD_1 =
124am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
125am__v_GEN_0 = @echo " GEN " $@;
126SOURCES = $(taler_merchant_dbinit_SOURCES) \ 163SOURCES = $(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
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)`
137ETAGS = etags 191ETAGS = etags
138CTAGS = ctags 192CTAGS = ctags
139DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 193DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
140ACLOCAL = ${SHELL} /home/grothoff/research/taler-merchant/missing --run aclocal-1.11 194ACLOCAL = ${SHELL} /home/grothoff/research/taler-merchant/missing aclocal-1.14
141AMTAR = $${TAR-tar} 195AMTAR = $${TAR-tar}
142AM_DEFAULT_VERBOSITY = 0 196AM_DEFAULT_VERBOSITY = 0
143AR = ar 197AR = ar
144AUTOCONF = ${SHELL} /home/grothoff/research/taler-merchant/missing --run autoconf 198AUTOCONF = ${SHELL} /home/grothoff/research/taler-merchant/missing autoconf
145AUTOHEADER = ${SHELL} /home/grothoff/research/taler-merchant/missing --run autoheader 199AUTOHEADER = ${SHELL} /home/grothoff/research/taler-merchant/missing autoheader
146AUTOMAKE = ${SHELL} /home/grothoff/research/taler-merchant/missing --run automake-1.11 200AUTOMAKE = ${SHELL} /home/grothoff/research/taler-merchant/missing automake-1.14
147AWK = gawk 201AWK = gawk
148CC = gcc 202CC = gcc
149CCDEPMODE = depmode=gcc3 203CCDEPMODE = depmode=gcc3
150CFLAGS = -Wall -g -Wall 204CFLAGS = -Wall -g -O0 -Wall
151CPP = gcc -E 205CPP = gcc -E
152CPPFLAGS = -I/home/grothoff//include -I/home/grothoff//include -I/usr/include/postgresql 206CPPFLAGS = -I/home/grothoff//include -I/home/grothoff//include -I/usr/include/postgresql
153CYGPATH_W = echo 207CYGPATH_W = echo
@@ -171,8 +225,8 @@ INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
171LD = /usr/bin/ld -m elf_x86_64 225LD = /usr/bin/ld -m elf_x86_64
172LDFLAGS = -L/home/grothoff//lib -L/home/grothoff//lib 226LDFLAGS = -L/home/grothoff//lib -L/home/grothoff//lib
173LIBGCRYPT_CFLAGS = 227LIBGCRYPT_CFLAGS =
174LIBGCRYPT_CONFIG = /home/grothoff/bin/libgcrypt-config 228LIBGCRYPT_CONFIG = /usr/bin/libgcrypt-config
175LIBGCRYPT_LIBS = 229LIBGCRYPT_LIBS = -lgcrypt
176LIBGNURL = -L/home/grothoff/lib -lgnurl 230LIBGNURL = -L/home/grothoff/lib -lgnurl
177LIBGNURL_CPPFLAGS = -I/home/grothoff/include 231LIBGNURL_CPPFLAGS = -I/home/grothoff/include
178LIBOBJS = 232LIBOBJS =
@@ -181,7 +235,7 @@ LIBTOOL = $(SHELL) $(top_builddir)/libtool
181LIPO = 235LIPO =
182LN_S = ln -s 236LN_S = ln -s
183LTLIBOBJS = 237LTLIBOBJS =
184MAKEINFO = ${SHELL} /home/grothoff/research/taler-merchant/missing --run makeinfo 238MAKEINFO = ${SHELL} /home/grothoff/research/taler-merchant/missing makeinfo
185MANIFEST_TOOL = : 239MANIFEST_TOOL = :
186MKDIR_P = /bin/mkdir -p 240MKDIR_P = /bin/mkdir -p
187NM = /usr/bin/nm -B 241NM = /usr/bin/nm -B
@@ -200,12 +254,12 @@ PACKAGE_VERSION = 0.0.0
200PATH_SEPARATOR = : 254PATH_SEPARATOR = :
201PG_CONFIG = /usr/bin/pg_config 255PG_CONFIG = /usr/bin/pg_config
202POSTGRESQL_CPPFLAGS = -I/usr/include/postgresql 256POSTGRESQL_CPPFLAGS = -I/usr/include/postgresql
203POSTGRESQL_LDFLAGS = -L/usr/lib 257POSTGRESQL_LDFLAGS = -L/usr/lib/x86_64-linux-gnu
204POSTGRESQL_VERSION = 9.1.14 258POSTGRESQL_VERSION = 9.4.0
205RANLIB = ranlib 259RANLIB = ranlib
206SED = /bin/sed 260SED = /bin/sed
207SET_MAKE = 261SET_MAKE =
208SHELL = /bin/sh 262SHELL = /bin/bash
209STRIP = strip 263STRIP = strip
210VERSION = 0.0.0 264VERSION = 0.0.0
211_libgnurl_config = 265_libgnurl_config =
@@ -247,10 +301,10 @@ libexecdir = ${exec_prefix}/libexec
247localedir = ${datarootdir}/locale 301localedir = ${datarootdir}/locale
248localstatedir = ${prefix}/var 302localstatedir = ${prefix}/var
249mandir = ${datarootdir}/man 303mandir = ${datarootdir}/man
250mkdir_p = /bin/mkdir -p 304mkdir_p = $(MKDIR_P)
251oldincludedir = /usr/include 305oldincludedir = /usr/include
252pdfdir = ${docdir} 306pdfdir = ${docdir}
253prefix = /home/grothoff 307prefix = /usr/local
254program_transform_name = s,x,x, 308program_transform_name = s,x,x,
255psdir = ${docdir} 309psdir = ${docdir}
256sbindir = ${exec_prefix}/sbin 310sbindir = ${exec_prefix}/sbin
@@ -291,6 +345,7 @@ test_merchant_db_SOURCES = \
291 345
292test_merchant_db_LDADD = \ 346test_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
405taler-merchant-dbinit$(EXEEXT): $(taler_merchant_dbinit_OBJECTS) $(taler_merchant_dbinit_DEPENDENCIES) $(EXTRA_taler_merchant_dbinit_DEPENDENCIES) 464taler-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
408taler-merchant-serve$(EXEEXT): $(taler_merchant_serve_OBJECTS) $(taler_merchant_serve_DEPENDENCIES) $(EXTRA_taler_merchant_serve_DEPENDENCIES) 468taler-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
411test-merchant$(EXEEXT): $(test_merchant_OBJECTS) $(test_merchant_DEPENDENCIES) $(EXTRA_test_merchant_DEPENDENCIES) 472test-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
414test-merchant-db$(EXEEXT): $(test_merchant_db_OBJECTS) $(test_merchant_db_DEPENDENCIES) $(EXTRA_test_merchant_db_DEPENDENCIES) 476test-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:
458clean-libtool: 520clean-libtool:
459 -rm -rf .libs _libs 521 -rm -rf .libs _libs
460 522
461ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 523ID: $(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 \ 525tags: tags-am
464 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 526TAGS: tags
465 done | \ 527
466 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 528tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
467 END { if (nonempty) { for (i in files) print i; }; }'`; \
468 mkid -fID $$unique
469tags: TAGS
470
471TAGS: $(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
492ctags: CTAGS 543ctags: ctags-am
493CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 544
494 $(TAGS_FILES) $(LISP) 545CTAGS: ctags
495 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 546ctags-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"
556cscopelist: cscopelist-am
557
558cscopelist-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
510distclean-tags: 572distclean-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.