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