added missing case in for ENC_ISO_8859_15 in src/util.c:read_font_info
[enscript.git] / Makefile.in
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 # Top level Makefile for enscript.
19 # Copyright (c) 1995-1999 Markku Rossi
20 #
21 # Author: Markku Rossi <mtr@iki.fi>
22 #
23
24 #
25 # This file is part of GNU Enscript.
26 #
27 # Enscript is free software: you can redistribute it and/or modify
28 # it under the terms of the GNU General Public License as published by
29 # the Free Software Foundation, either version 3 of the License, or
30 # (at your option) any later version.
31 #
32 # Enscript is distributed in the hope that it will be useful,
33 # but WITHOUT ANY WARRANTY; without even the implied warranty of
34 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
35 # GNU General Public License for more details.
36 #
37 # You should have received a copy of the GNU General Public License
38 # along with Enscript.  If not, see <http://www.gnu.org/licenses/>.
39 #
40 VPATH = @srcdir@
41 am__is_gnu_make = { \
42   if test -z '$(MAKELEVEL)'; then \
43     false; \
44   elif test -n '$(MAKE_HOST)'; then \
45     true; \
46   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
47     true; \
48   else \
49     false; \
50   fi; \
51 }
52 am__make_running_with_option = \
53   case $${target_option-} in \
54       ?) ;; \
55       *) echo "am__make_running_with_option: internal error: invalid" \
56               "target option '$${target_option-}' specified" >&2; \
57          exit 1;; \
58   esac; \
59   has_opt=no; \
60   sane_makeflags=$$MAKEFLAGS; \
61   if $(am__is_gnu_make); then \
62     sane_makeflags=$$MFLAGS; \
63   else \
64     case $$MAKEFLAGS in \
65       *\\[\ \   ]*) \
66         bs=\\; \
67         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
68           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
69     esac; \
70   fi; \
71   skip_next=no; \
72   strip_trailopt () \
73   { \
74     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
75   }; \
76   for flg in $$sane_makeflags; do \
77     test $$skip_next = yes && { skip_next=no; continue; }; \
78     case $$flg in \
79       *=*|--*) continue;; \
80         -*I) strip_trailopt 'I'; skip_next=yes;; \
81       -*I?*) strip_trailopt 'I';; \
82         -*O) strip_trailopt 'O'; skip_next=yes;; \
83       -*O?*) strip_trailopt 'O';; \
84         -*l) strip_trailopt 'l'; skip_next=yes;; \
85       -*l?*) strip_trailopt 'l';; \
86       -[dEDm]) skip_next=yes;; \
87       -[JT]) skip_next=yes;; \
88     esac; \
89     case $$flg in \
90       *$$target_option*) has_opt=yes; break;; \
91     esac; \
92   done; \
93   test $$has_opt = yes
94 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
95 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
96 pkgdatadir = $(datadir)/@PACKAGE@
97 pkgincludedir = $(includedir)/@PACKAGE@
98 pkglibdir = $(libdir)/@PACKAGE@
99 pkglibexecdir = $(libexecdir)/@PACKAGE@
100 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
101 install_sh_DATA = $(install_sh) -c -m 644
102 install_sh_PROGRAM = $(install_sh) -c
103 install_sh_SCRIPT = $(install_sh) -c
104 INSTALL_HEADER = $(INSTALL_DATA)
105 transform = $(program_transform_name)
106 NORMAL_INSTALL = :
107 PRE_INSTALL = :
108 POST_INSTALL = :
109 NORMAL_UNINSTALL = :
110 PRE_UNINSTALL = :
111 POST_UNINSTALL = :
112 build_triplet = @build@
113 host_triplet = @host@
114 subdir = .
115 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
116 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
117         $(top_srcdir)/m4/host-cpu-c-abi.m4 $(top_srcdir)/m4/iconv.m4 \
118         $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/lib-ld.m4 \
119         $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
120         $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
121         $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
122 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
123         $(ACLOCAL_M4)
124 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
125         $(am__configure_deps) $(am__DIST_COMMON)
126 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
127  configure.lineno config.status.lineno
128 mkinstalldirs = $(install_sh) -d
129 CONFIG_HEADER = config.h
130 CONFIG_CLEAN_FILES =
131 CONFIG_CLEAN_VPATH_FILES =
132 AM_V_P = $(am__v_P_@AM_V@)
133 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
134 am__v_P_0 = false
135 am__v_P_1 = :
136 AM_V_GEN = $(am__v_GEN_@AM_V@)
137 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
138 am__v_GEN_0 = @echo "  GEN     " $@;
139 am__v_GEN_1 = 
140 AM_V_at = $(am__v_at_@AM_V@)
141 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
142 am__v_at_0 = @
143 am__v_at_1 = 
144 SOURCES =
145 DIST_SOURCES =
146 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
147         ctags-recursive dvi-recursive html-recursive info-recursive \
148         install-data-recursive install-dvi-recursive \
149         install-exec-recursive install-html-recursive \
150         install-info-recursive install-pdf-recursive \
151         install-ps-recursive install-recursive installcheck-recursive \
152         installdirs-recursive pdf-recursive ps-recursive \
153         tags-recursive uninstall-recursive
154 am__can_run_installinfo = \
155   case $$AM_UPDATE_INFO_DIR in \
156     n|no|NO) false;; \
157     *) (install-info --version) >/dev/null 2>&1;; \
158   esac
159 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
160   distclean-recursive maintainer-clean-recursive
161 am__recursive_targets = \
162   $(RECURSIVE_TARGETS) \
163   $(RECURSIVE_CLEAN_TARGETS) \
164   $(am__extra_recursive_targets)
165 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
166         cscope distdir distdir-am dist dist-all distcheck
167 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
168         config.h.in
169 # Read a list of newline-separated strings from the standard input,
170 # and print each of them once, without duplicates.  Input order is
171 # *not* preserved.
172 am__uniquify_input = $(AWK) '\
173   BEGIN { nonempty = 0; } \
174   { items[$$0] = 1; nonempty = 1; } \
175   END { if (nonempty) { for (i in items) print i; }; } \
176 '
177 # Make sure the list of sources is unique.  This is necessary because,
178 # e.g., the same source file might be shared among _SOURCES variables
179 # for different programs/libraries.
180 am__define_uniq_tagged_files = \
181   list='$(am__tagged_files)'; \
182   unique=`for i in $$list; do \
183     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
184   done | $(am__uniquify_input)`
185 DIST_SUBDIRS = $(SUBDIRS)
186 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
187         ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS \
188         TODO compile config.guess config.rpath config.sub install-sh \
189         missing
190 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
191 distdir = $(PACKAGE)-$(VERSION)
192 top_distdir = $(distdir)
193 am__remove_distdir = \
194   if test -d "$(distdir)"; then \
195     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
196       && rm -rf "$(distdir)" \
197       || { sleep 5 && rm -rf "$(distdir)"; }; \
198   else :; fi
199 am__post_remove_distdir = $(am__remove_distdir)
200 am__relativize = \
201   dir0=`pwd`; \
202   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
203   sed_rest='s,^[^/]*/*,,'; \
204   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
205   sed_butlast='s,/*[^/]*$$,,'; \
206   while test -n "$$dir1"; do \
207     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
208     if test "$$first" != "."; then \
209       if test "$$first" = ".."; then \
210         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
211         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
212       else \
213         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
214         if test "$$first2" = "$$first"; then \
215           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
216         else \
217           dir2="../$$dir2"; \
218         fi; \
219         dir0="$$dir0"/"$$first"; \
220       fi; \
221     fi; \
222     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
223   done; \
224   reldir="$$dir2"
225 DIST_ARCHIVES = $(distdir).tar.gz
226 GZIP_ENV = --best
227 DIST_TARGETS = dist-gzip
228 # Exists only to be overridden by the user if desired.
229 AM_DISTCHECK_DVI_TARGET = dvi
230 distuninstallcheck_listfiles = find . -type f -print
231 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
232   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
233 distcleancheck_listfiles = find . -type f -print
234 ACLOCAL = @ACLOCAL@
235 ALLOCA = @ALLOCA@
236 AMTAR = @AMTAR@
237 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
238 AUTOCONF = @AUTOCONF@
239 AUTOHEADER = @AUTOHEADER@
240 AUTOMAKE = @AUTOMAKE@
241 AWK = @AWK@
242 CC = @CC@
243 CCDEPMODE = @CCDEPMODE@
244 CFLAGS = @CFLAGS@
245 CPP = @CPP@
246 CPPFLAGS = @CPPFLAGS@
247 CSCOPE = @CSCOPE@
248 CTAGS = @CTAGS@
249 CYGPATH_W = @CYGPATH_W@
250 DEFS = @DEFS@
251 DEPDIR = @DEPDIR@
252 ECHO_C = @ECHO_C@
253 ECHO_N = @ECHO_N@
254 ECHO_T = @ECHO_T@
255 EGREP = @EGREP@
256 ENCODING = @ENCODING@
257 ETAGS = @ETAGS@
258 EXEEXT = @EXEEXT@
259 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
260 GMSGFMT = @GMSGFMT@
261 GMSGFMT_015 = @GMSGFMT_015@
262 GREP = @GREP@
263 INSTALL = @INSTALL@
264 INSTALL_DATA = @INSTALL_DATA@
265 INSTALL_PROGRAM = @INSTALL_PROGRAM@
266 INSTALL_SCRIPT = @INSTALL_SCRIPT@
267 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
268 INTLLIBS = @INTLLIBS@
269 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
270 LDFLAGS = @LDFLAGS@
271 LEX = @LEX@
272 LEXLIB = @LEXLIB@
273 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
274 LIBICONV = @LIBICONV@
275 LIBINTL = @LIBINTL@
276 LIBOBJS = @LIBOBJS@
277 LIBS = @LIBS@
278 LTLIBICONV = @LTLIBICONV@
279 LTLIBINTL = @LTLIBINTL@
280 LTLIBOBJS = @LTLIBOBJS@
281 MAKEINFO = @MAKEINFO@
282 MEDIA = @MEDIA@
283 MKDIR_P = @MKDIR_P@
284 MSGFMT = @MSGFMT@
285 MSGMERGE = @MSGMERGE@
286 MSGMERGE_FOR_MSGFMT_OPTION = @MSGMERGE_FOR_MSGFMT_OPTION@
287 OBJEXT = @OBJEXT@
288 PACKAGE = @PACKAGE@
289 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
290 PACKAGE_NAME = @PACKAGE_NAME@
291 PACKAGE_STRING = @PACKAGE_STRING@
292 PACKAGE_TARNAME = @PACKAGE_TARNAME@
293 PACKAGE_URL = @PACKAGE_URL@
294 PACKAGE_VERSION = @PACKAGE_VERSION@
295 PATH_SEPARATOR = @PATH_SEPARATOR@
296 PERL = @PERL@
297 POSUB = @POSUB@
298 PSLEVEL = @PSLEVEL@
299 RANLIB = @RANLIB@
300 SED = @SED@
301 SET_MAKE = @SET_MAKE@
302 SHELL = @SHELL@
303 SPOOLER = @SPOOLER@
304 STRIP = @STRIP@
305 USE_NLS = @USE_NLS@
306 VERSION = @VERSION@
307 XGETTEXT = @XGETTEXT@
308 XGETTEXT_015 = @XGETTEXT_015@
309 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
310 YACC = @YACC@
311 YFLAGS = @YFLAGS@
312 abs_builddir = @abs_builddir@
313 abs_srcdir = @abs_srcdir@
314 abs_top_builddir = @abs_top_builddir@
315 abs_top_srcdir = @abs_top_srcdir@
316 ac_ct_CC = @ac_ct_CC@
317 am__include = @am__include@
318 am__leading_dot = @am__leading_dot@
319 am__quote = @am__quote@
320 am__tar = @am__tar@
321 am__untar = @am__untar@
322 bindir = @bindir@
323 build = @build@
324 build_alias = @build_alias@
325 build_cpu = @build_cpu@
326 build_os = @build_os@
327 build_vendor = @build_vendor@
328 builddir = @builddir@
329 datadir = @datadir@
330 datarootdir = @datarootdir@
331 docdir = @docdir@
332 dvidir = @dvidir@
333 exec_prefix = @exec_prefix@
334 host = @host@
335 host_alias = @host_alias@
336 host_cpu = @host_cpu@
337 host_os = @host_os@
338 host_vendor = @host_vendor@
339 htmldir = @htmldir@
340 includedir = @includedir@
341 infodir = @infodir@
342 install_sh = @install_sh@
343 libdir = @libdir@
344 libexecdir = @libexecdir@
345 localedir = @localedir@
346 localstatedir = @localstatedir@
347 mandir = @mandir@
348 mkdir_p = @mkdir_p@
349 oldincludedir = @oldincludedir@
350 pdfdir = @pdfdir@
351 prefix = @prefix@
352 program_transform_name = @program_transform_name@
353 psdir = @psdir@
354 runstatedir = @runstatedir@
355 sbindir = @sbindir@
356 sharedstatedir = @sharedstatedir@
357 srcdir = @srcdir@
358 sysconfdir = @sysconfdir@
359 target_alias = @target_alias@
360 top_build_prefix = @top_build_prefix@
361 top_builddir = @top_builddir@
362 top_srcdir = @top_srcdir@
363 SUBDIRS = compat afm afmlib lib scripts src po states docs w32
364 EXTRA_DIST = m4/ChangeLog  README.ESCAPES README.DOS ascii.txt                  \
365 asciifise.txt asciidkno.txt 88591.txt 88592.txt 88593.txt 88594.txt     \
366 88595.txt 88597.txt 88599.txt 885910.txt 885915.txt ibmpc.txt mac.txt vms.txt   \
367 hp8.txt koi8.txt mtr.eps mtr_small.eps mtr_tiny.eps po/ChangeLog.old
368
369 ACLOCAL_AMFLAGS = -I m4
370 all: config.h
371         $(MAKE) $(AM_MAKEFLAGS) all-recursive
372
373 .SUFFIXES:
374 am--refresh: Makefile
375         @:
376 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
377         @for dep in $?; do \
378           case '$(am__configure_deps)' in \
379             *$$dep*) \
380               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
381               $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
382                 && exit 0; \
383               exit 1;; \
384           esac; \
385         done; \
386         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
387         $(am__cd) $(top_srcdir) && \
388           $(AUTOMAKE) --gnu Makefile
389 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
390         @case '$?' in \
391           *config.status*) \
392             echo ' $(SHELL) ./config.status'; \
393             $(SHELL) ./config.status;; \
394           *) \
395             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
396             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
397         esac;
398
399 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
400         $(SHELL) ./config.status --recheck
401
402 $(top_srcdir)/configure:  $(am__configure_deps)
403         $(am__cd) $(srcdir) && $(AUTOCONF)
404 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
405         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
406 $(am__aclocal_m4_deps):
407
408 config.h: stamp-h1
409         @test -f $@ || rm -f stamp-h1
410         @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
411
412 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
413         @rm -f stamp-h1
414         cd $(top_builddir) && $(SHELL) ./config.status config.h
415 $(srcdir)/config.h.in:  $(am__configure_deps) 
416         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
417         rm -f stamp-h1
418         touch $@
419
420 distclean-hdr:
421         -rm -f config.h stamp-h1
422
423 # This directory's subdirectories are mostly independent; you can cd
424 # into them and run 'make' without going through this Makefile.
425 # To change the values of 'make' variables: instead of editing Makefiles,
426 # (1) if the variable is set in 'config.status', edit 'config.status'
427 #     (which will cause the Makefiles to be regenerated when you run 'make');
428 # (2) otherwise, pass the desired values on the 'make' command line.
429 $(am__recursive_targets):
430         @fail=; \
431         if $(am__make_keepgoing); then \
432           failcom='fail=yes'; \
433         else \
434           failcom='exit 1'; \
435         fi; \
436         dot_seen=no; \
437         target=`echo $@ | sed s/-recursive//`; \
438         case "$@" in \
439           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
440           *) list='$(SUBDIRS)' ;; \
441         esac; \
442         for subdir in $$list; do \
443           echo "Making $$target in $$subdir"; \
444           if test "$$subdir" = "."; then \
445             dot_seen=yes; \
446             local_target="$$target-am"; \
447           else \
448             local_target="$$target"; \
449           fi; \
450           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
451           || eval $$failcom; \
452         done; \
453         if test "$$dot_seen" = "no"; then \
454           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
455         fi; test -z "$$fail"
456
457 ID: $(am__tagged_files)
458         $(am__define_uniq_tagged_files); mkid -fID $$unique
459 tags: tags-recursive
460 TAGS: tags
461
462 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
463         set x; \
464         here=`pwd`; \
465         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
466           include_option=--etags-include; \
467           empty_fix=.; \
468         else \
469           include_option=--include; \
470           empty_fix=; \
471         fi; \
472         list='$(SUBDIRS)'; for subdir in $$list; do \
473           if test "$$subdir" = .; then :; else \
474             test ! -f $$subdir/TAGS || \
475               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
476           fi; \
477         done; \
478         $(am__define_uniq_tagged_files); \
479         shift; \
480         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
481           test -n "$$unique" || unique=$$empty_fix; \
482           if test $$# -gt 0; then \
483             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
484               "$$@" $$unique; \
485           else \
486             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
487               $$unique; \
488           fi; \
489         fi
490 ctags: ctags-recursive
491
492 CTAGS: ctags
493 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
494         $(am__define_uniq_tagged_files); \
495         test -z "$(CTAGS_ARGS)$$unique" \
496           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
497              $$unique
498
499 GTAGS:
500         here=`$(am__cd) $(top_builddir) && pwd` \
501           && $(am__cd) $(top_srcdir) \
502           && gtags -i $(GTAGS_ARGS) "$$here"
503 cscope: cscope.files
504         test ! -s cscope.files \
505           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
506 clean-cscope:
507         -rm -f cscope.files
508 cscope.files: clean-cscope cscopelist
509 cscopelist: cscopelist-recursive
510
511 cscopelist-am: $(am__tagged_files)
512         list='$(am__tagged_files)'; \
513         case "$(srcdir)" in \
514           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
515           *) sdir=$(subdir)/$(srcdir) ;; \
516         esac; \
517         for i in $$list; do \
518           if test -f "$$i"; then \
519             echo "$(subdir)/$$i"; \
520           else \
521             echo "$$sdir/$$i"; \
522           fi; \
523         done >> $(top_builddir)/cscope.files
524
525 distclean-tags:
526         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
527         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
528 distdir: $(BUILT_SOURCES)
529         $(MAKE) $(AM_MAKEFLAGS) distdir-am
530
531 distdir-am: $(DISTFILES)
532         $(am__remove_distdir)
533         test -d "$(distdir)" || mkdir "$(distdir)"
534         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
535         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
536         list='$(DISTFILES)'; \
537           dist_files=`for file in $$list; do echo $$file; done | \
538           sed -e "s|^$$srcdirstrip/||;t" \
539               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
540         case $$dist_files in \
541           */*) $(MKDIR_P) `echo "$$dist_files" | \
542                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
543                            sort -u` ;; \
544         esac; \
545         for file in $$dist_files; do \
546           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
547           if test -d $$d/$$file; then \
548             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
549             if test -d "$(distdir)/$$file"; then \
550               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
551             fi; \
552             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
553               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
554               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
555             fi; \
556             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
557           else \
558             test -f "$(distdir)/$$file" \
559             || cp -p $$d/$$file "$(distdir)/$$file" \
560             || exit 1; \
561           fi; \
562         done
563         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
564           if test "$$subdir" = .; then :; else \
565             $(am__make_dryrun) \
566               || test -d "$(distdir)/$$subdir" \
567               || $(MKDIR_P) "$(distdir)/$$subdir" \
568               || exit 1; \
569             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
570             $(am__relativize); \
571             new_distdir=$$reldir; \
572             dir1=$$subdir; dir2="$(top_distdir)"; \
573             $(am__relativize); \
574             new_top_distdir=$$reldir; \
575             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
576             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
577             ($(am__cd) $$subdir && \
578               $(MAKE) $(AM_MAKEFLAGS) \
579                 top_distdir="$$new_top_distdir" \
580                 distdir="$$new_distdir" \
581                 am__remove_distdir=: \
582                 am__skip_length_check=: \
583                 am__skip_mode_fix=: \
584                 distdir) \
585               || exit 1; \
586           fi; \
587         done
588         -test -n "$(am__skip_mode_fix)" \
589         || find "$(distdir)" -type d ! -perm -755 \
590                 -exec chmod u+rwx,go+rx {} \; -o \
591           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
592           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
593           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
594         || chmod -R a+r "$(distdir)"
595 dist-gzip: distdir
596         tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
597         $(am__post_remove_distdir)
598
599 dist-bzip2: distdir
600         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
601         $(am__post_remove_distdir)
602
603 dist-lzip: distdir
604         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
605         $(am__post_remove_distdir)
606
607 dist-xz: distdir
608         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
609         $(am__post_remove_distdir)
610
611 dist-zstd: distdir
612         tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
613         $(am__post_remove_distdir)
614
615 dist-tarZ: distdir
616         @echo WARNING: "Support for distribution archives compressed with" \
617                        "legacy program 'compress' is deprecated." >&2
618         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
619         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
620         $(am__post_remove_distdir)
621
622 dist-shar: distdir
623         @echo WARNING: "Support for shar distribution archives is" \
624                        "deprecated." >&2
625         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
626         shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
627         $(am__post_remove_distdir)
628
629 dist-zip: distdir
630         -rm -f $(distdir).zip
631         zip -rq $(distdir).zip $(distdir)
632         $(am__post_remove_distdir)
633
634 dist dist-all:
635         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
636         $(am__post_remove_distdir)
637
638 # This target untars the dist file and tries a VPATH configuration.  Then
639 # it guarantees that the distribution is self-contained by making another
640 # tarfile.
641 distcheck: dist
642         case '$(DIST_ARCHIVES)' in \
643         *.tar.gz*) \
644           eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
645         *.tar.bz2*) \
646           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
647         *.tar.lz*) \
648           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
649         *.tar.xz*) \
650           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
651         *.tar.Z*) \
652           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
653         *.shar.gz*) \
654           eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
655         *.zip*) \
656           unzip $(distdir).zip ;;\
657         *.tar.zst*) \
658           zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
659         esac
660         chmod -R a-w $(distdir)
661         chmod u+w $(distdir)
662         mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
663         chmod a-w $(distdir)
664         test -d $(distdir)/_build || exit 0; \
665         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
666           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
667           && am__cwd=`pwd` \
668           && $(am__cd) $(distdir)/_build/sub \
669           && ../../configure \
670             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
671             $(DISTCHECK_CONFIGURE_FLAGS) \
672             --srcdir=../.. --prefix="$$dc_install_base" \
673           && $(MAKE) $(AM_MAKEFLAGS) \
674           && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
675           && $(MAKE) $(AM_MAKEFLAGS) check \
676           && $(MAKE) $(AM_MAKEFLAGS) install \
677           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
678           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
679           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
680                 distuninstallcheck \
681           && chmod -R a-w "$$dc_install_base" \
682           && ({ \
683                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
684                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
685                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
686                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
687                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
688               } || { rm -rf "$$dc_destdir"; exit 1; }) \
689           && rm -rf "$$dc_destdir" \
690           && $(MAKE) $(AM_MAKEFLAGS) dist \
691           && rm -rf $(DIST_ARCHIVES) \
692           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
693           && cd "$$am__cwd" \
694           || exit 1
695         $(am__post_remove_distdir)
696         @(echo "$(distdir) archives ready for distribution: "; \
697           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
698           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
699 distuninstallcheck:
700         @test -n '$(distuninstallcheck_dir)' || { \
701           echo 'ERROR: trying to run $@ with an empty' \
702                '$$(distuninstallcheck_dir)' >&2; \
703           exit 1; \
704         }; \
705         $(am__cd) '$(distuninstallcheck_dir)' || { \
706           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
707           exit 1; \
708         }; \
709         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
710            || { echo "ERROR: files left after uninstall:" ; \
711                 if test -n "$(DESTDIR)"; then \
712                   echo "  (check DESTDIR support)"; \
713                 fi ; \
714                 $(distuninstallcheck_listfiles) ; \
715                 exit 1; } >&2
716 distcleancheck: distclean
717         @if test '$(srcdir)' = . ; then \
718           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
719           exit 1 ; \
720         fi
721         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
722           || { echo "ERROR: files left in build directory after distclean:" ; \
723                $(distcleancheck_listfiles) ; \
724                exit 1; } >&2
725 check-am: all-am
726 check: check-recursive
727 all-am: Makefile config.h
728 installdirs: installdirs-recursive
729 installdirs-am:
730 install: install-recursive
731 install-exec: install-exec-recursive
732 install-data: install-data-recursive
733 uninstall: uninstall-recursive
734
735 install-am: all-am
736         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
737
738 installcheck: installcheck-recursive
739 install-strip:
740         if test -z '$(STRIP)'; then \
741           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
742             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
743               install; \
744         else \
745           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
746             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
747             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
748         fi
749 mostlyclean-generic:
750
751 clean-generic:
752
753 distclean-generic:
754         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
755         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
756
757 maintainer-clean-generic:
758         @echo "This command is intended for maintainers to use"
759         @echo "it deletes files that may require special tools to rebuild."
760 clean: clean-recursive
761
762 clean-am: clean-generic mostlyclean-am
763
764 distclean: distclean-recursive
765         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
766         -rm -f Makefile
767 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
768
769 dvi: dvi-recursive
770
771 dvi-am:
772
773 html: html-recursive
774
775 html-am:
776
777 info: info-recursive
778
779 info-am:
780
781 install-data-am:
782
783 install-dvi: install-dvi-recursive
784
785 install-dvi-am:
786
787 install-exec-am:
788
789 install-html: install-html-recursive
790
791 install-html-am:
792
793 install-info: install-info-recursive
794
795 install-info-am:
796
797 install-man:
798
799 install-pdf: install-pdf-recursive
800
801 install-pdf-am:
802
803 install-ps: install-ps-recursive
804
805 install-ps-am:
806
807 installcheck-am:
808
809 maintainer-clean: maintainer-clean-recursive
810         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
811         -rm -rf $(top_srcdir)/autom4te.cache
812         -rm -f Makefile
813 maintainer-clean-am: distclean-am maintainer-clean-generic
814
815 mostlyclean: mostlyclean-recursive
816
817 mostlyclean-am: mostlyclean-generic
818
819 pdf: pdf-recursive
820
821 pdf-am:
822
823 ps: ps-recursive
824
825 ps-am:
826
827 uninstall-am:
828
829 .MAKE: $(am__recursive_targets) all install-am install-strip
830
831 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
832         am--refresh check check-am clean clean-cscope clean-generic \
833         cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
834         dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
835         dist-zstd distcheck distclean distclean-generic distclean-hdr \
836         distclean-tags distcleancheck distdir distuninstallcheck dvi \
837         dvi-am html html-am info info-am install install-am \
838         install-data install-data-am install-dvi install-dvi-am \
839         install-exec install-exec-am install-html install-html-am \
840         install-info install-info-am install-man install-pdf \
841         install-pdf-am install-ps install-ps-am install-strip \
842         installcheck installcheck-am installdirs installdirs-am \
843         maintainer-clean maintainer-clean-generic mostlyclean \
844         mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
845         uninstall-am
846
847 .PRECIOUS: Makefile
848
849
850 # Tell versions [3.59,3.63) of GNU make to not export all variables.
851 # Otherwise a system limit (for SysV at least) may be exceeded.
852 .NOEXPORT: