cscg24-guacamole

CSCG 2024 Challenge 'Guacamole Mashup'
git clone https://git.sinitax.com/sinitax/cscg24-guacamole
Log | Files | Refs | sfeed.txt

Makefile.in (31812B)


      1# Makefile.in generated by automake 1.16.5 from Makefile.am.
      2# @configure_input@
      3
      4# Copyright (C) 1994-2021 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
     17#
     18# Licensed to the Apache Software Foundation (ASF) under one
     19# or more contributor license agreements.  See the NOTICE file
     20# distributed with this work for additional information
     21# regarding copyright ownership.  The ASF licenses this file
     22# to you under the Apache License, Version 2.0 (the
     23# "License"); you may not use this file except in compliance
     24# with the License.  You may obtain a copy of the License at
     25#
     26#   http://www.apache.org/licenses/LICENSE-2.0
     27#
     28# Unless required by applicable law or agreed to in writing,
     29# software distributed under the License is distributed on an
     30# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
     31# KIND, either express or implied.  See the License for the
     32# specific language governing permissions and limitations
     33# under the License.
     34#
     35# NOTE: Parts of this file (Makefile.am) are automatically transcluded verbatim
     36# into Makefile.in. Though the build system (GNU Autotools) automatically adds
     37# its own license boilerplate to the generated Makefile.in, that boilerplate
     38# does not apply to the transcluded portions of Makefile.am which are licensed
     39# to you by the ASF under the Apache License, Version 2.0, as described above.
     40#
     41VPATH = @srcdir@
     42am__is_gnu_make = { \
     43  if test -z '$(MAKELEVEL)'; then \
     44    false; \
     45  elif test -n '$(MAKE_HOST)'; then \
     46    true; \
     47  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
     48    true; \
     49  else \
     50    false; \
     51  fi; \
     52}
     53am__make_running_with_option = \
     54  case $${target_option-} in \
     55      ?) ;; \
     56      *) echo "am__make_running_with_option: internal error: invalid" \
     57              "target option '$${target_option-}' specified" >&2; \
     58         exit 1;; \
     59  esac; \
     60  has_opt=no; \
     61  sane_makeflags=$$MAKEFLAGS; \
     62  if $(am__is_gnu_make); then \
     63    sane_makeflags=$$MFLAGS; \
     64  else \
     65    case $$MAKEFLAGS in \
     66      *\\[\ \	]*) \
     67        bs=\\; \
     68        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
     69          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
     70    esac; \
     71  fi; \
     72  skip_next=no; \
     73  strip_trailopt () \
     74  { \
     75    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
     76  }; \
     77  for flg in $$sane_makeflags; do \
     78    test $$skip_next = yes && { skip_next=no; continue; }; \
     79    case $$flg in \
     80      *=*|--*) continue;; \
     81        -*I) strip_trailopt 'I'; skip_next=yes;; \
     82      -*I?*) strip_trailopt 'I';; \
     83        -*O) strip_trailopt 'O'; skip_next=yes;; \
     84      -*O?*) strip_trailopt 'O';; \
     85        -*l) strip_trailopt 'l'; skip_next=yes;; \
     86      -*l?*) strip_trailopt 'l';; \
     87      -[dEDm]) skip_next=yes;; \
     88      -[JT]) skip_next=yes;; \
     89    esac; \
     90    case $$flg in \
     91      *$$target_option*) has_opt=yes; break;; \
     92    esac; \
     93  done; \
     94  test $$has_opt = yes
     95am__make_dryrun = (target_option=n; $(am__make_running_with_option))
     96am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
     97pkgdatadir = $(datadir)/@PACKAGE@
     98pkgincludedir = $(includedir)/@PACKAGE@
     99pkglibdir = $(libdir)/@PACKAGE@
    100pkglibexecdir = $(libexecdir)/@PACKAGE@
    101am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
    102install_sh_DATA = $(install_sh) -c -m 644
    103install_sh_PROGRAM = $(install_sh) -c
    104install_sh_SCRIPT = $(install_sh) -c
    105INSTALL_HEADER = $(INSTALL_DATA)
    106transform = $(program_transform_name)
    107NORMAL_INSTALL = :
    108PRE_INSTALL = :
    109POST_INSTALL = :
    110NORMAL_UNINSTALL = :
    111PRE_UNINSTALL = :
    112POST_UNINSTALL = :
    113build_triplet = @build@
    114host_triplet = @host@
    115@ENABLE_COMMON_SSH_TRUE@am__append_1 = src/common-ssh
    116@ENABLE_TERMINAL_TRUE@am__append_2 = src/terminal
    117@ENABLE_PULSE_TRUE@am__append_3 = src/pulse
    118@ENABLE_KUBERNETES_TRUE@am__append_4 = src/protocols/kubernetes
    119@ENABLE_RDP_TRUE@am__append_5 = src/protocols/rdp
    120@ENABLE_SSH_TRUE@am__append_6 = src/protocols/ssh
    121@ENABLE_TELNET_TRUE@am__append_7 = src/protocols/telnet
    122@ENABLE_VNC_TRUE@am__append_8 = src/protocols/vnc
    123@ENABLE_GUACD_TRUE@am__append_9 = src/guacd
    124@ENABLE_GUACENC_TRUE@am__append_10 = src/guacenc
    125@ENABLE_GUACLOG_TRUE@am__append_11 = src/guaclog
    126subdir = .
    127ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    128am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
    129	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
    130	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
    131	$(top_srcdir)/configure.ac
    132am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    133	$(ACLOCAL_M4)
    134DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
    135	$(am__configure_deps) $(am__DIST_COMMON)
    136am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
    137 configure.lineno config.status.lineno
    138mkinstalldirs = $(install_sh) -d
    139CONFIG_HEADER = config.h
    140CONFIG_CLEAN_FILES = doc/libguac/Doxyfile \
    141	doc/libguac-terminal/Doxyfile src/guacd/man/guacd.8 \
    142	src/guacd/man/guacd.conf.5 src/guacenc/man/guacenc.1 \
    143	src/guaclog/man/guaclog.1
    144CONFIG_CLEAN_VPATH_FILES =
    145AM_V_P = $(am__v_P_@AM_V@)
    146am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
    147am__v_P_0 = false
    148am__v_P_1 = :
    149AM_V_GEN = $(am__v_GEN_@AM_V@)
    150am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    151am__v_GEN_0 = @echo "  GEN     " $@;
    152am__v_GEN_1 = 
    153AM_V_at = $(am__v_at_@AM_V@)
    154am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    155am__v_at_0 = @
    156am__v_at_1 = 
    157SOURCES =
    158DIST_SOURCES =
    159RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
    160	ctags-recursive dvi-recursive html-recursive info-recursive \
    161	install-data-recursive install-dvi-recursive \
    162	install-exec-recursive install-html-recursive \
    163	install-info-recursive install-pdf-recursive \
    164	install-ps-recursive install-recursive installcheck-recursive \
    165	installdirs-recursive pdf-recursive ps-recursive \
    166	tags-recursive uninstall-recursive
    167am__can_run_installinfo = \
    168  case $$AM_UPDATE_INFO_DIR in \
    169    n|no|NO) false;; \
    170    *) (install-info --version) >/dev/null 2>&1;; \
    171  esac
    172RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
    173  distclean-recursive maintainer-clean-recursive
    174am__recursive_targets = \
    175  $(RECURSIVE_TARGETS) \
    176  $(RECURSIVE_CLEAN_TARGETS) \
    177  $(am__extra_recursive_targets)
    178AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
    179	cscope distdir distdir-am dist dist-all distcheck
    180am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
    181	config.h.in
    182# Read a list of newline-separated strings from the standard input,
    183# and print each of them once, without duplicates.  Input order is
    184# *not* preserved.
    185am__uniquify_input = $(AWK) '\
    186  BEGIN { nonempty = 0; } \
    187  { items[$$0] = 1; nonempty = 1; } \
    188  END { if (nonempty) { for (i in items) print i; }; } \
    189'
    190# Make sure the list of sources is unique.  This is necessary because,
    191# e.g., the same source file might be shared among _SOURCES variables
    192# for different programs/libraries.
    193am__define_uniq_tagged_files = \
    194  list='$(am__tagged_files)'; \
    195  unique=`for i in $$list; do \
    196    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    197  done | $(am__uniquify_input)`
    198am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
    199	$(top_srcdir)/build-aux/compile \
    200	$(top_srcdir)/build-aux/config.guess \
    201	$(top_srcdir)/build-aux/config.sub \
    202	$(top_srcdir)/build-aux/install-sh \
    203	$(top_srcdir)/build-aux/ltmain.sh \
    204	$(top_srcdir)/build-aux/missing \
    205	$(top_srcdir)/build-aux/tap-driver.sh \
    206	$(top_srcdir)/doc/libguac-terminal/Doxyfile.in \
    207	$(top_srcdir)/doc/libguac/Doxyfile.in \
    208	$(top_srcdir)/src/guacd/man/guacd.8.in \
    209	$(top_srcdir)/src/guacd/man/guacd.conf.5.in \
    210	$(top_srcdir)/src/guacenc/man/guacenc.1.in \
    211	$(top_srcdir)/src/guaclog/man/guaclog.1.in README \
    212	build-aux/compile build-aux/config.guess build-aux/config.sub \
    213	build-aux/install-sh build-aux/ltmain.sh build-aux/missing
    214DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    215distdir = $(PACKAGE)-$(VERSION)
    216top_distdir = $(distdir)
    217am__remove_distdir = \
    218  if test -d "$(distdir)"; then \
    219    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
    220      && rm -rf "$(distdir)" \
    221      || { sleep 5 && rm -rf "$(distdir)"; }; \
    222  else :; fi
    223am__post_remove_distdir = $(am__remove_distdir)
    224am__relativize = \
    225  dir0=`pwd`; \
    226  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
    227  sed_rest='s,^[^/]*/*,,'; \
    228  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
    229  sed_butlast='s,/*[^/]*$$,,'; \
    230  while test -n "$$dir1"; do \
    231    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
    232    if test "$$first" != "."; then \
    233      if test "$$first" = ".."; then \
    234        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
    235        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
    236      else \
    237        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
    238        if test "$$first2" = "$$first"; then \
    239          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
    240        else \
    241          dir2="../$$dir2"; \
    242        fi; \
    243        dir0="$$dir0"/"$$first"; \
    244      fi; \
    245    fi; \
    246    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
    247  done; \
    248  reldir="$$dir2"
    249DIST_ARCHIVES = $(distdir).tar.gz
    250GZIP_ENV = --best
    251DIST_TARGETS = dist-gzip
    252# Exists only to be overridden by the user if desired.
    253AM_DISTCHECK_DVI_TARGET = dvi
    254distuninstallcheck_listfiles = find . -type f -print
    255am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
    256  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
    257distcleancheck_listfiles = find . -type f -print
    258ACLOCAL = @ACLOCAL@
    259AMTAR = @AMTAR@
    260AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
    261AR = @AR@
    262AUTOCONF = @AUTOCONF@
    263AUTOHEADER = @AUTOHEADER@
    264AUTOMAKE = @AUTOMAKE@
    265AVCODEC_CFLAGS = @AVCODEC_CFLAGS@
    266AVCODEC_LIBS = @AVCODEC_LIBS@
    267AVFORMAT_CFLAGS = @AVFORMAT_CFLAGS@
    268AVFORMAT_LIBS = @AVFORMAT_LIBS@
    269AVUTIL_CFLAGS = @AVUTIL_CFLAGS@
    270AVUTIL_LIBS = @AVUTIL_LIBS@
    271AWK = @AWK@
    272CAIRO_LIBS = @CAIRO_LIBS@
    273CC = @CC@
    274CCDEPMODE = @CCDEPMODE@
    275CFLAGS = @CFLAGS@
    276COMMON_INCLUDE = @COMMON_INCLUDE@
    277COMMON_LTLIB = @COMMON_LTLIB@
    278COMMON_SSH_INCLUDE = @COMMON_SSH_INCLUDE@
    279COMMON_SSH_LTLIB = @COMMON_SSH_LTLIB@
    280CPP = @CPP@
    281CPPFLAGS = @CPPFLAGS@
    282CSCOPE = @CSCOPE@
    283CTAGS = @CTAGS@
    284CUNIT_LIBS = @CUNIT_LIBS@
    285CYGPATH_W = @CYGPATH_W@
    286DEFS = @DEFS@
    287DEPDIR = @DEPDIR@
    288DLLTOOL = @DLLTOOL@
    289DL_LIBS = @DL_LIBS@
    290DSYMUTIL = @DSYMUTIL@
    291DUMPBIN = @DUMPBIN@
    292ECHO_C = @ECHO_C@
    293ECHO_N = @ECHO_N@
    294ECHO_T = @ECHO_T@
    295EGREP = @EGREP@
    296ETAGS = @ETAGS@
    297EXEEXT = @EXEEXT@
    298FGREP = @FGREP@
    299FILECMD = @FILECMD@
    300FREERDP2_PLUGIN_DIR = @FREERDP2_PLUGIN_DIR@
    301GREP = @GREP@
    302INSTALL = @INSTALL@
    303INSTALL_DATA = @INSTALL_DATA@
    304INSTALL_PROGRAM = @INSTALL_PROGRAM@
    305INSTALL_SCRIPT = @INSTALL_SCRIPT@
    306INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    307JPEG_LIBS = @JPEG_LIBS@
    308LD = @LD@
    309LDFLAGS = @LDFLAGS@
    310LIBGUAC_CLIENT_KUBERNETES_INCLUDE = @LIBGUAC_CLIENT_KUBERNETES_INCLUDE@
    311LIBGUAC_CLIENT_KUBERNETES_LTLIB = @LIBGUAC_CLIENT_KUBERNETES_LTLIB@
    312LIBGUAC_CLIENT_RDP_INCLUDE = @LIBGUAC_CLIENT_RDP_INCLUDE@
    313LIBGUAC_CLIENT_RDP_LTLIB = @LIBGUAC_CLIENT_RDP_LTLIB@
    314LIBGUAC_INCLUDE = @LIBGUAC_INCLUDE@
    315LIBGUAC_LTLIB = @LIBGUAC_LTLIB@
    316LIBOBJS = @LIBOBJS@
    317LIBS = @LIBS@
    318LIBTOOL = @LIBTOOL@
    319LIPO = @LIPO@
    320LN_S = @LN_S@
    321LTLIBOBJS = @LTLIBOBJS@
    322LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
    323MAKEINFO = @MAKEINFO@
    324MANIFEST_TOOL = @MANIFEST_TOOL@
    325MATH_LIBS = @MATH_LIBS@
    326MKDIR_P = @MKDIR_P@
    327NM = @NM@
    328NMEDIT = @NMEDIT@
    329OBJDUMP = @OBJDUMP@
    330OBJEXT = @OBJEXT@
    331OTOOL = @OTOOL@
    332OTOOL64 = @OTOOL64@
    333PACKAGE = @PACKAGE@
    334PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    335PACKAGE_NAME = @PACKAGE_NAME@
    336PACKAGE_STRING = @PACKAGE_STRING@
    337PACKAGE_TARNAME = @PACKAGE_TARNAME@
    338PACKAGE_URL = @PACKAGE_URL@
    339PACKAGE_VERSION = @PACKAGE_VERSION@
    340PANGOCAIRO_CFLAGS = @PANGOCAIRO_CFLAGS@
    341PANGOCAIRO_LIBS = @PANGOCAIRO_LIBS@
    342PANGO_CFLAGS = @PANGO_CFLAGS@
    343PANGO_LIBS = @PANGO_LIBS@
    344PATH_SEPARATOR = @PATH_SEPARATOR@
    345PKG_CONFIG = @PKG_CONFIG@
    346PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
    347PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
    348PNG_LIBS = @PNG_LIBS@
    349PTHREAD_LIBS = @PTHREAD_LIBS@
    350PULSE_INCLUDE = @PULSE_INCLUDE@
    351PULSE_LIBS = @PULSE_LIBS@
    352PULSE_LTLIB = @PULSE_LTLIB@
    353RANLIB = @RANLIB@
    354RDP_CFLAGS = @RDP_CFLAGS@
    355RDP_LIBS = @RDP_LIBS@
    356SED = @SED@
    357SET_MAKE = @SET_MAKE@
    358SHELL = @SHELL@
    359SSH_LIBS = @SSH_LIBS@
    360SSL_LIBS = @SSL_LIBS@
    361STRIP = @STRIP@
    362SWSCALE_CFLAGS = @SWSCALE_CFLAGS@
    363SWSCALE_LIBS = @SWSCALE_LIBS@
    364TELNET_LIBS = @TELNET_LIBS@
    365TERMINAL_INCLUDE = @TERMINAL_INCLUDE@
    366TERMINAL_LTLIB = @TERMINAL_LTLIB@
    367UUID_LIBS = @UUID_LIBS@
    368VERSION = @VERSION@
    369VNC_LIBS = @VNC_LIBS@
    370VORBIS_LIBS = @VORBIS_LIBS@
    371WEBP_LIBS = @WEBP_LIBS@
    372WEBSOCKETS_LIBS = @WEBSOCKETS_LIBS@
    373WINSOCK_LIBS = @WINSOCK_LIBS@
    374abs_builddir = @abs_builddir@
    375abs_srcdir = @abs_srcdir@
    376abs_top_builddir = @abs_top_builddir@
    377abs_top_srcdir = @abs_top_srcdir@
    378ac_ct_AR = @ac_ct_AR@
    379ac_ct_CC = @ac_ct_CC@
    380ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    381am__include = @am__include@
    382am__leading_dot = @am__leading_dot@
    383am__quote = @am__quote@
    384am__tar = @am__tar@
    385am__untar = @am__untar@
    386bindir = @bindir@
    387build = @build@
    388build_alias = @build_alias@
    389build_cpu = @build_cpu@
    390build_os = @build_os@
    391build_vendor = @build_vendor@
    392builddir = @builddir@
    393datadir = @datadir@
    394datarootdir = @datarootdir@
    395docdir = @docdir@
    396dvidir = @dvidir@
    397exec_prefix = @exec_prefix@
    398host = @host@
    399host_alias = @host_alias@
    400host_cpu = @host_cpu@
    401host_os = @host_os@
    402host_vendor = @host_vendor@
    403htmldir = @htmldir@
    404includedir = @includedir@
    405infodir = @infodir@
    406init_dir = @init_dir@
    407install_sh = @install_sh@
    408libdir = @libdir@
    409libexecdir = @libexecdir@
    410localedir = @localedir@
    411localstatedir = @localstatedir@
    412mandir = @mandir@
    413mkdir_p = @mkdir_p@
    414oldincludedir = @oldincludedir@
    415pdfdir = @pdfdir@
    416prefix = @prefix@
    417program_transform_name = @program_transform_name@
    418psdir = @psdir@
    419runstatedir = @runstatedir@
    420sbindir = @sbindir@
    421sharedstatedir = @sharedstatedir@
    422srcdir = @srcdir@
    423sysconfdir = @sysconfdir@
    424systemd_dir = @systemd_dir@
    425target_alias = @target_alias@
    426top_build_prefix = @top_build_prefix@
    427top_builddir = @top_builddir@
    428top_srcdir = @top_srcdir@
    429ACLOCAL_AMFLAGS = -I m4
    430
    431# Subprojects
    432DIST_SUBDIRS = \
    433    src/libguac              \
    434    src/common               \
    435    src/common-ssh           \
    436    src/terminal             \
    437    src/guacd                \
    438    src/guacenc              \
    439    src/guaclog              \
    440    src/pulse                \
    441    src/protocols/kubernetes \
    442    src/protocols/rdp        \
    443    src/protocols/ssh        \
    444    src/protocols/telnet     \
    445    src/protocols/vnc
    446
    447SUBDIRS = src/libguac src/common $(am__append_1) $(am__append_2) \
    448	$(am__append_3) $(am__append_4) $(am__append_5) \
    449	$(am__append_6) $(am__append_7) $(am__append_8) \
    450	$(am__append_9) $(am__append_10) $(am__append_11)
    451EXTRA_DIST = \
    452    .dockerignore                    \
    453    CONTRIBUTING                     \
    454    Dockerfile                       \
    455    LICENSE                          \
    456    NOTICE                           \
    457    bin/guacctl                      \
    458    doc/libguac/Doxyfile.in          \
    459    doc/libguac-terminal/Doxyfile.in \
    460    src/guacd-docker                 \
    461    util/generate-test-runner.pl
    462
    463all: config.h
    464	$(MAKE) $(AM_MAKEFLAGS) all-recursive
    465
    466.SUFFIXES:
    467am--refresh: Makefile
    468	@:
    469$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
    470	@for dep in $?; do \
    471	  case '$(am__configure_deps)' in \
    472	    *$$dep*) \
    473	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
    474	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
    475		&& exit 0; \
    476	      exit 1;; \
    477	  esac; \
    478	done; \
    479	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
    480	$(am__cd) $(top_srcdir) && \
    481	  $(AUTOMAKE) --foreign Makefile
    482Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    483	@case '$?' in \
    484	  *config.status*) \
    485	    echo ' $(SHELL) ./config.status'; \
    486	    $(SHELL) ./config.status;; \
    487	  *) \
    488	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
    489	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
    490	esac;
    491
    492$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    493	$(SHELL) ./config.status --recheck
    494
    495$(top_srcdir)/configure:  $(am__configure_deps)
    496	$(am__cd) $(srcdir) && $(AUTOCONF)
    497$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
    498	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
    499$(am__aclocal_m4_deps):
    500
    501config.h: stamp-h1
    502	@test -f $@ || rm -f stamp-h1
    503	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
    504
    505stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
    506	@rm -f stamp-h1
    507	cd $(top_builddir) && $(SHELL) ./config.status config.h
    508$(srcdir)/config.h.in:  $(am__configure_deps) 
    509	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
    510	rm -f stamp-h1
    511	touch $@
    512
    513distclean-hdr:
    514	-rm -f config.h stamp-h1
    515doc/libguac/Doxyfile: $(top_builddir)/config.status $(top_srcdir)/doc/libguac/Doxyfile.in
    516	cd $(top_builddir) && $(SHELL) ./config.status $@
    517doc/libguac-terminal/Doxyfile: $(top_builddir)/config.status $(top_srcdir)/doc/libguac-terminal/Doxyfile.in
    518	cd $(top_builddir) && $(SHELL) ./config.status $@
    519src/guacd/man/guacd.8: $(top_builddir)/config.status $(top_srcdir)/src/guacd/man/guacd.8.in
    520	cd $(top_builddir) && $(SHELL) ./config.status $@
    521src/guacd/man/guacd.conf.5: $(top_builddir)/config.status $(top_srcdir)/src/guacd/man/guacd.conf.5.in
    522	cd $(top_builddir) && $(SHELL) ./config.status $@
    523src/guacenc/man/guacenc.1: $(top_builddir)/config.status $(top_srcdir)/src/guacenc/man/guacenc.1.in
    524	cd $(top_builddir) && $(SHELL) ./config.status $@
    525src/guaclog/man/guaclog.1: $(top_builddir)/config.status $(top_srcdir)/src/guaclog/man/guaclog.1.in
    526	cd $(top_builddir) && $(SHELL) ./config.status $@
    527
    528mostlyclean-libtool:
    529	-rm -f *.lo
    530
    531clean-libtool:
    532	-rm -rf .libs _libs
    533
    534distclean-libtool:
    535	-rm -f libtool config.lt
    536
    537# This directory's subdirectories are mostly independent; you can cd
    538# into them and run 'make' without going through this Makefile.
    539# To change the values of 'make' variables: instead of editing Makefiles,
    540# (1) if the variable is set in 'config.status', edit 'config.status'
    541#     (which will cause the Makefiles to be regenerated when you run 'make');
    542# (2) otherwise, pass the desired values on the 'make' command line.
    543$(am__recursive_targets):
    544	@fail=; \
    545	if $(am__make_keepgoing); then \
    546	  failcom='fail=yes'; \
    547	else \
    548	  failcom='exit 1'; \
    549	fi; \
    550	dot_seen=no; \
    551	target=`echo $@ | sed s/-recursive//`; \
    552	case "$@" in \
    553	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
    554	  *) list='$(SUBDIRS)' ;; \
    555	esac; \
    556	for subdir in $$list; do \
    557	  echo "Making $$target in $$subdir"; \
    558	  if test "$$subdir" = "."; then \
    559	    dot_seen=yes; \
    560	    local_target="$$target-am"; \
    561	  else \
    562	    local_target="$$target"; \
    563	  fi; \
    564	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
    565	  || eval $$failcom; \
    566	done; \
    567	if test "$$dot_seen" = "no"; then \
    568	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
    569	fi; test -z "$$fail"
    570
    571ID: $(am__tagged_files)
    572	$(am__define_uniq_tagged_files); mkid -fID $$unique
    573tags: tags-recursive
    574TAGS: tags
    575
    576tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    577	set x; \
    578	here=`pwd`; \
    579	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
    580	  include_option=--etags-include; \
    581	  empty_fix=.; \
    582	else \
    583	  include_option=--include; \
    584	  empty_fix=; \
    585	fi; \
    586	list='$(SUBDIRS)'; for subdir in $$list; do \
    587	  if test "$$subdir" = .; then :; else \
    588	    test ! -f $$subdir/TAGS || \
    589	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
    590	  fi; \
    591	done; \
    592	$(am__define_uniq_tagged_files); \
    593	shift; \
    594	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
    595	  test -n "$$unique" || unique=$$empty_fix; \
    596	  if test $$# -gt 0; then \
    597	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    598	      "$$@" $$unique; \
    599	  else \
    600	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    601	      $$unique; \
    602	  fi; \
    603	fi
    604ctags: ctags-recursive
    605
    606CTAGS: ctags
    607ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    608	$(am__define_uniq_tagged_files); \
    609	test -z "$(CTAGS_ARGS)$$unique" \
    610	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    611	     $$unique
    612
    613GTAGS:
    614	here=`$(am__cd) $(top_builddir) && pwd` \
    615	  && $(am__cd) $(top_srcdir) \
    616	  && gtags -i $(GTAGS_ARGS) "$$here"
    617cscope: cscope.files
    618	test ! -s cscope.files \
    619	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
    620clean-cscope:
    621	-rm -f cscope.files
    622cscope.files: clean-cscope cscopelist
    623cscopelist: cscopelist-recursive
    624
    625cscopelist-am: $(am__tagged_files)
    626	list='$(am__tagged_files)'; \
    627	case "$(srcdir)" in \
    628	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
    629	  *) sdir=$(subdir)/$(srcdir) ;; \
    630	esac; \
    631	for i in $$list; do \
    632	  if test -f "$$i"; then \
    633	    echo "$(subdir)/$$i"; \
    634	  else \
    635	    echo "$$sdir/$$i"; \
    636	  fi; \
    637	done >> $(top_builddir)/cscope.files
    638
    639distclean-tags:
    640	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    641	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
    642distdir: $(BUILT_SOURCES)
    643	$(MAKE) $(AM_MAKEFLAGS) distdir-am
    644
    645distdir-am: $(DISTFILES)
    646	$(am__remove_distdir)
    647	test -d "$(distdir)" || mkdir "$(distdir)"
    648	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    649	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    650	list='$(DISTFILES)'; \
    651	  dist_files=`for file in $$list; do echo $$file; done | \
    652	  sed -e "s|^$$srcdirstrip/||;t" \
    653	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    654	case $$dist_files in \
    655	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    656			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    657			   sort -u` ;; \
    658	esac; \
    659	for file in $$dist_files; do \
    660	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    661	  if test -d $$d/$$file; then \
    662	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    663	    if test -d "$(distdir)/$$file"; then \
    664	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    665	    fi; \
    666	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    667	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
    668	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    669	    fi; \
    670	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
    671	  else \
    672	    test -f "$(distdir)/$$file" \
    673	    || cp -p $$d/$$file "$(distdir)/$$file" \
    674	    || exit 1; \
    675	  fi; \
    676	done
    677	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
    678	  if test "$$subdir" = .; then :; else \
    679	    $(am__make_dryrun) \
    680	      || test -d "$(distdir)/$$subdir" \
    681	      || $(MKDIR_P) "$(distdir)/$$subdir" \
    682	      || exit 1; \
    683	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
    684	    $(am__relativize); \
    685	    new_distdir=$$reldir; \
    686	    dir1=$$subdir; dir2="$(top_distdir)"; \
    687	    $(am__relativize); \
    688	    new_top_distdir=$$reldir; \
    689	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
    690	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
    691	    ($(am__cd) $$subdir && \
    692	      $(MAKE) $(AM_MAKEFLAGS) \
    693	        top_distdir="$$new_top_distdir" \
    694	        distdir="$$new_distdir" \
    695		am__remove_distdir=: \
    696		am__skip_length_check=: \
    697		am__skip_mode_fix=: \
    698	        distdir) \
    699	      || exit 1; \
    700	  fi; \
    701	done
    702	-test -n "$(am__skip_mode_fix)" \
    703	|| find "$(distdir)" -type d ! -perm -755 \
    704		-exec chmod u+rwx,go+rx {} \; -o \
    705	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
    706	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
    707	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
    708	|| chmod -R a+r "$(distdir)"
    709dist-gzip: distdir
    710	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
    711	$(am__post_remove_distdir)
    712
    713dist-bzip2: distdir
    714	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
    715	$(am__post_remove_distdir)
    716
    717dist-lzip: distdir
    718	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
    719	$(am__post_remove_distdir)
    720
    721dist-xz: distdir
    722	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
    723	$(am__post_remove_distdir)
    724
    725dist-zstd: distdir
    726	tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
    727	$(am__post_remove_distdir)
    728
    729dist-tarZ: distdir
    730	@echo WARNING: "Support for distribution archives compressed with" \
    731		       "legacy program 'compress' is deprecated." >&2
    732	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
    733	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
    734	$(am__post_remove_distdir)
    735
    736dist-shar: distdir
    737	@echo WARNING: "Support for shar distribution archives is" \
    738	               "deprecated." >&2
    739	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
    740	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
    741	$(am__post_remove_distdir)
    742
    743dist-zip: distdir
    744	-rm -f $(distdir).zip
    745	zip -rq $(distdir).zip $(distdir)
    746	$(am__post_remove_distdir)
    747
    748dist dist-all:
    749	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
    750	$(am__post_remove_distdir)
    751
    752# This target untars the dist file and tries a VPATH configuration.  Then
    753# it guarantees that the distribution is self-contained by making another
    754# tarfile.
    755distcheck: dist
    756	case '$(DIST_ARCHIVES)' in \
    757	*.tar.gz*) \
    758	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
    759	*.tar.bz2*) \
    760	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
    761	*.tar.lz*) \
    762	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
    763	*.tar.xz*) \
    764	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
    765	*.tar.Z*) \
    766	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
    767	*.shar.gz*) \
    768	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
    769	*.zip*) \
    770	  unzip $(distdir).zip ;;\
    771	*.tar.zst*) \
    772	  zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
    773	esac
    774	chmod -R a-w $(distdir)
    775	chmod u+w $(distdir)
    776	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
    777	chmod a-w $(distdir)
    778	test -d $(distdir)/_build || exit 0; \
    779	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
    780	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
    781	  && am__cwd=`pwd` \
    782	  && $(am__cd) $(distdir)/_build/sub \
    783	  && ../../configure \
    784	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
    785	    $(DISTCHECK_CONFIGURE_FLAGS) \
    786	    --srcdir=../.. --prefix="$$dc_install_base" \
    787	  && $(MAKE) $(AM_MAKEFLAGS) \
    788	  && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
    789	  && $(MAKE) $(AM_MAKEFLAGS) check \
    790	  && $(MAKE) $(AM_MAKEFLAGS) install \
    791	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
    792	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
    793	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
    794	        distuninstallcheck \
    795	  && chmod -R a-w "$$dc_install_base" \
    796	  && ({ \
    797	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
    798	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
    799	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
    800	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
    801	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
    802	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
    803	  && rm -rf "$$dc_destdir" \
    804	  && $(MAKE) $(AM_MAKEFLAGS) dist \
    805	  && rm -rf $(DIST_ARCHIVES) \
    806	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
    807	  && cd "$$am__cwd" \
    808	  || exit 1
    809	$(am__post_remove_distdir)
    810	@(echo "$(distdir) archives ready for distribution: "; \
    811	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
    812	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
    813distuninstallcheck:
    814	@test -n '$(distuninstallcheck_dir)' || { \
    815	  echo 'ERROR: trying to run $@ with an empty' \
    816	       '$$(distuninstallcheck_dir)' >&2; \
    817	  exit 1; \
    818	}; \
    819	$(am__cd) '$(distuninstallcheck_dir)' || { \
    820	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
    821	  exit 1; \
    822	}; \
    823	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
    824	   || { echo "ERROR: files left after uninstall:" ; \
    825	        if test -n "$(DESTDIR)"; then \
    826	          echo "  (check DESTDIR support)"; \
    827	        fi ; \
    828	        $(distuninstallcheck_listfiles) ; \
    829	        exit 1; } >&2
    830distcleancheck: distclean
    831	@if test '$(srcdir)' = . ; then \
    832	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
    833	  exit 1 ; \
    834	fi
    835	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
    836	  || { echo "ERROR: files left in build directory after distclean:" ; \
    837	       $(distcleancheck_listfiles) ; \
    838	       exit 1; } >&2
    839check-am: all-am
    840check: check-recursive
    841all-am: Makefile config.h
    842installdirs: installdirs-recursive
    843installdirs-am:
    844install: install-recursive
    845install-exec: install-exec-recursive
    846install-data: install-data-recursive
    847uninstall: uninstall-recursive
    848
    849install-am: all-am
    850	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    851
    852installcheck: installcheck-recursive
    853install-strip:
    854	if test -z '$(STRIP)'; then \
    855	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    856	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    857	      install; \
    858	else \
    859	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    860	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    861	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
    862	fi
    863mostlyclean-generic:
    864
    865clean-generic:
    866
    867distclean-generic:
    868	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    869	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    870
    871maintainer-clean-generic:
    872	@echo "This command is intended for maintainers to use"
    873	@echo "it deletes files that may require special tools to rebuild."
    874clean: clean-recursive
    875
    876clean-am: clean-generic clean-libtool mostlyclean-am
    877
    878distclean: distclean-recursive
    879	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
    880	-rm -f Makefile
    881distclean-am: clean-am distclean-generic distclean-hdr \
    882	distclean-libtool distclean-tags
    883
    884dvi: dvi-recursive
    885
    886dvi-am:
    887
    888html: html-recursive
    889
    890html-am:
    891
    892info: info-recursive
    893
    894info-am:
    895
    896install-data-am:
    897
    898install-dvi: install-dvi-recursive
    899
    900install-dvi-am:
    901
    902install-exec-am:
    903
    904install-html: install-html-recursive
    905
    906install-html-am:
    907
    908install-info: install-info-recursive
    909
    910install-info-am:
    911
    912install-man:
    913
    914install-pdf: install-pdf-recursive
    915
    916install-pdf-am:
    917
    918install-ps: install-ps-recursive
    919
    920install-ps-am:
    921
    922installcheck-am:
    923
    924maintainer-clean: maintainer-clean-recursive
    925	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
    926	-rm -rf $(top_srcdir)/autom4te.cache
    927	-rm -f Makefile
    928maintainer-clean-am: distclean-am maintainer-clean-generic
    929
    930mostlyclean: mostlyclean-recursive
    931
    932mostlyclean-am: mostlyclean-generic mostlyclean-libtool
    933
    934pdf: pdf-recursive
    935
    936pdf-am:
    937
    938ps: ps-recursive
    939
    940ps-am:
    941
    942uninstall-am:
    943
    944.MAKE: $(am__recursive_targets) all install-am install-strip
    945
    946.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
    947	am--refresh check check-am clean clean-cscope clean-generic \
    948	clean-libtool cscope cscopelist-am ctags ctags-am dist \
    949	dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
    950	dist-xz dist-zip dist-zstd distcheck distclean \
    951	distclean-generic distclean-hdr distclean-libtool \
    952	distclean-tags distcleancheck distdir distuninstallcheck dvi \
    953	dvi-am html html-am info info-am install install-am \
    954	install-data install-data-am install-dvi install-dvi-am \
    955	install-exec install-exec-am install-html install-html-am \
    956	install-info install-info-am install-man install-pdf \
    957	install-pdf-am install-ps install-ps-am install-strip \
    958	installcheck installcheck-am installdirs installdirs-am \
    959	maintainer-clean maintainer-clean-generic mostlyclean \
    960	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
    961	tags tags-am uninstall uninstall-am
    962
    963.PRECIOUS: Makefile
    964
    965
    966# Tell versions [3.59,3.63) of GNU make to not export all variables.
    967# Otherwise a system limit (for SysV at least) may be exceeded.
    968.NOEXPORT: