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#  Copyright 2005  Red Hat, Inc.
19#
20#  Permission to use, copy, modify, distribute, and sell this software and its
21#  documentation for any purpose is hereby granted without fee, provided that
22#  the above copyright notice appear in all copies and that both that
23#  copyright notice and this permission notice appear in supporting
24#  documentation, and that the name of Red Hat not be used in
25#  advertising or publicity pertaining to distribution of the software without
26#  specific, written prior permission.  Red Hat makes no
27#  representations about the suitability of this software for any purpose.  It
28#  is provided "as is" without express or implied warranty.
29#
30#  RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
31#  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
32#  EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
33#  CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
34#  DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
35#  TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
36#  PERFORMANCE OF THIS SOFTWARE.
37
38
39
40VPATH = @srcdir@
41am__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}
52am__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
94am__make_dryrun = (target_option=n; $(am__make_running_with_option))
95am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
96pkgdatadir = $(datadir)/@PACKAGE@
97pkgincludedir = $(includedir)/@PACKAGE@
98pkglibdir = $(libdir)/@PACKAGE@
99pkglibexecdir = $(libexecdir)/@PACKAGE@
100am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
101install_sh_DATA = $(install_sh) -c -m 644
102install_sh_PROGRAM = $(install_sh) -c
103install_sh_SCRIPT = $(install_sh) -c
104INSTALL_HEADER = $(INSTALL_DATA)
105transform = $(program_transform_name)
106NORMAL_INSTALL = :
107PRE_INSTALL = :
108POST_INSTALL = :
109NORMAL_UNINSTALL = :
110PRE_UNINSTALL = :
111POST_UNINSTALL = :
112build_triplet = @build@
113host_triplet = @host@
114bin_PROGRAMS = imake$(EXEEXT) $(am__EXEEXT_1)
115subdir = .
116ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
117am__aclocal_m4_deps = $(top_srcdir)/configure.ac
118am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
119	$(ACLOCAL_M4)
120DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
121	$(am__configure_deps) $(am__DIST_COMMON)
122am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
123 configure.lineno config.status.lineno
124mkinstalldirs = $(install_sh) -d
125CONFIG_HEADER = config.h
126CONFIG_CLEAN_FILES =
127CONFIG_CLEAN_VPATH_FILES =
128@BUILD_REVPATH_TRUE@am__EXEEXT_1 = revpath$(EXEEXT)
129am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" \
130	"$(DESTDIR)$(appmandir)"
131PROGRAMS = $(bin_PROGRAMS)
132am_imake_OBJECTS = imake-imake.$(OBJEXT)
133imake_OBJECTS = $(am_imake_OBJECTS)
134imake_LDADD = $(LDADD)
135imake_LINK = $(CCLD) $(imake_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
136	$(LDFLAGS) -o $@
137am_revpath_OBJECTS = revpath.$(OBJEXT)
138revpath_OBJECTS = $(am_revpath_OBJECTS)
139revpath_LDADD = $(LDADD)
140am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
141am__vpath_adj = case $$p in \
142    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
143    *) f=$$p;; \
144  esac;
145am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
146am__install_max = 40
147am__nobase_strip_setup = \
148  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
149am__nobase_strip = \
150  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
151am__nobase_list = $(am__nobase_strip_setup); \
152  for p in $$list; do echo "$$p $$p"; done | \
153  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
154  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
155    if (++n[$$2] == $(am__install_max)) \
156      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
157    END { for (dir in files) print dir, files[dir] }'
158am__base_list = \
159  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
160  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
161am__uninstall_files_from_dir = { \
162  test -z "$$files" \
163    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
164    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
165         $(am__cd) "$$dir" && rm -f $$files; }; \
166  }
167SCRIPTS = $(bin_SCRIPTS)
168AM_V_P = $(am__v_P_@AM_V@)
169am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
170am__v_P_0 = false
171am__v_P_1 = :
172AM_V_GEN = $(am__v_GEN_@AM_V@)
173am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
174am__v_GEN_0 = @echo "  GEN     " $@;
175am__v_GEN_1 = 
176AM_V_at = $(am__v_at_@AM_V@)
177am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
178am__v_at_0 = @
179am__v_at_1 = 
180DEFAULT_INCLUDES = -I.@am__isrc@
181depcomp = $(SHELL) $(top_srcdir)/depcomp
182am__maybe_remake_depfiles = depfiles
183am__depfiles_remade = ./$(DEPDIR)/imake-imake.Po \
184	./$(DEPDIR)/revpath.Po
185am__mv = mv -f
186AM_V_lt = $(am__v_lt_@AM_V@)
187am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
188am__v_lt_0 = --silent
189am__v_lt_1 = 
190COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
191	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
192AM_V_CC = $(am__v_CC_@AM_V@)
193am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
194am__v_CC_0 = @echo "  CC      " $@;
195am__v_CC_1 = 
196CCLD = $(CC)
197LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
198AM_V_CCLD = $(am__v_CCLD_@AM_V@)
199am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
200am__v_CCLD_0 = @echo "  CCLD    " $@;
201am__v_CCLD_1 = 
202SOURCES = $(imake_SOURCES) $(revpath_SOURCES)
203DIST_SOURCES = $(imake_SOURCES) $(revpath_SOURCES)
204am__can_run_installinfo = \
205  case $$AM_UPDATE_INFO_DIR in \
206    n|no|NO) false;; \
207    *) (install-info --version) >/dev/null 2>&1;; \
208  esac
209DATA = $(appman_DATA)
210am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
211	config.h.in
212# Read a list of newline-separated strings from the standard input,
213# and print each of them once, without duplicates.  Input order is
214# *not* preserved.
215am__uniquify_input = $(AWK) '\
216  BEGIN { nonempty = 0; } \
217  { items[$$0] = 1; nonempty = 1; } \
218  END { if (nonempty) { for (i in items) print i; }; } \
219'
220# Make sure the list of sources is unique.  This is necessary because,
221# e.g., the same source file might be shared among _SOURCES variables
222# for different programs/libraries.
223am__define_uniq_tagged_files = \
224  list='$(am__tagged_files)'; \
225  unique=`for i in $$list; do \
226    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
227  done | $(am__uniquify_input)`
228AM_RECURSIVE_TARGETS = cscope
229am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in COPYING \
230	ChangeLog INSTALL README.md compile config.guess config.sub \
231	depcomp install-sh missing
232DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
233distdir = $(PACKAGE)-$(VERSION)
234top_distdir = $(distdir)
235am__remove_distdir = \
236  if test -d "$(distdir)"; then \
237    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
238      && rm -rf "$(distdir)" \
239      || { sleep 5 && rm -rf "$(distdir)"; }; \
240  else :; fi
241am__post_remove_distdir = $(am__remove_distdir)
242DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz
243GZIP_ENV = --best
244DIST_TARGETS = dist-xz dist-gzip
245# Exists only to be overridden by the user if desired.
246AM_DISTCHECK_DVI_TARGET = dvi
247distuninstallcheck_listfiles = find . -type f -print
248am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
249  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
250distcleancheck_listfiles = find . -type f -print
251ACLOCAL = @ACLOCAL@
252ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
253ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
254AMTAR = @AMTAR@
255AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
256APP_MAN_DIR = @APP_MAN_DIR@
257APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
258ARCMD = @ARCMD@
259AUTOCONF = @AUTOCONF@
260AUTOHEADER = @AUTOHEADER@
261AUTOMAKE = @AUTOMAKE@
262AWK = @AWK@
263BASE_CFLAGS = @BASE_CFLAGS@
264CC = @CC@
265CCDEPMODE = @CCDEPMODE@
266CFLAGS = @CFLAGS@
267CHANGELOG_CMD = @CHANGELOG_CMD@
268CPP = @CPP@
269CPPFLAGS = @CPPFLAGS@
270CPP_PROGRAM = @CPP_PROGRAM@
271CSCOPE = @CSCOPE@
272CTAGS = @CTAGS@
273CWARNFLAGS = @CWARNFLAGS@
274CYGPATH_W = @CYGPATH_W@
275DEFS = @DEFS@
276DEPDIR = @DEPDIR@
277DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
278DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
279ECHO_C = @ECHO_C@
280ECHO_N = @ECHO_N@
281ECHO_T = @ECHO_T@
282ETAGS = @ETAGS@
283EXEEXT = @EXEEXT@
284FILE_MAN_DIR = @FILE_MAN_DIR@
285FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
286HAS_PERL = @HAS_PERL@
287INSTALL = @INSTALL@
288INSTALL_CMD = @INSTALL_CMD@
289INSTALL_DATA = @INSTALL_DATA@
290INSTALL_PROGRAM = @INSTALL_PROGRAM@
291INSTALL_SCRIPT = @INSTALL_SCRIPT@
292INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
293LDFLAGS = @LDFLAGS@
294LIBOBJS = @LIBOBJS@
295LIBS = @LIBS@
296LIB_MAN_DIR = @LIB_MAN_DIR@
297LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
298LTLIBOBJS = @LTLIBOBJS@
299MAKEINFO = @MAKEINFO@
300
301# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure
302MAN_SUBSTS = @MAN_SUBSTS@ -e 's|__cpp__|$(RAWCPP)|g'
303MISC_MAN_DIR = @MISC_MAN_DIR@
304MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
305MKDIR_P = @MKDIR_P@
306OBJEXT = @OBJEXT@
307PACKAGE = @PACKAGE@
308PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
309PACKAGE_NAME = @PACKAGE_NAME@
310PACKAGE_STRING = @PACKAGE_STRING@
311PACKAGE_TARNAME = @PACKAGE_TARNAME@
312PACKAGE_URL = @PACKAGE_URL@
313PACKAGE_VERSION = @PACKAGE_VERSION@
314PATH_SEPARATOR = @PATH_SEPARATOR@
315PKG_CONFIG = @PKG_CONFIG@
316PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
317PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
318PREPROCESSCMD_MKDEPEND = @PREPROCESSCMD_MKDEPEND@
319RANLIB = @RANLIB@
320RAWCPP = @RAWCPP@
321RAWCPPFLAGS = @RAWCPPFLAGS@
322SED = @SED@
323SET_MAKE = @SET_MAKE@
324SHELL = @SHELL@
325STRICT_CFLAGS = @STRICT_CFLAGS@
326STRIP = @STRIP@
327TRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@
328VERSION = @VERSION@
329XCONFDIR = @XCONFDIR@
330XORG_MAN_PAGE = @XORG_MAN_PAGE@
331XPROTO_CFLAGS = @XPROTO_CFLAGS@
332XPROTO_LIBS = @XPROTO_LIBS@
333abs_builddir = @abs_builddir@
334abs_srcdir = @abs_srcdir@
335abs_top_builddir = @abs_top_builddir@
336abs_top_srcdir = @abs_top_srcdir@
337ac_ct_CC = @ac_ct_CC@
338am__include = @am__include@
339am__leading_dot = @am__leading_dot@
340am__quote = @am__quote@
341am__tar = @am__tar@
342am__untar = @am__untar@
343bindir = @bindir@
344build = @build@
345build_alias = @build_alias@
346build_cpu = @build_cpu@
347build_os = @build_os@
348build_vendor = @build_vendor@
349builddir = @builddir@
350datadir = @datadir@
351datarootdir = @datarootdir@
352docdir = @docdir@
353dvidir = @dvidir@
354exec_prefix = @exec_prefix@
355host = @host@
356host_alias = @host_alias@
357host_cpu = @host_cpu@
358host_os = @host_os@
359host_vendor = @host_vendor@
360htmldir = @htmldir@
361includedir = @includedir@
362infodir = @infodir@
363install_sh = @install_sh@
364libdir = @libdir@
365libexecdir = @libexecdir@
366localedir = @localedir@
367localstatedir = @localstatedir@
368mandir = @mandir@
369mkdir_p = @mkdir_p@
370oldincludedir = @oldincludedir@
371pdfdir = @pdfdir@
372prefix = @prefix@
373program_transform_name = @program_transform_name@
374psdir = @psdir@
375runstatedir = @runstatedir@
376sbindir = @sbindir@
377sharedstatedir = @sharedstatedir@
378srcdir = @srcdir@
379sysconfdir = @sysconfdir@
380target_alias = @target_alias@
381top_build_prefix = @top_build_prefix@
382top_builddir = @top_builddir@
383top_srcdir = @top_srcdir@
384@BUILD_REVPATH_TRUE@REVPATH = revpath
385AM_CFLAGS = $(CWARNFLAGS)
386imake_CFLAGS = $(XPROTO_CFLAGS) -DCPP_PROGRAM='"$(CPP_PROGRAM)"' $(CWARNFLAGS)
387imake_SOURCES = imake.c imakemdep.h
388revpath_SOURCES = revpath.c
389@BUILD_MAKEG_TRUE@MAKEG = makeg
390@BUILD_XMKMF_TRUE@XMKMF = xmkmf
391@BUILD_CCMAKEDEP_TRUE@CCMAKEDEP = ccmakedep
392@BUILD_MERGELIB_TRUE@MERGELIB = mergelib
393@BUILD_MKDIRHIER_TRUE@MKDIRHIER = mkdirhier
394@BUILD_CLEANLINKS_TRUE@CLEANLINKS = cleanlinks
395@BUILD_MKHTMLINDEX_TRUE@MKHTMLINDEX = mkhtmlindex
396bin_SCRIPTS = \
397	$(MAKEG) \
398	$(XMKMF) \
399	$(CCMAKEDEP) \
400	$(MERGELIB) \
401	$(MKDIRHIER) \
402	$(CLEANLINKS) \
403	$(MKHTMLINDEX)
404
405@HAS_PERL_FALSE@MKHTMLINDEX_SCRIPT = $(srcdir)/mkhtmlindex.sh
406@HAS_PERL_TRUE@MKHTMLINDEX_SCRIPT = $(srcdir)/mkhtmlindex.pl
407CLEANFILES = xmkmf ccmakedep mergelib mkhtmlindex $(appman_DATA)
408EXTRA_DIST = README.md makeg xmkmf.cpp mdepend.cpp mergelib.cpp \
409	mkdirhier cleanlinks mkhtmlindex.pl mkhtmlindex.sh \
410	$(appman_PRE) ChangeLog
411
412# Man page
413appmandir = $(APP_MAN_DIR)
414appman_PRE = \
415	imake.man \
416	makeg.man \
417	xmkmf.man \
418	ccmakedep.man \
419	mergelib.man \
420	revpath.man \
421	mkdirhier.man \
422	cleanlinks.man \
423	mkhtmlindex.man
424
425
426# Only need to install man pages for programs/scripts being installed
427appman_DATA = $(bin_PROGRAMS:%$(EXEEXT)=%.@APP_MAN_SUFFIX@) $(bin_SCRIPTS:%=%.@APP_MAN_SUFFIX@)
428SUFFIXES = .$(APP_MAN_SUFFIX) .man
429MAINTAINERCLEANFILES = ChangeLog
430all: config.h
431	$(MAKE) $(AM_MAKEFLAGS) all-am
432
433.SUFFIXES:
434.SUFFIXES: .$(APP_MAN_SUFFIX) .man .c .o .obj
435am--refresh: Makefile
436	@:
437$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
438	@for dep in $?; do \
439	  case '$(am__configure_deps)' in \
440	    *$$dep*) \
441	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
442	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
443		&& exit 0; \
444	      exit 1;; \
445	  esac; \
446	done; \
447	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
448	$(am__cd) $(top_srcdir) && \
449	  $(AUTOMAKE) --foreign Makefile
450Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
451	@case '$?' in \
452	  *config.status*) \
453	    echo ' $(SHELL) ./config.status'; \
454	    $(SHELL) ./config.status;; \
455	  *) \
456	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
457	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
458	esac;
459
460$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
461	$(SHELL) ./config.status --recheck
462
463$(top_srcdir)/configure:  $(am__configure_deps)
464	$(am__cd) $(srcdir) && $(AUTOCONF)
465$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
466	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
467$(am__aclocal_m4_deps):
468
469config.h: stamp-h1
470	@test -f $@ || rm -f stamp-h1
471	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
472
473stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
474	@rm -f stamp-h1
475	cd $(top_builddir) && $(SHELL) ./config.status config.h
476$(srcdir)/config.h.in:  $(am__configure_deps) 
477	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
478	rm -f stamp-h1
479	touch $@
480
481distclean-hdr:
482	-rm -f config.h stamp-h1
483install-binPROGRAMS: $(bin_PROGRAMS)
484	@$(NORMAL_INSTALL)
485	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
486	if test -n "$$list"; then \
487	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
488	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
489	fi; \
490	for p in $$list; do echo "$$p $$p"; done | \
491	sed 's/$(EXEEXT)$$//' | \
492	while read p p1; do if test -f $$p \
493	  ; then echo "$$p"; echo "$$p"; else :; fi; \
494	done | \
495	sed -e 'p;s,.*/,,;n;h' \
496	    -e 's|.*|.|' \
497	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
498	sed 'N;N;N;s,\n, ,g' | \
499	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
500	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
501	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
502	    else { print "f", $$3 "/" $$4, $$1; } } \
503	  END { for (d in files) print "f", d, files[d] }' | \
504	while read type dir files; do \
505	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
506	    test -z "$$files" || { \
507	      echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
508	      $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
509	    } \
510	; done
511
512uninstall-binPROGRAMS:
513	@$(NORMAL_UNINSTALL)
514	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
515	files=`for p in $$list; do echo "$$p"; done | \
516	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
517	      -e 's/$$/$(EXEEXT)/' \
518	`; \
519	test -n "$$list" || exit 0; \
520	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
521	cd "$(DESTDIR)$(bindir)" && rm -f $$files
522
523clean-binPROGRAMS:
524	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
525
526imake$(EXEEXT): $(imake_OBJECTS) $(imake_DEPENDENCIES) $(EXTRA_imake_DEPENDENCIES) 
527	@rm -f imake$(EXEEXT)
528	$(AM_V_CCLD)$(imake_LINK) $(imake_OBJECTS) $(imake_LDADD) $(LIBS)
529
530revpath$(EXEEXT): $(revpath_OBJECTS) $(revpath_DEPENDENCIES) $(EXTRA_revpath_DEPENDENCIES) 
531	@rm -f revpath$(EXEEXT)
532	$(AM_V_CCLD)$(LINK) $(revpath_OBJECTS) $(revpath_LDADD) $(LIBS)
533install-binSCRIPTS: $(bin_SCRIPTS)
534	@$(NORMAL_INSTALL)
535	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
536	if test -n "$$list"; then \
537	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
538	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
539	fi; \
540	for p in $$list; do \
541	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
542	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
543	done | \
544	sed -e 'p;s,.*/,,;n' \
545	    -e 'h;s|.*|.|' \
546	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
547	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
548	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
549	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
550	      if (++n[d] == $(am__install_max)) { \
551		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
552	    else { print "f", d "/" $$4, $$1 } } \
553	  END { for (d in files) print "f", d, files[d] }' | \
554	while read type dir files; do \
555	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
556	     test -z "$$files" || { \
557	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
558	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
559	     } \
560	; done
561
562uninstall-binSCRIPTS:
563	@$(NORMAL_UNINSTALL)
564	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
565	files=`for p in $$list; do echo "$$p"; done | \
566	       sed -e 's,.*/,,;$(transform)'`; \
567	dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
568
569mostlyclean-compile:
570	-rm -f *.$(OBJEXT)
571
572distclean-compile:
573	-rm -f *.tab.c
574
575@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imake-imake.Po@am__quote@ # am--include-marker
576@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/revpath.Po@am__quote@ # am--include-marker
577
578$(am__depfiles_remade):
579	@$(MKDIR_P) $(@D)
580	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
581
582am--depfiles: $(am__depfiles_remade)
583
584.c.o:
585@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
586@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
587@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
588@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
589@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
590
591.c.obj:
592@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
593@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
594@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
595@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
596@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
597
598imake-imake.o: imake.c
599@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(imake_CFLAGS) $(CFLAGS) -MT imake-imake.o -MD -MP -MF $(DEPDIR)/imake-imake.Tpo -c -o imake-imake.o `test -f 'imake.c' || echo '$(srcdir)/'`imake.c
600@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/imake-imake.Tpo $(DEPDIR)/imake-imake.Po
601@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='imake.c' object='imake-imake.o' libtool=no @AMDEPBACKSLASH@
602@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
603@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(imake_CFLAGS) $(CFLAGS) -c -o imake-imake.o `test -f 'imake.c' || echo '$(srcdir)/'`imake.c
604
605imake-imake.obj: imake.c
606@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(imake_CFLAGS) $(CFLAGS) -MT imake-imake.obj -MD -MP -MF $(DEPDIR)/imake-imake.Tpo -c -o imake-imake.obj `if test -f 'imake.c'; then $(CYGPATH_W) 'imake.c'; else $(CYGPATH_W) '$(srcdir)/imake.c'; fi`
607@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/imake-imake.Tpo $(DEPDIR)/imake-imake.Po
608@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='imake.c' object='imake-imake.obj' libtool=no @AMDEPBACKSLASH@
609@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
610@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(imake_CFLAGS) $(CFLAGS) -c -o imake-imake.obj `if test -f 'imake.c'; then $(CYGPATH_W) 'imake.c'; else $(CYGPATH_W) '$(srcdir)/imake.c'; fi`
611install-appmanDATA: $(appman_DATA)
612	@$(NORMAL_INSTALL)
613	@list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \
614	if test -n "$$list"; then \
615	  echo " $(MKDIR_P) '$(DESTDIR)$(appmandir)'"; \
616	  $(MKDIR_P) "$(DESTDIR)$(appmandir)" || exit 1; \
617	fi; \
618	for p in $$list; do \
619	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
620	  echo "$$d$$p"; \
621	done | $(am__base_list) | \
622	while read files; do \
623	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appmandir)'"; \
624	  $(INSTALL_DATA) $$files "$(DESTDIR)$(appmandir)" || exit $$?; \
625	done
626
627uninstall-appmanDATA:
628	@$(NORMAL_UNINSTALL)
629	@list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \
630	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
631	dir='$(DESTDIR)$(appmandir)'; $(am__uninstall_files_from_dir)
632
633ID: $(am__tagged_files)
634	$(am__define_uniq_tagged_files); mkid -fID $$unique
635tags: tags-am
636TAGS: tags
637
638tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
639	set x; \
640	here=`pwd`; \
641	$(am__define_uniq_tagged_files); \
642	shift; \
643	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
644	  test -n "$$unique" || unique=$$empty_fix; \
645	  if test $$# -gt 0; then \
646	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
647	      "$$@" $$unique; \
648	  else \
649	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
650	      $$unique; \
651	  fi; \
652	fi
653ctags: ctags-am
654
655CTAGS: ctags
656ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
657	$(am__define_uniq_tagged_files); \
658	test -z "$(CTAGS_ARGS)$$unique" \
659	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
660	     $$unique
661
662GTAGS:
663	here=`$(am__cd) $(top_builddir) && pwd` \
664	  && $(am__cd) $(top_srcdir) \
665	  && gtags -i $(GTAGS_ARGS) "$$here"
666cscope: cscope.files
667	test ! -s cscope.files \
668	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
669clean-cscope:
670	-rm -f cscope.files
671cscope.files: clean-cscope cscopelist
672cscopelist: cscopelist-am
673
674cscopelist-am: $(am__tagged_files)
675	list='$(am__tagged_files)'; \
676	case "$(srcdir)" in \
677	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
678	  *) sdir=$(subdir)/$(srcdir) ;; \
679	esac; \
680	for i in $$list; do \
681	  if test -f "$$i"; then \
682	    echo "$(subdir)/$$i"; \
683	  else \
684	    echo "$$sdir/$$i"; \
685	  fi; \
686	done >> $(top_builddir)/cscope.files
687
688distclean-tags:
689	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
690	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
691distdir: $(BUILT_SOURCES)
692	$(MAKE) $(AM_MAKEFLAGS) distdir-am
693
694distdir-am: $(DISTFILES)
695	$(am__remove_distdir)
696	test -d "$(distdir)" || mkdir "$(distdir)"
697	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
698	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
699	list='$(DISTFILES)'; \
700	  dist_files=`for file in $$list; do echo $$file; done | \
701	  sed -e "s|^$$srcdirstrip/||;t" \
702	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
703	case $$dist_files in \
704	  */*) $(MKDIR_P) `echo "$$dist_files" | \
705			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
706			   sort -u` ;; \
707	esac; \
708	for file in $$dist_files; do \
709	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
710	  if test -d $$d/$$file; then \
711	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
712	    if test -d "$(distdir)/$$file"; then \
713	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
714	    fi; \
715	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
716	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
717	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
718	    fi; \
719	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
720	  else \
721	    test -f "$(distdir)/$$file" \
722	    || cp -p $$d/$$file "$(distdir)/$$file" \
723	    || exit 1; \
724	  fi; \
725	done
726	$(MAKE) $(AM_MAKEFLAGS) \
727	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
728	  dist-hook
729	-test -n "$(am__skip_mode_fix)" \
730	|| find "$(distdir)" -type d ! -perm -755 \
731		-exec chmod u+rwx,go+rx {} \; -o \
732	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
733	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
734	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
735	|| chmod -R a+r "$(distdir)"
736dist-gzip: distdir
737	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
738	$(am__post_remove_distdir)
739
740dist-bzip2: distdir
741	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
742	$(am__post_remove_distdir)
743
744dist-lzip: distdir
745	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
746	$(am__post_remove_distdir)
747dist-xz: distdir
748	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
749	$(am__post_remove_distdir)
750
751dist-zstd: distdir
752	tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
753	$(am__post_remove_distdir)
754
755dist-tarZ: distdir
756	@echo WARNING: "Support for distribution archives compressed with" \
757		       "legacy program 'compress' is deprecated." >&2
758	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
759	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
760	$(am__post_remove_distdir)
761
762dist-shar: distdir
763	@echo WARNING: "Support for shar distribution archives is" \
764	               "deprecated." >&2
765	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
766	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
767	$(am__post_remove_distdir)
768
769dist-zip: distdir
770	-rm -f $(distdir).zip
771	zip -rq $(distdir).zip $(distdir)
772	$(am__post_remove_distdir)
773
774dist dist-all:
775	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
776	$(am__post_remove_distdir)
777
778# This target untars the dist file and tries a VPATH configuration.  Then
779# it guarantees that the distribution is self-contained by making another
780# tarfile.
781distcheck: dist
782	case '$(DIST_ARCHIVES)' in \
783	*.tar.gz*) \
784	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
785	*.tar.bz2*) \
786	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
787	*.tar.lz*) \
788	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
789	*.tar.xz*) \
790	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
791	*.tar.Z*) \
792	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
793	*.shar.gz*) \
794	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
795	*.zip*) \
796	  unzip $(distdir).zip ;;\
797	*.tar.zst*) \
798	  zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
799	esac
800	chmod -R a-w $(distdir)
801	chmod u+w $(distdir)
802	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
803	chmod a-w $(distdir)
804	test -d $(distdir)/_build || exit 0; \
805	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
806	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
807	  && am__cwd=`pwd` \
808	  && $(am__cd) $(distdir)/_build/sub \
809	  && ../../configure \
810	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
811	    $(DISTCHECK_CONFIGURE_FLAGS) \
812	    --srcdir=../.. --prefix="$$dc_install_base" \
813	  && $(MAKE) $(AM_MAKEFLAGS) \
814	  && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
815	  && $(MAKE) $(AM_MAKEFLAGS) check \
816	  && $(MAKE) $(AM_MAKEFLAGS) install \
817	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
818	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
819	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
820	        distuninstallcheck \
821	  && chmod -R a-w "$$dc_install_base" \
822	  && ({ \
823	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
824	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
825	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
826	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
827	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
828	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
829	  && rm -rf "$$dc_destdir" \
830	  && $(MAKE) $(AM_MAKEFLAGS) dist \
831	  && rm -rf $(DIST_ARCHIVES) \
832	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
833	  && cd "$$am__cwd" \
834	  || exit 1
835	$(am__post_remove_distdir)
836	@(echo "$(distdir) archives ready for distribution: "; \
837	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
838	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
839distuninstallcheck:
840	@test -n '$(distuninstallcheck_dir)' || { \
841	  echo 'ERROR: trying to run $@ with an empty' \
842	       '$$(distuninstallcheck_dir)' >&2; \
843	  exit 1; \
844	}; \
845	$(am__cd) '$(distuninstallcheck_dir)' || { \
846	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
847	  exit 1; \
848	}; \
849	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
850	   || { echo "ERROR: files left after uninstall:" ; \
851	        if test -n "$(DESTDIR)"; then \
852	          echo "  (check DESTDIR support)"; \
853	        fi ; \
854	        $(distuninstallcheck_listfiles) ; \
855	        exit 1; } >&2
856distcleancheck: distclean
857	@if test '$(srcdir)' = . ; then \
858	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
859	  exit 1 ; \
860	fi
861	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
862	  || { echo "ERROR: files left in build directory after distclean:" ; \
863	       $(distcleancheck_listfiles) ; \
864	       exit 1; } >&2
865check-am: all-am
866check: check-am
867all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(DATA) config.h
868installdirs:
869	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)"; do \
870	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
871	done
872install: install-am
873install-exec: install-exec-am
874install-data: install-data-am
875uninstall: uninstall-am
876
877install-am: all-am
878	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
879
880installcheck: installcheck-am
881install-strip:
882	if test -z '$(STRIP)'; then \
883	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
884	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
885	      install; \
886	else \
887	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
888	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
889	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
890	fi
891mostlyclean-generic:
892
893clean-generic:
894	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
895
896distclean-generic:
897	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
898	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
899
900maintainer-clean-generic:
901	@echo "This command is intended for maintainers to use"
902	@echo "it deletes files that may require special tools to rebuild."
903	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
904clean: clean-am
905
906clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
907
908distclean: distclean-am
909	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
910		-rm -f ./$(DEPDIR)/imake-imake.Po
911	-rm -f ./$(DEPDIR)/revpath.Po
912	-rm -f Makefile
913distclean-am: clean-am distclean-compile distclean-generic \
914	distclean-hdr distclean-tags
915
916dvi: dvi-am
917
918dvi-am:
919
920html: html-am
921
922html-am:
923
924info: info-am
925
926info-am:
927
928install-data-am: install-appmanDATA
929
930install-dvi: install-dvi-am
931
932install-dvi-am:
933
934install-exec-am: install-binPROGRAMS install-binSCRIPTS
935
936install-html: install-html-am
937
938install-html-am:
939
940install-info: install-info-am
941
942install-info-am:
943
944install-man:
945
946install-pdf: install-pdf-am
947
948install-pdf-am:
949
950install-ps: install-ps-am
951
952install-ps-am:
953
954installcheck-am:
955
956maintainer-clean: maintainer-clean-am
957	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
958	-rm -rf $(top_srcdir)/autom4te.cache
959		-rm -f ./$(DEPDIR)/imake-imake.Po
960	-rm -f ./$(DEPDIR)/revpath.Po
961	-rm -f Makefile
962maintainer-clean-am: distclean-am maintainer-clean-generic
963
964mostlyclean: mostlyclean-am
965
966mostlyclean-am: mostlyclean-compile mostlyclean-generic
967
968pdf: pdf-am
969
970pdf-am:
971
972ps: ps-am
973
974ps-am:
975
976uninstall-am: uninstall-appmanDATA uninstall-binPROGRAMS \
977	uninstall-binSCRIPTS
978
979.MAKE: all install-am install-strip
980
981.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles am--refresh check \
982	check-am clean clean-binPROGRAMS clean-cscope clean-generic \
983	cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
984	dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \
985	dist-zip dist-zstd distcheck distclean distclean-compile \
986	distclean-generic distclean-hdr distclean-tags distcleancheck \
987	distdir distuninstallcheck dvi dvi-am html html-am info \
988	info-am install install-am install-appmanDATA \
989	install-binPROGRAMS install-binSCRIPTS install-data \
990	install-data-am install-dvi install-dvi-am install-exec \
991	install-exec-am install-html install-html-am install-info \
992	install-info-am install-man install-pdf install-pdf-am \
993	install-ps install-ps-am install-strip installcheck \
994	installcheck-am installdirs maintainer-clean \
995	maintainer-clean-generic mostlyclean mostlyclean-compile \
996	mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
997	uninstall-am uninstall-appmanDATA uninstall-binPROGRAMS \
998	uninstall-binSCRIPTS
999
1000.PRECIOUS: Makefile
1001
1002
1003xmkmf: xmkmf.cpp
1004	$(AM_V_GEN)$(RAWCPP) $(RAWCPPFLAGS) -DCONFIGDIRSPEC='"-I$(XCONFDIR)"' $(srcdir)/xmkmf.cpp | $(SED) -e /^\#/d | $(SED) -e s/XCOMM/\#/ > $@
1005
1006ccmakedep: mdepend.cpp
1007	$(AM_V_GEN)$(RAWCPP) $(RAWCPPFLAGS) -DPREPROC='"$(PREPROCESSCMD_MKDEPEND)"' $(srcdir)/mdepend.cpp | $(SED) -e /^\#/d | $(SED) -e s/XCOMM/\#/ > $@
1008
1009mergelib: mergelib.cpp
1010	$(AM_V_GEN)$(RAWCPP) $(RAWCPPFLAGS) -DARCMD="$(ARCMD)" -DRANLIB="$(RANLIB)" $(srcdir)/mergelib.cpp | $(SED) -e /^\#/d | $(SED) -e s/XCOMM/\#/ > $@
1011
1012mkhtmlindex: $(MKHTMLINDEX_SCRIPT)
1013	$(AM_V_GEN)cp $(MKHTMLINDEX_SCRIPT) $@
1014
1015.man.$(APP_MAN_SUFFIX):
1016	$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
1017
1018.PHONY: ChangeLog INSTALL
1019
1020INSTALL:
1021	$(INSTALL_CMD)
1022
1023ChangeLog:
1024	$(CHANGELOG_CMD)
1025
1026dist-hook: ChangeLog INSTALL
1027
1028# Tell versions [3.59,3.63) of GNU make to not export all variables.
1029# Otherwise a system limit (for SysV at least) may be exceeded.
1030.NOEXPORT:
1031