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