Makefile.in revision 2d67cb4f
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@
16VPATH = @srcdir@
17am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18am__make_running_with_option = \
19  case $${target_option-} in \
20      ?) ;; \
21      *) echo "am__make_running_with_option: internal error: invalid" \
22              "target option '$${target_option-}' specified" >&2; \
23         exit 1;; \
24  esac; \
25  has_opt=no; \
26  sane_makeflags=$$MAKEFLAGS; \
27  if $(am__is_gnu_make); then \
28    sane_makeflags=$$MFLAGS; \
29  else \
30    case $$MAKEFLAGS in \
31      *\\[\ \	]*) \
32        bs=\\; \
33        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
35    esac; \
36  fi; \
37  skip_next=no; \
38  strip_trailopt () \
39  { \
40    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41  }; \
42  for flg in $$sane_makeflags; do \
43    test $$skip_next = yes && { skip_next=no; continue; }; \
44    case $$flg in \
45      *=*|--*) continue;; \
46        -*I) strip_trailopt 'I'; skip_next=yes;; \
47      -*I?*) strip_trailopt 'I';; \
48        -*O) strip_trailopt 'O'; skip_next=yes;; \
49      -*O?*) strip_trailopt 'O';; \
50        -*l) strip_trailopt 'l'; skip_next=yes;; \
51      -*l?*) strip_trailopt 'l';; \
52      -[dEDm]) skip_next=yes;; \
53      -[JT]) skip_next=yes;; \
54    esac; \
55    case $$flg in \
56      *$$target_option*) has_opt=yes; break;; \
57    esac; \
58  done; \
59  test $$has_opt = yes
60am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
62pkgdatadir = $(datadir)/@PACKAGE@
63pkgincludedir = $(includedir)/@PACKAGE@
64pkglibdir = $(libdir)/@PACKAGE@
65pkglibexecdir = $(libexecdir)/@PACKAGE@
66am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67install_sh_DATA = $(install_sh) -c -m 644
68install_sh_PROGRAM = $(install_sh) -c
69install_sh_SCRIPT = $(install_sh) -c
70INSTALL_HEADER = $(INSTALL_DATA)
71transform = $(program_transform_name)
72NORMAL_INSTALL = :
73PRE_INSTALL = :
74POST_INSTALL = :
75NORMAL_UNINSTALL = :
76PRE_UNINSTALL = :
77POST_UNINSTALL = :
78build_triplet = @build@
79host_triplet = @host@
80subdir = modules/im
81DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
82ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
83am__aclocal_m4_deps = $(top_srcdir)/m4/ax_define_dir.m4 \
84	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
85	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
86	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
87am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
88	$(ACLOCAL_M4)
89mkinstalldirs = $(install_sh) -d
90CONFIG_HEADER = $(top_builddir)/src/config.h \
91	$(top_builddir)/include/X11/XlibConf.h
92CONFIG_CLEAN_FILES =
93CONFIG_CLEAN_VPATH_FILES =
94AM_V_P = $(am__v_P_@AM_V@)
95am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
96am__v_P_0 = false
97am__v_P_1 = :
98AM_V_GEN = $(am__v_GEN_@AM_V@)
99am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
100am__v_GEN_0 = @echo "  GEN     " $@;
101am__v_GEN_1 = 
102AM_V_at = $(am__v_at_@AM_V@)
103am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
104am__v_at_0 = @
105am__v_at_1 = 
106SOURCES =
107DIST_SOURCES =
108RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
109	ctags-recursive dvi-recursive html-recursive info-recursive \
110	install-data-recursive install-dvi-recursive \
111	install-exec-recursive install-html-recursive \
112	install-info-recursive install-pdf-recursive \
113	install-ps-recursive install-recursive installcheck-recursive \
114	installdirs-recursive pdf-recursive ps-recursive \
115	tags-recursive uninstall-recursive
116am__can_run_installinfo = \
117  case $$AM_UPDATE_INFO_DIR in \
118    n|no|NO) false;; \
119    *) (install-info --version) >/dev/null 2>&1;; \
120  esac
121RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
122  distclean-recursive maintainer-clean-recursive
123am__recursive_targets = \
124  $(RECURSIVE_TARGETS) \
125  $(RECURSIVE_CLEAN_TARGETS) \
126  $(am__extra_recursive_targets)
127AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
128	distdir
129am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
130# Read a list of newline-separated strings from the standard input,
131# and print each of them once, without duplicates.  Input order is
132# *not* preserved.
133am__uniquify_input = $(AWK) '\
134  BEGIN { nonempty = 0; } \
135  { items[$$0] = 1; nonempty = 1; } \
136  END { if (nonempty) { for (i in items) print i; }; } \
137'
138# Make sure the list of sources is unique.  This is necessary because,
139# e.g., the same source file might be shared among _SOURCES variables
140# for different programs/libraries.
141am__define_uniq_tagged_files = \
142  list='$(am__tagged_files)'; \
143  unique=`for i in $$list; do \
144    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
145  done | $(am__uniquify_input)`
146ETAGS = etags
147CTAGS = ctags
148DIST_SUBDIRS = $(SUBDIRS)
149DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
150am__relativize = \
151  dir0=`pwd`; \
152  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
153  sed_rest='s,^[^/]*/*,,'; \
154  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
155  sed_butlast='s,/*[^/]*$$,,'; \
156  while test -n "$$dir1"; do \
157    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
158    if test "$$first" != "."; then \
159      if test "$$first" = ".."; then \
160        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
161        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
162      else \
163        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
164        if test "$$first2" = "$$first"; then \
165          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
166        else \
167          dir2="../$$dir2"; \
168        fi; \
169        dir0="$$dir0"/"$$first"; \
170      fi; \
171    fi; \
172    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
173  done; \
174  reldir="$$dir2"
175ACLOCAL = @ACLOCAL@
176ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
177ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
178AMTAR = @AMTAR@
179AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
180APP_MAN_DIR = @APP_MAN_DIR@
181APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
182AR = @AR@
183AUTOCONF = @AUTOCONF@
184AUTOHEADER = @AUTOHEADER@
185AUTOMAKE = @AUTOMAKE@
186AWK = @AWK@
187BASE_CFLAGS = @BASE_CFLAGS@
188BIGFONT_CFLAGS = @BIGFONT_CFLAGS@
189BIGFONT_LIBS = @BIGFONT_LIBS@
190CC = @CC@
191CCDEPMODE = @CCDEPMODE@
192CC_FOR_BUILD = @CC_FOR_BUILD@
193CFLAGS = @CFLAGS@
194CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
195CHANGELOG_CMD = @CHANGELOG_CMD@
196CPP = @CPP@
197CPPFLAGS = @CPPFLAGS@
198CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
199CWARNFLAGS = @CWARNFLAGS@
200CYGPATH_W = @CYGPATH_W@
201DEFS = @DEFS@
202DEPDIR = @DEPDIR@
203DLLTOOL = @DLLTOOL@
204DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
205DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
206DSYMUTIL = @DSYMUTIL@
207DUMPBIN = @DUMPBIN@
208ECHO_C = @ECHO_C@
209ECHO_N = @ECHO_N@
210ECHO_T = @ECHO_T@
211EGREP = @EGREP@
212EXEEXT = @EXEEXT@
213FGREP = @FGREP@
214FILE_MAN_DIR = @FILE_MAN_DIR@
215FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
216FOP = @FOP@
217GREP = @GREP@
218I18N_MODULE_LIBS = @I18N_MODULE_LIBS@
219INSTALL = @INSTALL@
220INSTALL_CMD = @INSTALL_CMD@
221INSTALL_DATA = @INSTALL_DATA@
222INSTALL_PROGRAM = @INSTALL_PROGRAM@
223INSTALL_SCRIPT = @INSTALL_SCRIPT@
224INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
225KEYSYMDEFS = @KEYSYMDEFS@
226LAUNCHD = @LAUNCHD@
227LD = @LD@
228LDFLAGS = @LDFLAGS@
229LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
230LIBOBJS = @LIBOBJS@
231LIBS = @LIBS@
232LIBTOOL = @LIBTOOL@
233LIB_MAN_DIR = @LIB_MAN_DIR@
234LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
235LINT = @LINT@
236LINTLIB = @LINTLIB@
237LINT_FLAGS = @LINT_FLAGS@
238LIPO = @LIPO@
239LN_S = @LN_S@
240LTLIBOBJS = @LTLIBOBJS@
241MAKEINFO = @MAKEINFO@
242MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@
243MANIFEST_TOOL = @MANIFEST_TOOL@
244MAN_SUBSTS = @MAN_SUBSTS@
245MISC_MAN_DIR = @MISC_MAN_DIR@
246MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
247MKDIR_P = @MKDIR_P@
248NM = @NM@
249NMEDIT = @NMEDIT@
250OBJDUMP = @OBJDUMP@
251OBJEXT = @OBJEXT@
252OTOOL = @OTOOL@
253OTOOL64 = @OTOOL64@
254PACKAGE = @PACKAGE@
255PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
256PACKAGE_NAME = @PACKAGE_NAME@
257PACKAGE_STRING = @PACKAGE_STRING@
258PACKAGE_TARNAME = @PACKAGE_TARNAME@
259PACKAGE_URL = @PACKAGE_URL@
260PACKAGE_VERSION = @PACKAGE_VERSION@
261PATH_SEPARATOR = @PATH_SEPARATOR@
262PERL = @PERL@
263PKG_CONFIG = @PKG_CONFIG@
264PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
265PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
266RANLIB = @RANLIB@
267RAWCPP = @RAWCPP@
268RAWCPPFLAGS = @RAWCPPFLAGS@
269SED = @SED@
270SET_MAKE = @SET_MAKE@
271SHELL = @SHELL@
272STRICT_CFLAGS = @STRICT_CFLAGS@
273STRIP = @STRIP@
274STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@
275TRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@
276VERSION = @VERSION@
277WCHAR32 = @WCHAR32@
278X11_CFLAGS = @X11_CFLAGS@
279X11_DATADIR = @X11_DATADIR@
280X11_EXTRA_DEPS = @X11_EXTRA_DEPS@
281X11_LIBDIR = @X11_LIBDIR@
282X11_LIBS = @X11_LIBS@
283X11_LOCALEDATADIR = @X11_LOCALEDATADIR@
284X11_LOCALEDIR = @X11_LOCALEDIR@
285X11_LOCALELIBDIR = @X11_LOCALELIBDIR@
286XERRORDB = @XERRORDB@
287XKBPROTO_REQUIRES = @XKBPROTO_REQUIRES@
288XKEYSYMDB = @XKEYSYMDB@
289XLOCALEDATADIR = @XLOCALEDATADIR@
290XLOCALEDIR = @XLOCALEDIR@
291XLOCALELIBDIR = @XLOCALELIBDIR@
292XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@
293XMLTO = @XMLTO@
294XORG_MAN_PAGE = @XORG_MAN_PAGE@
295XORG_SGML_PATH = @XORG_SGML_PATH@
296XSLTPROC = @XSLTPROC@
297XSL_STYLESHEET = @XSL_STYLESHEET@
298XTHREADLIB = @XTHREADLIB@
299XTHREAD_CFLAGS = @XTHREAD_CFLAGS@
300XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@
301abs_builddir = @abs_builddir@
302abs_srcdir = @abs_srcdir@
303abs_top_builddir = @abs_top_builddir@
304abs_top_srcdir = @abs_top_srcdir@
305ac_ct_AR = @ac_ct_AR@
306ac_ct_CC = @ac_ct_CC@
307ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
308am__include = @am__include@
309am__leading_dot = @am__leading_dot@
310am__quote = @am__quote@
311am__tar = @am__tar@
312am__untar = @am__untar@
313bindir = @bindir@
314build = @build@
315build_alias = @build_alias@
316build_cpu = @build_cpu@
317build_os = @build_os@
318build_vendor = @build_vendor@
319builddir = @builddir@
320datadir = @datadir@
321datarootdir = @datarootdir@
322docdir = @docdir@
323dvidir = @dvidir@
324exec_prefix = @exec_prefix@
325host = @host@
326host_alias = @host_alias@
327host_cpu = @host_cpu@
328host_os = @host_os@
329host_vendor = @host_vendor@
330htmldir = @htmldir@
331includedir = @includedir@
332infodir = @infodir@
333install_sh = @install_sh@
334libdir = @libdir@
335libexecdir = @libexecdir@
336localedir = @localedir@
337locales = @locales@
338localstatedir = @localstatedir@
339mandir = @mandir@
340mkdir_p = @mkdir_p@
341oldincludedir = @oldincludedir@
342pdfdir = @pdfdir@
343prefix = @prefix@
344program_transform_name = @program_transform_name@
345psdir = @psdir@
346sbindir = @sbindir@
347sharedstatedir = @sharedstatedir@
348srcdir = @srcdir@
349sysconfdir = @sysconfdir@
350target_alias = @target_alias@
351top_build_prefix = @top_build_prefix@
352top_builddir = @top_builddir@
353top_srcdir = @top_srcdir@
354SUBDIRS = ximcp
355all: all-recursive
356
357.SUFFIXES:
358$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
359	@for dep in $?; do \
360	  case '$(am__configure_deps)' in \
361	    *$$dep*) \
362	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
363	        && { if test -f $@; then exit 0; else break; fi; }; \
364	      exit 1;; \
365	  esac; \
366	done; \
367	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign modules/im/Makefile'; \
368	$(am__cd) $(top_srcdir) && \
369	  $(AUTOMAKE) --foreign modules/im/Makefile
370.PRECIOUS: Makefile
371Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
372	@case '$?' in \
373	  *config.status*) \
374	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
375	  *) \
376	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
377	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
378	esac;
379
380$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
381	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
382
383$(top_srcdir)/configure:  $(am__configure_deps)
384	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
385$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
386	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
387$(am__aclocal_m4_deps):
388
389mostlyclean-libtool:
390	-rm -f *.lo
391
392clean-libtool:
393	-rm -rf .libs _libs
394
395# This directory's subdirectories are mostly independent; you can cd
396# into them and run 'make' without going through this Makefile.
397# To change the values of 'make' variables: instead of editing Makefiles,
398# (1) if the variable is set in 'config.status', edit 'config.status'
399#     (which will cause the Makefiles to be regenerated when you run 'make');
400# (2) otherwise, pass the desired values on the 'make' command line.
401$(am__recursive_targets):
402	@fail=; \
403	if $(am__make_keepgoing); then \
404	  failcom='fail=yes'; \
405	else \
406	  failcom='exit 1'; \
407	fi; \
408	dot_seen=no; \
409	target=`echo $@ | sed s/-recursive//`; \
410	case "$@" in \
411	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
412	  *) list='$(SUBDIRS)' ;; \
413	esac; \
414	for subdir in $$list; do \
415	  echo "Making $$target in $$subdir"; \
416	  if test "$$subdir" = "."; then \
417	    dot_seen=yes; \
418	    local_target="$$target-am"; \
419	  else \
420	    local_target="$$target"; \
421	  fi; \
422	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
423	  || eval $$failcom; \
424	done; \
425	if test "$$dot_seen" = "no"; then \
426	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
427	fi; test -z "$$fail"
428
429ID: $(am__tagged_files)
430	$(am__define_uniq_tagged_files); mkid -fID $$unique
431tags: tags-recursive
432TAGS: tags
433
434tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
435	set x; \
436	here=`pwd`; \
437	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
438	  include_option=--etags-include; \
439	  empty_fix=.; \
440	else \
441	  include_option=--include; \
442	  empty_fix=; \
443	fi; \
444	list='$(SUBDIRS)'; for subdir in $$list; do \
445	  if test "$$subdir" = .; then :; else \
446	    test ! -f $$subdir/TAGS || \
447	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
448	  fi; \
449	done; \
450	$(am__define_uniq_tagged_files); \
451	shift; \
452	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
453	  test -n "$$unique" || unique=$$empty_fix; \
454	  if test $$# -gt 0; then \
455	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
456	      "$$@" $$unique; \
457	  else \
458	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
459	      $$unique; \
460	  fi; \
461	fi
462ctags: ctags-recursive
463
464CTAGS: ctags
465ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
466	$(am__define_uniq_tagged_files); \
467	test -z "$(CTAGS_ARGS)$$unique" \
468	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
469	     $$unique
470
471GTAGS:
472	here=`$(am__cd) $(top_builddir) && pwd` \
473	  && $(am__cd) $(top_srcdir) \
474	  && gtags -i $(GTAGS_ARGS) "$$here"
475cscopelist: cscopelist-recursive
476
477cscopelist-am: $(am__tagged_files)
478	list='$(am__tagged_files)'; \
479	case "$(srcdir)" in \
480	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
481	  *) sdir=$(subdir)/$(srcdir) ;; \
482	esac; \
483	for i in $$list; do \
484	  if test -f "$$i"; then \
485	    echo "$(subdir)/$$i"; \
486	  else \
487	    echo "$$sdir/$$i"; \
488	  fi; \
489	done >> $(top_builddir)/cscope.files
490
491distclean-tags:
492	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
493
494distdir: $(DISTFILES)
495	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
496	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
497	list='$(DISTFILES)'; \
498	  dist_files=`for file in $$list; do echo $$file; done | \
499	  sed -e "s|^$$srcdirstrip/||;t" \
500	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
501	case $$dist_files in \
502	  */*) $(MKDIR_P) `echo "$$dist_files" | \
503			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
504			   sort -u` ;; \
505	esac; \
506	for file in $$dist_files; do \
507	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
508	  if test -d $$d/$$file; then \
509	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
510	    if test -d "$(distdir)/$$file"; then \
511	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
512	    fi; \
513	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
514	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
515	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
516	    fi; \
517	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
518	  else \
519	    test -f "$(distdir)/$$file" \
520	    || cp -p $$d/$$file "$(distdir)/$$file" \
521	    || exit 1; \
522	  fi; \
523	done
524	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
525	  if test "$$subdir" = .; then :; else \
526	    $(am__make_dryrun) \
527	      || test -d "$(distdir)/$$subdir" \
528	      || $(MKDIR_P) "$(distdir)/$$subdir" \
529	      || exit 1; \
530	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
531	    $(am__relativize); \
532	    new_distdir=$$reldir; \
533	    dir1=$$subdir; dir2="$(top_distdir)"; \
534	    $(am__relativize); \
535	    new_top_distdir=$$reldir; \
536	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
537	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
538	    ($(am__cd) $$subdir && \
539	      $(MAKE) $(AM_MAKEFLAGS) \
540	        top_distdir="$$new_top_distdir" \
541	        distdir="$$new_distdir" \
542		am__remove_distdir=: \
543		am__skip_length_check=: \
544		am__skip_mode_fix=: \
545	        distdir) \
546	      || exit 1; \
547	  fi; \
548	done
549check-am: all-am
550check: check-recursive
551all-am: Makefile
552installdirs: installdirs-recursive
553installdirs-am:
554install: install-recursive
555install-exec: install-exec-recursive
556install-data: install-data-recursive
557uninstall: uninstall-recursive
558
559install-am: all-am
560	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
561
562installcheck: installcheck-recursive
563install-strip:
564	if test -z '$(STRIP)'; then \
565	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
566	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
567	      install; \
568	else \
569	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
570	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
571	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
572	fi
573mostlyclean-generic:
574
575clean-generic:
576
577distclean-generic:
578	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
579	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
580
581maintainer-clean-generic:
582	@echo "This command is intended for maintainers to use"
583	@echo "it deletes files that may require special tools to rebuild."
584clean: clean-recursive
585
586clean-am: clean-generic clean-libtool mostlyclean-am
587
588distclean: distclean-recursive
589	-rm -f Makefile
590distclean-am: clean-am distclean-generic distclean-tags
591
592dvi: dvi-recursive
593
594dvi-am:
595
596html: html-recursive
597
598html-am:
599
600info: info-recursive
601
602info-am:
603
604install-data-am:
605
606install-dvi: install-dvi-recursive
607
608install-dvi-am:
609
610install-exec-am:
611
612install-html: install-html-recursive
613
614install-html-am:
615
616install-info: install-info-recursive
617
618install-info-am:
619
620install-man:
621
622install-pdf: install-pdf-recursive
623
624install-pdf-am:
625
626install-ps: install-ps-recursive
627
628install-ps-am:
629
630installcheck-am:
631
632maintainer-clean: maintainer-clean-recursive
633	-rm -f Makefile
634maintainer-clean-am: distclean-am maintainer-clean-generic
635
636mostlyclean: mostlyclean-recursive
637
638mostlyclean-am: mostlyclean-generic mostlyclean-libtool
639
640pdf: pdf-recursive
641
642pdf-am:
643
644ps: ps-recursive
645
646ps-am:
647
648uninstall-am:
649
650.MAKE: $(am__recursive_targets) install-am install-strip
651
652.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
653	check-am clean clean-generic clean-libtool cscopelist-am ctags \
654	ctags-am distclean distclean-generic distclean-libtool \
655	distclean-tags distdir dvi dvi-am html html-am info info-am \
656	install install-am install-data install-data-am install-dvi \
657	install-dvi-am install-exec install-exec-am install-html \
658	install-html-am install-info install-info-am install-man \
659	install-pdf install-pdf-am install-ps install-ps-am \
660	install-strip installcheck installcheck-am installdirs \
661	installdirs-am maintainer-clean maintainer-clean-generic \
662	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
663	ps ps-am tags tags-am uninstall uninstall-am
664
665
666# Tell versions [3.59,3.63) of GNU make to not export all variables.
667# Otherwise a system limit (for SysV at least) may be exceeded.
668.NOEXPORT:
669