Makefile.in revision c2535118
1# Makefile.in generated by automake 1.14 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.
37VPATH = @srcdir@
38am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
39am__make_running_with_option = \
40  case $${target_option-} in \
41      ?) ;; \
42      *) echo "am__make_running_with_option: internal error: invalid" \
43              "target option '$${target_option-}' specified" >&2; \
44         exit 1;; \
45  esac; \
46  has_opt=no; \
47  sane_makeflags=$$MAKEFLAGS; \
48  if $(am__is_gnu_make); then \
49    sane_makeflags=$$MFLAGS; \
50  else \
51    case $$MAKEFLAGS in \
52      *\\[\ \	]*) \
53        bs=\\; \
54        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
55          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
56    esac; \
57  fi; \
58  skip_next=no; \
59  strip_trailopt () \
60  { \
61    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
62  }; \
63  for flg in $$sane_makeflags; do \
64    test $$skip_next = yes && { skip_next=no; continue; }; \
65    case $$flg in \
66      *=*|--*) continue;; \
67        -*I) strip_trailopt 'I'; skip_next=yes;; \
68      -*I?*) strip_trailopt 'I';; \
69        -*O) strip_trailopt 'O'; skip_next=yes;; \
70      -*O?*) strip_trailopt 'O';; \
71        -*l) strip_trailopt 'l'; skip_next=yes;; \
72      -*l?*) strip_trailopt 'l';; \
73      -[dEDm]) skip_next=yes;; \
74      -[JT]) skip_next=yes;; \
75    esac; \
76    case $$flg in \
77      *$$target_option*) has_opt=yes; break;; \
78    esac; \
79  done; \
80  test $$has_opt = yes
81am__make_dryrun = (target_option=n; $(am__make_running_with_option))
82am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
83pkgdatadir = $(datadir)/@PACKAGE@
84pkgincludedir = $(includedir)/@PACKAGE@
85pkglibdir = $(libdir)/@PACKAGE@
86pkglibexecdir = $(libexecdir)/@PACKAGE@
87am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
88install_sh_DATA = $(install_sh) -c -m 644
89install_sh_PROGRAM = $(install_sh) -c
90install_sh_SCRIPT = $(install_sh) -c
91INSTALL_HEADER = $(INSTALL_DATA)
92transform = $(program_transform_name)
93NORMAL_INSTALL = :
94PRE_INSTALL = :
95POST_INSTALL = :
96NORMAL_UNINSTALL = :
97PRE_UNINSTALL = :
98POST_UNINSTALL = :
99build_triplet = @build@
100host_triplet = @host@
101subdir = .
102DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
103	$(top_srcdir)/configure $(am__configure_deps) \
104	$(srcdir)/config.h.in COPYING ChangeLog INSTALL README compile \
105	config.guess config.sub install-sh missing
106ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
107am__aclocal_m4_deps = $(top_srcdir)/configure.ac
108am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
109	$(ACLOCAL_M4)
110am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
111 configure.lineno config.status.lineno
112mkinstalldirs = $(install_sh) -d
113CONFIG_HEADER = config.h
114CONFIG_CLEAN_FILES =
115CONFIG_CLEAN_VPATH_FILES =
116AM_V_P = $(am__v_P_@AM_V@)
117am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
118am__v_P_0 = false
119am__v_P_1 = :
120AM_V_GEN = $(am__v_GEN_@AM_V@)
121am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
122am__v_GEN_0 = @echo "  GEN     " $@;
123am__v_GEN_1 = 
124AM_V_at = $(am__v_at_@AM_V@)
125am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
126am__v_at_0 = @
127am__v_at_1 = 
128SOURCES =
129DIST_SOURCES =
130RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
131	ctags-recursive dvi-recursive html-recursive info-recursive \
132	install-data-recursive install-dvi-recursive \
133	install-exec-recursive install-html-recursive \
134	install-info-recursive install-pdf-recursive \
135	install-ps-recursive install-recursive installcheck-recursive \
136	installdirs-recursive pdf-recursive ps-recursive \
137	tags-recursive uninstall-recursive
138am__can_run_installinfo = \
139  case $$AM_UPDATE_INFO_DIR in \
140    n|no|NO) false;; \
141    *) (install-info --version) >/dev/null 2>&1;; \
142  esac
143RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
144  distclean-recursive maintainer-clean-recursive
145am__recursive_targets = \
146  $(RECURSIVE_TARGETS) \
147  $(RECURSIVE_CLEAN_TARGETS) \
148  $(am__extra_recursive_targets)
149AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
150	cscope distdir dist dist-all distcheck
151am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
152	$(LISP)config.h.in
153# Read a list of newline-separated strings from the standard input,
154# and print each of them once, without duplicates.  Input order is
155# *not* preserved.
156am__uniquify_input = $(AWK) '\
157  BEGIN { nonempty = 0; } \
158  { items[$$0] = 1; nonempty = 1; } \
159  END { if (nonempty) { for (i in items) print i; }; } \
160'
161# Make sure the list of sources is unique.  This is necessary because,
162# e.g., the same source file might be shared among _SOURCES variables
163# for different programs/libraries.
164am__define_uniq_tagged_files = \
165  list='$(am__tagged_files)'; \
166  unique=`for i in $$list; do \
167    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
168  done | $(am__uniquify_input)`
169ETAGS = etags
170CTAGS = ctags
171CSCOPE = cscope
172DIST_SUBDIRS = $(SUBDIRS)
173DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
174distdir = $(PACKAGE)-$(VERSION)
175top_distdir = $(distdir)
176am__remove_distdir = \
177  if test -d "$(distdir)"; then \
178    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
179      && rm -rf "$(distdir)" \
180      || { sleep 5 && rm -rf "$(distdir)"; }; \
181  else :; fi
182am__post_remove_distdir = $(am__remove_distdir)
183am__relativize = \
184  dir0=`pwd`; \
185  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
186  sed_rest='s,^[^/]*/*,,'; \
187  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
188  sed_butlast='s,/*[^/]*$$,,'; \
189  while test -n "$$dir1"; do \
190    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
191    if test "$$first" != "."; then \
192      if test "$$first" = ".."; then \
193        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
194        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
195      else \
196        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
197        if test "$$first2" = "$$first"; then \
198          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
199        else \
200          dir2="../$$dir2"; \
201        fi; \
202        dir0="$$dir0"/"$$first"; \
203      fi; \
204    fi; \
205    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
206  done; \
207  reldir="$$dir2"
208DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
209GZIP_ENV = --best
210DIST_TARGETS = dist-bzip2 dist-gzip
211distuninstallcheck_listfiles = find . -type f -print
212am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
213  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
214distcleancheck_listfiles = find . -type f -print
215ACLOCAL = @ACLOCAL@
216ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
217ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
218AMTAR = @AMTAR@
219AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
220APP_MAN_DIR = @APP_MAN_DIR@
221APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
222AUTOCONF = @AUTOCONF@
223AUTOHEADER = @AUTOHEADER@
224AUTOMAKE = @AUTOMAKE@
225AWK = @AWK@
226BASE_CFLAGS = @BASE_CFLAGS@
227CC = @CC@
228CCDEPMODE = @CCDEPMODE@
229CFLAGS = @CFLAGS@
230CHANGELOG_CMD = @CHANGELOG_CMD@
231CPP = @CPP@
232CPPFLAGS = @CPPFLAGS@
233CWARNFLAGS = @CWARNFLAGS@
234CYGPATH_W = @CYGPATH_W@
235DEFS = @DEFS@
236DEPDIR = @DEPDIR@
237DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
238DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
239ECHO_C = @ECHO_C@
240ECHO_N = @ECHO_N@
241ECHO_T = @ECHO_T@
242EGREP = @EGREP@
243EXEEXT = @EXEEXT@
244FILE_MAN_DIR = @FILE_MAN_DIR@
245FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
246GREP = @GREP@
247INSTALL = @INSTALL@
248INSTALL_CMD = @INSTALL_CMD@
249INSTALL_DATA = @INSTALL_DATA@
250INSTALL_PROGRAM = @INSTALL_PROGRAM@
251INSTALL_SCRIPT = @INSTALL_SCRIPT@
252INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
253LDFLAGS = @LDFLAGS@
254LEX = @LEX@
255LEXLIB = @LEXLIB@
256LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
257LIBOBJS = @LIBOBJS@
258LIBS = @LIBS@
259LIB_MAN_DIR = @LIB_MAN_DIR@
260LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
261LTLIBOBJS = @LTLIBOBJS@
262MAINT = @MAINT@
263MAKEINFO = @MAKEINFO@
264MAN_SUBSTS = @MAN_SUBSTS@
265MISC_MAN_DIR = @MISC_MAN_DIR@
266MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
267MKDIR_P = @MKDIR_P@
268OBJEXT = @OBJEXT@
269PACKAGE = @PACKAGE@
270PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
271PACKAGE_NAME = @PACKAGE_NAME@
272PACKAGE_STRING = @PACKAGE_STRING@
273PACKAGE_TARNAME = @PACKAGE_TARNAME@
274PACKAGE_URL = @PACKAGE_URL@
275PACKAGE_VERSION = @PACKAGE_VERSION@
276PATH_SEPARATOR = @PATH_SEPARATOR@
277PKG_CONFIG = @PKG_CONFIG@
278SED = @SED@
279SET_MAKE = @SET_MAKE@
280SHELL = @SHELL@
281STRICT_CFLAGS = @STRICT_CFLAGS@
282STRIP = @STRIP@
283TWM_CFLAGS = @TWM_CFLAGS@
284TWM_LIBS = @TWM_LIBS@
285VERSION = @VERSION@
286XORG_MAN_PAGE = @XORG_MAN_PAGE@
287YACC = @YACC@
288YACC_INST = @YACC_INST@
289YFLAGS = @YFLAGS@
290abs_builddir = @abs_builddir@
291abs_srcdir = @abs_srcdir@
292abs_top_builddir = @abs_top_builddir@
293abs_top_srcdir = @abs_top_srcdir@
294ac_ct_CC = @ac_ct_CC@
295am__include = @am__include@
296am__leading_dot = @am__leading_dot@
297am__quote = @am__quote@
298am__tar = @am__tar@
299am__untar = @am__untar@
300bindir = @bindir@
301build = @build@
302build_alias = @build_alias@
303build_cpu = @build_cpu@
304build_os = @build_os@
305build_vendor = @build_vendor@
306builddir = @builddir@
307datadir = @datadir@
308datarootdir = @datarootdir@
309docdir = @docdir@
310dvidir = @dvidir@
311exec_prefix = @exec_prefix@
312host = @host@
313host_alias = @host_alias@
314host_cpu = @host_cpu@
315host_os = @host_os@
316host_vendor = @host_vendor@
317htmldir = @htmldir@
318includedir = @includedir@
319infodir = @infodir@
320install_sh = @install_sh@
321libdir = @libdir@
322libexecdir = @libexecdir@
323localedir = @localedir@
324localstatedir = @localstatedir@
325mandir = @mandir@
326mkdir_p = @mkdir_p@
327oldincludedir = @oldincludedir@
328pdfdir = @pdfdir@
329prefix = @prefix@
330program_transform_name = @program_transform_name@
331psdir = @psdir@
332sbindir = @sbindir@
333sharedstatedir = @sharedstatedir@
334srcdir = @srcdir@
335sysconfdir = @sysconfdir@
336target_alias = @target_alias@
337top_build_prefix = @top_build_prefix@
338top_builddir = @top_builddir@
339top_srcdir = @top_srcdir@
340SUBDIRS = src man
341EXTRA_DIST = sample-twmrc/jim.twmrc sample-twmrc/keith.twmrc sample-twmrc/lemke.twmrc
342MAINTAINERCLEANFILES = ChangeLog INSTALL
343all: config.h
344	$(MAKE) $(AM_MAKEFLAGS) all-recursive
345
346.SUFFIXES:
347am--refresh: Makefile
348	@:
349$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
350	@for dep in $?; do \
351	  case '$(am__configure_deps)' in \
352	    *$$dep*) \
353	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
354	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
355		&& exit 0; \
356	      exit 1;; \
357	  esac; \
358	done; \
359	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
360	$(am__cd) $(top_srcdir) && \
361	  $(AUTOMAKE) --foreign Makefile
362.PRECIOUS: Makefile
363Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
364	@case '$?' in \
365	  *config.status*) \
366	    echo ' $(SHELL) ./config.status'; \
367	    $(SHELL) ./config.status;; \
368	  *) \
369	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
370	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
371	esac;
372
373$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
374	$(SHELL) ./config.status --recheck
375
376$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
377	$(am__cd) $(srcdir) && $(AUTOCONF)
378$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
379	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
380$(am__aclocal_m4_deps):
381
382config.h: stamp-h1
383	@test -f $@ || rm -f stamp-h1
384	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
385
386stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
387	@rm -f stamp-h1
388	cd $(top_builddir) && $(SHELL) ./config.status config.h
389$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
390	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
391	rm -f stamp-h1
392	touch $@
393
394distclean-hdr:
395	-rm -f config.h stamp-h1
396
397# This directory's subdirectories are mostly independent; you can cd
398# into them and run 'make' without going through this Makefile.
399# To change the values of 'make' variables: instead of editing Makefiles,
400# (1) if the variable is set in 'config.status', edit 'config.status'
401#     (which will cause the Makefiles to be regenerated when you run 'make');
402# (2) otherwise, pass the desired values on the 'make' command line.
403$(am__recursive_targets):
404	@fail=; \
405	if $(am__make_keepgoing); then \
406	  failcom='fail=yes'; \
407	else \
408	  failcom='exit 1'; \
409	fi; \
410	dot_seen=no; \
411	target=`echo $@ | sed s/-recursive//`; \
412	case "$@" in \
413	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
414	  *) list='$(SUBDIRS)' ;; \
415	esac; \
416	for subdir in $$list; do \
417	  echo "Making $$target in $$subdir"; \
418	  if test "$$subdir" = "."; then \
419	    dot_seen=yes; \
420	    local_target="$$target-am"; \
421	  else \
422	    local_target="$$target"; \
423	  fi; \
424	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
425	  || eval $$failcom; \
426	done; \
427	if test "$$dot_seen" = "no"; then \
428	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
429	fi; test -z "$$fail"
430
431ID: $(am__tagged_files)
432	$(am__define_uniq_tagged_files); mkid -fID $$unique
433tags: tags-recursive
434TAGS: tags
435
436tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
437	set x; \
438	here=`pwd`; \
439	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
440	  include_option=--etags-include; \
441	  empty_fix=.; \
442	else \
443	  include_option=--include; \
444	  empty_fix=; \
445	fi; \
446	list='$(SUBDIRS)'; for subdir in $$list; do \
447	  if test "$$subdir" = .; then :; else \
448	    test ! -f $$subdir/TAGS || \
449	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
450	  fi; \
451	done; \
452	$(am__define_uniq_tagged_files); \
453	shift; \
454	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
455	  test -n "$$unique" || unique=$$empty_fix; \
456	  if test $$# -gt 0; then \
457	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
458	      "$$@" $$unique; \
459	  else \
460	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
461	      $$unique; \
462	  fi; \
463	fi
464ctags: ctags-recursive
465
466CTAGS: ctags
467ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
468	$(am__define_uniq_tagged_files); \
469	test -z "$(CTAGS_ARGS)$$unique" \
470	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
471	     $$unique
472
473GTAGS:
474	here=`$(am__cd) $(top_builddir) && pwd` \
475	  && $(am__cd) $(top_srcdir) \
476	  && gtags -i $(GTAGS_ARGS) "$$here"
477cscope: cscope.files
478	test ! -s cscope.files \
479	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
480clean-cscope:
481	-rm -f cscope.files
482cscope.files: clean-cscope cscopelist
483cscopelist: cscopelist-recursive
484
485cscopelist-am: $(am__tagged_files)
486	list='$(am__tagged_files)'; \
487	case "$(srcdir)" in \
488	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
489	  *) sdir=$(subdir)/$(srcdir) ;; \
490	esac; \
491	for i in $$list; do \
492	  if test -f "$$i"; then \
493	    echo "$(subdir)/$$i"; \
494	  else \
495	    echo "$$sdir/$$i"; \
496	  fi; \
497	done >> $(top_builddir)/cscope.files
498
499distclean-tags:
500	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
501	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
502
503distdir: $(DISTFILES)
504	$(am__remove_distdir)
505	test -d "$(distdir)" || mkdir "$(distdir)"
506	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
507	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
508	list='$(DISTFILES)'; \
509	  dist_files=`for file in $$list; do echo $$file; done | \
510	  sed -e "s|^$$srcdirstrip/||;t" \
511	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
512	case $$dist_files in \
513	  */*) $(MKDIR_P) `echo "$$dist_files" | \
514			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
515			   sort -u` ;; \
516	esac; \
517	for file in $$dist_files; do \
518	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
519	  if test -d $$d/$$file; then \
520	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
521	    if test -d "$(distdir)/$$file"; then \
522	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
523	    fi; \
524	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
525	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
526	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
527	    fi; \
528	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
529	  else \
530	    test -f "$(distdir)/$$file" \
531	    || cp -p $$d/$$file "$(distdir)/$$file" \
532	    || exit 1; \
533	  fi; \
534	done
535	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
536	  if test "$$subdir" = .; then :; else \
537	    $(am__make_dryrun) \
538	      || test -d "$(distdir)/$$subdir" \
539	      || $(MKDIR_P) "$(distdir)/$$subdir" \
540	      || exit 1; \
541	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
542	    $(am__relativize); \
543	    new_distdir=$$reldir; \
544	    dir1=$$subdir; dir2="$(top_distdir)"; \
545	    $(am__relativize); \
546	    new_top_distdir=$$reldir; \
547	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
548	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
549	    ($(am__cd) $$subdir && \
550	      $(MAKE) $(AM_MAKEFLAGS) \
551	        top_distdir="$$new_top_distdir" \
552	        distdir="$$new_distdir" \
553		am__remove_distdir=: \
554		am__skip_length_check=: \
555		am__skip_mode_fix=: \
556	        distdir) \
557	      || exit 1; \
558	  fi; \
559	done
560	$(MAKE) $(AM_MAKEFLAGS) \
561	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
562	  dist-hook
563	-test -n "$(am__skip_mode_fix)" \
564	|| find "$(distdir)" -type d ! -perm -755 \
565		-exec chmod u+rwx,go+rx {} \; -o \
566	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
567	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
568	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
569	|| chmod -R a+r "$(distdir)"
570dist-gzip: distdir
571	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
572	$(am__post_remove_distdir)
573dist-bzip2: distdir
574	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
575	$(am__post_remove_distdir)
576
577dist-lzip: distdir
578	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
579	$(am__post_remove_distdir)
580
581dist-xz: distdir
582	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
583	$(am__post_remove_distdir)
584
585dist-tarZ: distdir
586	@echo WARNING: "Support for shar distribution archives is" \
587	               "deprecated." >&2
588	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
589	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
590	$(am__post_remove_distdir)
591
592dist-shar: distdir
593	@echo WARNING: "Support for distribution archives compressed with" \
594		       "legacy program 'compress' is deprecated." >&2
595	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
596	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
597	$(am__post_remove_distdir)
598
599dist-zip: distdir
600	-rm -f $(distdir).zip
601	zip -rq $(distdir).zip $(distdir)
602	$(am__post_remove_distdir)
603
604dist dist-all:
605	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
606	$(am__post_remove_distdir)
607
608# This target untars the dist file and tries a VPATH configuration.  Then
609# it guarantees that the distribution is self-contained by making another
610# tarfile.
611distcheck: dist
612	case '$(DIST_ARCHIVES)' in \
613	*.tar.gz*) \
614	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
615	*.tar.bz2*) \
616	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
617	*.tar.lz*) \
618	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
619	*.tar.xz*) \
620	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
621	*.tar.Z*) \
622	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
623	*.shar.gz*) \
624	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
625	*.zip*) \
626	  unzip $(distdir).zip ;;\
627	esac
628	chmod -R a-w $(distdir)
629	chmod u+w $(distdir)
630	mkdir $(distdir)/_build $(distdir)/_inst
631	chmod a-w $(distdir)
632	test -d $(distdir)/_build || exit 0; \
633	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
634	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
635	  && am__cwd=`pwd` \
636	  && $(am__cd) $(distdir)/_build \
637	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
638	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
639	    $(DISTCHECK_CONFIGURE_FLAGS) \
640	  && $(MAKE) $(AM_MAKEFLAGS) \
641	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
642	  && $(MAKE) $(AM_MAKEFLAGS) check \
643	  && $(MAKE) $(AM_MAKEFLAGS) install \
644	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
645	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
646	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
647	        distuninstallcheck \
648	  && chmod -R a-w "$$dc_install_base" \
649	  && ({ \
650	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
651	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
652	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
653	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
654	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
655	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
656	  && rm -rf "$$dc_destdir" \
657	  && $(MAKE) $(AM_MAKEFLAGS) dist \
658	  && rm -rf $(DIST_ARCHIVES) \
659	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
660	  && cd "$$am__cwd" \
661	  || exit 1
662	$(am__post_remove_distdir)
663	@(echo "$(distdir) archives ready for distribution: "; \
664	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
665	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
666distuninstallcheck:
667	@test -n '$(distuninstallcheck_dir)' || { \
668	  echo 'ERROR: trying to run $@ with an empty' \
669	       '$$(distuninstallcheck_dir)' >&2; \
670	  exit 1; \
671	}; \
672	$(am__cd) '$(distuninstallcheck_dir)' || { \
673	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
674	  exit 1; \
675	}; \
676	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
677	   || { echo "ERROR: files left after uninstall:" ; \
678	        if test -n "$(DESTDIR)"; then \
679	          echo "  (check DESTDIR support)"; \
680	        fi ; \
681	        $(distuninstallcheck_listfiles) ; \
682	        exit 1; } >&2
683distcleancheck: distclean
684	@if test '$(srcdir)' = . ; then \
685	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
686	  exit 1 ; \
687	fi
688	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
689	  || { echo "ERROR: files left in build directory after distclean:" ; \
690	       $(distcleancheck_listfiles) ; \
691	       exit 1; } >&2
692check-am: all-am
693check: check-recursive
694all-am: Makefile config.h
695installdirs: installdirs-recursive
696installdirs-am:
697install: install-recursive
698install-exec: install-exec-recursive
699install-data: install-data-recursive
700uninstall: uninstall-recursive
701
702install-am: all-am
703	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
704
705installcheck: installcheck-recursive
706install-strip:
707	if test -z '$(STRIP)'; then \
708	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
709	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
710	      install; \
711	else \
712	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
713	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
714	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
715	fi
716mostlyclean-generic:
717
718clean-generic:
719
720distclean-generic:
721	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
722	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
723
724maintainer-clean-generic:
725	@echo "This command is intended for maintainers to use"
726	@echo "it deletes files that may require special tools to rebuild."
727	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
728clean: clean-recursive
729
730clean-am: clean-generic mostlyclean-am
731
732distclean: distclean-recursive
733	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
734	-rm -f Makefile
735distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
736
737dvi: dvi-recursive
738
739dvi-am:
740
741html: html-recursive
742
743html-am:
744
745info: info-recursive
746
747info-am:
748
749install-data-am:
750
751install-dvi: install-dvi-recursive
752
753install-dvi-am:
754
755install-exec-am:
756
757install-html: install-html-recursive
758
759install-html-am:
760
761install-info: install-info-recursive
762
763install-info-am:
764
765install-man:
766
767install-pdf: install-pdf-recursive
768
769install-pdf-am:
770
771install-ps: install-ps-recursive
772
773install-ps-am:
774
775installcheck-am:
776
777maintainer-clean: maintainer-clean-recursive
778	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
779	-rm -rf $(top_srcdir)/autom4te.cache
780	-rm -f Makefile
781maintainer-clean-am: distclean-am maintainer-clean-generic
782
783mostlyclean: mostlyclean-recursive
784
785mostlyclean-am: mostlyclean-generic
786
787pdf: pdf-recursive
788
789pdf-am:
790
791ps: ps-recursive
792
793ps-am:
794
795uninstall-am:
796
797.MAKE: $(am__recursive_targets) all install-am install-strip
798
799.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
800	am--refresh check check-am clean clean-cscope clean-generic \
801	cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
802	dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \
803	dist-zip distcheck distclean distclean-generic distclean-hdr \
804	distclean-tags distcleancheck distdir distuninstallcheck dvi \
805	dvi-am html html-am info info-am install install-am \
806	install-data install-data-am install-dvi install-dvi-am \
807	install-exec install-exec-am install-html install-html-am \
808	install-info install-info-am install-man install-pdf \
809	install-pdf-am install-ps install-ps-am install-strip \
810	installcheck installcheck-am installdirs installdirs-am \
811	maintainer-clean maintainer-clean-generic mostlyclean \
812	mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
813	uninstall-am
814
815
816.PHONY: ChangeLog INSTALL
817
818INSTALL:
819	$(INSTALL_CMD)
820
821ChangeLog:
822	$(CHANGELOG_CMD)
823
824dist-hook: ChangeLog INSTALL
825
826# Tell versions [3.59,3.63) of GNU make to not export all variables.
827# Otherwise a system limit (for SysV at least) may be exceeded.
828.NOEXPORT:
829