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