1# Makefile.in generated by automake 1.17 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2024 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
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))
94am__rm_f = rm -f $(am__rm_f_notfound)
95am__rm_rf = rm -rf $(am__rm_f_notfound)
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 = xfs$(EXEEXT)
115subdir = .
116ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
117am__aclocal_m4_deps = $(top_srcdir)/m4/ax_define_dir.m4 \
118	$(top_srcdir)/configure.ac
119am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
120	$(ACLOCAL_M4)
121DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
122	$(am__configure_deps) $(am__DIST_COMMON)
123am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
124 configure.lineno config.status.lineno
125mkinstalldirs = $(install_sh) -d
126CONFIG_HEADER = config.h
127CONFIG_CLEAN_FILES =
128CONFIG_CLEAN_VPATH_FILES =
129am__installdirs = "$(DESTDIR)$(bindir)"
130PROGRAMS = $(bin_PROGRAMS)
131am__dirstamp = $(am__leading_dot)dirstamp
132am_xfs_OBJECTS = difs/atom.$(OBJEXT) difs/charinfo.$(OBJEXT) \
133	difs/difsutils.$(OBJEXT) difs/dispatch.$(OBJEXT) \
134	difs/events.$(OBJEXT) difs/extensions.$(OBJEXT) \
135	difs/fontinfo.$(OBJEXT) difs/fonts.$(OBJEXT) \
136	difs/globals.$(OBJEXT) difs/initfonts.$(OBJEXT) \
137	difs/main.$(OBJEXT) difs/resource.$(OBJEXT) \
138	difs/swaprep.$(OBJEXT) difs/swapreq.$(OBJEXT) \
139	difs/tables.$(OBJEXT) os/access.$(OBJEXT) os/config.$(OBJEXT) \
140	os/connection.$(OBJEXT) os/daemon.$(OBJEXT) os/error.$(OBJEXT) \
141	os/io.$(OBJEXT) os/osglue.$(OBJEXT) os/osinit.$(OBJEXT) \
142	os/utils.$(OBJEXT) os/waitfor.$(OBJEXT) os/xfstrans.$(OBJEXT)
143xfs_OBJECTS = $(am_xfs_OBJECTS)
144xfs_LDADD = $(LDADD)
145am__DEPENDENCIES_1 =
146xfs_DEPENDENCIES = $(am__DEPENDENCIES_1)
147AM_V_P = $(am__v_P_@AM_V@)
148am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
149am__v_P_0 = false
150am__v_P_1 = :
151AM_V_GEN = $(am__v_GEN_@AM_V@)
152am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
153am__v_GEN_0 = @echo "  GEN     " $@;
154am__v_GEN_1 = 
155AM_V_at = $(am__v_at_@AM_V@)
156am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
157am__v_at_0 = @
158am__v_at_1 = 
159DEFAULT_INCLUDES = -I.@am__isrc@
160depcomp = $(SHELL) $(top_srcdir)/depcomp
161am__maybe_remake_depfiles = depfiles
162am__depfiles_remade = difs/$(DEPDIR)/atom.Po \
163	difs/$(DEPDIR)/charinfo.Po difs/$(DEPDIR)/difsutils.Po \
164	difs/$(DEPDIR)/dispatch.Po difs/$(DEPDIR)/events.Po \
165	difs/$(DEPDIR)/extensions.Po difs/$(DEPDIR)/fontinfo.Po \
166	difs/$(DEPDIR)/fonts.Po difs/$(DEPDIR)/globals.Po \
167	difs/$(DEPDIR)/initfonts.Po difs/$(DEPDIR)/main.Po \
168	difs/$(DEPDIR)/resource.Po difs/$(DEPDIR)/swaprep.Po \
169	difs/$(DEPDIR)/swapreq.Po difs/$(DEPDIR)/tables.Po \
170	os/$(DEPDIR)/access.Po os/$(DEPDIR)/config.Po \
171	os/$(DEPDIR)/connection.Po os/$(DEPDIR)/daemon.Po \
172	os/$(DEPDIR)/error.Po os/$(DEPDIR)/io.Po \
173	os/$(DEPDIR)/osglue.Po os/$(DEPDIR)/osinit.Po \
174	os/$(DEPDIR)/utils.Po os/$(DEPDIR)/waitfor.Po \
175	os/$(DEPDIR)/xfstrans.Po
176am__mv = mv -f
177COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
178	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
179AM_V_CC = $(am__v_CC_@AM_V@)
180am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
181am__v_CC_0 = @echo "  CC      " $@;
182am__v_CC_1 = 
183CCLD = $(CC)
184LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
185AM_V_CCLD = $(am__v_CCLD_@AM_V@)
186am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
187am__v_CCLD_0 = @echo "  CCLD    " $@;
188am__v_CCLD_1 = 
189SOURCES = $(xfs_SOURCES)
190DIST_SOURCES = $(xfs_SOURCES)
191RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
192	ctags-recursive dvi-recursive html-recursive info-recursive \
193	install-data-recursive install-dvi-recursive \
194	install-exec-recursive install-html-recursive \
195	install-info-recursive install-pdf-recursive \
196	install-ps-recursive install-recursive installcheck-recursive \
197	installdirs-recursive pdf-recursive ps-recursive \
198	tags-recursive uninstall-recursive
199am__can_run_installinfo = \
200  case $$AM_UPDATE_INFO_DIR in \
201    n|no|NO) false;; \
202    *) (install-info --version) >/dev/null 2>&1;; \
203  esac
204RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
205  distclean-recursive maintainer-clean-recursive
206am__recursive_targets = \
207  $(RECURSIVE_TARGETS) \
208  $(RECURSIVE_CLEAN_TARGETS) \
209  $(am__extra_recursive_targets)
210AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
211	cscope distdir distdir-am dist dist-all distcheck
212am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
213	config.h.in
214# Read a list of newline-separated strings from the standard input,
215# and print each of them once, without duplicates.  Input order is
216# *not* preserved.
217am__uniquify_input = $(AWK) '\
218  BEGIN { nonempty = 0; } \
219  { items[$$0] = 1; nonempty = 1; } \
220  END { if (nonempty) { for (i in items) print i; }; } \
221'
222# Make sure the list of sources is unique.  This is necessary because,
223# e.g., the same source file might be shared among _SOURCES variables
224# for different programs/libraries.
225am__define_uniq_tagged_files = \
226  list='$(am__tagged_files)'; \
227  unique=`for i in $$list; do \
228    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
229  done | $(am__uniquify_input)`
230DIST_SUBDIRS = $(SUBDIRS)
231am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in COPYING \
232	ChangeLog INSTALL README.md compile config.guess config.sub \
233	depcomp install-sh missing
234DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
235distdir = $(PACKAGE)-$(VERSION)
236top_distdir = $(distdir)
237am__remove_distdir = \
238  if test -d "$(distdir)"; then \
239    find "$(distdir)" -type d ! -perm -700 -exec chmod u+rwx {} ';' \
240      ; rm -rf "$(distdir)" \
241      || { sleep 5 && rm -rf "$(distdir)"; }; \
242  else :; fi
243am__post_remove_distdir = $(am__remove_distdir)
244am__relativize = \
245  dir0=`pwd`; \
246  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
247  sed_rest='s,^[^/]*/*,,'; \
248  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
249  sed_butlast='s,/*[^/]*$$,,'; \
250  while test -n "$$dir1"; do \
251    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
252    if test "$$first" != "."; then \
253      if test "$$first" = ".."; then \
254        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
255        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
256      else \
257        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
258        if test "$$first2" = "$$first"; then \
259          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
260        else \
261          dir2="../$$dir2"; \
262        fi; \
263        dir0="$$dir0"/"$$first"; \
264      fi; \
265    fi; \
266    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
267  done; \
268  reldir="$$dir2"
269DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz
270GZIP_ENV = -9
271DIST_TARGETS = dist-xz dist-gzip
272# Exists only to be overridden by the user if desired.
273AM_DISTCHECK_DVI_TARGET = dvi
274distuninstallcheck_listfiles = find . -type f -print
275am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
276  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
277distcleancheck_listfiles = \
278  find . \( -type f -a \! \
279            \( -name .nfs* -o -name .smb* -o -name .__afs* \) \) -print
280ACLOCAL = @ACLOCAL@
281ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
282ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
283AMTAR = @AMTAR@
284AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
285APP_MAN_DIR = @APP_MAN_DIR@
286APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
287AUTOCONF = @AUTOCONF@
288AUTOHEADER = @AUTOHEADER@
289AUTOMAKE = @AUTOMAKE@
290AWK = @AWK@
291BASE_CFLAGS = @BASE_CFLAGS@
292CC = @CC@
293CCDEPMODE = @CCDEPMODE@
294CFLAGS = @CFLAGS@
295CHANGELOG_CMD = @CHANGELOG_CMD@
296CONFIG_FILE_DESC = @CONFIG_FILE_DESC@
297CONFIG_FILE_PATH = @CONFIG_FILE_PATH@
298CPPFLAGS = @CPPFLAGS@
299CSCOPE = @CSCOPE@
300CTAGS = @CTAGS@
301CWARNFLAGS = @CWARNFLAGS@
302CYGPATH_W = @CYGPATH_W@
303DEFAULT_CONFIG_FILE = @DEFAULT_CONFIG_FILE@
304DEFS = @DEFS@
305DEPDIR = @DEPDIR@
306DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
307DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
308ECHO_C = @ECHO_C@
309ECHO_N = @ECHO_N@
310ECHO_T = @ECHO_T@
311ETAGS = @ETAGS@
312EXEEXT = @EXEEXT@
313FILE_MAN_DIR = @FILE_MAN_DIR@
314FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
315FONT100DPIDIR = @FONT100DPIDIR@
316FONT75DPIDIR = @FONT75DPIDIR@
317FONTMISCDIR = @FONTMISCDIR@
318FONTOTFDIR = @FONTOTFDIR@
319FONTPATH = @FONTPATH@
320FONTROOTDIR = @FONTROOTDIR@
321FONTTTFDIR = @FONTTTFDIR@
322FONTTYPE1DIR = @FONTTYPE1DIR@
323FOP = @FOP@
324INSTALL = @INSTALL@
325INSTALL_CMD = @INSTALL_CMD@
326INSTALL_DATA = @INSTALL_DATA@
327INSTALL_PROGRAM = @INSTALL_PROGRAM@
328INSTALL_SCRIPT = @INSTALL_SCRIPT@
329INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
330LDFLAGS = @LDFLAGS@
331LIBOBJS = @LIBOBJS@
332LIBS = @LIBS@
333LIB_MAN_DIR = @LIB_MAN_DIR@
334LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
335LINT = @LINT@
336LINT_FLAGS = @LINT_FLAGS@
337LTLIBOBJS = @LTLIBOBJS@
338MAKEINFO = @MAKEINFO@
339MAN_SUBSTS = @MAN_SUBSTS@
340MISC_MAN_DIR = @MISC_MAN_DIR@
341MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
342MKDIR_P = @MKDIR_P@
343OBJEXT = @OBJEXT@
344PACKAGE = @PACKAGE@
345PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
346PACKAGE_NAME = @PACKAGE_NAME@
347PACKAGE_STRING = @PACKAGE_STRING@
348PACKAGE_TARNAME = @PACKAGE_TARNAME@
349PACKAGE_URL = @PACKAGE_URL@
350PACKAGE_VERSION = @PACKAGE_VERSION@
351PATH_SEPARATOR = @PATH_SEPARATOR@
352PKG_CONFIG = @PKG_CONFIG@
353PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
354PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
355SED = @SED@
356SET_MAKE = @SET_MAKE@
357SHELL = @SHELL@
358STRICT_CFLAGS = @STRICT_CFLAGS@
359STRIP = @STRIP@
360STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@
361VERSION = @VERSION@
362XFS_CFLAGS = @XFS_CFLAGS@
363XFS_LIBS = @XFS_LIBS@
364XMLTO = @XMLTO@
365XORG_MAN_PAGE = @XORG_MAN_PAGE@
366XORG_SGML_PATH = @XORG_SGML_PATH@
367XSL_STYLESHEET = @XSL_STYLESHEET@
368abs_builddir = @abs_builddir@
369abs_srcdir = @abs_srcdir@
370abs_top_builddir = @abs_top_builddir@
371abs_top_srcdir = @abs_top_srcdir@
372ac_ct_CC = @ac_ct_CC@
373am__include = @am__include@
374am__leading_dot = @am__leading_dot@
375am__quote = @am__quote@
376am__rm_f_notfound = @am__rm_f_notfound@
377am__tar = @am__tar@
378am__untar = @am__untar@
379am__xargs_n = @am__xargs_n@
380bindir = @bindir@
381build = @build@
382build_alias = @build_alias@
383build_cpu = @build_cpu@
384build_os = @build_os@
385build_vendor = @build_vendor@
386builddir = @builddir@
387datadir = @datadir@
388datarootdir = @datarootdir@
389docdir = @docdir@
390dvidir = @dvidir@
391exec_prefix = @exec_prefix@
392host = @host@
393host_alias = @host_alias@
394host_cpu = @host_cpu@
395host_os = @host_os@
396host_vendor = @host_vendor@
397htmldir = @htmldir@
398includedir = @includedir@
399infodir = @infodir@
400install_sh = @install_sh@
401libdir = @libdir@
402libexecdir = @libexecdir@
403localedir = @localedir@
404localstatedir = @localstatedir@
405mandir = @mandir@
406mkdir_p = @mkdir_p@
407oldincludedir = @oldincludedir@
408pdfdir = @pdfdir@
409prefix = @prefix@
410program_transform_name = @program_transform_name@
411psdir = @psdir@
412runstatedir = @runstatedir@
413sbindir = @sbindir@
414sharedstatedir = @sharedstatedir@
415srcdir = @srcdir@
416sysconfdir = @sysconfdir@
417target_alias = @target_alias@
418top_build_prefix = @top_build_prefix@
419top_builddir = @top_builddir@
420top_srcdir = @top_srcdir@
421SUBDIRS = config doc man
422AM_CPPFLAGS = $(XFS_CFLAGS) -I$(top_srcdir)/include -DXFSPIDDIR=\"/var/run\" \
423	-D_BSD_SOURCE -DFONT_t -DTRANS_SERVER -DTRANS_REOPEN
424
425AM_CFLAGS = $(CWARNFLAGS)
426ACLOCAL_AMFLAGS = -I m4
427LDADD = $(XFS_LIBS)
428xfs_SOURCES = \
429	difs/atom.c \
430	difs/charinfo.c \
431	difs/difsutils.c \
432	difs/dispatch.c \
433	difs/events.c \
434	difs/extensions.c \
435	difs/fontinfo.c \
436	difs/fonts.c \
437	difs/globals.c \
438	difs/initfonts.c \
439	difs/main.c \
440	difs/resource.c \
441	difs/swaprep.c \
442	difs/swapreq.c \
443	difs/tables.c \
444	os/access.c \
445	os/config.c \
446	os/configstr.h \
447	os/connection.c \
448	os/daemon.c \
449	os/error.c \
450	os/io.c \
451	os/osdep.h \
452	os/osglue.c \
453	os/osinit.c \
454	os/utils.c \
455	os/waitfor.c \
456	os/xfstrans.c \
457	include/access.h \
458	include/assert.h \
459	include/auth.h \
460	include/authstr.h \
461	include/client.h \
462	include/clientstr.h \
463	include/closestr.h \
464	include/closure.h \
465	include/difsfn.h \
466	include/difsfnst.h \
467	include/difs.h \
468	include/difsutils.h \
469	include/dispatch.h \
470	include/extentst.h \
471	include/fsevents.h \
472	include/fsresource.h \
473	include/globals.h \
474	include/misc.h \
475	include/os.h \
476	include/osstruct.h \
477	include/servermd.h \
478	include/site.h \
479	include/swaprep.h \
480	include/swapreq.h
481
482MAINTAINERCLEANFILES = ChangeLog INSTALL
483@LINT_TRUE@ALL_LINT_FLAGS = $(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
484@LINT_TRUE@	       $(AM_CPPFLAGS) $(CPPFLAGS)
485
486EXTRA_DIST = README.md
487all: config.h
488	$(MAKE) $(AM_MAKEFLAGS) all-recursive
489
490.SUFFIXES:
491.SUFFIXES: .c .o .obj
492am--refresh: Makefile
493	@:
494$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
495	@for dep in $?; do \
496	  case '$(am__configure_deps)' in \
497	    *$$dep*) \
498	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
499	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
500		&& exit 0; \
501	      exit 1;; \
502	  esac; \
503	done; \
504	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
505	$(am__cd) $(top_srcdir) && \
506	  $(AUTOMAKE) --foreign Makefile
507Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
508	@case '$?' in \
509	  *config.status*) \
510	    echo ' $(SHELL) ./config.status'; \
511	    $(SHELL) ./config.status;; \
512	  *) \
513	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
514	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
515	esac;
516
517$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
518	$(SHELL) ./config.status --recheck
519
520$(top_srcdir)/configure:  $(am__configure_deps)
521	$(am__cd) $(srcdir) && $(AUTOCONF)
522$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
523	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
524$(am__aclocal_m4_deps):
525
526config.h: stamp-h1
527	@test -f $@ || rm -f stamp-h1
528	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
529
530stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
531	$(AM_V_at)rm -f stamp-h1
532	$(AM_V_GEN)cd $(top_builddir) && $(SHELL) ./config.status config.h
533$(srcdir)/config.h.in:  $(am__configure_deps) 
534	$(AM_V_GEN)($(am__cd) $(top_srcdir) && $(AUTOHEADER))
535	$(AM_V_at)rm -f stamp-h1
536	$(AM_V_at)touch $@
537
538distclean-hdr:
539	-rm -f config.h stamp-h1
540install-binPROGRAMS: $(bin_PROGRAMS)
541	@$(NORMAL_INSTALL)
542	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
543	if test -n "$$list"; then \
544	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
545	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
546	fi; \
547	for p in $$list; do echo "$$p $$p"; done | \
548	sed 's/$(EXEEXT)$$//' | \
549	while read p p1; do if test -f $$p \
550	  ; then echo "$$p"; echo "$$p"; else :; fi; \
551	done | \
552	sed -e 'p;s,.*/,,;n;h' \
553	    -e 's|.*|.|' \
554	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
555	sed 'N;N;N;s,\n, ,g' | \
556	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
557	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
558	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
559	    else { print "f", $$3 "/" $$4, $$1; } } \
560	  END { for (d in files) print "f", d, files[d] }' | \
561	while read type dir files; do \
562	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
563	    test -z "$$files" || { \
564	      echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
565	      $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
566	    } \
567	; done
568
569uninstall-binPROGRAMS:
570	@$(NORMAL_UNINSTALL)
571	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
572	files=`for p in $$list; do echo "$$p"; done | \
573	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
574	      -e 's/$$/$(EXEEXT)/' \
575	`; \
576	test -n "$$list" || exit 0; \
577	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
578	cd "$(DESTDIR)$(bindir)" && $(am__rm_f) $$files
579
580clean-binPROGRAMS:
581	-$(am__rm_f) $(bin_PROGRAMS)
582difs/$(am__dirstamp):
583	@$(MKDIR_P) difs
584	@: >>difs/$(am__dirstamp)
585difs/$(DEPDIR)/$(am__dirstamp):
586	@$(MKDIR_P) difs/$(DEPDIR)
587	@: >>difs/$(DEPDIR)/$(am__dirstamp)
588difs/atom.$(OBJEXT): difs/$(am__dirstamp) \
589	difs/$(DEPDIR)/$(am__dirstamp)
590difs/charinfo.$(OBJEXT): difs/$(am__dirstamp) \
591	difs/$(DEPDIR)/$(am__dirstamp)
592difs/difsutils.$(OBJEXT): difs/$(am__dirstamp) \
593	difs/$(DEPDIR)/$(am__dirstamp)
594difs/dispatch.$(OBJEXT): difs/$(am__dirstamp) \
595	difs/$(DEPDIR)/$(am__dirstamp)
596difs/events.$(OBJEXT): difs/$(am__dirstamp) \
597	difs/$(DEPDIR)/$(am__dirstamp)
598difs/extensions.$(OBJEXT): difs/$(am__dirstamp) \
599	difs/$(DEPDIR)/$(am__dirstamp)
600difs/fontinfo.$(OBJEXT): difs/$(am__dirstamp) \
601	difs/$(DEPDIR)/$(am__dirstamp)
602difs/fonts.$(OBJEXT): difs/$(am__dirstamp) \
603	difs/$(DEPDIR)/$(am__dirstamp)
604difs/globals.$(OBJEXT): difs/$(am__dirstamp) \
605	difs/$(DEPDIR)/$(am__dirstamp)
606difs/initfonts.$(OBJEXT): difs/$(am__dirstamp) \
607	difs/$(DEPDIR)/$(am__dirstamp)
608difs/main.$(OBJEXT): difs/$(am__dirstamp) \
609	difs/$(DEPDIR)/$(am__dirstamp)
610difs/resource.$(OBJEXT): difs/$(am__dirstamp) \
611	difs/$(DEPDIR)/$(am__dirstamp)
612difs/swaprep.$(OBJEXT): difs/$(am__dirstamp) \
613	difs/$(DEPDIR)/$(am__dirstamp)
614difs/swapreq.$(OBJEXT): difs/$(am__dirstamp) \
615	difs/$(DEPDIR)/$(am__dirstamp)
616difs/tables.$(OBJEXT): difs/$(am__dirstamp) \
617	difs/$(DEPDIR)/$(am__dirstamp)
618os/$(am__dirstamp):
619	@$(MKDIR_P) os
620	@: >>os/$(am__dirstamp)
621os/$(DEPDIR)/$(am__dirstamp):
622	@$(MKDIR_P) os/$(DEPDIR)
623	@: >>os/$(DEPDIR)/$(am__dirstamp)
624os/access.$(OBJEXT): os/$(am__dirstamp) os/$(DEPDIR)/$(am__dirstamp)
625os/config.$(OBJEXT): os/$(am__dirstamp) os/$(DEPDIR)/$(am__dirstamp)
626os/connection.$(OBJEXT): os/$(am__dirstamp) \
627	os/$(DEPDIR)/$(am__dirstamp)
628os/daemon.$(OBJEXT): os/$(am__dirstamp) os/$(DEPDIR)/$(am__dirstamp)
629os/error.$(OBJEXT): os/$(am__dirstamp) os/$(DEPDIR)/$(am__dirstamp)
630os/io.$(OBJEXT): os/$(am__dirstamp) os/$(DEPDIR)/$(am__dirstamp)
631os/osglue.$(OBJEXT): os/$(am__dirstamp) os/$(DEPDIR)/$(am__dirstamp)
632os/osinit.$(OBJEXT): os/$(am__dirstamp) os/$(DEPDIR)/$(am__dirstamp)
633os/utils.$(OBJEXT): os/$(am__dirstamp) os/$(DEPDIR)/$(am__dirstamp)
634os/waitfor.$(OBJEXT): os/$(am__dirstamp) os/$(DEPDIR)/$(am__dirstamp)
635os/xfstrans.$(OBJEXT): os/$(am__dirstamp) os/$(DEPDIR)/$(am__dirstamp)
636
637xfs$(EXEEXT): $(xfs_OBJECTS) $(xfs_DEPENDENCIES) $(EXTRA_xfs_DEPENDENCIES) 
638	@rm -f xfs$(EXEEXT)
639	$(AM_V_CCLD)$(LINK) $(xfs_OBJECTS) $(xfs_LDADD) $(LIBS)
640
641mostlyclean-compile:
642	-rm -f *.$(OBJEXT)
643	-rm -f difs/*.$(OBJEXT)
644	-rm -f os/*.$(OBJEXT)
645
646distclean-compile:
647	-rm -f *.tab.c
648
649@AMDEP_TRUE@@am__include@ @am__quote@difs/$(DEPDIR)/atom.Po@am__quote@ # am--include-marker
650@AMDEP_TRUE@@am__include@ @am__quote@difs/$(DEPDIR)/charinfo.Po@am__quote@ # am--include-marker
651@AMDEP_TRUE@@am__include@ @am__quote@difs/$(DEPDIR)/difsutils.Po@am__quote@ # am--include-marker
652@AMDEP_TRUE@@am__include@ @am__quote@difs/$(DEPDIR)/dispatch.Po@am__quote@ # am--include-marker
653@AMDEP_TRUE@@am__include@ @am__quote@difs/$(DEPDIR)/events.Po@am__quote@ # am--include-marker
654@AMDEP_TRUE@@am__include@ @am__quote@difs/$(DEPDIR)/extensions.Po@am__quote@ # am--include-marker
655@AMDEP_TRUE@@am__include@ @am__quote@difs/$(DEPDIR)/fontinfo.Po@am__quote@ # am--include-marker
656@AMDEP_TRUE@@am__include@ @am__quote@difs/$(DEPDIR)/fonts.Po@am__quote@ # am--include-marker
657@AMDEP_TRUE@@am__include@ @am__quote@difs/$(DEPDIR)/globals.Po@am__quote@ # am--include-marker
658@AMDEP_TRUE@@am__include@ @am__quote@difs/$(DEPDIR)/initfonts.Po@am__quote@ # am--include-marker
659@AMDEP_TRUE@@am__include@ @am__quote@difs/$(DEPDIR)/main.Po@am__quote@ # am--include-marker
660@AMDEP_TRUE@@am__include@ @am__quote@difs/$(DEPDIR)/resource.Po@am__quote@ # am--include-marker
661@AMDEP_TRUE@@am__include@ @am__quote@difs/$(DEPDIR)/swaprep.Po@am__quote@ # am--include-marker
662@AMDEP_TRUE@@am__include@ @am__quote@difs/$(DEPDIR)/swapreq.Po@am__quote@ # am--include-marker
663@AMDEP_TRUE@@am__include@ @am__quote@difs/$(DEPDIR)/tables.Po@am__quote@ # am--include-marker
664@AMDEP_TRUE@@am__include@ @am__quote@os/$(DEPDIR)/access.Po@am__quote@ # am--include-marker
665@AMDEP_TRUE@@am__include@ @am__quote@os/$(DEPDIR)/config.Po@am__quote@ # am--include-marker
666@AMDEP_TRUE@@am__include@ @am__quote@os/$(DEPDIR)/connection.Po@am__quote@ # am--include-marker
667@AMDEP_TRUE@@am__include@ @am__quote@os/$(DEPDIR)/daemon.Po@am__quote@ # am--include-marker
668@AMDEP_TRUE@@am__include@ @am__quote@os/$(DEPDIR)/error.Po@am__quote@ # am--include-marker
669@AMDEP_TRUE@@am__include@ @am__quote@os/$(DEPDIR)/io.Po@am__quote@ # am--include-marker
670@AMDEP_TRUE@@am__include@ @am__quote@os/$(DEPDIR)/osglue.Po@am__quote@ # am--include-marker
671@AMDEP_TRUE@@am__include@ @am__quote@os/$(DEPDIR)/osinit.Po@am__quote@ # am--include-marker
672@AMDEP_TRUE@@am__include@ @am__quote@os/$(DEPDIR)/utils.Po@am__quote@ # am--include-marker
673@AMDEP_TRUE@@am__include@ @am__quote@os/$(DEPDIR)/waitfor.Po@am__quote@ # am--include-marker
674@AMDEP_TRUE@@am__include@ @am__quote@os/$(DEPDIR)/xfstrans.Po@am__quote@ # am--include-marker
675
676$(am__depfiles_remade):
677	@$(MKDIR_P) $(@D)
678	@: >>$@
679
680am--depfiles: $(am__depfiles_remade)
681
682.c.o:
683@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
684@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
685@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
686@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
687@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
688@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
689
690.c.obj:
691@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
692@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
693@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
694@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
695@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
696@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
697
698# This directory's subdirectories are mostly independent; you can cd
699# into them and run 'make' without going through this Makefile.
700# To change the values of 'make' variables: instead of editing Makefiles,
701# (1) if the variable is set in 'config.status', edit 'config.status'
702#     (which will cause the Makefiles to be regenerated when you run 'make');
703# (2) otherwise, pass the desired values on the 'make' command line.
704$(am__recursive_targets):
705	@fail=; \
706	if $(am__make_keepgoing); then \
707	  failcom='fail=yes'; \
708	else \
709	  failcom='exit 1'; \
710	fi; \
711	dot_seen=no; \
712	target=`echo $@ | sed s/-recursive//`; \
713	case "$@" in \
714	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
715	  *) list='$(SUBDIRS)' ;; \
716	esac; \
717	for subdir in $$list; do \
718	  echo "Making $$target in $$subdir"; \
719	  if test "$$subdir" = "."; then \
720	    dot_seen=yes; \
721	    local_target="$$target-am"; \
722	  else \
723	    local_target="$$target"; \
724	  fi; \
725	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
726	  || eval $$failcom; \
727	done; \
728	if test "$$dot_seen" = "no"; then \
729	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
730	fi; test -z "$$fail"
731
732ID: $(am__tagged_files)
733	$(am__define_uniq_tagged_files); mkid -fID $$unique
734tags: tags-recursive
735TAGS: tags
736
737tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
738	set x; \
739	here=`pwd`; \
740	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
741	  include_option=--etags-include; \
742	  empty_fix=.; \
743	else \
744	  include_option=--include; \
745	  empty_fix=; \
746	fi; \
747	list='$(SUBDIRS)'; for subdir in $$list; do \
748	  if test "$$subdir" = .; then :; else \
749	    test ! -f $$subdir/TAGS || \
750	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
751	  fi; \
752	done; \
753	$(am__define_uniq_tagged_files); \
754	shift; \
755	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
756	  test -n "$$unique" || unique=$$empty_fix; \
757	  if test $$# -gt 0; then \
758	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
759	      "$$@" $$unique; \
760	  else \
761	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
762	      $$unique; \
763	  fi; \
764	fi
765ctags: ctags-recursive
766
767CTAGS: ctags
768ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
769	$(am__define_uniq_tagged_files); \
770	test -z "$(CTAGS_ARGS)$$unique" \
771	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
772	     $$unique
773
774GTAGS:
775	here=`$(am__cd) $(top_builddir) && pwd` \
776	  && $(am__cd) $(top_srcdir) \
777	  && gtags -i $(GTAGS_ARGS) "$$here"
778cscope: cscope.files
779	test ! -s cscope.files \
780	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
781clean-cscope:
782	-rm -f cscope.files
783cscope.files: clean-cscope cscopelist
784cscopelist: cscopelist-recursive
785
786cscopelist-am: $(am__tagged_files)
787	list='$(am__tagged_files)'; \
788	case "$(srcdir)" in \
789	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
790	  *) sdir=$(subdir)/$(srcdir) ;; \
791	esac; \
792	for i in $$list; do \
793	  if test -f "$$i"; then \
794	    echo "$(subdir)/$$i"; \
795	  else \
796	    echo "$$sdir/$$i"; \
797	  fi; \
798	done >> $(top_builddir)/cscope.files
799
800distclean-tags:
801	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
802	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
803distdir: $(BUILT_SOURCES)
804	$(MAKE) $(AM_MAKEFLAGS) distdir-am
805
806distdir-am: $(DISTFILES)
807	$(am__remove_distdir)
808	$(AM_V_at)$(MKDIR_P) "$(distdir)"
809	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
810	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
811	list='$(DISTFILES)'; \
812	  dist_files=`for file in $$list; do echo $$file; done | \
813	  sed -e "s|^$$srcdirstrip/||;t" \
814	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
815	case $$dist_files in \
816	  */*) $(MKDIR_P) `echo "$$dist_files" | \
817			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
818			   sort -u` ;; \
819	esac; \
820	for file in $$dist_files; do \
821	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
822	  if test -d $$d/$$file; then \
823	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
824	    if test -d "$(distdir)/$$file"; then \
825	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
826	    fi; \
827	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
828	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
829	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
830	    fi; \
831	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
832	  else \
833	    test -f "$(distdir)/$$file" \
834	    || cp -p $$d/$$file "$(distdir)/$$file" \
835	    || exit 1; \
836	  fi; \
837	done
838	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
839	  if test "$$subdir" = .; then :; else \
840	    $(am__make_dryrun) \
841	      || test -d "$(distdir)/$$subdir" \
842	      || $(MKDIR_P) "$(distdir)/$$subdir" \
843	      || exit 1; \
844	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
845	    $(am__relativize); \
846	    new_distdir=$$reldir; \
847	    dir1=$$subdir; dir2="$(top_distdir)"; \
848	    $(am__relativize); \
849	    new_top_distdir=$$reldir; \
850	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
851	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
852	    ($(am__cd) $$subdir && \
853	      $(MAKE) $(AM_MAKEFLAGS) \
854	        top_distdir="$$new_top_distdir" \
855	        distdir="$$new_distdir" \
856		am__remove_distdir=: \
857		am__skip_length_check=: \
858		am__skip_mode_fix=: \
859	        distdir) \
860	      || exit 1; \
861	  fi; \
862	done
863	$(MAKE) $(AM_MAKEFLAGS) \
864	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
865	  dist-hook
866	-test -n "$(am__skip_mode_fix)" \
867	|| find "$(distdir)" -type d ! -perm -755 \
868		-exec chmod u+rwx,go+rx {} \; -o \
869	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
870	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
871	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
872	|| chmod -R a+r "$(distdir)"
873dist-gzip: distdir
874	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
875	$(am__post_remove_distdir)
876
877dist-bzip2: distdir
878	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
879	$(am__post_remove_distdir)
880
881dist-lzip: distdir
882	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
883	$(am__post_remove_distdir)
884dist-xz: distdir
885	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
886	$(am__post_remove_distdir)
887
888dist-zstd: distdir
889	tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
890	$(am__post_remove_distdir)
891
892dist-tarZ: distdir
893	@echo WARNING: "Support for distribution archives compressed with" \
894		       "legacy program 'compress' is deprecated." >&2
895	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
896	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
897	$(am__post_remove_distdir)
898
899dist-shar: distdir
900	@echo WARNING: "Support for shar distribution archives is" \
901	               "deprecated." >&2
902	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
903	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
904	$(am__post_remove_distdir)
905
906dist-zip: distdir
907	-rm -f $(distdir).zip
908	zip -rq $(distdir).zip $(distdir)
909	$(am__post_remove_distdir)
910
911dist dist-all:
912	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
913	$(am__post_remove_distdir)
914
915# This target untars the dist file and tries a VPATH configuration.  Then
916# it guarantees that the distribution is self-contained by making another
917# tarfile.
918distcheck: dist
919	case '$(DIST_ARCHIVES)' in \
920	*.tar.gz*) \
921	  eval GZIP= gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
922	*.tar.bz2*) \
923	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
924	*.tar.lz*) \
925	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
926	*.tar.xz*) \
927	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
928	*.tar.Z*) \
929	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
930	*.shar.gz*) \
931	  eval GZIP= gzip -dc $(distdir).shar.gz | unshar ;;\
932	*.zip*) \
933	  unzip $(distdir).zip ;;\
934	*.tar.zst*) \
935	  zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
936	esac
937	chmod -R a-w $(distdir)
938	chmod u+w $(distdir)
939	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
940	chmod a-w $(distdir)
941	test -d $(distdir)/_build || exit 0; \
942	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
943	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
944	  && am__cwd=`pwd` \
945	  && $(am__cd) $(distdir)/_build/sub \
946	  && ../../configure \
947	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
948	    $(DISTCHECK_CONFIGURE_FLAGS) \
949	    --srcdir=../.. --prefix="$$dc_install_base" \
950	  && $(MAKE) $(AM_MAKEFLAGS) \
951	  && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
952	  && $(MAKE) $(AM_MAKEFLAGS) check \
953	  && $(MAKE) $(AM_MAKEFLAGS) install \
954	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
955	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
956	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
957	        distuninstallcheck \
958	  && chmod -R a-w "$$dc_install_base" \
959	  && ({ \
960	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
961	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
962	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
963	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
964	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
965	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
966	  && rm -rf "$$dc_destdir" \
967	  && $(MAKE) $(AM_MAKEFLAGS) dist \
968	  && rm -rf $(DIST_ARCHIVES) \
969	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
970	  && cd "$$am__cwd" \
971	  || exit 1
972	$(am__post_remove_distdir)
973	@(echo "$(distdir) archives ready for distribution: "; \
974	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
975	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
976distuninstallcheck:
977	@test -n '$(distuninstallcheck_dir)' || { \
978	  echo 'ERROR: trying to run $@ with an empty' \
979	       '$$(distuninstallcheck_dir)' >&2; \
980	  exit 1; \
981	}; \
982	$(am__cd) '$(distuninstallcheck_dir)' || { \
983	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
984	  exit 1; \
985	}; \
986	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
987	   || { echo "ERROR: files left after uninstall:" ; \
988	        if test -n "$(DESTDIR)"; then \
989	          echo "  (check DESTDIR support)"; \
990	        fi ; \
991	        $(distuninstallcheck_listfiles) ; \
992	        exit 1; } >&2
993distcleancheck: distclean
994	@if test '$(srcdir)' = . ; then \
995	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
996	  exit 1 ; \
997	fi
998	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
999	  || { echo "ERROR: files left in build directory after distclean:" ; \
1000	       $(distcleancheck_listfiles) ; \
1001	       exit 1; } >&2
1002check-am: all-am
1003check: check-recursive
1004all-am: Makefile $(PROGRAMS) config.h
1005installdirs: installdirs-recursive
1006installdirs-am:
1007	for dir in "$(DESTDIR)$(bindir)"; do \
1008	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1009	done
1010install: install-recursive
1011install-exec: install-exec-recursive
1012install-data: install-data-recursive
1013uninstall: uninstall-recursive
1014
1015install-am: all-am
1016	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1017
1018installcheck: installcheck-recursive
1019install-strip:
1020	if test -z '$(STRIP)'; then \
1021	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1022	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1023	      install; \
1024	else \
1025	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1026	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1027	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1028	fi
1029mostlyclean-generic:
1030
1031clean-generic:
1032
1033distclean-generic:
1034	-$(am__rm_f) $(CONFIG_CLEAN_FILES)
1035	-test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES)
1036	-$(am__rm_f) difs/$(DEPDIR)/$(am__dirstamp)
1037	-$(am__rm_f) difs/$(am__dirstamp)
1038	-$(am__rm_f) os/$(DEPDIR)/$(am__dirstamp)
1039	-$(am__rm_f) os/$(am__dirstamp)
1040
1041maintainer-clean-generic:
1042	@echo "This command is intended for maintainers to use"
1043	@echo "it deletes files that may require special tools to rebuild."
1044	-$(am__rm_f) $(MAINTAINERCLEANFILES)
1045clean: clean-recursive
1046
1047clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
1048
1049distclean: distclean-recursive
1050	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1051	-rm -f difs/$(DEPDIR)/atom.Po
1052	-rm -f difs/$(DEPDIR)/charinfo.Po
1053	-rm -f difs/$(DEPDIR)/difsutils.Po
1054	-rm -f difs/$(DEPDIR)/dispatch.Po
1055	-rm -f difs/$(DEPDIR)/events.Po
1056	-rm -f difs/$(DEPDIR)/extensions.Po
1057	-rm -f difs/$(DEPDIR)/fontinfo.Po
1058	-rm -f difs/$(DEPDIR)/fonts.Po
1059	-rm -f difs/$(DEPDIR)/globals.Po
1060	-rm -f difs/$(DEPDIR)/initfonts.Po
1061	-rm -f difs/$(DEPDIR)/main.Po
1062	-rm -f difs/$(DEPDIR)/resource.Po
1063	-rm -f difs/$(DEPDIR)/swaprep.Po
1064	-rm -f difs/$(DEPDIR)/swapreq.Po
1065	-rm -f difs/$(DEPDIR)/tables.Po
1066	-rm -f os/$(DEPDIR)/access.Po
1067	-rm -f os/$(DEPDIR)/config.Po
1068	-rm -f os/$(DEPDIR)/connection.Po
1069	-rm -f os/$(DEPDIR)/daemon.Po
1070	-rm -f os/$(DEPDIR)/error.Po
1071	-rm -f os/$(DEPDIR)/io.Po
1072	-rm -f os/$(DEPDIR)/osglue.Po
1073	-rm -f os/$(DEPDIR)/osinit.Po
1074	-rm -f os/$(DEPDIR)/utils.Po
1075	-rm -f os/$(DEPDIR)/waitfor.Po
1076	-rm -f os/$(DEPDIR)/xfstrans.Po
1077	-rm -f Makefile
1078distclean-am: clean-am distclean-compile distclean-generic \
1079	distclean-hdr distclean-tags
1080
1081dvi: dvi-recursive
1082
1083dvi-am:
1084
1085html: html-recursive
1086
1087html-am:
1088
1089info: info-recursive
1090
1091info-am:
1092
1093install-data-am:
1094
1095install-dvi: install-dvi-recursive
1096
1097install-dvi-am:
1098
1099install-exec-am: install-binPROGRAMS
1100
1101install-html: install-html-recursive
1102
1103install-html-am:
1104
1105install-info: install-info-recursive
1106
1107install-info-am:
1108
1109install-man:
1110
1111install-pdf: install-pdf-recursive
1112
1113install-pdf-am:
1114
1115install-ps: install-ps-recursive
1116
1117install-ps-am:
1118
1119installcheck-am:
1120
1121maintainer-clean: maintainer-clean-recursive
1122	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1123	-rm -rf $(top_srcdir)/autom4te.cache
1124	-rm -f difs/$(DEPDIR)/atom.Po
1125	-rm -f difs/$(DEPDIR)/charinfo.Po
1126	-rm -f difs/$(DEPDIR)/difsutils.Po
1127	-rm -f difs/$(DEPDIR)/dispatch.Po
1128	-rm -f difs/$(DEPDIR)/events.Po
1129	-rm -f difs/$(DEPDIR)/extensions.Po
1130	-rm -f difs/$(DEPDIR)/fontinfo.Po
1131	-rm -f difs/$(DEPDIR)/fonts.Po
1132	-rm -f difs/$(DEPDIR)/globals.Po
1133	-rm -f difs/$(DEPDIR)/initfonts.Po
1134	-rm -f difs/$(DEPDIR)/main.Po
1135	-rm -f difs/$(DEPDIR)/resource.Po
1136	-rm -f difs/$(DEPDIR)/swaprep.Po
1137	-rm -f difs/$(DEPDIR)/swapreq.Po
1138	-rm -f difs/$(DEPDIR)/tables.Po
1139	-rm -f os/$(DEPDIR)/access.Po
1140	-rm -f os/$(DEPDIR)/config.Po
1141	-rm -f os/$(DEPDIR)/connection.Po
1142	-rm -f os/$(DEPDIR)/daemon.Po
1143	-rm -f os/$(DEPDIR)/error.Po
1144	-rm -f os/$(DEPDIR)/io.Po
1145	-rm -f os/$(DEPDIR)/osglue.Po
1146	-rm -f os/$(DEPDIR)/osinit.Po
1147	-rm -f os/$(DEPDIR)/utils.Po
1148	-rm -f os/$(DEPDIR)/waitfor.Po
1149	-rm -f os/$(DEPDIR)/xfstrans.Po
1150	-rm -f Makefile
1151maintainer-clean-am: distclean-am maintainer-clean-generic
1152
1153mostlyclean: mostlyclean-recursive
1154
1155mostlyclean-am: mostlyclean-compile mostlyclean-generic
1156
1157pdf: pdf-recursive
1158
1159pdf-am:
1160
1161ps: ps-recursive
1162
1163ps-am:
1164
1165uninstall-am: uninstall-binPROGRAMS
1166
1167.MAKE: $(am__recursive_targets) all install-am install-strip
1168
1169.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1170	am--depfiles am--refresh check check-am clean \
1171	clean-binPROGRAMS clean-cscope clean-generic cscope \
1172	cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
1173	dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \
1174	dist-zip dist-zstd distcheck distclean distclean-compile \
1175	distclean-generic distclean-hdr distclean-tags distcleancheck \
1176	distdir distuninstallcheck dvi dvi-am html html-am info \
1177	info-am install install-am install-binPROGRAMS install-data \
1178	install-data-am install-dvi install-dvi-am install-exec \
1179	install-exec-am install-html install-html-am install-info \
1180	install-info-am install-man install-pdf install-pdf-am \
1181	install-ps install-ps-am install-strip installcheck \
1182	installcheck-am installdirs installdirs-am maintainer-clean \
1183	maintainer-clean-generic mostlyclean mostlyclean-compile \
1184	mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
1185	uninstall-am uninstall-binPROGRAMS
1186
1187.PRECIOUS: Makefile
1188
1189
1190.PHONY: ChangeLog INSTALL
1191
1192INSTALL:
1193	$(INSTALL_CMD)
1194
1195ChangeLog:
1196	$(CHANGELOG_CMD)
1197
1198dist-hook: ChangeLog INSTALL
1199
1200@LINT_TRUE@lint:
1201@LINT_TRUE@	$(LINT) $(ALL_LINT_FLAGS) $(xfs_SOURCES)
1202
1203# Tell versions [3.59,3.63) of GNU make to not export all variables.
1204# Otherwise a system limit (for SysV at least) may be exceeded.
1205.NOEXPORT:
1206
1207# Tell GNU make to disable its built-in pattern rules.
1208%:: %,v
1209%:: RCS/%,v
1210%:: RCS/%
1211%:: s.%
1212%:: SCCS/s.%
1213