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#  Copyright 2005 Red Hat, Inc.
18#
19#  Permission to use, copy, modify, distribute, and sell this software
20#  and its documentation for any purpose is hereby granted without
21#  fee, provided that the above copyright notice appear in all copies
22#  and that both that copyright notice and this permission notice
23#  appear in supporting documentation, and that the name of Red Hat
24#  not be used in advertising or publicity pertaining to distribution
25#  of the software without specific, written prior permission.  Red
26#  Hat makes no representations about the suitability of this software
27#  for any purpose.  It is provided "as is" without express or implied
28#  warranty.
29#
30#  RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
31#  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
32#  NO EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
33#  CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
34#  OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
35#  NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
36#  CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
37
38VPATH = @srcdir@
39am__is_gnu_make = { \
40  if test -z '$(MAKELEVEL)'; then \
41    false; \
42  elif test -n '$(MAKE_HOST)'; then \
43    true; \
44  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
45    true; \
46  else \
47    false; \
48  fi; \
49}
50am__make_running_with_option = \
51  case $${target_option-} in \
52      ?) ;; \
53      *) echo "am__make_running_with_option: internal error: invalid" \
54              "target option '$${target_option-}' specified" >&2; \
55         exit 1;; \
56  esac; \
57  has_opt=no; \
58  sane_makeflags=$$MAKEFLAGS; \
59  if $(am__is_gnu_make); then \
60    sane_makeflags=$$MFLAGS; \
61  else \
62    case $$MAKEFLAGS in \
63      *\\[\ \	]*) \
64        bs=\\; \
65        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
66          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
67    esac; \
68  fi; \
69  skip_next=no; \
70  strip_trailopt () \
71  { \
72    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
73  }; \
74  for flg in $$sane_makeflags; do \
75    test $$skip_next = yes && { skip_next=no; continue; }; \
76    case $$flg in \
77      *=*|--*) continue;; \
78        -*I) strip_trailopt 'I'; skip_next=yes;; \
79      -*I?*) strip_trailopt 'I';; \
80        -*O) strip_trailopt 'O'; skip_next=yes;; \
81      -*O?*) strip_trailopt 'O';; \
82        -*l) strip_trailopt 'l'; skip_next=yes;; \
83      -*l?*) strip_trailopt 'l';; \
84      -[dEDm]) skip_next=yes;; \
85      -[JT]) skip_next=yes;; \
86    esac; \
87    case $$flg in \
88      *$$target_option*) has_opt=yes; break;; \
89    esac; \
90  done; \
91  test $$has_opt = yes
92am__make_dryrun = (target_option=n; $(am__make_running_with_option))
93am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
94pkgdatadir = $(datadir)/@PACKAGE@
95pkgincludedir = $(includedir)/@PACKAGE@
96pkglibdir = $(libdir)/@PACKAGE@
97pkglibexecdir = $(libexecdir)/@PACKAGE@
98am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
99install_sh_DATA = $(install_sh) -c -m 644
100install_sh_PROGRAM = $(install_sh) -c
101install_sh_SCRIPT = $(install_sh) -c
102INSTALL_HEADER = $(INSTALL_DATA)
103transform = $(program_transform_name)
104NORMAL_INSTALL = :
105PRE_INSTALL = :
106POST_INSTALL = :
107NORMAL_UNINSTALL = :
108PRE_UNINSTALL = :
109POST_UNINSTALL = :
110build_triplet = @build@
111host_triplet = @host@
112subdir = .
113ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
114am__aclocal_m4_deps = $(top_srcdir)/configure.ac
115am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
116	$(ACLOCAL_M4)
117DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
118	$(am__configure_deps) $(dist_availconfig_DATA) \
119	$(am__DIST_COMMON)
120am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
121 configure.lineno config.status.lineno
122mkinstalldirs = $(install_sh) -d
123CONFIG_CLEAN_FILES =
124CONFIG_CLEAN_VPATH_FILES =
125AM_V_P = $(am__v_P_@AM_V@)
126am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
127am__v_P_0 = false
128am__v_P_1 = :
129AM_V_GEN = $(am__v_GEN_@AM_V@)
130am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
131am__v_GEN_0 = @echo "  GEN     " $@;
132am__v_GEN_1 = 
133AM_V_at = $(am__v_at_@AM_V@)
134am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
135am__v_at_0 = @
136am__v_at_1 = 
137SOURCES =
138DIST_SOURCES =
139am__can_run_installinfo = \
140  case $$AM_UPDATE_INFO_DIR in \
141    n|no|NO) false;; \
142    *) (install-info --version) >/dev/null 2>&1;; \
143  esac
144am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
145am__vpath_adj = case $$p in \
146    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
147    *) f=$$p;; \
148  esac;
149am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
150am__install_max = 40
151am__nobase_strip_setup = \
152  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
153am__nobase_strip = \
154  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
155am__nobase_list = $(am__nobase_strip_setup); \
156  for p in $$list; do echo "$$p $$p"; done | \
157  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
158  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
159    if (++n[$$2] == $(am__install_max)) \
160      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
161    END { for (dir in files) print dir, files[dir] }'
162am__base_list = \
163  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
164  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
165am__uninstall_files_from_dir = { \
166  test -z "$$files" \
167    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
168    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
169         $(am__cd) "$$dir" && rm -f $$files; }; \
170  }
171am__installdirs = "$(DESTDIR)$(availconfigdir)" "$(DESTDIR)$(fontdir)"
172DATA = $(dist_availconfig_DATA) $(font_DATA)
173am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
174am__DIST_COMMON = $(srcdir)/Makefile.in COPYING ChangeLog INSTALL \
175	README.md config.guess config.sub install-sh missing
176DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
177distdir = $(PACKAGE)-$(VERSION)
178top_distdir = $(distdir)
179am__remove_distdir = \
180  if test -d "$(distdir)"; then \
181    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
182      && rm -rf "$(distdir)" \
183      || { sleep 5 && rm -rf "$(distdir)"; }; \
184  else :; fi
185am__post_remove_distdir = $(am__remove_distdir)
186DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz
187GZIP_ENV = --best
188DIST_TARGETS = dist-xz dist-gzip
189# Exists only to be overridden by the user if desired.
190AM_DISTCHECK_DVI_TARGET = dvi
191distuninstallcheck_listfiles = find . -type f -print
192am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
193  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
194distcleancheck_listfiles = find . -type f -print
195ACLOCAL = @ACLOCAL@
196ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
197ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
198AMTAR = @AMTAR@
199AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
200APP_MAN_DIR = @APP_MAN_DIR@
201APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
202AUTOCONF = @AUTOCONF@
203AUTOHEADER = @AUTOHEADER@
204AUTOMAKE = @AUTOMAKE@
205AWK = @AWK@
206CHANGELOG_CMD = @CHANGELOG_CMD@
207CSCOPE = @CSCOPE@
208CTAGS = @CTAGS@
209CYGPATH_W = @CYGPATH_W@
210DEFS = @DEFS@
211DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
212DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
213ECHO_C = @ECHO_C@
214ECHO_N = @ECHO_N@
215ECHO_T = @ECHO_T@
216ETAGS = @ETAGS@
217FCCACHE = @FCCACHE@
218FC_CONFDIR = @FC_CONFDIR@
219FILE_MAN_DIR = @FILE_MAN_DIR@
220FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
221FONTDIR = @FONTDIR@
222FONTROOTDIR = @FONTROOTDIR@
223INSTALL = @INSTALL@
224INSTALL_CMD = @INSTALL_CMD@
225INSTALL_DATA = @INSTALL_DATA@
226INSTALL_PROGRAM = @INSTALL_PROGRAM@
227INSTALL_SCRIPT = @INSTALL_SCRIPT@
228INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
229LIBOBJS = @LIBOBJS@
230LIBS = @LIBS@
231LIB_MAN_DIR = @LIB_MAN_DIR@
232LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
233LTLIBOBJS = @LTLIBOBJS@
234MAKEINFO = @MAKEINFO@
235MAN_SUBSTS = @MAN_SUBSTS@
236MISC_MAN_DIR = @MISC_MAN_DIR@
237MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
238MKDIR_P = @MKDIR_P@
239MKFONTDIR = @MKFONTDIR@
240MKFONTSCALE = @MKFONTSCALE@
241PACKAGE = @PACKAGE@
242PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
243PACKAGE_NAME = @PACKAGE_NAME@
244PACKAGE_STRING = @PACKAGE_STRING@
245PACKAGE_TARNAME = @PACKAGE_TARNAME@
246PACKAGE_URL = @PACKAGE_URL@
247PACKAGE_VERSION = @PACKAGE_VERSION@
248PATH_SEPARATOR = @PATH_SEPARATOR@
249PKG_CONFIG = @PKG_CONFIG@
250PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
251PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
252RUN_FCCACHE = @RUN_FCCACHE@
253SED = @SED@
254SET_MAKE = @SET_MAKE@
255SHELL = @SHELL@
256STRIP = @STRIP@
257VERSION = @VERSION@
258XORG_MAN_PAGE = @XORG_MAN_PAGE@
259abs_builddir = @abs_builddir@
260abs_srcdir = @abs_srcdir@
261abs_top_builddir = @abs_top_builddir@
262abs_top_srcdir = @abs_top_srcdir@
263am__leading_dot = @am__leading_dot@
264am__tar = @am__tar@
265am__untar = @am__untar@
266bindir = @bindir@
267build = @build@
268build_alias = @build_alias@
269build_cpu = @build_cpu@
270build_os = @build_os@
271build_vendor = @build_vendor@
272builddir = @builddir@
273datadir = @datadir@
274datarootdir = @datarootdir@
275docdir = @docdir@
276dvidir = @dvidir@
277exec_prefix = @exec_prefix@
278host = @host@
279host_alias = @host_alias@
280host_cpu = @host_cpu@
281host_os = @host_os@
282host_vendor = @host_vendor@
283htmldir = @htmldir@
284includedir = @includedir@
285infodir = @infodir@
286install_sh = @install_sh@
287libdir = @libdir@
288libexecdir = @libexecdir@
289localedir = @localedir@
290localstatedir = @localstatedir@
291mandir = @mandir@
292mkdir_p = @mkdir_p@
293oldincludedir = @oldincludedir@
294pdfdir = @pdfdir@
295prefix = @prefix@
296program_transform_name = @program_transform_name@
297psdir = @psdir@
298runstatedir = @runstatedir@
299sbindir = @sbindir@
300sharedstatedir = @sharedstatedir@
301srcdir = @srcdir@
302sysconfdir = @sysconfdir@
303target_alias = @target_alias@
304top_build_prefix = @top_build_prefix@
305top_builddir = @top_builddir@
306top_srcdir = @top_srcdir@
307FONT_FILES = \
308	luximbi.ttf \
309	luximb.ttf \
310	luximri.ttf \
311	luximr.ttf \
312	luxirbi.ttf \
313	luxirb.ttf \
314	luxirri.ttf \
315	luxirr.ttf \
316	luxisbi.ttf \
317	luxisb.ttf \
318	luxisri.ttf \
319	luxisr.ttf
320
321fontdir = @FONTDIR@
322font_DATA = $(FONT_FILES)
323actualconfigdir = $(FC_CONFDIR)/conf.d
324availconfigdir = $(FC_CONFDIR)/conf.avail
325dist_availconfig_DATA = 42-luxi-mono.conf
326EXTRA_DIST = $(FONT_FILES) COPYRIGHT.BH README.md
327MAINTAINERCLEANFILES = ChangeLog INSTALL
328all: all-am
329
330.SUFFIXES:
331am--refresh: Makefile
332	@:
333$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
334	@for dep in $?; do \
335	  case '$(am__configure_deps)' in \
336	    *$$dep*) \
337	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
338	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
339		&& exit 0; \
340	      exit 1;; \
341	  esac; \
342	done; \
343	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
344	$(am__cd) $(top_srcdir) && \
345	  $(AUTOMAKE) --foreign Makefile
346Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
347	@case '$?' in \
348	  *config.status*) \
349	    echo ' $(SHELL) ./config.status'; \
350	    $(SHELL) ./config.status;; \
351	  *) \
352	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
353	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
354	esac;
355
356$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
357	$(SHELL) ./config.status --recheck
358
359$(top_srcdir)/configure:  $(am__configure_deps)
360	$(am__cd) $(srcdir) && $(AUTOCONF)
361$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
362	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
363$(am__aclocal_m4_deps):
364install-dist_availconfigDATA: $(dist_availconfig_DATA)
365	@$(NORMAL_INSTALL)
366	@list='$(dist_availconfig_DATA)'; test -n "$(availconfigdir)" || list=; \
367	if test -n "$$list"; then \
368	  echo " $(MKDIR_P) '$(DESTDIR)$(availconfigdir)'"; \
369	  $(MKDIR_P) "$(DESTDIR)$(availconfigdir)" || exit 1; \
370	fi; \
371	for p in $$list; do \
372	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
373	  echo "$$d$$p"; \
374	done | $(am__base_list) | \
375	while read files; do \
376	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(availconfigdir)'"; \
377	  $(INSTALL_DATA) $$files "$(DESTDIR)$(availconfigdir)" || exit $$?; \
378	done
379
380uninstall-dist_availconfigDATA:
381	@$(NORMAL_UNINSTALL)
382	@list='$(dist_availconfig_DATA)'; test -n "$(availconfigdir)" || list=; \
383	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
384	dir='$(DESTDIR)$(availconfigdir)'; $(am__uninstall_files_from_dir)
385install-fontDATA: $(font_DATA)
386	@$(NORMAL_INSTALL)
387	@list='$(font_DATA)'; test -n "$(fontdir)" || list=; \
388	if test -n "$$list"; then \
389	  echo " $(MKDIR_P) '$(DESTDIR)$(fontdir)'"; \
390	  $(MKDIR_P) "$(DESTDIR)$(fontdir)" || exit 1; \
391	fi; \
392	for p in $$list; do \
393	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
394	  echo "$$d$$p"; \
395	done | $(am__base_list) | \
396	while read files; do \
397	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(fontdir)'"; \
398	  $(INSTALL_DATA) $$files "$(DESTDIR)$(fontdir)" || exit $$?; \
399	done
400
401uninstall-fontDATA:
402	@$(NORMAL_UNINSTALL)
403	@list='$(font_DATA)'; test -n "$(fontdir)" || list=; \
404	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
405	dir='$(DESTDIR)$(fontdir)'; $(am__uninstall_files_from_dir)
406tags TAGS:
407
408ctags CTAGS:
409
410cscope cscopelist:
411
412distdir: $(BUILT_SOURCES)
413	$(MAKE) $(AM_MAKEFLAGS) distdir-am
414
415distdir-am: $(DISTFILES)
416	$(am__remove_distdir)
417	test -d "$(distdir)" || mkdir "$(distdir)"
418	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
419	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
420	list='$(DISTFILES)'; \
421	  dist_files=`for file in $$list; do echo $$file; done | \
422	  sed -e "s|^$$srcdirstrip/||;t" \
423	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
424	case $$dist_files in \
425	  */*) $(MKDIR_P) `echo "$$dist_files" | \
426			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
427			   sort -u` ;; \
428	esac; \
429	for file in $$dist_files; do \
430	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
431	  if test -d $$d/$$file; then \
432	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
433	    if test -d "$(distdir)/$$file"; then \
434	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
435	    fi; \
436	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
437	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
438	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
439	    fi; \
440	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
441	  else \
442	    test -f "$(distdir)/$$file" \
443	    || cp -p $$d/$$file "$(distdir)/$$file" \
444	    || exit 1; \
445	  fi; \
446	done
447	$(MAKE) $(AM_MAKEFLAGS) \
448	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
449	  dist-hook
450	-test -n "$(am__skip_mode_fix)" \
451	|| find "$(distdir)" -type d ! -perm -755 \
452		-exec chmod u+rwx,go+rx {} \; -o \
453	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
454	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
455	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
456	|| chmod -R a+r "$(distdir)"
457dist-gzip: distdir
458	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
459	$(am__post_remove_distdir)
460
461dist-bzip2: distdir
462	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
463	$(am__post_remove_distdir)
464
465dist-lzip: distdir
466	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
467	$(am__post_remove_distdir)
468dist-xz: distdir
469	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
470	$(am__post_remove_distdir)
471
472dist-zstd: distdir
473	tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
474	$(am__post_remove_distdir)
475
476dist-tarZ: distdir
477	@echo WARNING: "Support for distribution archives compressed with" \
478		       "legacy program 'compress' is deprecated." >&2
479	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
480	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
481	$(am__post_remove_distdir)
482
483dist-shar: distdir
484	@echo WARNING: "Support for shar distribution archives is" \
485	               "deprecated." >&2
486	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
487	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
488	$(am__post_remove_distdir)
489
490dist-zip: distdir
491	-rm -f $(distdir).zip
492	zip -rq $(distdir).zip $(distdir)
493	$(am__post_remove_distdir)
494
495dist dist-all:
496	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
497	$(am__post_remove_distdir)
498
499# This target untars the dist file and tries a VPATH configuration.  Then
500# it guarantees that the distribution is self-contained by making another
501# tarfile.
502distcheck: dist
503	case '$(DIST_ARCHIVES)' in \
504	*.tar.gz*) \
505	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
506	*.tar.bz2*) \
507	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
508	*.tar.lz*) \
509	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
510	*.tar.xz*) \
511	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
512	*.tar.Z*) \
513	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
514	*.shar.gz*) \
515	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
516	*.zip*) \
517	  unzip $(distdir).zip ;;\
518	*.tar.zst*) \
519	  zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
520	esac
521	chmod -R a-w $(distdir)
522	chmod u+w $(distdir)
523	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
524	chmod a-w $(distdir)
525	test -d $(distdir)/_build || exit 0; \
526	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
527	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
528	  && am__cwd=`pwd` \
529	  && $(am__cd) $(distdir)/_build/sub \
530	  && ../../configure \
531	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
532	    $(DISTCHECK_CONFIGURE_FLAGS) \
533	    --srcdir=../.. --prefix="$$dc_install_base" \
534	  && $(MAKE) $(AM_MAKEFLAGS) \
535	  && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
536	  && $(MAKE) $(AM_MAKEFLAGS) check \
537	  && $(MAKE) $(AM_MAKEFLAGS) install \
538	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
539	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
540	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
541	        distuninstallcheck \
542	  && chmod -R a-w "$$dc_install_base" \
543	  && ({ \
544	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
545	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
546	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
547	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
548	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
549	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
550	  && rm -rf "$$dc_destdir" \
551	  && $(MAKE) $(AM_MAKEFLAGS) dist \
552	  && rm -rf $(DIST_ARCHIVES) \
553	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
554	  && cd "$$am__cwd" \
555	  || exit 1
556	$(am__post_remove_distdir)
557	@(echo "$(distdir) archives ready for distribution: "; \
558	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
559	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
560distcleancheck: distclean
561	@if test '$(srcdir)' = . ; then \
562	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
563	  exit 1 ; \
564	fi
565	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
566	  || { echo "ERROR: files left in build directory after distclean:" ; \
567	       $(distcleancheck_listfiles) ; \
568	       exit 1; } >&2
569check-am: all-am
570check: check-am
571all-am: Makefile $(DATA)
572installdirs:
573	for dir in "$(DESTDIR)$(availconfigdir)" "$(DESTDIR)$(fontdir)"; do \
574	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
575	done
576install: install-am
577install-exec: install-exec-am
578install-data: install-data-am
579uninstall: uninstall-am
580
581install-am: all-am
582	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
583
584installcheck: installcheck-am
585install-strip:
586	if test -z '$(STRIP)'; then \
587	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
588	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
589	      install; \
590	else \
591	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
592	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
593	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
594	fi
595mostlyclean-generic:
596
597clean-generic:
598
599distclean-generic:
600	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
601	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
602
603maintainer-clean-generic:
604	@echo "This command is intended for maintainers to use"
605	@echo "it deletes files that may require special tools to rebuild."
606	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
607clean: clean-am
608
609clean-am: clean-generic mostlyclean-am
610
611distclean: distclean-am
612	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
613	-rm -f Makefile
614distclean-am: clean-am distclean-generic
615
616dvi: dvi-am
617
618dvi-am:
619
620html: html-am
621
622html-am:
623
624info: info-am
625
626info-am:
627
628install-data-am: install-dist_availconfigDATA install-fontDATA
629	@$(NORMAL_INSTALL)
630	$(MAKE) $(AM_MAKEFLAGS) install-data-hook
631install-dvi: install-dvi-am
632
633install-dvi-am:
634
635install-exec-am:
636
637install-html: install-html-am
638
639install-html-am:
640
641install-info: install-info-am
642
643install-info-am:
644
645install-man:
646
647install-pdf: install-pdf-am
648
649install-pdf-am:
650
651install-ps: install-ps-am
652
653install-ps-am:
654
655installcheck-am:
656
657maintainer-clean: maintainer-clean-am
658	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
659	-rm -rf $(top_srcdir)/autom4te.cache
660	-rm -f Makefile
661maintainer-clean-am: distclean-am maintainer-clean-generic
662
663mostlyclean: mostlyclean-am
664
665mostlyclean-am: mostlyclean-generic
666
667pdf: pdf-am
668
669pdf-am:
670
671ps: ps-am
672
673ps-am:
674
675uninstall-am: uninstall-dist_availconfigDATA uninstall-fontDATA
676
677.MAKE: install-am install-data-am install-strip
678
679.PHONY: all all-am am--refresh check check-am clean clean-generic \
680	cscopelist-am ctags-am dist dist-all dist-bzip2 dist-gzip \
681	dist-hook dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
682	dist-zstd distcheck distclean distclean-generic distcleancheck \
683	distdir distuninstallcheck dvi dvi-am html html-am info \
684	info-am install install-am install-data install-data-am \
685	install-data-hook install-dist_availconfigDATA install-dvi \
686	install-dvi-am install-exec install-exec-am install-fontDATA \
687	install-html install-html-am install-info install-info-am \
688	install-man install-pdf install-pdf-am install-ps \
689	install-ps-am install-strip installcheck installcheck-am \
690	installdirs maintainer-clean maintainer-clean-generic \
691	mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags-am \
692	uninstall uninstall-am uninstall-dist_availconfigDATA \
693	uninstall-fontDATA
694
695.PRECIOUS: Makefile
696
697
698install-data-hook:
699	@rm -f $(DESTDIR)$(fontdir)/fonts.scale
700	$(MKFONTSCALE) $(DESTDIR)$(fontdir)
701	@rm -f $(DESTDIR)$(fontdir)/fonts.dir
702	$(MKFONTDIR) $(DESTDIR)$(fontdir)
703	mkdir -p $(DESTDIR)$(actualconfigdir)
704	@rm -f $(DESTDIR)$(actualconfigdir)/$(dist_availconfig_DATA)
705	ln -s ../conf.avail/$(dist_availconfig_DATA) $(DESTDIR)$(actualconfigdir)
706	@RUN_FCCACHE@
707
708distuninstallcheck:
709	@:
710
711.PHONY: ChangeLog INSTALL
712
713INSTALL:
714	$(INSTALL_CMD)
715
716ChangeLog:
717	$(CHANGELOG_CMD)
718
719dist-hook: ChangeLog INSTALL
720
721# Tell versions [3.59,3.63) of GNU make to not export all variables.
722# Otherwise a system limit (for SysV at least) may be exceeded.
723.NOEXPORT:
724