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