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