aboutsummaryrefslogtreecommitdiff
path: root/src/include/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/Makefile.in')
-rw-r--r--src/include/Makefile.in101
1 files changed, 68 insertions, 33 deletions
diff --git a/src/include/Makefile.in b/src/include/Makefile.in
index be0db53a..6959557a 100644
--- a/src/include/Makefile.in
+++ b/src/include/Makefile.in
@@ -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# @configure_input@ 2# @configure_input@
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.
@@ -15,23 +14,51 @@
15 14
16@SET_MAKE@ 15@SET_MAKE@
17VPATH = @srcdir@ 16VPATH = @srcdir@
18am__make_dryrun = \ 17am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19 { \ 18am__make_running_with_option = \
20 am__dry=no; \ 19 case $${target_option-} in \
20 ?) ;; \
21 *) echo "am__make_running_with_option: internal error: invalid" \
22 "target option '$${target_option-}' specified" >&2; \
23 exit 1;; \
24 esac; \
25 has_opt=no; \
26 sane_makeflags=$$MAKEFLAGS; \
27 if $(am__is_gnu_make); then \
28 sane_makeflags=$$MFLAGS; \
29 else \
21 case $$MAKEFLAGS in \ 30 case $$MAKEFLAGS in \
22 *\\[\ \ ]*) \ 31 *\\[\ \ ]*) \
23 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ 32 bs=\\; \
24 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ 33 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
25 *) \ 34 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
26 for am__flg in $$MAKEFLAGS; do \ 35 esac; \
27 case $$am__flg in \ 36 fi; \
28 *=*|--*) ;; \ 37 skip_next=no; \
29 *n*) am__dry=yes; break;; \ 38 strip_trailopt () \
30 esac; \ 39 { \
31 done;; \ 40 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41 }; \
42 for flg in $$sane_makeflags; do \
43 test $$skip_next = yes && { skip_next=no; continue; }; \
44 case $$flg in \
45 *=*|--*) continue;; \
46 -*I) strip_trailopt 'I'; skip_next=yes;; \
47 -*I?*) strip_trailopt 'I';; \
48 -*O) strip_trailopt 'O'; skip_next=yes;; \
49 -*O?*) strip_trailopt 'O';; \
50 -*l) strip_trailopt 'l'; skip_next=yes;; \
51 -*l?*) strip_trailopt 'l';; \
52 -[dEDm]) skip_next=yes;; \
53 -[JT]) skip_next=yes;; \
54 esac; \
55 case $$flg in \
56 *$$target_option*) has_opt=yes; break;; \
32 esac; \ 57 esac; \
33 test $$am__dry = yes; \ 58 done; \
34 } 59 test $$has_opt = yes
60am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
35pkgdatadir = $(datadir)/@PACKAGE@ 62pkgdatadir = $(datadir)/@PACKAGE@
36pkgincludedir = $(includedir)/@PACKAGE@ 63pkgincludedir = $(includedir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@ 64pkglibdir = $(libdir)/@PACKAGE@
@@ -51,7 +78,7 @@ POST_UNINSTALL = :
51build_triplet = @build@ 78build_triplet = @build@
52host_triplet = @host@ 79host_triplet = @host@
53subdir = src/include 80subdir = src/include
54DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 81DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
55ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 82ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
56am__aclocal_m4_deps = $(top_srcdir)/m4/ax_lib_postgresql.m4 \ 83am__aclocal_m4_deps = $(top_srcdir)/m4/ax_lib_postgresql.m4 \
57 $(top_srcdir)/m4/libgnurl.m4 $(top_srcdir)/m4/libtool.m4 \ 84 $(top_srcdir)/m4/libgnurl.m4 $(top_srcdir)/m4/libtool.m4 \
@@ -64,12 +91,18 @@ mkinstalldirs = $(install_sh) -d
64CONFIG_HEADER = $(top_builddir)/taler_config.h 91CONFIG_HEADER = $(top_builddir)/taler_config.h
65CONFIG_CLEAN_FILES = 92CONFIG_CLEAN_FILES =
66CONFIG_CLEAN_VPATH_FILES = 93CONFIG_CLEAN_VPATH_FILES =
94AM_V_P = $(am__v_P_@AM_V@)
95am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
96am__v_P_0 = false
97am__v_P_1 = :
67AM_V_GEN = $(am__v_GEN_@AM_V@) 98AM_V_GEN = $(am__v_GEN_@AM_V@)
68am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 99am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
69am__v_GEN_0 = @echo " GEN " $@; 100am__v_GEN_0 = @echo " GEN " $@;
101am__v_GEN_1 =
70AM_V_at = $(am__v_at_@AM_V@) 102AM_V_at = $(am__v_at_@AM_V@)
71am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 103am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
72am__v_at_0 = @ 104am__v_at_0 = @
105am__v_at_1 =
73SOURCES = 106SOURCES =
74DIST_SOURCES = 107DIST_SOURCES =
75am__can_run_installinfo = \ 108am__can_run_installinfo = \
@@ -77,6 +110,7 @@ am__can_run_installinfo = \
77 n|no|NO) false;; \ 110 n|no|NO) false;; \
78 *) (install-info --version) >/dev/null 2>&1;; \ 111 *) (install-info --version) >/dev/null 2>&1;; \
79 esac 112 esac
113am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
80DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 114DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
81ACLOCAL = @ACLOCAL@ 115ACLOCAL = @ACLOCAL@
82AMTAR = @AMTAR@ 116AMTAR = @AMTAR@
@@ -244,11 +278,11 @@ mostlyclean-libtool:
244 278
245clean-libtool: 279clean-libtool:
246 -rm -rf .libs _libs 280 -rm -rf .libs _libs
247tags: TAGS 281tags TAGS:
248TAGS: 282
283ctags CTAGS:
249 284
250ctags: CTAGS 285cscope cscopelist:
251CTAGS:
252 286
253 287
254distdir: $(DISTFILES) 288distdir: $(DISTFILES)
@@ -384,15 +418,16 @@ uninstall-am:
384.MAKE: install-am install-strip 418.MAKE: install-am install-strip
385 419
386.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 420.PHONY: all all-am check check-am clean clean-generic clean-libtool \
387 distclean distclean-generic distclean-libtool distdir dvi \ 421 cscopelist-am ctags-am distclean distclean-generic \
388 dvi-am html html-am info info-am install install-am \ 422 distclean-libtool distdir dvi dvi-am html html-am info info-am \
389 install-data install-data-am install-dvi install-dvi-am \ 423 install install-am install-data install-data-am install-dvi \
390 install-exec install-exec-am install-html install-html-am \ 424 install-dvi-am install-exec install-exec-am install-html \
391 install-info install-info-am install-man install-pdf \ 425 install-html-am install-info install-info-am install-man \
392 install-pdf-am install-ps install-ps-am install-strip \ 426 install-pdf install-pdf-am install-ps install-ps-am \
393 installcheck installcheck-am installdirs maintainer-clean \ 427 install-strip installcheck installcheck-am installdirs \
394 maintainer-clean-generic mostlyclean mostlyclean-generic \ 428 maintainer-clean maintainer-clean-generic mostlyclean \
395 mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am 429 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
430 tags-am uninstall uninstall-am
396 431
397 432
398# Tell versions [3.59,3.63) of GNU make to not export all variables. 433# Tell versions [3.59,3.63) of GNU make to not export all variables.