Makefile.in revision b4ee4795
1e52adb7bSmrg# Makefile.in generated by automake 1.11.1 from Makefile.am.
2e52adb7bSmrg# @configure_input@
3e52adb7bSmrg
4e52adb7bSmrg# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5e52adb7bSmrg# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6e52adb7bSmrg# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17VPATH = @srcdir@
18pkgdatadir = $(datadir)/@PACKAGE@
19pkgincludedir = $(includedir)/@PACKAGE@
20pkglibdir = $(libdir)/@PACKAGE@
21pkglibexecdir = $(libexecdir)/@PACKAGE@
22am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23install_sh_DATA = $(install_sh) -c -m 644
24install_sh_PROGRAM = $(install_sh) -c
25install_sh_SCRIPT = $(install_sh) -c
26INSTALL_HEADER = $(INSTALL_DATA)
27transform = $(program_transform_name)
28NORMAL_INSTALL = :
29PRE_INSTALL = :
30POST_INSTALL = :
31NORMAL_UNINSTALL = :
32PRE_UNINSTALL = :
33POST_UNINSTALL = :
34build_triplet = @build@
35host_triplet = @host@
36subdir = specs
37DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
40	$(top_srcdir)/configure.ac
41am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42	$(ACLOCAL_M4)
43mkinstalldirs = $(install_sh) -d
44CONFIG_HEADER = $(top_builddir)/src/config.h \
45	$(top_builddir)/include/X11/XlibConf.h
46CONFIG_CLEAN_FILES =
47CONFIG_CLEAN_VPATH_FILES =
48AM_V_GEN = $(am__v_GEN_$(V))
49am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
50am__v_GEN_0 = @echo "  GEN   " $@;
51AM_V_at = $(am__v_at_$(V))
52am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
53am__v_at_0 = @
54SOURCES =
55DIST_SOURCES =
56RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
57	html-recursive info-recursive install-data-recursive \
58	install-dvi-recursive install-exec-recursive \
59	install-html-recursive install-info-recursive \
60	install-pdf-recursive install-ps-recursive install-recursive \
61	installcheck-recursive installdirs-recursive pdf-recursive \
62	ps-recursive uninstall-recursive
63RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
64  distclean-recursive maintainer-clean-recursive
65AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
66	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
67	distdir
68ETAGS = etags
69CTAGS = ctags
70DIST_SUBDIRS = $(SUBDIRS)
71DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
72am__relativize = \
73  dir0=`pwd`; \
74  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
75  sed_rest='s,^[^/]*/*,,'; \
76  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
77  sed_butlast='s,/*[^/]*$$,,'; \
78  while test -n "$$dir1"; do \
79    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
80    if test "$$first" != "."; then \
81      if test "$$first" = ".."; then \
82        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
83        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
84      else \
85        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
86        if test "$$first2" = "$$first"; then \
87          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
88        else \
89          dir2="../$$dir2"; \
90        fi; \
91        dir0="$$dir0"/"$$first"; \
92      fi; \
93    fi; \
94    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
95  done; \
96  reldir="$$dir2"
97ACLOCAL = @ACLOCAL@
98ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
99ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
100AMTAR = @AMTAR@
101AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
102APP_MAN_DIR = @APP_MAN_DIR@
103APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
104AR = @AR@
105AUTOCONF = @AUTOCONF@
106AUTOHEADER = @AUTOHEADER@
107AUTOMAKE = @AUTOMAKE@
108AWK = @AWK@
109BIGFONT_CFLAGS = @BIGFONT_CFLAGS@
110BIGFONT_LIBS = @BIGFONT_LIBS@
111CC = @CC@
112CCDEPMODE = @CCDEPMODE@
113CC_FOR_BUILD = @CC_FOR_BUILD@
114CFLAGS = @CFLAGS@
115CHANGELOG_CMD = @CHANGELOG_CMD@
116CPP = @CPP@
117CPPFLAGS = @CPPFLAGS@
118CWARNFLAGS = @CWARNFLAGS@
119CXX = @CXX@
120CXXCPP = @CXXCPP@
121CXXDEPMODE = @CXXDEPMODE@
122CXXFLAGS = @CXXFLAGS@
123CYGPATH_W = @CYGPATH_W@
124DEFS = @DEFS@
125DEPDIR = @DEPDIR@
126DOLT_BASH = @DOLT_BASH@
127DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
128DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
129DSYMUTIL = @DSYMUTIL@
130ECHO = @ECHO@
131ECHO_C = @ECHO_C@
132ECHO_N = @ECHO_N@
133ECHO_T = @ECHO_T@
134EGREP = @EGREP@
135EXEEXT = @EXEEXT@
136F77 = @F77@
137FFLAGS = @FFLAGS@
138FILE_MAN_DIR = @FILE_MAN_DIR@
139FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
140GREP = @GREP@
141GROFF = @GROFF@
142I18N_MODULE_LIBS = @I18N_MODULE_LIBS@
143INSTALL = @INSTALL@
144INSTALL_CMD = @INSTALL_CMD@
145INSTALL_DATA = @INSTALL_DATA@
146INSTALL_PROGRAM = @INSTALL_PROGRAM@
147INSTALL_SCRIPT = @INSTALL_SCRIPT@
148INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
149KEYSYMDEF = @KEYSYMDEF@
150LAUNCHD = @LAUNCHD@
151LDFLAGS = @LDFLAGS@
152LIBOBJS = @LIBOBJS@
153LIBS = @LIBS@
154LIBTOOL = @LIBTOOL@
155LIB_MAN_DIR = @LIB_MAN_DIR@
156LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
157LINT = @LINT@
158LINTLIB = @LINTLIB@
159LINT_FLAGS = @LINT_FLAGS@
160LN_S = @LN_S@
161LTCOMPILE = @LTCOMPILE@
162LTCXXCOMPILE = @LTCXXCOMPILE@
163LTLIBOBJS = @LTLIBOBJS@
164MAINT = @MAINT@
165MAKEINFO = @MAKEINFO@
166MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@
167MISC_MAN_DIR = @MISC_MAN_DIR@
168MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
169MKDIR_P = @MKDIR_P@
170NMEDIT = @NMEDIT@
171OBJEXT = @OBJEXT@
172PACKAGE = @PACKAGE@
173PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
174PACKAGE_NAME = @PACKAGE_NAME@
175PACKAGE_STRING = @PACKAGE_STRING@
176PACKAGE_TARNAME = @PACKAGE_TARNAME@
177PACKAGE_URL = @PACKAGE_URL@
178PACKAGE_VERSION = @PACKAGE_VERSION@
179PATH_SEPARATOR = @PATH_SEPARATOR@
180PERL = @PERL@
181PKG_CONFIG = @PKG_CONFIG@
182PS2PDF = @PS2PDF@
183RANLIB = @RANLIB@
184RAWCPP = @RAWCPP@
185RAWCPPFLAGS = @RAWCPPFLAGS@
186SED = @SED@
187SET_MAKE = @SET_MAKE@
188SHELL = @SHELL@
189STRIP = @STRIP@
190VERSION = @VERSION@
191WCHAR32 = @WCHAR32@
192X11_CFLAGS = @X11_CFLAGS@
193X11_DATADIR = @X11_DATADIR@
194X11_EXTRA_DEPS = @X11_EXTRA_DEPS@
195X11_LIBDIR = @X11_LIBDIR@
196X11_LIBS = @X11_LIBS@
197X11_LOCALEDATADIR = @X11_LOCALEDATADIR@
198X11_LOCALEDIR = @X11_LOCALEDIR@
199X11_LOCALELIBDIR = @X11_LOCALELIBDIR@
200XDMCP_CFLAGS = @XDMCP_CFLAGS@
201XDMCP_LIBS = @XDMCP_LIBS@
202XERRORDB = @XERRORDB@
203XKBPROTO_REQUIRES = @XKBPROTO_REQUIRES@
204XKEYSYMDB = @XKEYSYMDB@
205XLOCALEDATADIR = @XLOCALEDATADIR@
206XLOCALEDIR = @XLOCALEDIR@
207XLOCALELIBDIR = @XLOCALELIBDIR@
208XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@
209XTHREADLIB = @XTHREADLIB@
210XTHREAD_CFLAGS = @XTHREAD_CFLAGS@
211XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@
212abs_builddir = @abs_builddir@
213abs_srcdir = @abs_srcdir@
214abs_top_builddir = @abs_top_builddir@
215abs_top_srcdir = @abs_top_srcdir@
216ac_ct_CC = @ac_ct_CC@
217ac_ct_CXX = @ac_ct_CXX@
218ac_ct_F77 = @ac_ct_F77@
219am__include = @am__include@
220am__leading_dot = @am__leading_dot@
221am__quote = @am__quote@
222am__tar = @am__tar@
223am__untar = @am__untar@
224bindir = @bindir@
225build = @build@
226build_alias = @build_alias@
227build_cpu = @build_cpu@
228build_os = @build_os@
229build_vendor = @build_vendor@
230builddir = @builddir@
231datadir = @datadir@
232datarootdir = @datarootdir@
233docdir = @docdir@
234dvidir = @dvidir@
235exec_prefix = @exec_prefix@
236host = @host@
237host_alias = @host_alias@
238host_cpu = @host_cpu@
239host_os = @host_os@
240host_vendor = @host_vendor@
241htmldir = @htmldir@
242includedir = @includedir@
243infodir = @infodir@
244install_sh = @install_sh@
245libdir = @libdir@
246libexecdir = @libexecdir@
247localedir = @localedir@
248localstatedir = @localstatedir@
249mandir = @mandir@
250mkdir_p = @mkdir_p@
251oldincludedir = @oldincludedir@
252pdfdir = @pdfdir@
253prefix = @prefix@
254program_transform_name = @program_transform_name@
255psdir = @psdir@
256sbindir = @sbindir@
257sharedstatedir = @sharedstatedir@
258srcdir = @srcdir@
259sysconfdir = @sysconfdir@
260target_alias = @target_alias@
261top_build_prefix = @top_build_prefix@
262top_builddir = @top_builddir@
263top_srcdir = @top_srcdir@
264SUBDIRS = libX11 i18n XIM
265EXTRA_DIST = troffrules.in macros.t
266all: all-recursive
267
268.SUFFIXES:
269$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
270	@for dep in $?; do \
271	  case '$(am__configure_deps)' in \
272	    *$$dep*) \
273	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
274	        && { if test -f $@; then exit 0; else break; fi; }; \
275	      exit 1;; \
276	  esac; \
277	done; \
278	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign specs/Makefile'; \
279	$(am__cd) $(top_srcdir) && \
280	  $(AUTOMAKE) --foreign specs/Makefile
281.PRECIOUS: Makefile
282Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
283	@case '$?' in \
284	  *config.status*) \
285	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
286	  *) \
287	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
288	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
289	esac;
290
291$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
292	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
293
294$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
295	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
296$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
297	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
298$(am__aclocal_m4_deps):
299
300mostlyclean-libtool:
301	-rm -f *.lo
302
303clean-libtool:
304	-rm -rf .libs _libs
305
306# This directory's subdirectories are mostly independent; you can cd
307# into them and run `make' without going through this Makefile.
308# To change the values of `make' variables: instead of editing Makefiles,
309# (1) if the variable is set in `config.status', edit `config.status'
310#     (which will cause the Makefiles to be regenerated when you run `make');
311# (2) otherwise, pass the desired values on the `make' command line.
312$(RECURSIVE_TARGETS):
313	@fail= failcom='exit 1'; \
314	for f in x $$MAKEFLAGS; do \
315	  case $$f in \
316	    *=* | --[!k]*);; \
317	    *k*) failcom='fail=yes';; \
318	  esac; \
319	done; \
320	dot_seen=no; \
321	target=`echo $@ | sed s/-recursive//`; \
322	list='$(SUBDIRS)'; for subdir in $$list; do \
323	  echo "Making $$target in $$subdir"; \
324	  if test "$$subdir" = "."; then \
325	    dot_seen=yes; \
326	    local_target="$$target-am"; \
327	  else \
328	    local_target="$$target"; \
329	  fi; \
330	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
331	  || eval $$failcom; \
332	done; \
333	if test "$$dot_seen" = "no"; then \
334	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
335	fi; test -z "$$fail"
336
337$(RECURSIVE_CLEAN_TARGETS):
338	@fail= failcom='exit 1'; \
339	for f in x $$MAKEFLAGS; do \
340	  case $$f in \
341	    *=* | --[!k]*);; \
342	    *k*) failcom='fail=yes';; \
343	  esac; \
344	done; \
345	dot_seen=no; \
346	case "$@" in \
347	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
348	  *) list='$(SUBDIRS)' ;; \
349	esac; \
350	rev=''; for subdir in $$list; do \
351	  if test "$$subdir" = "."; then :; else \
352	    rev="$$subdir $$rev"; \
353	  fi; \
354	done; \
355	rev="$$rev ."; \
356	target=`echo $@ | sed s/-recursive//`; \
357	for subdir in $$rev; do \
358	  echo "Making $$target in $$subdir"; \
359	  if test "$$subdir" = "."; then \
360	    local_target="$$target-am"; \
361	  else \
362	    local_target="$$target"; \
363	  fi; \
364	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
365	  || eval $$failcom; \
366	done && test -z "$$fail"
367tags-recursive:
368	list='$(SUBDIRS)'; for subdir in $$list; do \
369	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
370	done
371ctags-recursive:
372	list='$(SUBDIRS)'; for subdir in $$list; do \
373	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
374	done
375
376ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
377	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
378	unique=`for i in $$list; do \
379	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
380	  done | \
381	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
382	      END { if (nonempty) { for (i in files) print i; }; }'`; \
383	mkid -fID $$unique
384tags: TAGS
385
386TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
387		$(TAGS_FILES) $(LISP)
388	set x; \
389	here=`pwd`; \
390	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
391	  include_option=--etags-include; \
392	  empty_fix=.; \
393	else \
394	  include_option=--include; \
395	  empty_fix=; \
396	fi; \
397	list='$(SUBDIRS)'; for subdir in $$list; do \
398	  if test "$$subdir" = .; then :; else \
399	    test ! -f $$subdir/TAGS || \
400	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
401	  fi; \
402	done; \
403	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
404	unique=`for i in $$list; do \
405	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
406	  done | \
407	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
408	      END { if (nonempty) { for (i in files) print i; }; }'`; \
409	shift; \
410	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
411	  test -n "$$unique" || unique=$$empty_fix; \
412	  if test $$# -gt 0; then \
413	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
414	      "$$@" $$unique; \
415	  else \
416	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
417	      $$unique; \
418	  fi; \
419	fi
420ctags: CTAGS
421CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
422		$(TAGS_FILES) $(LISP)
423	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
424	unique=`for i in $$list; do \
425	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
426	  done | \
427	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
428	      END { if (nonempty) { for (i in files) print i; }; }'`; \
429	test -z "$(CTAGS_ARGS)$$unique" \
430	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
431	     $$unique
432
433GTAGS:
434	here=`$(am__cd) $(top_builddir) && pwd` \
435	  && $(am__cd) $(top_srcdir) \
436	  && gtags -i $(GTAGS_ARGS) "$$here"
437
438distclean-tags:
439	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
440
441distdir: $(DISTFILES)
442	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
443	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
444	list='$(DISTFILES)'; \
445	  dist_files=`for file in $$list; do echo $$file; done | \
446	  sed -e "s|^$$srcdirstrip/||;t" \
447	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
448	case $$dist_files in \
449	  */*) $(MKDIR_P) `echo "$$dist_files" | \
450			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
451			   sort -u` ;; \
452	esac; \
453	for file in $$dist_files; do \
454	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
455	  if test -d $$d/$$file; then \
456	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
457	    if test -d "$(distdir)/$$file"; then \
458	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
459	    fi; \
460	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
461	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
462	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
463	    fi; \
464	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
465	  else \
466	    test -f "$(distdir)/$$file" \
467	    || cp -p $$d/$$file "$(distdir)/$$file" \
468	    || exit 1; \
469	  fi; \
470	done
471	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
472	  if test "$$subdir" = .; then :; else \
473	    test -d "$(distdir)/$$subdir" \
474	    || $(MKDIR_P) "$(distdir)/$$subdir" \
475	    || exit 1; \
476	  fi; \
477	done
478	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
479	  if test "$$subdir" = .; then :; else \
480	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
481	    $(am__relativize); \
482	    new_distdir=$$reldir; \
483	    dir1=$$subdir; dir2="$(top_distdir)"; \
484	    $(am__relativize); \
485	    new_top_distdir=$$reldir; \
486	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
487	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
488	    ($(am__cd) $$subdir && \
489	      $(MAKE) $(AM_MAKEFLAGS) \
490	        top_distdir="$$new_top_distdir" \
491	        distdir="$$new_distdir" \
492		am__remove_distdir=: \
493		am__skip_length_check=: \
494		am__skip_mode_fix=: \
495	        distdir) \
496	      || exit 1; \
497	  fi; \
498	done
499check-am: all-am
500check: check-recursive
501all-am: Makefile
502installdirs: installdirs-recursive
503installdirs-am:
504install: install-recursive
505install-exec: install-exec-recursive
506install-data: install-data-recursive
507uninstall: uninstall-recursive
508
509install-am: all-am
510	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
511
512installcheck: installcheck-recursive
513install-strip:
514	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
515	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
516	  `test -z '$(STRIP)' || \
517	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
518mostlyclean-generic:
519
520clean-generic:
521
522distclean-generic:
523	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
524	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
525
526maintainer-clean-generic:
527	@echo "This command is intended for maintainers to use"
528	@echo "it deletes files that may require special tools to rebuild."
529clean: clean-recursive
530
531clean-am: clean-generic clean-libtool mostlyclean-am
532
533distclean: distclean-recursive
534	-rm -f Makefile
535distclean-am: clean-am distclean-generic distclean-tags
536
537dvi: dvi-recursive
538
539dvi-am:
540
541html: html-recursive
542
543html-am:
544
545info: info-recursive
546
547info-am:
548
549install-data-am:
550
551install-dvi: install-dvi-recursive
552
553install-dvi-am:
554
555install-exec-am:
556
557install-html: install-html-recursive
558
559install-html-am:
560
561install-info: install-info-recursive
562
563install-info-am:
564
565install-man:
566
567install-pdf: install-pdf-recursive
568
569install-pdf-am:
570
571install-ps: install-ps-recursive
572
573install-ps-am:
574
575installcheck-am:
576
577maintainer-clean: maintainer-clean-recursive
578	-rm -f Makefile
579maintainer-clean-am: distclean-am maintainer-clean-generic
580
581mostlyclean: mostlyclean-recursive
582
583mostlyclean-am: mostlyclean-generic mostlyclean-libtool
584
585pdf: pdf-recursive
586
587pdf-am:
588
589ps: ps-recursive
590
591ps-am:
592
593uninstall-am:
594
595.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
596	install-am install-strip tags-recursive
597
598.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
599	all all-am check check-am clean clean-generic clean-libtool \
600	ctags ctags-recursive distclean distclean-generic \
601	distclean-libtool distclean-tags distdir dvi dvi-am html \
602	html-am info info-am install install-am install-data \
603	install-data-am install-dvi install-dvi-am install-exec \
604	install-exec-am install-html install-html-am install-info \
605	install-info-am install-man install-pdf install-pdf-am \
606	install-ps install-ps-am install-strip installcheck \
607	installcheck-am installdirs installdirs-am maintainer-clean \
608	maintainer-clean-generic mostlyclean mostlyclean-generic \
609	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
610	uninstall uninstall-am
611
612
613# Tell versions [3.59,3.63) of GNU make to not export all variables.
614# Otherwise a system limit (for SysV at least) may be exceeded.
615.NOEXPORT:
616