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