aboutsummaryrefslogtreecommitdiff
path: root/src/include/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/Makefile')
-rw-r--r--src/include/Makefile435
1 files changed, 0 insertions, 435 deletions
diff --git a/src/include/Makefile b/src/include/Makefile
deleted file mode 100644
index f612d3e5..00000000
--- a/src/include/Makefile
+++ /dev/null
@@ -1,435 +0,0 @@
1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# src/include/Makefile. Generated from Makefile.in by configure.
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
16
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)/taler
63pkgincludedir = $(includedir)/taler
64pkglibdir = $(libdir)/taler
65pkglibexecdir = $(libexecdir)/taler
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 = x86_64-unknown-linux-gnu
79host_triplet = x86_64-unknown-linux-gnu
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_$(V))
95am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
96am__v_P_0 = false
97am__v_P_1 = :
98AM_V_GEN = $(am__v_GEN_$(V))
99am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
100am__v_GEN_0 = @echo " GEN " $@;
101am__v_GEN_1 =
102AM_V_at = $(am__v_at_$(V))
103am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
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 = ${SHELL} /home/grothoff/research/taler-merchant/missing aclocal-1.14
116AMTAR = $${TAR-tar}
117AM_DEFAULT_VERBOSITY = 0
118AR = ar
119AUTOCONF = ${SHELL} /home/grothoff/research/taler-merchant/missing autoconf
120AUTOHEADER = ${SHELL} /home/grothoff/research/taler-merchant/missing autoheader
121AUTOMAKE = ${SHELL} /home/grothoff/research/taler-merchant/missing automake-1.14
122AWK = gawk
123CC = gcc
124CCDEPMODE = depmode=gcc3
125CFLAGS = -Wall -g -O0 -Wall
126CPP = gcc -E
127CPPFLAGS = -I/home/grothoff//include -I/home/grothoff//include -I/usr/include/postgresql
128CYGPATH_W = echo
129DEFS = -DHAVE_CONFIG_H
130DEPDIR = .deps
131DLLTOOL = false
132DSYMUTIL =
133DUMPBIN =
134ECHO_C =
135ECHO_N = -n
136ECHO_T =
137EGREP = /bin/grep -E
138EXEEXT =
139FGREP = /bin/grep -F
140GREP = /bin/grep
141INSTALL = /usr/bin/install -c
142INSTALL_DATA = ${INSTALL} -m 644
143INSTALL_PROGRAM = ${INSTALL}
144INSTALL_SCRIPT = ${INSTALL}
145INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
146LD = /usr/bin/ld -m elf_x86_64
147LDFLAGS = -L/home/grothoff//lib -L/home/grothoff//lib
148LIBGCRYPT_CFLAGS =
149LIBGCRYPT_CONFIG = /usr/bin/libgcrypt-config
150LIBGCRYPT_LIBS = -lgcrypt
151LIBGNURL = -L/home/grothoff/lib -lgnurl
152LIBGNURL_CPPFLAGS = -I/home/grothoff/include
153LIBOBJS =
154LIBS =
155LIBTOOL = $(SHELL) $(top_builddir)/libtool
156LIPO =
157LN_S = ln -s
158LTLIBOBJS =
159MAKEINFO = ${SHELL} /home/grothoff/research/taler-merchant/missing makeinfo
160MANIFEST_TOOL = :
161MKDIR_P = /bin/mkdir -p
162NM = /usr/bin/nm -B
163NMEDIT =
164OBJDUMP = objdump
165OBJEXT = o
166OTOOL =
167OTOOL64 =
168PACKAGE = taler
169PACKAGE_BUGREPORT = taler-bug@gnunet.org
170PACKAGE_NAME = taler
171PACKAGE_STRING = taler 0.0.0
172PACKAGE_TARNAME = taler
173PACKAGE_URL =
174PACKAGE_VERSION = 0.0.0
175PATH_SEPARATOR = :
176PG_CONFIG = /usr/bin/pg_config
177POSTGRESQL_CPPFLAGS = -I/usr/include/postgresql
178POSTGRESQL_LDFLAGS = -L/usr/lib/x86_64-linux-gnu
179POSTGRESQL_VERSION = 9.4.0
180RANLIB = ranlib
181SED = /bin/sed
182SET_MAKE =
183SHELL = /bin/bash
184STRIP = strip
185VERSION = 0.0.0
186_libgnurl_config =
187abs_builddir = /home/grothoff/research/taler-merchant/src/include
188abs_srcdir = /home/grothoff/research/taler-merchant/src/include
189abs_top_builddir = /home/grothoff/research/taler-merchant
190abs_top_srcdir = /home/grothoff/research/taler-merchant
191ac_ct_AR = ar
192ac_ct_CC = gcc
193ac_ct_DUMPBIN =
194am__include = include
195am__leading_dot = .
196am__quote =
197am__tar = $${TAR-tar} chof - "$$tardir"
198am__untar = $${TAR-tar} xf -
199bindir = ${exec_prefix}/bin
200build = x86_64-unknown-linux-gnu
201build_alias =
202build_cpu = x86_64
203build_os = linux-gnu
204build_vendor = unknown
205builddir = .
206datadir = ${datarootdir}
207datarootdir = ${prefix}/share
208docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
209dvidir = ${docdir}
210exec_prefix = ${prefix}
211host = x86_64-unknown-linux-gnu
212host_alias =
213host_cpu = x86_64
214host_os = linux-gnu
215host_vendor = unknown
216htmldir = ${docdir}
217includedir = ${prefix}/include
218infodir = ${datarootdir}/info
219install_sh = ${SHELL} /home/grothoff/research/taler-merchant/install-sh
220libdir = ${exec_prefix}/lib
221libexecdir = ${exec_prefix}/libexec
222localedir = ${datarootdir}/locale
223localstatedir = ${prefix}/var
224mandir = ${datarootdir}/man
225mkdir_p = $(MKDIR_P)
226oldincludedir = /usr/include
227pdfdir = ${docdir}
228prefix = /usr/local
229program_transform_name = s,x,x,
230psdir = ${docdir}
231sbindir = ${exec_prefix}/sbin
232sharedstatedir = ${prefix}/com
233srcdir = .
234sysconfdir = ${prefix}/etc
235target_alias =
236top_build_prefix = ../../
237top_builddir = ../..
238top_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: