diff options
Diffstat (limited to 'src/Makefile.in')
-rw-r--r-- | src/Makefile.in | 264 |
1 files changed, 124 insertions, 140 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 0f54bdf4..3b57c5b9 100644 --- a/src/Makefile.in +++ b/src/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@ |
16 | VPATH = @srcdir@ | 17 | VPATH = @srcdir@ |
17 | am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' | 18 | am__make_dryrun = \ |
18 | am__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 | } |
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@ | 35 | pkgdatadir = $(datadir)/@PACKAGE@ |
63 | pkgincludedir = $(includedir)/@PACKAGE@ | 36 | pkgincludedir = $(includedir)/@PACKAGE@ |
64 | pkglibdir = $(libdir)/@PACKAGE@ | 37 | pkglibdir = $(libdir)/@PACKAGE@ |
@@ -78,7 +51,7 @@ POST_UNINSTALL = : | |||
78 | build_triplet = @build@ | 51 | build_triplet = @build@ |
79 | host_triplet = @host@ | 52 | host_triplet = @host@ |
80 | subdir = src | 53 | subdir = src |
81 | DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am | 54 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in |
82 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 55 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
83 | am__aclocal_m4_deps = $(top_srcdir)/m4/ax_lib_postgresql.m4 \ | 56 | am__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,28 +64,21 @@ mkinstalldirs = $(install_sh) -d | |||
91 | CONFIG_HEADER = $(top_builddir)/taler_config.h | 64 | CONFIG_HEADER = $(top_builddir)/taler_config.h |
92 | CONFIG_CLEAN_FILES = | 65 | CONFIG_CLEAN_FILES = |
93 | CONFIG_CLEAN_VPATH_FILES = | 66 | 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@) | 67 | AM_V_GEN = $(am__v_GEN_@AM_V@) |
99 | am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) | 68 | am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
100 | am__v_GEN_0 = @echo " GEN " $@; | 69 | am__v_GEN_0 = @echo " GEN " $@; |
101 | am__v_GEN_1 = | ||
102 | AM_V_at = $(am__v_at_@AM_V@) | 70 | AM_V_at = $(am__v_at_@AM_V@) |
103 | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) | 71 | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
104 | am__v_at_0 = @ | 72 | am__v_at_0 = @ |
105 | am__v_at_1 = | ||
106 | SOURCES = | 73 | SOURCES = |
107 | DIST_SOURCES = | 74 | DIST_SOURCES = |
108 | RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ | 75 | RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ |
109 | ctags-recursive dvi-recursive html-recursive info-recursive \ | 76 | html-recursive info-recursive install-data-recursive \ |
110 | install-data-recursive install-dvi-recursive \ | 77 | install-dvi-recursive install-exec-recursive \ |
111 | install-exec-recursive install-html-recursive \ | 78 | install-html-recursive install-info-recursive \ |
112 | install-info-recursive install-pdf-recursive \ | 79 | install-pdf-recursive install-ps-recursive install-recursive \ |
113 | install-ps-recursive install-recursive installcheck-recursive \ | 80 | installcheck-recursive installdirs-recursive pdf-recursive \ |
114 | installdirs-recursive pdf-recursive ps-recursive \ | 81 | ps-recursive uninstall-recursive |
115 | tags-recursive uninstall-recursive | ||
116 | am__can_run_installinfo = \ | 82 | am__can_run_installinfo = \ |
117 | case $$AM_UPDATE_INFO_DIR in \ | 83 | case $$AM_UPDATE_INFO_DIR in \ |
118 | n|no|NO) false;; \ | 84 | n|no|NO) false;; \ |
@@ -120,29 +86,9 @@ am__can_run_installinfo = \ | |||
120 | esac | 86 | esac |
121 | RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ | 87 | RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ |
122 | distclean-recursive maintainer-clean-recursive | 88 | distclean-recursive maintainer-clean-recursive |
123 | am__recursive_targets = \ | 89 | AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ |
124 | $(RECURSIVE_TARGETS) \ | 90 | $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ |
125 | $(RECURSIVE_CLEAN_TARGETS) \ | ||
126 | $(am__extra_recursive_targets) | ||
127 | AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ | ||
128 | distdir | 91 | distdir |
129 | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) | ||
130 | # Read a list of newline-separated strings from the standard input, | ||
131 | # and print each of them once, without duplicates. Input order is | ||
132 | # *not* preserved. | ||
133 | am__uniquify_input = $(AWK) '\ | ||
134 | BEGIN { nonempty = 0; } \ | ||
135 | { items[$$0] = 1; nonempty = 1; } \ | ||
136 | END { if (nonempty) { for (i in items) print i; }; } \ | ||
137 | ' | ||
138 | # Make sure the list of sources is unique. This is necessary because, | ||
139 | # e.g., the same source file might be shared among _SOURCES variables | ||
140 | # for different programs/libraries. | ||
141 | am__define_uniq_tagged_files = \ | ||
142 | list='$(am__tagged_files)'; \ | ||
143 | unique=`for i in $$list; do \ | ||
144 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | ||
145 | done | $(am__uniquify_input)` | ||
146 | ETAGS = etags | 92 | ETAGS = etags |
147 | CTAGS = ctags | 93 | CTAGS = ctags |
148 | DIST_SUBDIRS = $(SUBDIRS) | 94 | DIST_SUBDIRS = $(SUBDIRS) |
@@ -339,25 +285,22 @@ clean-libtool: | |||
339 | -rm -rf .libs _libs | 285 | -rm -rf .libs _libs |
340 | 286 | ||
341 | # This directory's subdirectories are mostly independent; you can cd | 287 | # This directory's subdirectories are mostly independent; you can cd |
342 | # into them and run 'make' without going through this Makefile. | 288 | # into them and run `make' without going through this Makefile. |
343 | # To change the values of 'make' variables: instead of editing Makefiles, | 289 | # To change the values of `make' variables: instead of editing Makefiles, |
344 | # (1) if the variable is set in 'config.status', edit 'config.status' | 290 | # (1) if the variable is set in `config.status', edit `config.status' |
345 | # (which will cause the Makefiles to be regenerated when you run 'make'); | 291 | # (which will cause the Makefiles to be regenerated when you run `make'); |
346 | # (2) otherwise, pass the desired values on the 'make' command line. | 292 | # (2) otherwise, pass the desired values on the `make' command line. |
347 | $(am__recursive_targets): | 293 | $(RECURSIVE_TARGETS): |
348 | @fail=; \ | 294 | @fail= failcom='exit 1'; \ |
349 | if $(am__make_keepgoing); then \ | 295 | for f in x $$MAKEFLAGS; do \ |
350 | failcom='fail=yes'; \ | 296 | case $$f in \ |
351 | else \ | 297 | *=* | --[!k]*);; \ |
352 | failcom='exit 1'; \ | 298 | *k*) failcom='fail=yes';; \ |
353 | fi; \ | 299 | esac; \ |
300 | done; \ | ||
354 | dot_seen=no; \ | 301 | dot_seen=no; \ |
355 | target=`echo $@ | sed s/-recursive//`; \ | 302 | target=`echo $@ | sed s/-recursive//`; \ |
356 | case "$@" in \ | 303 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
357 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ | ||
358 | *) list='$(SUBDIRS)' ;; \ | ||
359 | esac; \ | ||
360 | for subdir in $$list; do \ | ||
361 | echo "Making $$target in $$subdir"; \ | 304 | echo "Making $$target in $$subdir"; \ |
362 | if test "$$subdir" = "."; then \ | 305 | if test "$$subdir" = "."; then \ |
363 | dot_seen=yes; \ | 306 | dot_seen=yes; \ |
@@ -372,12 +315,57 @@ $(am__recursive_targets): | |||
372 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ | 315 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
373 | fi; test -z "$$fail" | 316 | fi; test -z "$$fail" |
374 | 317 | ||
375 | ID: $(am__tagged_files) | 318 | $(RECURSIVE_CLEAN_TARGETS): |
376 | $(am__define_uniq_tagged_files); mkid -fID $$unique | 319 | @fail= failcom='exit 1'; \ |
377 | tags: tags-recursive | 320 | for f in x $$MAKEFLAGS; do \ |
378 | TAGS: tags | 321 | case $$f in \ |
322 | *=* | --[!k]*);; \ | ||
323 | *k*) failcom='fail=yes';; \ | ||
324 | esac; \ | ||
325 | done; \ | ||
326 | dot_seen=no; \ | ||
327 | case "$@" in \ | ||
328 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ | ||
329 | *) list='$(SUBDIRS)' ;; \ | ||
330 | esac; \ | ||
331 | rev=''; for subdir in $$list; do \ | ||
332 | if test "$$subdir" = "."; then :; else \ | ||
333 | rev="$$subdir $$rev"; \ | ||
334 | fi; \ | ||
335 | done; \ | ||
336 | rev="$$rev ."; \ | ||
337 | target=`echo $@ | sed s/-recursive//`; \ | ||
338 | for subdir in $$rev; do \ | ||
339 | echo "Making $$target in $$subdir"; \ | ||
340 | if test "$$subdir" = "."; then \ | ||
341 | local_target="$$target-am"; \ | ||
342 | else \ | ||
343 | local_target="$$target"; \ | ||
344 | fi; \ | ||
345 | ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | ||
346 | || eval $$failcom; \ | ||
347 | done && test -z "$$fail" | ||
348 | tags-recursive: | ||
349 | list='$(SUBDIRS)'; for subdir in $$list; do \ | ||
350 | test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ | ||
351 | done | ||
352 | ctags-recursive: | ||
353 | list='$(SUBDIRS)'; for subdir in $$list; do \ | ||
354 | test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ | ||
355 | done | ||
379 | 356 | ||
380 | tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) | 357 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
358 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | ||
359 | unique=`for i in $$list; do \ | ||
360 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | ||
361 | done | \ | ||
362 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | ||
363 | END { if (nonempty) { for (i in files) print i; }; }'`; \ | ||
364 | mkid -fID $$unique | ||
365 | tags: TAGS | ||
366 | |||
367 | TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | ||
368 | $(TAGS_FILES) $(LISP) | ||
381 | set x; \ | 369 | set x; \ |
382 | here=`pwd`; \ | 370 | here=`pwd`; \ |
383 | if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ | 371 | if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ |
@@ -393,7 +381,12 @@ tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) | |||
393 | set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ | 381 | set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ |
394 | fi; \ | 382 | fi; \ |
395 | done; \ | 383 | done; \ |
396 | $(am__define_uniq_tagged_files); \ | 384 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
385 | unique=`for i in $$list; do \ | ||
386 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | ||
387 | done | \ | ||
388 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | ||
389 | END { if (nonempty) { for (i in files) print i; }; }'`; \ | ||
397 | shift; \ | 390 | shift; \ |
398 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ | 391 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
399 | test -n "$$unique" || unique=$$empty_fix; \ | 392 | test -n "$$unique" || unique=$$empty_fix; \ |
@@ -405,11 +398,15 @@ tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) | |||
405 | $$unique; \ | 398 | $$unique; \ |
406 | fi; \ | 399 | fi; \ |
407 | fi | 400 | fi |
408 | ctags: ctags-recursive | 401 | ctags: CTAGS |
409 | 402 | CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | |
410 | CTAGS: ctags | 403 | $(TAGS_FILES) $(LISP) |
411 | ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) | 404 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
412 | $(am__define_uniq_tagged_files); \ | 405 | unique=`for i in $$list; do \ |
406 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | ||
407 | done | \ | ||
408 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | ||
409 | END { if (nonempty) { for (i in files) print i; }; }'`; \ | ||
413 | test -z "$(CTAGS_ARGS)$$unique" \ | 410 | test -z "$(CTAGS_ARGS)$$unique" \ |
414 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | 411 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
415 | $$unique | 412 | $$unique |
@@ -418,21 +415,6 @@ GTAGS: | |||
418 | here=`$(am__cd) $(top_builddir) && pwd` \ | 415 | here=`$(am__cd) $(top_builddir) && pwd` \ |
419 | && $(am__cd) $(top_srcdir) \ | 416 | && $(am__cd) $(top_srcdir) \ |
420 | && gtags -i $(GTAGS_ARGS) "$$here" | 417 | && gtags -i $(GTAGS_ARGS) "$$here" |
421 | cscopelist: cscopelist-recursive | ||
422 | |||
423 | cscopelist-am: $(am__tagged_files) | ||
424 | list='$(am__tagged_files)'; \ | ||
425 | case "$(srcdir)" in \ | ||
426 | [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ | ||
427 | *) sdir=$(subdir)/$(srcdir) ;; \ | ||
428 | esac; \ | ||
429 | for i in $$list; do \ | ||
430 | if test -f "$$i"; then \ | ||
431 | echo "$(subdir)/$$i"; \ | ||
432 | else \ | ||
433 | echo "$$sdir/$$i"; \ | ||
434 | fi; \ | ||
435 | done >> $(top_builddir)/cscope.files | ||
436 | 418 | ||
437 | distclean-tags: | 419 | distclean-tags: |
438 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | 420 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
@@ -593,20 +575,22 @@ ps-am: | |||
593 | 575 | ||
594 | uninstall-am: | 576 | uninstall-am: |
595 | 577 | ||
596 | .MAKE: $(am__recursive_targets) install-am install-strip | 578 | .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ |
597 | 579 | install-am install-strip tags-recursive | |
598 | .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ | 580 | |
599 | check-am clean clean-generic clean-libtool cscopelist-am ctags \ | 581 | .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ |
600 | ctags-am distclean distclean-generic distclean-libtool \ | 582 | all all-am check check-am clean clean-generic clean-libtool \ |
601 | distclean-tags distdir dvi dvi-am html html-am info info-am \ | 583 | ctags ctags-recursive distclean distclean-generic \ |
602 | install install-am install-data install-data-am install-dvi \ | 584 | distclean-libtool distclean-tags distdir dvi dvi-am html \ |
603 | install-dvi-am install-exec install-exec-am install-html \ | 585 | html-am info info-am install install-am install-data \ |
604 | install-html-am install-info install-info-am install-man \ | 586 | install-data-am install-dvi install-dvi-am install-exec \ |
605 | install-pdf install-pdf-am install-ps install-ps-am \ | 587 | install-exec-am install-html install-html-am install-info \ |
606 | install-strip installcheck installcheck-am installdirs \ | 588 | install-info-am install-man install-pdf install-pdf-am \ |
607 | installdirs-am maintainer-clean maintainer-clean-generic \ | 589 | install-ps install-ps-am install-strip installcheck \ |
608 | mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ | 590 | installcheck-am installdirs installdirs-am maintainer-clean \ |
609 | ps ps-am tags tags-am uninstall uninstall-am | 591 | maintainer-clean-generic mostlyclean mostlyclean-generic \ |
592 | mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ | ||
593 | uninstall uninstall-am | ||
610 | 594 | ||
611 | 595 | ||
612 | # Tell versions [3.59,3.63) of GNU make to not export all variables. | 596 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |