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.in435
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@
16VPATH = @srcdir@
17am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18am__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
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@
63pkgincludedir = $(includedir)/@PACKAGE@
64pkglibdir = $(libdir)/@PACKAGE@
65pkglibexecdir = $(libexecdir)/@PACKAGE@
66am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67install_sh_DATA = $(install_sh) -c -m 644
68install_sh_PROGRAM = $(install_sh) -c
69install_sh_SCRIPT = $(install_sh) -c
70INSTALL_HEADER = $(INSTALL_DATA)
71transform = $(program_transform_name)
72NORMAL_INSTALL = :
73PRE_INSTALL = :
74POST_INSTALL = :
75NORMAL_UNINSTALL = :
76PRE_UNINSTALL = :
77POST_UNINSTALL = :
78build_triplet = @build@
79host_triplet = @host@
80subdir = src/include
81DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
82ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
83am__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
88am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
89 $(ACLOCAL_M4)
90mkinstalldirs = $(install_sh) -d
91CONFIG_HEADER = $(top_builddir)/taler_config.h
92CONFIG_CLEAN_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 = :
98AM_V_GEN = $(am__v_GEN_@AM_V@)
99am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
100am__v_GEN_0 = @echo " GEN " $@;
101am__v_GEN_1 =
102AM_V_at = $(am__v_at_@AM_V@)
103am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
104am__v_at_0 = @
105am__v_at_1 =
106SOURCES =
107DIST_SOURCES =
108am__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
113am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
114DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
115ACLOCAL = @ACLOCAL@
116AMTAR = @AMTAR@
117AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
118AR = @AR@
119AUTOCONF = @AUTOCONF@
120AUTOHEADER = @AUTOHEADER@
121AUTOMAKE = @AUTOMAKE@
122AWK = @AWK@
123CC = @CC@
124CCDEPMODE = @CCDEPMODE@
125CFLAGS = @CFLAGS@
126CPP = @CPP@
127CPPFLAGS = @CPPFLAGS@
128CYGPATH_W = @CYGPATH_W@
129DEFS = @DEFS@
130DEPDIR = @DEPDIR@
131DLLTOOL = @DLLTOOL@
132DSYMUTIL = @DSYMUTIL@
133DUMPBIN = @DUMPBIN@
134ECHO_C = @ECHO_C@
135ECHO_N = @ECHO_N@
136ECHO_T = @ECHO_T@
137EGREP = @EGREP@
138EXEEXT = @EXEEXT@
139FGREP = @FGREP@
140GREP = @GREP@
141INSTALL = @INSTALL@
142INSTALL_DATA = @INSTALL_DATA@
143INSTALL_PROGRAM = @INSTALL_PROGRAM@
144INSTALL_SCRIPT = @INSTALL_SCRIPT@
145INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
146LD = @LD@
147LDFLAGS = @LDFLAGS@
148LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
149LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
150LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
151LIBGNURL = @LIBGNURL@
152LIBGNURL_CPPFLAGS = @LIBGNURL_CPPFLAGS@
153LIBOBJS = @LIBOBJS@
154LIBS = @LIBS@
155LIBTOOL = @LIBTOOL@
156LIPO = @LIPO@
157LN_S = @LN_S@
158LTLIBOBJS = @LTLIBOBJS@
159MAKEINFO = @MAKEINFO@
160MANIFEST_TOOL = @MANIFEST_TOOL@
161MKDIR_P = @MKDIR_P@
162NM = @NM@
163NMEDIT = @NMEDIT@
164OBJDUMP = @OBJDUMP@
165OBJEXT = @OBJEXT@
166OTOOL = @OTOOL@
167OTOOL64 = @OTOOL64@
168PACKAGE = @PACKAGE@
169PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
170PACKAGE_NAME = @PACKAGE_NAME@
171PACKAGE_STRING = @PACKAGE_STRING@
172PACKAGE_TARNAME = @PACKAGE_TARNAME@
173PACKAGE_URL = @PACKAGE_URL@
174PACKAGE_VERSION = @PACKAGE_VERSION@
175PATH_SEPARATOR = @PATH_SEPARATOR@
176PG_CONFIG = @PG_CONFIG@
177POSTGRESQL_CPPFLAGS = @POSTGRESQL_CPPFLAGS@
178POSTGRESQL_LDFLAGS = @POSTGRESQL_LDFLAGS@
179POSTGRESQL_VERSION = @POSTGRESQL_VERSION@
180RANLIB = @RANLIB@
181SED = @SED@
182SET_MAKE = @SET_MAKE@
183SHELL = @SHELL@
184STRIP = @STRIP@
185VERSION = @VERSION@
186_libgnurl_config = @_libgnurl_config@
187abs_builddir = @abs_builddir@
188abs_srcdir = @abs_srcdir@
189abs_top_builddir = @abs_top_builddir@
190abs_top_srcdir = @abs_top_srcdir@
191ac_ct_AR = @ac_ct_AR@
192ac_ct_CC = @ac_ct_CC@
193ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
194am__include = @am__include@
195am__leading_dot = @am__leading_dot@
196am__quote = @am__quote@
197am__tar = @am__tar@
198am__untar = @am__untar@
199bindir = @bindir@
200build = @build@
201build_alias = @build_alias@
202build_cpu = @build_cpu@
203build_os = @build_os@
204build_vendor = @build_vendor@
205builddir = @builddir@
206datadir = @datadir@
207datarootdir = @datarootdir@
208docdir = @docdir@
209dvidir = @dvidir@
210exec_prefix = @exec_prefix@
211host = @host@
212host_alias = @host_alias@
213host_cpu = @host_cpu@
214host_os = @host_os@
215host_vendor = @host_vendor@
216htmldir = @htmldir@
217includedir = @includedir@
218infodir = @infodir@
219install_sh = @install_sh@
220libdir = @libdir@
221libexecdir = @libexecdir@
222localedir = @localedir@
223localstatedir = @localstatedir@
224mandir = @mandir@
225mkdir_p = @mkdir_p@
226oldincludedir = @oldincludedir@
227pdfdir = @pdfdir@
228prefix = @prefix@
229program_transform_name = @program_transform_name@
230psdir = @psdir@
231sbindir = @sbindir@
232sharedstatedir = @sharedstatedir@
233srcdir = @srcdir@
234sysconfdir = @sysconfdir@
235target_alias = @target_alias@
236top_build_prefix = @top_build_prefix@
237top_builddir = @top_builddir@
238top_srcdir = @top_srcdir@
239EXTRA_DIST = \
240 platform.h
241
242all: 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
258Makefile: $(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
276mostlyclean-libtool:
277 -rm -f *.lo
278
279clean-libtool:
280 -rm -rf .libs _libs
281tags TAGS:
282
283ctags CTAGS:
284
285cscope cscopelist:
286
287
288distdir: $(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
318check-am: all-am
319check: check-am
320all-am: Makefile
321installdirs:
322install: install-am
323install-exec: install-exec-am
324install-data: install-data-am
325uninstall: uninstall-am
326
327install-am: all-am
328 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
329
330installcheck: installcheck-am
331install-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
341mostlyclean-generic:
342
343clean-generic:
344
345distclean-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
349maintainer-clean-generic:
350 @echo "This command is intended for maintainers to use"
351 @echo "it deletes files that may require special tools to rebuild."
352clean: clean-am
353
354clean-am: clean-generic clean-libtool mostlyclean-am
355
356distclean: distclean-am
357 -rm -f Makefile
358distclean-am: clean-am distclean-generic
359
360dvi: dvi-am
361
362dvi-am:
363
364html: html-am
365
366html-am:
367
368info: info-am
369
370info-am:
371
372install-data-am:
373
374install-dvi: install-dvi-am
375
376install-dvi-am:
377
378install-exec-am:
379
380install-html: install-html-am
381
382install-html-am:
383
384install-info: install-info-am
385
386install-info-am:
387
388install-man:
389
390install-pdf: install-pdf-am
391
392install-pdf-am:
393
394install-ps: install-ps-am
395
396install-ps-am:
397
398installcheck-am:
399
400maintainer-clean: maintainer-clean-am
401 -rm -f Makefile
402maintainer-clean-am: distclean-am maintainer-clean-generic
403
404mostlyclean: mostlyclean-am
405
406mostlyclean-am: mostlyclean-generic mostlyclean-libtool
407
408pdf: pdf-am
409
410pdf-am:
411
412ps: ps-am
413
414ps-am:
415
416uninstall-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: