Makefile.in revision 2163f7f8
11.13Slukem# Makefile.in generated by automake 1.16.5 from Makefile.am.
21.1Smarcus# @configure_input@
31.1Smarcus
41.1Smarcus# Copyright (C) 1994-2021 Free Software Foundation, Inc.
51.1Smarcus
61.1Smarcus# This Makefile.in is free software; the Free Software Foundation
71.1Smarcus# gives unlimited permission to copy and/or distribute it,
81.1Smarcus# with or without modifications, as long as this notice is preserved.
91.1Smarcus
101.1Smarcus# This program is distributed in the hope that it will be useful,
111.1Smarcus# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
121.8Smarcus# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
131.13Slukem# PARTICULAR PURPOSE.
141.1Smarcus
151.1Smarcus@SET_MAKE@
161.1Smarcus
171.3SmarcusVPATH = @srcdir@
181.3Smarcusam__is_gnu_make = { \
191.7Sthorpej  if test -z '$(MAKELEVEL)'; then \
201.3Smarcus    false; \
211.1Smarcus  elif test -n '$(MAKE_HOST)'; then \
221.1Smarcus    true; \
231.1Smarcus  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
241.1Smarcus    true; \
251.13Slukem  else \
261.13Slukem    false; \
271.13Slukem  fi; \
281.1Smarcus}
291.3Smarcusam__make_running_with_option = \
301.13Slukem  case $${target_option-} in \
311.13Slukem      ?) ;; \
321.13Slukem      *) echo "am__make_running_with_option: internal error: invalid" \
331.13Slukem              "target option '$${target_option-}' specified" >&2; \
341.13Slukem         exit 1;; \
351.13Slukem  esac; \
361.13Slukem  has_opt=no; \
371.13Slukem  sane_makeflags=$$MAKEFLAGS; \
381.13Slukem  if $(am__is_gnu_make); then \
391.13Slukem    sane_makeflags=$$MFLAGS; \
401.1Smarcus  else \
411.13Slukem    case $$MAKEFLAGS in \
421.1Smarcus      *\\[\ \	]*) \
431.1Smarcus        bs=\\; \
441.1Smarcus        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
451.1Smarcus          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
461.1Smarcus    esac; \
471.13Slukem  fi; \
481.8Smarcus  skip_next=no; \
491.1Smarcus  strip_trailopt () \
501.1Smarcus  { \
511.1Smarcus    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
521.1Smarcus  }; \
531.1Smarcus  for flg in $$sane_makeflags; do \
541.1Smarcus    test $$skip_next = yes && { skip_next=no; continue; }; \
551.13Slukem    case $$flg in \
561.13Slukem      *=*|--*) continue;; \
571.13Slukem        -*I) strip_trailopt 'I'; skip_next=yes;; \
581.13Slukem      -*I?*) strip_trailopt 'I';; \
591.1Smarcus        -*O) strip_trailopt 'O'; skip_next=yes;; \
601.1Smarcus      -*O?*) strip_trailopt 'O';; \
611.1Smarcus        -*l) strip_trailopt 'l'; skip_next=yes;; \
621.1Smarcus      -*l?*) strip_trailopt 'l';; \
631.1Smarcus      -[dEDm]) skip_next=yes;; \
641.1Smarcus      -[JT]) skip_next=yes;; \
651.1Smarcus    esac; \
661.1Smarcus    case $$flg in \
671.1Smarcus      *$$target_option*) has_opt=yes; break;; \
681.1Smarcus    esac; \
691.13Slukem  done; \
701.1Smarcus  test $$has_opt = yes
711.1Smarcusam__make_dryrun = (target_option=n; $(am__make_running_with_option))
721.1Smarcusam__make_keepgoing = (target_option=k; $(am__make_running_with_option))
731.1Smarcuspkgdatadir = $(datadir)/@PACKAGE@
741.1Smarcuspkgincludedir = $(includedir)/@PACKAGE@
751.1Smarcuspkglibdir = $(libdir)/@PACKAGE@
761.1Smarcuspkglibexecdir = $(libexecdir)/@PACKAGE@
771.1Smarcusam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
781.1Smarcusinstall_sh_DATA = $(install_sh) -c -m 644
791.1Smarcusinstall_sh_PROGRAM = $(install_sh) -c
801.1Smarcusinstall_sh_SCRIPT = $(install_sh) -c
811.1SmarcusINSTALL_HEADER = $(INSTALL_DATA)
821.1Smarcustransform = $(program_transform_name)
831.6SthorpejNORMAL_INSTALL = :
841.1SmarcusPRE_INSTALL = :
851.1SmarcusPOST_INSTALL = :
861.1SmarcusNORMAL_UNINSTALL = :
871.1SmarcusPRE_UNINSTALL = :
881.4SmarcusPOST_UNINSTALL = :
891.1Smarcusbuild_triplet = @build@
901.1Smarcushost_triplet = @host@
911.1Smarcussubdir = man
921.1SmarcusACLOCAL_M4 = $(top_srcdir)/aclocal.m4
931.1Smarcusam__aclocal_m4_deps = $(top_srcdir)/configure.ac
941.1Smarcusam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
951.1Smarcus	$(ACLOCAL_M4)
961.6SthorpejDIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
971.1Smarcusmkinstalldirs = $(install_sh) -d
981.1SmarcusCONFIG_HEADER = $(top_builddir)/config.h
991.1SmarcusCONFIG_CLEAN_FILES =
1001.1SmarcusCONFIG_CLEAN_VPATH_FILES =
1011.1SmarcusAM_V_P = $(am__v_P_@AM_V@)
1021.1Smarcusam__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
1031.1Smarcusam__v_P_0 = false
1041.1Smarcusam__v_P_1 = :
1051.6SthorpejAM_V_GEN = $(am__v_GEN_@AM_V@)
1061.1Smarcusam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
1071.1Smarcusam__v_GEN_0 = @echo "  GEN     " $@;
1081.1Smarcusam__v_GEN_1 = 
1091.1SmarcusAM_V_at = $(am__v_at_@AM_V@)
1101.1Smarcusam__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
1111.1Smarcusam__v_at_0 = @
1121.1Smarcusam__v_at_1 = 
1131.1SmarcusSOURCES =
1141.1SmarcusDIST_SOURCES =
1151.1Smarcusam__can_run_installinfo = \
1161.13Slukem  case $$AM_UPDATE_INFO_DIR in \
1171.1Smarcus    n|no|NO) false;; \
1181.3Smarcus    *) (install-info --version) >/dev/null 2>&1;; \
1191.6Sthorpej  esac
1201.13Slukemam__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
1211.3Smarcusam__vpath_adj = case $$p in \
1221.6Sthorpej    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
1231.6Sthorpej    *) f=$$p;; \
1241.6Sthorpej  esac;
1251.6Sthorpejam__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
1261.6Sthorpejam__install_max = 40
1271.6Sthorpejam__nobase_strip_setup = \
1281.6Sthorpej  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
1291.6Sthorpejam__nobase_strip = \
1301.6Sthorpej  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
1311.6Sthorpejam__nobase_list = $(am__nobase_strip_setup); \
1321.6Sthorpej  for p in $$list; do echo "$$p $$p"; done | \
1331.1Smarcus  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
1341.1Smarcus  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
1351.1Smarcus    if (++n[$$2] == $(am__install_max)) \
1361.1Smarcus      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
1371.1Smarcus    END { for (dir in files) print dir, files[dir] }'
1381.1Smarcusam__base_list = \
1391.1Smarcus  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
1401.1Smarcus  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
1411.1Smarcusam__uninstall_files_from_dir = { \
1421.1Smarcus  test -z "$$files" \
1431.1Smarcus    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
1441.1Smarcus    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
1451.1Smarcus         $(am__cd) "$$dir" && rm -f $$files; }; \
1461.1Smarcus  }
1471.1Smarcusam__installdirs = "$(DESTDIR)$(appmandir)"
1481.1SmarcusDATA = $(appman_DATA)
1491.1Smarcusam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
1501.1Smarcusam__DIST_COMMON = $(srcdir)/Makefile.in
1511.1SmarcusDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1521.12SatatatACLOCAL = @ACLOCAL@
1531.1SmarcusADMIN_MAN_DIR = @ADMIN_MAN_DIR@
1541.1SmarcusADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
1551.1SmarcusAMTAR = @AMTAR@
1561.1SmarcusAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
1571.1SmarcusAPP_MAN_DIR = @APP_MAN_DIR@
1581.9SitojunAPP_MAN_SUFFIX = @APP_MAN_SUFFIX@
1591.1SmarcusAUTOCONF = @AUTOCONF@
1601.1SmarcusAUTOHEADER = @AUTOHEADER@
1611.1SmarcusAUTOMAKE = @AUTOMAKE@
1621.1SmarcusAWK = @AWK@
1631.1SmarcusBASE_CFLAGS = @BASE_CFLAGS@
1641.1SmarcusCC = @CC@
1651.1SmarcusCCDEPMODE = @CCDEPMODE@
1661.1SmarcusCFLAGS = @CFLAGS@
167CHANGELOG_CMD = @CHANGELOG_CMD@
168CPP = @CPP@
169CPPFLAGS = @CPPFLAGS@
170CSCOPE = @CSCOPE@
171CTAGS = @CTAGS@
172CWARNFLAGS = @CWARNFLAGS@
173CYGPATH_W = @CYGPATH_W@
174DEFS = @DEFS@
175DEPDIR = @DEPDIR@
176DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
177DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
178ECHO_C = @ECHO_C@
179ECHO_N = @ECHO_N@
180ECHO_T = @ECHO_T@
181EGREP = @EGREP@
182ETAGS = @ETAGS@
183EXEEXT = @EXEEXT@
184FILE_MAN_DIR = @FILE_MAN_DIR@
185FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
186GREP = @GREP@
187INSTALL = @INSTALL@
188INSTALL_CMD = @INSTALL_CMD@
189INSTALL_DATA = @INSTALL_DATA@
190INSTALL_PROGRAM = @INSTALL_PROGRAM@
191INSTALL_SCRIPT = @INSTALL_SCRIPT@
192INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
193LDFLAGS = @LDFLAGS@
194LIBICONV = @LIBICONV@
195LIBOBJS = @LIBOBJS@
196LIBS = @LIBS@
197LIB_MAN_DIR = @LIB_MAN_DIR@
198LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
199LTLIBICONV = @LTLIBICONV@
200LTLIBOBJS = @LTLIBOBJS@
201MAKEINFO = @MAKEINFO@
202MAN_SUBSTS = @MAN_SUBSTS@
203MISC_MAN_DIR = @MISC_MAN_DIR@
204MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
205MKDIR_P = @MKDIR_P@
206OBJEXT = @OBJEXT@
207PACKAGE = @PACKAGE@
208PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
209PACKAGE_NAME = @PACKAGE_NAME@
210PACKAGE_STRING = @PACKAGE_STRING@
211PACKAGE_TARNAME = @PACKAGE_TARNAME@
212PACKAGE_URL = @PACKAGE_URL@
213PACKAGE_VERSION = @PACKAGE_VERSION@
214PATH_SEPARATOR = @PATH_SEPARATOR@
215PKG_CONFIG = @PKG_CONFIG@
216PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
217PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
218SED = @SED@
219SET_MAKE = @SET_MAKE@
220SHELL = @SHELL@
221STRICT_CFLAGS = @STRICT_CFLAGS@
222STRIP = @STRIP@
223VERSION = @VERSION@
224XLIB_CFLAGS = @XLIB_CFLAGS@
225XLIB_LIBS = @XLIB_LIBS@
226XORG_MAN_PAGE = @XORG_MAN_PAGE@
227XWININFO_CFLAGS = @XWININFO_CFLAGS@
228XWININFO_LIBS = @XWININFO_LIBS@
229abs_builddir = @abs_builddir@
230abs_srcdir = @abs_srcdir@
231abs_top_builddir = @abs_top_builddir@
232abs_top_srcdir = @abs_top_srcdir@
233ac_ct_CC = @ac_ct_CC@
234am__include = @am__include@
235am__leading_dot = @am__leading_dot@
236am__quote = @am__quote@
237am__tar = @am__tar@
238am__untar = @am__untar@
239bindir = @bindir@
240build = @build@
241build_alias = @build_alias@
242build_cpu = @build_cpu@
243build_os = @build_os@
244build_vendor = @build_vendor@
245builddir = @builddir@
246datadir = @datadir@
247datarootdir = @datarootdir@
248docdir = @docdir@
249dvidir = @dvidir@
250exec_prefix = @exec_prefix@
251host = @host@
252host_alias = @host_alias@
253host_cpu = @host_cpu@
254host_os = @host_os@
255host_vendor = @host_vendor@
256htmldir = @htmldir@
257includedir = @includedir@
258infodir = @infodir@
259install_sh = @install_sh@
260libdir = @libdir@
261libexecdir = @libexecdir@
262localedir = @localedir@
263localstatedir = @localstatedir@
264mandir = @mandir@
265mkdir_p = @mkdir_p@
266oldincludedir = @oldincludedir@
267pdfdir = @pdfdir@
268prefix = @prefix@
269program_transform_name = @program_transform_name@
270psdir = @psdir@
271runstatedir = @runstatedir@
272sbindir = @sbindir@
273sharedstatedir = @sharedstatedir@
274srcdir = @srcdir@
275sysconfdir = @sysconfdir@
276target_alias = @target_alias@
277top_build_prefix = @top_build_prefix@
278top_builddir = @top_builddir@
279top_srcdir = @top_srcdir@
280appmandir = $(APP_MAN_DIR)
281appman_PRE = xwininfo.man
282appman_DATA = $(appman_PRE:man=$(APP_MAN_SUFFIX))
283EXTRA_DIST = $(appman_PRE)
284CLEANFILES = $(appman_DATA)
285SUFFIXES = .$(APP_MAN_SUFFIX) .man
286all: all-am
287
288.SUFFIXES:
289.SUFFIXES: .$(APP_MAN_SUFFIX) .man
290$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
291	@for dep in $?; do \
292	  case '$(am__configure_deps)' in \
293	    *$$dep*) \
294	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
295	        && { if test -f $@; then exit 0; else break; fi; }; \
296	      exit 1;; \
297	  esac; \
298	done; \
299	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \
300	$(am__cd) $(top_srcdir) && \
301	  $(AUTOMAKE) --foreign man/Makefile
302Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
303	@case '$?' in \
304	  *config.status*) \
305	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
306	  *) \
307	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
308	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
309	esac;
310
311$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
312	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
313
314$(top_srcdir)/configure:  $(am__configure_deps)
315	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
316$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
317	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
318$(am__aclocal_m4_deps):
319install-appmanDATA: $(appman_DATA)
320	@$(NORMAL_INSTALL)
321	@list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \
322	if test -n "$$list"; then \
323	  echo " $(MKDIR_P) '$(DESTDIR)$(appmandir)'"; \
324	  $(MKDIR_P) "$(DESTDIR)$(appmandir)" || exit 1; \
325	fi; \
326	for p in $$list; do \
327	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
328	  echo "$$d$$p"; \
329	done | $(am__base_list) | \
330	while read files; do \
331	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appmandir)'"; \
332	  $(INSTALL_DATA) $$files "$(DESTDIR)$(appmandir)" || exit $$?; \
333	done
334
335uninstall-appmanDATA:
336	@$(NORMAL_UNINSTALL)
337	@list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \
338	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
339	dir='$(DESTDIR)$(appmandir)'; $(am__uninstall_files_from_dir)
340tags TAGS:
341
342ctags CTAGS:
343
344cscope cscopelist:
345
346distdir: $(BUILT_SOURCES)
347	$(MAKE) $(AM_MAKEFLAGS) distdir-am
348
349distdir-am: $(DISTFILES)
350	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
351	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
352	list='$(DISTFILES)'; \
353	  dist_files=`for file in $$list; do echo $$file; done | \
354	  sed -e "s|^$$srcdirstrip/||;t" \
355	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
356	case $$dist_files in \
357	  */*) $(MKDIR_P) `echo "$$dist_files" | \
358			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
359			   sort -u` ;; \
360	esac; \
361	for file in $$dist_files; do \
362	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
363	  if test -d $$d/$$file; then \
364	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
365	    if test -d "$(distdir)/$$file"; then \
366	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
367	    fi; \
368	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
369	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
370	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
371	    fi; \
372	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
373	  else \
374	    test -f "$(distdir)/$$file" \
375	    || cp -p $$d/$$file "$(distdir)/$$file" \
376	    || exit 1; \
377	  fi; \
378	done
379check-am: all-am
380check: check-am
381all-am: Makefile $(DATA)
382installdirs:
383	for dir in "$(DESTDIR)$(appmandir)"; do \
384	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
385	done
386install: install-am
387install-exec: install-exec-am
388install-data: install-data-am
389uninstall: uninstall-am
390
391install-am: all-am
392	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
393
394installcheck: installcheck-am
395install-strip:
396	if test -z '$(STRIP)'; then \
397	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
398	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
399	      install; \
400	else \
401	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
402	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
403	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
404	fi
405mostlyclean-generic:
406
407clean-generic:
408	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
409
410distclean-generic:
411	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
412	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
413
414maintainer-clean-generic:
415	@echo "This command is intended for maintainers to use"
416	@echo "it deletes files that may require special tools to rebuild."
417clean: clean-am
418
419clean-am: clean-generic mostlyclean-am
420
421distclean: distclean-am
422	-rm -f Makefile
423distclean-am: clean-am distclean-generic
424
425dvi: dvi-am
426
427dvi-am:
428
429html: html-am
430
431html-am:
432
433info: info-am
434
435info-am:
436
437install-data-am: install-appmanDATA
438
439install-dvi: install-dvi-am
440
441install-dvi-am:
442
443install-exec-am:
444
445install-html: install-html-am
446
447install-html-am:
448
449install-info: install-info-am
450
451install-info-am:
452
453install-man:
454
455install-pdf: install-pdf-am
456
457install-pdf-am:
458
459install-ps: install-ps-am
460
461install-ps-am:
462
463installcheck-am:
464
465maintainer-clean: maintainer-clean-am
466	-rm -f Makefile
467maintainer-clean-am: distclean-am maintainer-clean-generic
468
469mostlyclean: mostlyclean-am
470
471mostlyclean-am: mostlyclean-generic
472
473pdf: pdf-am
474
475pdf-am:
476
477ps: ps-am
478
479ps-am:
480
481uninstall-am: uninstall-appmanDATA
482
483.MAKE: install-am install-strip
484
485.PHONY: all all-am check check-am clean clean-generic cscopelist-am \
486	ctags-am distclean distclean-generic distdir dvi dvi-am html \
487	html-am info info-am install install-am install-appmanDATA \
488	install-data install-data-am install-dvi install-dvi-am \
489	install-exec install-exec-am install-html install-html-am \
490	install-info install-info-am install-man install-pdf \
491	install-pdf-am install-ps install-ps-am install-strip \
492	installcheck installcheck-am installdirs maintainer-clean \
493	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
494	pdf-am ps ps-am tags-am uninstall uninstall-am \
495	uninstall-appmanDATA
496
497.PRECIOUS: Makefile
498
499
500# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure
501.man.$(APP_MAN_SUFFIX):
502	$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
503
504# Tell versions [3.59,3.63) of GNU make to not export all variables.
505# Otherwise a system limit (for SysV at least) may be exceeded.
506.NOEXPORT:
507