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