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