diff options
Diffstat (limited to 'src/include/Makefile.in')
-rw-r--r-- | src/include/Makefile.in | 435 |
1 files changed, 435 insertions, 0 deletions
diff --git a/src/include/Makefile.in b/src/include/Makefile.in new file mode 100644 index 00000000..6959557a --- /dev/null +++ b/src/include/Makefile.in | |||
@@ -0,0 +1,435 @@ | |||
1 | # Makefile.in generated by automake 1.14.1 from Makefile.am. | ||
2 | # @configure_input@ | ||
3 | |||
4 | # Copyright (C) 1994-2013 Free Software Foundation, Inc. | ||
5 | |||
6 | # This Makefile.in is free software; the Free Software Foundation | ||
7 | # gives unlimited permission to copy and/or distribute it, | ||
8 | # with or without modifications, as long as this notice is preserved. | ||
9 | |||
10 | # This program is distributed in the hope that it will be useful, | ||
11 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without | ||
12 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | ||
13 | # PARTICULAR PURPOSE. | ||
14 | |||
15 | @SET_MAKE@ | ||
16 | VPATH = @srcdir@ | ||
17 | am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' | ||
18 | am__make_running_with_option = \ | ||
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 \ | ||
30 | case $$MAKEFLAGS in \ | ||
31 | *\\[\ \ ]*) \ | ||
32 | bs=\\; \ | ||
33 | sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | ||
34 | | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ | ||
35 | esac; \ | ||
36 | fi; \ | ||
37 | skip_next=no; \ | ||
38 | strip_trailopt () \ | ||
39 | { \ | ||
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;; \ | ||
57 | esac; \ | ||
58 | done; \ | ||
59 | test $$has_opt = yes | ||
60 | am__make_dryrun = (target_option=n; $(am__make_running_with_option)) | ||
61 | am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) | ||
62 | pkgdatadir = $(datadir)/@PACKAGE@ | ||
63 | pkgincludedir = $(includedir)/@PACKAGE@ | ||
64 | pkglibdir = $(libdir)/@PACKAGE@ | ||
65 | pkglibexecdir = $(libexecdir)/@PACKAGE@ | ||
66 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | ||
67 | install_sh_DATA = $(install_sh) -c -m 644 | ||
68 | install_sh_PROGRAM = $(install_sh) -c | ||
69 | install_sh_SCRIPT = $(install_sh) -c | ||
70 | INSTALL_HEADER = $(INSTALL_DATA) | ||
71 | transform = $(program_transform_name) | ||
72 | NORMAL_INSTALL = : | ||
73 | PRE_INSTALL = : | ||
74 | POST_INSTALL = : | ||
75 | NORMAL_UNINSTALL = : | ||
76 | PRE_UNINSTALL = : | ||
77 | POST_UNINSTALL = : | ||
78 | build_triplet = @build@ | ||
79 | host_triplet = @host@ | ||
80 | subdir = src/include | ||
81 | DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am | ||
82 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | ||
83 | am__aclocal_m4_deps = $(top_srcdir)/m4/ax_lib_postgresql.m4 \ | ||
84 | $(top_srcdir)/m4/libgnurl.m4 $(top_srcdir)/m4/libtool.m4 \ | ||
85 | $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ | ||
86 | $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ | ||
87 | $(top_srcdir)/configure.ac | ||
88 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | ||
89 | $(ACLOCAL_M4) | ||
90 | mkinstalldirs = $(install_sh) -d | ||
91 | CONFIG_HEADER = $(top_builddir)/taler_config.h | ||
92 | CONFIG_CLEAN_FILES = | ||
93 | CONFIG_CLEAN_VPATH_FILES = | ||
94 | AM_V_P = $(am__v_P_@AM_V@) | ||
95 | am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) | ||
96 | am__v_P_0 = false | ||
97 | am__v_P_1 = : | ||
98 | AM_V_GEN = $(am__v_GEN_@AM_V@) | ||
99 | am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) | ||
100 | am__v_GEN_0 = @echo " GEN " $@; | ||
101 | am__v_GEN_1 = | ||
102 | AM_V_at = $(am__v_at_@AM_V@) | ||
103 | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) | ||
104 | am__v_at_0 = @ | ||
105 | am__v_at_1 = | ||
106 | SOURCES = | ||
107 | DIST_SOURCES = | ||
108 | am__can_run_installinfo = \ | ||
109 | case $$AM_UPDATE_INFO_DIR in \ | ||
110 | n|no|NO) false;; \ | ||
111 | *) (install-info --version) >/dev/null 2>&1;; \ | ||
112 | esac | ||
113 | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) | ||
114 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | ||
115 | ACLOCAL = @ACLOCAL@ | ||
116 | AMTAR = @AMTAR@ | ||
117 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | ||
118 | AR = @AR@ | ||
119 | AUTOCONF = @AUTOCONF@ | ||
120 | AUTOHEADER = @AUTOHEADER@ | ||
121 | AUTOMAKE = @AUTOMAKE@ | ||
122 | AWK = @AWK@ | ||
123 | CC = @CC@ | ||
124 | CCDEPMODE = @CCDEPMODE@ | ||
125 | CFLAGS = @CFLAGS@ | ||
126 | CPP = @CPP@ | ||
127 | CPPFLAGS = @CPPFLAGS@ | ||
128 | CYGPATH_W = @CYGPATH_W@ | ||
129 | DEFS = @DEFS@ | ||
130 | DEPDIR = @DEPDIR@ | ||
131 | DLLTOOL = @DLLTOOL@ | ||
132 | DSYMUTIL = @DSYMUTIL@ | ||
133 | DUMPBIN = @DUMPBIN@ | ||
134 | ECHO_C = @ECHO_C@ | ||
135 | ECHO_N = @ECHO_N@ | ||
136 | ECHO_T = @ECHO_T@ | ||
137 | EGREP = @EGREP@ | ||
138 | EXEEXT = @EXEEXT@ | ||
139 | FGREP = @FGREP@ | ||
140 | GREP = @GREP@ | ||
141 | INSTALL = @INSTALL@ | ||
142 | INSTALL_DATA = @INSTALL_DATA@ | ||
143 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ | ||
144 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ | ||
145 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | ||
146 | LD = @LD@ | ||
147 | LDFLAGS = @LDFLAGS@ | ||
148 | LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@ | ||
149 | LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@ | ||
150 | LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@ | ||
151 | LIBGNURL = @LIBGNURL@ | ||
152 | LIBGNURL_CPPFLAGS = @LIBGNURL_CPPFLAGS@ | ||
153 | LIBOBJS = @LIBOBJS@ | ||
154 | LIBS = @LIBS@ | ||
155 | LIBTOOL = @LIBTOOL@ | ||
156 | LIPO = @LIPO@ | ||
157 | LN_S = @LN_S@ | ||
158 | LTLIBOBJS = @LTLIBOBJS@ | ||
159 | MAKEINFO = @MAKEINFO@ | ||
160 | MANIFEST_TOOL = @MANIFEST_TOOL@ | ||
161 | MKDIR_P = @MKDIR_P@ | ||
162 | NM = @NM@ | ||
163 | NMEDIT = @NMEDIT@ | ||
164 | OBJDUMP = @OBJDUMP@ | ||
165 | OBJEXT = @OBJEXT@ | ||
166 | OTOOL = @OTOOL@ | ||
167 | OTOOL64 = @OTOOL64@ | ||
168 | PACKAGE = @PACKAGE@ | ||
169 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | ||
170 | PACKAGE_NAME = @PACKAGE_NAME@ | ||
171 | PACKAGE_STRING = @PACKAGE_STRING@ | ||
172 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ | ||
173 | PACKAGE_URL = @PACKAGE_URL@ | ||
174 | PACKAGE_VERSION = @PACKAGE_VERSION@ | ||
175 | PATH_SEPARATOR = @PATH_SEPARATOR@ | ||
176 | PG_CONFIG = @PG_CONFIG@ | ||
177 | POSTGRESQL_CPPFLAGS = @POSTGRESQL_CPPFLAGS@ | ||
178 | POSTGRESQL_LDFLAGS = @POSTGRESQL_LDFLAGS@ | ||
179 | POSTGRESQL_VERSION = @POSTGRESQL_VERSION@ | ||
180 | RANLIB = @RANLIB@ | ||
181 | SED = @SED@ | ||
182 | SET_MAKE = @SET_MAKE@ | ||
183 | SHELL = @SHELL@ | ||
184 | STRIP = @STRIP@ | ||
185 | VERSION = @VERSION@ | ||
186 | _libgnurl_config = @_libgnurl_config@ | ||
187 | abs_builddir = @abs_builddir@ | ||
188 | abs_srcdir = @abs_srcdir@ | ||
189 | abs_top_builddir = @abs_top_builddir@ | ||
190 | abs_top_srcdir = @abs_top_srcdir@ | ||
191 | ac_ct_AR = @ac_ct_AR@ | ||
192 | ac_ct_CC = @ac_ct_CC@ | ||
193 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | ||
194 | am__include = @am__include@ | ||
195 | am__leading_dot = @am__leading_dot@ | ||
196 | am__quote = @am__quote@ | ||
197 | am__tar = @am__tar@ | ||
198 | am__untar = @am__untar@ | ||
199 | bindir = @bindir@ | ||
200 | build = @build@ | ||
201 | build_alias = @build_alias@ | ||
202 | build_cpu = @build_cpu@ | ||
203 | build_os = @build_os@ | ||
204 | build_vendor = @build_vendor@ | ||
205 | builddir = @builddir@ | ||
206 | datadir = @datadir@ | ||
207 | datarootdir = @datarootdir@ | ||
208 | docdir = @docdir@ | ||
209 | dvidir = @dvidir@ | ||
210 | exec_prefix = @exec_prefix@ | ||
211 | host = @host@ | ||
212 | host_alias = @host_alias@ | ||
213 | host_cpu = @host_cpu@ | ||
214 | host_os = @host_os@ | ||
215 | host_vendor = @host_vendor@ | ||
216 | htmldir = @htmldir@ | ||
217 | includedir = @includedir@ | ||
218 | infodir = @infodir@ | ||
219 | install_sh = @install_sh@ | ||
220 | libdir = @libdir@ | ||
221 | libexecdir = @libexecdir@ | ||
222 | localedir = @localedir@ | ||
223 | localstatedir = @localstatedir@ | ||
224 | mandir = @mandir@ | ||
225 | mkdir_p = @mkdir_p@ | ||
226 | oldincludedir = @oldincludedir@ | ||
227 | pdfdir = @pdfdir@ | ||
228 | prefix = @prefix@ | ||
229 | program_transform_name = @program_transform_name@ | ||
230 | psdir = @psdir@ | ||
231 | sbindir = @sbindir@ | ||
232 | sharedstatedir = @sharedstatedir@ | ||
233 | srcdir = @srcdir@ | ||
234 | sysconfdir = @sysconfdir@ | ||
235 | target_alias = @target_alias@ | ||
236 | top_build_prefix = @top_build_prefix@ | ||
237 | top_builddir = @top_builddir@ | ||
238 | top_srcdir = @top_srcdir@ | ||
239 | EXTRA_DIST = \ | ||
240 | platform.h | ||
241 | |||
242 | all: all-am | ||
243 | |||
244 | .SUFFIXES: | ||
245 | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | ||
246 | @for dep in $?; do \ | ||
247 | case '$(am__configure_deps)' in \ | ||
248 | *$$dep*) \ | ||
249 | ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ | ||
250 | && { if test -f $@; then exit 0; else break; fi; }; \ | ||
251 | exit 1;; \ | ||
252 | esac; \ | ||
253 | done; \ | ||
254 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/include/Makefile'; \ | ||
255 | $(am__cd) $(top_srcdir) && \ | ||
256 | $(AUTOMAKE) --gnu src/include/Makefile | ||
257 | .PRECIOUS: Makefile | ||
258 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | ||
259 | @case '$?' in \ | ||
260 | *config.status*) \ | ||
261 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ | ||
262 | *) \ | ||
263 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ | ||
264 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ | ||
265 | esac; | ||
266 | |||
267 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | ||
268 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
269 | |||
270 | $(top_srcdir)/configure: $(am__configure_deps) | ||
271 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
272 | $(ACLOCAL_M4): $(am__aclocal_m4_deps) | ||
273 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
274 | $(am__aclocal_m4_deps): | ||
275 | |||
276 | mostlyclean-libtool: | ||
277 | -rm -f *.lo | ||
278 | |||
279 | clean-libtool: | ||
280 | -rm -rf .libs _libs | ||
281 | tags TAGS: | ||
282 | |||
283 | ctags CTAGS: | ||
284 | |||
285 | cscope cscopelist: | ||
286 | |||
287 | |||
288 | distdir: $(DISTFILES) | ||
289 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | ||
290 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | ||
291 | list='$(DISTFILES)'; \ | ||
292 | dist_files=`for file in $$list; do echo $$file; done | \ | ||
293 | sed -e "s|^$$srcdirstrip/||;t" \ | ||
294 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | ||
295 | case $$dist_files in \ | ||
296 | */*) $(MKDIR_P) `echo "$$dist_files" | \ | ||
297 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | ||
298 | sort -u` ;; \ | ||
299 | esac; \ | ||
300 | for file in $$dist_files; do \ | ||
301 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | ||
302 | if test -d $$d/$$file; then \ | ||
303 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ | ||
304 | if test -d "$(distdir)/$$file"; then \ | ||
305 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | ||
306 | fi; \ | ||
307 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | ||
308 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ | ||
309 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | ||
310 | fi; \ | ||
311 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ | ||
312 | else \ | ||
313 | test -f "$(distdir)/$$file" \ | ||
314 | || cp -p $$d/$$file "$(distdir)/$$file" \ | ||
315 | || exit 1; \ | ||
316 | fi; \ | ||
317 | done | ||
318 | check-am: all-am | ||
319 | check: check-am | ||
320 | all-am: Makefile | ||
321 | installdirs: | ||
322 | install: install-am | ||
323 | install-exec: install-exec-am | ||
324 | install-data: install-data-am | ||
325 | uninstall: uninstall-am | ||
326 | |||
327 | install-am: all-am | ||
328 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | ||
329 | |||
330 | installcheck: installcheck-am | ||
331 | install-strip: | ||
332 | if test -z '$(STRIP)'; then \ | ||
333 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | ||
334 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | ||
335 | install; \ | ||
336 | else \ | ||
337 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | ||
338 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | ||
339 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ | ||
340 | fi | ||
341 | mostlyclean-generic: | ||
342 | |||
343 | clean-generic: | ||
344 | |||
345 | distclean-generic: | ||
346 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | ||
347 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) | ||
348 | |||
349 | maintainer-clean-generic: | ||
350 | @echo "This command is intended for maintainers to use" | ||
351 | @echo "it deletes files that may require special tools to rebuild." | ||
352 | clean: clean-am | ||
353 | |||
354 | clean-am: clean-generic clean-libtool mostlyclean-am | ||
355 | |||
356 | distclean: distclean-am | ||
357 | -rm -f Makefile | ||
358 | distclean-am: clean-am distclean-generic | ||
359 | |||
360 | dvi: dvi-am | ||
361 | |||
362 | dvi-am: | ||
363 | |||
364 | html: html-am | ||
365 | |||
366 | html-am: | ||
367 | |||
368 | info: info-am | ||
369 | |||
370 | info-am: | ||
371 | |||
372 | install-data-am: | ||
373 | |||
374 | install-dvi: install-dvi-am | ||
375 | |||
376 | install-dvi-am: | ||
377 | |||
378 | install-exec-am: | ||
379 | |||
380 | install-html: install-html-am | ||
381 | |||
382 | install-html-am: | ||
383 | |||
384 | install-info: install-info-am | ||
385 | |||
386 | install-info-am: | ||
387 | |||
388 | install-man: | ||
389 | |||
390 | install-pdf: install-pdf-am | ||
391 | |||
392 | install-pdf-am: | ||
393 | |||
394 | install-ps: install-ps-am | ||
395 | |||
396 | install-ps-am: | ||
397 | |||
398 | installcheck-am: | ||
399 | |||
400 | maintainer-clean: maintainer-clean-am | ||
401 | -rm -f Makefile | ||
402 | maintainer-clean-am: distclean-am maintainer-clean-generic | ||
403 | |||
404 | mostlyclean: mostlyclean-am | ||
405 | |||
406 | mostlyclean-am: mostlyclean-generic mostlyclean-libtool | ||
407 | |||
408 | pdf: pdf-am | ||
409 | |||
410 | pdf-am: | ||
411 | |||
412 | ps: ps-am | ||
413 | |||
414 | ps-am: | ||
415 | |||
416 | uninstall-am: | ||
417 | |||
418 | .MAKE: install-am install-strip | ||
419 | |||
420 | .PHONY: all all-am check check-am clean clean-generic clean-libtool \ | ||
421 | cscopelist-am ctags-am distclean distclean-generic \ | ||
422 | distclean-libtool distdir dvi dvi-am html html-am info info-am \ | ||
423 | install install-am install-data install-data-am install-dvi \ | ||
424 | install-dvi-am install-exec install-exec-am install-html \ | ||
425 | install-html-am install-info install-info-am install-man \ | ||
426 | install-pdf install-pdf-am install-ps install-ps-am \ | ||
427 | install-strip installcheck installcheck-am installdirs \ | ||
428 | maintainer-clean maintainer-clean-generic mostlyclean \ | ||
429 | mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ | ||
430 | tags-am uninstall uninstall-am | ||
431 | |||
432 | |||
433 | # Tell versions [3.59,3.63) of GNU make to not export all variables. | ||
434 | # Otherwise a system limit (for SysV at least) may be exceeded. | ||
435 | .NOEXPORT: | ||