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