Home | History | Annotate | Line # | Download | only in etc
      1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
      2 # @configure_input@
      3 
      4 # Copyright (C) 1994-2017 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 #   Copyright (C) 1992-2025 Free Software Foundation, Inc.
     19 #
     20 # This program is free software; you can redistribute it and/or modify
     21 # it under the terms of the GNU General Public License as published by
     22 # the Free Software Foundation; either version 3 of the License, or
     23 # (at your option) any later version.
     24 #
     25 # This program is distributed in the hope that it will be useful,
     26 # but WITHOUT ANY WARRANTY; without even the implied warranty of
     27 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     28 # GNU General Public License for more details.
     29 #
     30 # You should have received a copy of the GNU General Public License
     31 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
     32 VPATH = @srcdir@
     33 am__is_gnu_make = { \
     34   if test -z '$(MAKELEVEL)'; then \
     35     false; \
     36   elif test -n '$(MAKE_HOST)'; then \
     37     true; \
     38   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
     39     true; \
     40   else \
     41     false; \
     42   fi; \
     43 }
     44 am__make_running_with_option = \
     45   case $${target_option-} in \
     46       ?) ;; \
     47       *) echo "am__make_running_with_option: internal error: invalid" \
     48               "target option '$${target_option-}' specified" >&2; \
     49          exit 1;; \
     50   esac; \
     51   has_opt=no; \
     52   sane_makeflags=$$MAKEFLAGS; \
     53   if $(am__is_gnu_make); then \
     54     sane_makeflags=$$MFLAGS; \
     55   else \
     56     case $$MAKEFLAGS in \
     57       *\\[\ \	]*) \
     58         bs=\\; \
     59         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
     60           | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
     61     esac; \
     62   fi; \
     63   skip_next=no; \
     64   strip_trailopt () \
     65   { \
     66     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
     67   }; \
     68   for flg in $$sane_makeflags; do \
     69     test $$skip_next = yes && { skip_next=no; continue; }; \
     70     case $$flg in \
     71       *=*|--*) continue;; \
     72         -*I) strip_trailopt 'I'; skip_next=yes;; \
     73       -*I?*) strip_trailopt 'I';; \
     74         -*O) strip_trailopt 'O'; skip_next=yes;; \
     75       -*O?*) strip_trailopt 'O';; \
     76         -*l) strip_trailopt 'l'; skip_next=yes;; \
     77       -*l?*) strip_trailopt 'l';; \
     78       -[dEDm]) skip_next=yes;; \
     79       -[JT]) skip_next=yes;; \
     80     esac; \
     81     case $$flg in \
     82       *$$target_option*) has_opt=yes; break;; \
     83     esac; \
     84   done; \
     85   test $$has_opt = yes
     86 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
     87 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
     88 pkgdatadir = $(datadir)/@PACKAGE@
     89 pkgincludedir = $(includedir)/@PACKAGE@
     90 pkglibdir = $(libdir)/@PACKAGE@
     91 pkglibexecdir = $(libexecdir)/@PACKAGE@
     92 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     93 install_sh_DATA = $(install_sh) -c -m 644
     94 install_sh_PROGRAM = $(install_sh) -c
     95 install_sh_SCRIPT = $(install_sh) -c
     96 INSTALL_HEADER = $(INSTALL_DATA)
     97 transform = $(program_transform_name)
     98 NORMAL_INSTALL = :
     99 PRE_INSTALL = :
    100 POST_INSTALL = :
    101 NORMAL_UNINSTALL = :
    102 PRE_UNINSTALL = :
    103 POST_UNINSTALL = :
    104 subdir = .
    105 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    106 am__aclocal_m4_deps = $(top_srcdir)/../config/lead-dot.m4 \
    107 	$(top_srcdir)/../config/override.m4 $(top_srcdir)/configure.ac
    108 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    109 	$(ACLOCAL_M4)
    110 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
    111 	$(am__configure_deps)
    112 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
    113  configure.lineno config.status.lineno
    114 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
    115 CONFIG_CLEAN_FILES =
    116 CONFIG_CLEAN_VPATH_FILES =
    117 AM_V_P = $(am__v_P_@AM_V@)
    118 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
    119 am__v_P_0 = false
    120 am__v_P_1 = :
    121 AM_V_GEN = $(am__v_GEN_@AM_V@)
    122 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    123 am__v_GEN_0 = @echo "  GEN     " $@;
    124 am__v_GEN_1 = 
    125 AM_V_at = $(am__v_at_@AM_V@)
    126 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    127 am__v_at_0 = @
    128 am__v_at_1 = 
    129 SOURCES =
    130 am__can_run_installinfo = \
    131   case $$AM_UPDATE_INFO_DIR in \
    132     n|no|NO) false;; \
    133     *) (install-info --version) >/dev/null 2>&1;; \
    134   esac
    135 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
    136 ACLOCAL = @ACLOCAL@
    137 AMTAR = @AMTAR@
    138 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
    139 AUTOCONF = @AUTOCONF@
    140 AUTOHEADER = @AUTOHEADER@
    141 AUTOMAKE = @AUTOMAKE@
    142 AWK = @AWK@
    143 CYGPATH_W = @CYGPATH_W@
    144 DEFS = @DEFS@
    145 ECHO_C = @ECHO_C@
    146 ECHO_N = @ECHO_N@
    147 ECHO_T = @ECHO_T@
    148 INSTALL = @INSTALL@
    149 INSTALL_DATA = @INSTALL_DATA@
    150 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    151 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    152 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    153 LIBOBJS = @LIBOBJS@
    154 LIBS = @LIBS@
    155 LTLIBOBJS = @LTLIBOBJS@
    156 MAINT = @MAINT@
    157 MAKEINFO = @MAKEINFO@
    158 MKDIR_P = @MKDIR_P@
    159 PACKAGE = @PACKAGE@
    160 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    161 PACKAGE_NAME = @PACKAGE_NAME@
    162 PACKAGE_STRING = @PACKAGE_STRING@
    163 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    164 PACKAGE_URL = @PACKAGE_URL@
    165 PACKAGE_VERSION = @PACKAGE_VERSION@
    166 PATH_SEPARATOR = @PATH_SEPARATOR@
    167 SET_MAKE = @SET_MAKE@
    168 SHELL = @SHELL@
    169 STRIP = @STRIP@
    170 VERSION = @VERSION@
    171 abs_builddir = @abs_builddir@
    172 abs_srcdir = @abs_srcdir@
    173 abs_top_builddir = @abs_top_builddir@
    174 abs_top_srcdir = @abs_top_srcdir@
    175 am__leading_dot = @am__leading_dot@
    176 am__tar = @am__tar@
    177 am__untar = @am__untar@
    178 bindir = @bindir@
    179 build_alias = @build_alias@
    180 builddir = @builddir@
    181 datadir = @datadir@
    182 datarootdir = @datarootdir@
    183 docdir = @docdir@
    184 dvidir = @dvidir@
    185 exec_prefix = @exec_prefix@
    186 host_alias = @host_alias@
    187 htmldir = @htmldir@
    188 includedir = @includedir@
    189 infodir = @infodir@
    190 install_sh = @install_sh@
    191 libdir = @libdir@
    192 libexecdir = @libexecdir@
    193 localedir = @localedir@
    194 localstatedir = @localstatedir@
    195 mandir = @mandir@
    196 mkdir_p = @mkdir_p@
    197 oldincludedir = @oldincludedir@
    198 pdfdir = @pdfdir@
    199 prefix = @prefix@
    200 program_transform_name = @program_transform_name@
    201 psdir = @psdir@
    202 sbindir = @sbindir@
    203 sharedstatedir = @sharedstatedir@
    204 srcdir = @srcdir@
    205 sysconfdir = @sysconfdir@
    206 target_alias = @target_alias@
    207 top_build_prefix = @top_build_prefix@
    208 top_builddir = @top_builddir@
    209 top_srcdir = @top_srcdir@
    210 AUTOMAKE_OPTIONS = foreign no-dist
    211 ACLOCAL_AMFLAGS = -I.. -I../config
    212 all: all-am
    213 
    214 .SUFFIXES:
    215 am--refresh: Makefile
    216 	@:
    217 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
    218 	@for dep in $?; do \
    219 	  case '$(am__configure_deps)' in \
    220 	    *$$dep*) \
    221 	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
    222 	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
    223 		&& exit 0; \
    224 	      exit 1;; \
    225 	  esac; \
    226 	done; \
    227 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
    228 	$(am__cd) $(top_srcdir) && \
    229 	  $(AUTOMAKE) --foreign Makefile
    230 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    231 	@case '$?' in \
    232 	  *config.status*) \
    233 	    echo ' $(SHELL) ./config.status'; \
    234 	    $(SHELL) ./config.status;; \
    235 	  *) \
    236 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
    237 	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
    238 	esac;
    239 
    240 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    241 	$(SHELL) ./config.status --recheck
    242 
    243 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
    244 	$(am__cd) $(srcdir) && $(AUTOCONF)
    245 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
    246 	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
    247 $(am__aclocal_m4_deps):
    248 tags TAGS:
    249 
    250 ctags CTAGS:
    251 
    252 cscope cscopelist:
    253 
    254 check-am: all-am
    255 check: check-am
    256 all-am: Makefile
    257 installdirs:
    258 install: install-am
    259 install-exec: install-exec-am
    260 install-data: install-data-am
    261 uninstall: uninstall-am
    262 
    263 install-am: all-am
    264 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    265 
    266 installcheck: installcheck-am
    267 install-strip:
    268 	if test -z '$(STRIP)'; then \
    269 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    270 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    271 	      install; \
    272 	else \
    273 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    274 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    275 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
    276 	fi
    277 mostlyclean-generic:
    278 
    279 clean-generic:
    280 
    281 distclean-generic:
    282 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    283 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    284 
    285 maintainer-clean-generic:
    286 	@echo "This command is intended for maintainers to use"
    287 	@echo "it deletes files that may require special tools to rebuild."
    288 clean: clean-am
    289 
    290 clean-am: clean-generic mostlyclean-am
    291 
    292 distclean: distclean-am
    293 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
    294 	-rm -f Makefile
    295 distclean-am: clean-am distclean-generic
    296 
    297 dvi: dvi-am
    298 
    299 dvi-am:
    300 
    301 html: html-am
    302 
    303 html-am:
    304 
    305 info: info-am
    306 
    307 info-am:
    308 
    309 install-data-am:
    310 
    311 install-dvi: install-dvi-am
    312 
    313 install-dvi-am:
    314 
    315 install-exec-am:
    316 
    317 install-html: install-html-am
    318 
    319 install-html-am:
    320 
    321 install-info: install-info-am
    322 
    323 install-info-am:
    324 
    325 install-man:
    326 
    327 install-pdf: install-pdf-am
    328 
    329 install-pdf-am:
    330 
    331 install-ps: install-ps-am
    332 
    333 install-ps-am:
    334 
    335 installcheck-am:
    336 
    337 maintainer-clean: maintainer-clean-am
    338 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
    339 	-rm -rf $(top_srcdir)/autom4te.cache
    340 	-rm -f Makefile
    341 maintainer-clean-am: distclean-am maintainer-clean-generic
    342 
    343 mostlyclean: mostlyclean-am
    344 
    345 mostlyclean-am: mostlyclean-generic
    346 
    347 pdf: pdf-am
    348 
    349 pdf-am:
    350 
    351 ps: ps-am
    352 
    353 ps-am:
    354 
    355 uninstall-am:
    356 
    357 .MAKE: install-am install-strip
    358 
    359 .PHONY: all all-am am--refresh check check-am clean clean-generic \
    360 	cscopelist-am ctags-am distclean distclean-generic dvi dvi-am \
    361 	html html-am info info-am install install-am install-data \
    362 	install-data-am install-dvi install-dvi-am install-exec \
    363 	install-exec-am install-html install-html-am install-info \
    364 	install-info-am install-man install-pdf install-pdf-am \
    365 	install-ps install-ps-am install-strip installcheck \
    366 	installcheck-am installdirs maintainer-clean \
    367 	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
    368 	pdf-am ps ps-am tags-am uninstall uninstall-am
    369 
    370 .PRECIOUS: Makefile
    371 
    372 
    373 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    374 # Otherwise a system limit (for SysV at least) may be exceeded.
    375 .NOEXPORT:
    376