1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17# Copyright © 2009 Intel Corporation
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# the rights to use, copy, modify, merge, publish, distribute, sublicense,
23# and/or sell copies of the Software, and to permit persons to whom the
24# 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 NONINFRINGEMENT.  IN NO EVENT SHALL
33# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
34# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
35# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
36# IN THE SOFTWARE.
37#
38# Authors:
39#    Eric Anholt <eric@anholt.net>
40VPATH = @srcdir@
41am__is_gnu_make = { \
42  if test -z '$(MAKELEVEL)'; then \
43    false; \
44  elif test -n '$(MAKE_HOST)'; then \
45    true; \
46  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
47    true; \
48  else \
49    false; \
50  fi; \
51}
52am__make_running_with_option = \
53  case $${target_option-} in \
54      ?) ;; \
55      *) echo "am__make_running_with_option: internal error: invalid" \
56              "target option '$${target_option-}' specified" >&2; \
57         exit 1;; \
58  esac; \
59  has_opt=no; \
60  sane_makeflags=$$MAKEFLAGS; \
61  if $(am__is_gnu_make); then \
62    sane_makeflags=$$MFLAGS; \
63  else \
64    case $$MAKEFLAGS in \
65      *\\[\ \	]*) \
66        bs=\\; \
67        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
68          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
69    esac; \
70  fi; \
71  skip_next=no; \
72  strip_trailopt () \
73  { \
74    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
75  }; \
76  for flg in $$sane_makeflags; do \
77    test $$skip_next = yes && { skip_next=no; continue; }; \
78    case $$flg in \
79      *=*|--*) continue;; \
80        -*I) strip_trailopt 'I'; skip_next=yes;; \
81      -*I?*) strip_trailopt 'I';; \
82        -*O) strip_trailopt 'O'; skip_next=yes;; \
83      -*O?*) strip_trailopt 'O';; \
84        -*l) strip_trailopt 'l'; skip_next=yes;; \
85      -*l?*) strip_trailopt 'l';; \
86      -[dEDm]) skip_next=yes;; \
87      -[JT]) skip_next=yes;; \
88    esac; \
89    case $$flg in \
90      *$$target_option*) has_opt=yes; break;; \
91    esac; \
92  done; \
93  test $$has_opt = yes
94am__make_dryrun = (target_option=n; $(am__make_running_with_option))
95am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
96pkgdatadir = $(datadir)/@PACKAGE@
97pkgincludedir = $(includedir)/@PACKAGE@
98pkglibdir = $(libdir)/@PACKAGE@
99pkglibexecdir = $(libexecdir)/@PACKAGE@
100am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
101install_sh_DATA = $(install_sh) -c -m 644
102install_sh_PROGRAM = $(install_sh) -c
103install_sh_SCRIPT = $(install_sh) -c
104INSTALL_HEADER = $(INSTALL_DATA)
105transform = $(program_transform_name)
106NORMAL_INSTALL = :
107PRE_INSTALL = :
108POST_INSTALL = :
109NORMAL_UNINSTALL = :
110PRE_UNINSTALL = :
111POST_UNINSTALL = :
112build_triplet = @build@
113host_triplet = @host@
114subdir = .
115ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
116am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \
117	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
118	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
119	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
120am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
121	$(ACLOCAL_M4)
122DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
123	$(am__configure_deps) $(am__DIST_COMMON)
124am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
125 configure.lineno config.status.lineno
126mkinstalldirs = $(install_sh) -d
127CONFIG_CLEAN_FILES =
128CONFIG_CLEAN_VPATH_FILES =
129AM_V_P = $(am__v_P_@AM_V@)
130am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
131am__v_P_0 = false
132am__v_P_1 = :
133AM_V_GEN = $(am__v_GEN_@AM_V@)
134am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
135am__v_GEN_0 = @echo "  GEN     " $@;
136am__v_GEN_1 =
137AM_V_at = $(am__v_at_@AM_V@)
138am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
139am__v_at_0 = @
140am__v_at_1 =
141SOURCES =
142DIST_SOURCES =
143RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
144	ctags-recursive dvi-recursive html-recursive info-recursive \
145	install-data-recursive install-dvi-recursive \
146	install-exec-recursive install-html-recursive \
147	install-info-recursive install-pdf-recursive \
148	install-ps-recursive install-recursive installcheck-recursive \
149	installdirs-recursive pdf-recursive ps-recursive \
150	tags-recursive uninstall-recursive
151am__can_run_installinfo = \
152  case $$AM_UPDATE_INFO_DIR in \
153    n|no|NO) false;; \
154    *) (install-info --version) >/dev/null 2>&1;; \
155  esac
156RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
157  distclean-recursive maintainer-clean-recursive
158am__recursive_targets = \
159  $(RECURSIVE_TARGETS) \
160  $(RECURSIVE_CLEAN_TARGETS) \
161  $(am__extra_recursive_targets)
162AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
163	cscope distdir dist dist-all distcheck
164am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
165# Read a list of newline-separated strings from the standard input,
166# and print each of them once, without duplicates.  Input order is
167# *not* preserved.
168am__uniquify_input = $(AWK) '\
169  BEGIN { nonempty = 0; } \
170  { items[$$0] = 1; nonempty = 1; } \
171  END { if (nonempty) { for (i in items) print i; }; } \
172'
173# Make sure the list of sources is unique.  This is necessary because,
174# e.g., the same source file might be shared among _SOURCES variables
175# for different programs/libraries.
176am__define_uniq_tagged_files = \
177  list='$(am__tagged_files)'; \
178  unique=`for i in $$list; do \
179    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
180  done | $(am__uniquify_input)`
181ETAGS = etags
182CTAGS = ctags
183CSCOPE = cscope
184DIST_SUBDIRS = $(SUBDIRS)
185am__DIST_COMMON = $(srcdir)/Makefile.in compile config.guess \
186	config.sub install-sh ltmain.sh missing
187DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
188distdir = $(PACKAGE)-$(VERSION)
189top_distdir = $(distdir)
190am__remove_distdir = \
191  if test -d "$(distdir)"; then \
192    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
193      && rm -rf "$(distdir)" \
194      || { sleep 5 && rm -rf "$(distdir)"; }; \
195  else :; fi
196am__post_remove_distdir = $(am__remove_distdir)
197am__relativize = \
198  dir0=`pwd`; \
199  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
200  sed_rest='s,^[^/]*/*,,'; \
201  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
202  sed_butlast='s,/*[^/]*$$,,'; \
203  while test -n "$$dir1"; do \
204    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
205    if test "$$first" != "."; then \
206      if test "$$first" = ".."; then \
207        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
208        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
209      else \
210        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
211        if test "$$first2" = "$$first"; then \
212          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
213        else \
214          dir2="../$$dir2"; \
215        fi; \
216        dir0="$$dir0"/"$$first"; \
217      fi; \
218    fi; \
219    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
220  done; \
221  reldir="$$dir2"
222DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
223GZIP_ENV = --best
224DIST_TARGETS = dist-bzip2 dist-gzip
225distuninstallcheck_listfiles = find . -type f -print
226am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
227  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
228distcleancheck_listfiles = find . -type f -print
229ACLOCAL = @ACLOCAL@
230AMTAR = @AMTAR@
231AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
232AR = @AR@
233AUTOCONF = @AUTOCONF@
234AUTOHEADER = @AUTOHEADER@
235AUTOMAKE = @AUTOMAKE@
236AWK = @AWK@
237CC = @CC@
238CCDEPMODE = @CCDEPMODE@
239CFLAGS = @CFLAGS@
240CPP = @CPP@
241CPPFLAGS = @CPPFLAGS@
242CXX = @CXX@
243CXXCPP = @CXXCPP@
244CXXDEPMODE = @CXXDEPMODE@
245CXXFLAGS = @CXXFLAGS@
246CYGPATH_W = @CYGPATH_W@
247DEFS = @DEFS@
248DEMOS_DATA_DIR = @DEMOS_DATA_DIR@
249DEMO_CFLAGS = @DEMO_CFLAGS@
250DEMO_LIBS = @DEMO_LIBS@
251DEPDIR = @DEPDIR@
252DLLTOOL = @DLLTOOL@
253DRM_CFLAGS = @DRM_CFLAGS@
254DRM_LIBS = @DRM_LIBS@
255DSYMUTIL = @DSYMUTIL@
256DUMPBIN = @DUMPBIN@
257ECHO_C = @ECHO_C@
258ECHO_N = @ECHO_N@
259ECHO_T = @ECHO_T@
260EGL_CFLAGS = @EGL_CFLAGS@
261EGL_LIBS = @EGL_LIBS@
262EGREP = @EGREP@
263EXEEXT = @EXEEXT@
264FGREP = @FGREP@
265FREETYPE2_CFLAGS = @FREETYPE2_CFLAGS@
266FREETYPE2_LIBS = @FREETYPE2_LIBS@
267GBM_CFLAGS = @GBM_CFLAGS@
268GBM_LIBS = @GBM_LIBS@
269GLESV1_CFLAGS = @GLESV1_CFLAGS@
270GLESV1_LIBS = @GLESV1_LIBS@
271GLESV2_CFLAGS = @GLESV2_CFLAGS@
272GLESV2_LIBS = @GLESV2_LIBS@
273GLEW_CFLAGS = @GLEW_CFLAGS@
274GLEW_LIBS = @GLEW_LIBS@
275GLUT_CFLAGS = @GLUT_CFLAGS@
276GLUT_LIBS = @GLUT_LIBS@
277GLU_CFLAGS = @GLU_CFLAGS@
278GLU_LIBS = @GLU_LIBS@
279GL_CFLAGS = @GL_CFLAGS@
280GL_LIBS = @GL_LIBS@
281GREP = @GREP@
282INSTALL = @INSTALL@
283INSTALL_DATA = @INSTALL_DATA@
284INSTALL_PROGRAM = @INSTALL_PROGRAM@
285INSTALL_SCRIPT = @INSTALL_SCRIPT@
286INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
287LD = @LD@
288LDFLAGS = @LDFLAGS@
289LIBOBJS = @LIBOBJS@
290LIBS = @LIBS@
291LIBTOOL = @LIBTOOL@
292LIPO = @LIPO@
293LN_S = @LN_S@
294LTLIBOBJS = @LTLIBOBJS@
295LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
296MAKEINFO = @MAKEINFO@
297MANIFEST_TOOL = @MANIFEST_TOOL@
298MESA_GLAPI = @MESA_GLAPI@
299MKDIR_P = @MKDIR_P@
300NM = @NM@
301NMEDIT = @NMEDIT@
302OBJDUMP = @OBJDUMP@
303OBJEXT = @OBJEXT@
304OSMESA16_LIBS = @OSMESA16_LIBS@
305OSMESA32_LIBS = @OSMESA32_LIBS@
306OSMESA_CFLAGS = @OSMESA_CFLAGS@
307OSMESA_LIBS = @OSMESA_LIBS@
308OTOOL = @OTOOL@
309OTOOL64 = @OTOOL64@
310PACKAGE = @PACKAGE@
311PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
312PACKAGE_NAME = @PACKAGE_NAME@
313PACKAGE_STRING = @PACKAGE_STRING@
314PACKAGE_TARNAME = @PACKAGE_TARNAME@
315PACKAGE_URL = @PACKAGE_URL@
316PACKAGE_VERSION = @PACKAGE_VERSION@
317PATH_SEPARATOR = @PATH_SEPARATOR@
318PKG_CONFIG = @PKG_CONFIG@
319PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
320PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
321RANLIB = @RANLIB@
322SED = @SED@
323SET_MAKE = @SET_MAKE@
324SHELL = @SHELL@
325STRIP = @STRIP@
326VERSION = @VERSION@
327VG_CFLAGS = @VG_CFLAGS@
328VG_LIBS = @VG_LIBS@
329WAYLAND_CFLAGS = @WAYLAND_CFLAGS@
330WAYLAND_LIBS = @WAYLAND_LIBS@
331X11_CFLAGS = @X11_CFLAGS@
332X11_LIBS = @X11_LIBS@
333abs_builddir = @abs_builddir@
334abs_srcdir = @abs_srcdir@
335abs_top_builddir = @abs_top_builddir@
336abs_top_srcdir = @abs_top_srcdir@
337ac_ct_AR = @ac_ct_AR@
338ac_ct_CC = @ac_ct_CC@
339ac_ct_CXX = @ac_ct_CXX@
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@
353datadir = @datadir@
354datarootdir = @datarootdir@
355docdir = @docdir@
356dvidir = @dvidir@
357exec_prefix = @exec_prefix@
358host = @host@
359host_alias = @host_alias@
360host_cpu = @host_cpu@
361host_os = @host_os@
362host_vendor = @host_vendor@
363htmldir = @htmldir@
364includedir = @includedir@
365infodir = @infodir@
366install_sh = @install_sh@
367libdir = @libdir@
368libexecdir = @libexecdir@
369localedir = @localedir@
370localstatedir = @localstatedir@
371mandir = @mandir@
372mkdir_p = @mkdir_p@
373oldincludedir = @oldincludedir@
374pdfdir = @pdfdir@
375prefix = @prefix@
376program_transform_name = @program_transform_name@
377psdir = @psdir@
378runstatedir = @runstatedir@
379sbindir = @sbindir@
380sharedstatedir = @sharedstatedir@
381srcdir = @srcdir@
382sysconfdir = @sysconfdir@
383target_alias = @target_alias@
384top_build_prefix = @top_build_prefix@
385top_builddir = @top_builddir@
386top_srcdir = @top_srcdir@
387AUTOMAKE_OPTIONS = foreign
388ACLOCAL_AMFLAGS = -I m4
389SUBDIRS = src
390all: all-recursive
391
392.SUFFIXES:
393am--refresh: Makefile
394	@:
395$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
396	@for dep in $?; do \
397	  case '$(am__configure_deps)' in \
398	    *$$dep*) \
399	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
400	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
401		&& exit 0; \
402	      exit 1;; \
403	  esac; \
404	done; \
405	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
406	$(am__cd) $(top_srcdir) && \
407	  $(AUTOMAKE) --foreign Makefile
408Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
409	@case '$?' in \
410	  *config.status*) \
411	    echo ' $(SHELL) ./config.status'; \
412	    $(SHELL) ./config.status;; \
413	  *) \
414	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
415	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
416	esac;
417
418$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
419	$(SHELL) ./config.status --recheck
420
421$(top_srcdir)/configure:  $(am__configure_deps)
422	$(am__cd) $(srcdir) && $(AUTOCONF)
423$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
424	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
425$(am__aclocal_m4_deps):
426
427mostlyclean-libtool:
428	-rm -f *.lo
429
430clean-libtool:
431	-rm -rf .libs _libs
432
433distclean-libtool:
434	-rm -f libtool config.lt
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	-test -n "$(am__skip_mode_fix)" \
600	|| find "$(distdir)" -type d ! -perm -755 \
601		-exec chmod u+rwx,go+rx {} \; -o \
602	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
603	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
604	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
605	|| chmod -R a+r "$(distdir)"
606dist-gzip: distdir
607	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
608	$(am__post_remove_distdir)
609dist-bzip2: distdir
610	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
611	$(am__post_remove_distdir)
612
613dist-lzip: distdir
614	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
615	$(am__post_remove_distdir)
616
617dist-xz: distdir
618	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
619	$(am__post_remove_distdir)
620
621dist-tarZ: distdir
622	@echo WARNING: "Support for distribution archives compressed with" \
623		       "legacy program 'compress' is deprecated." >&2
624	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
625	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
626	$(am__post_remove_distdir)
627
628dist-shar: distdir
629	@echo WARNING: "Support for shar distribution archives is" \
630	               "deprecated." >&2
631	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
632	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
633	$(am__post_remove_distdir)
634
635dist-zip: distdir
636	-rm -f $(distdir).zip
637	zip -rq $(distdir).zip $(distdir)
638	$(am__post_remove_distdir)
639
640dist dist-all:
641	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
642	$(am__post_remove_distdir)
643
644# This target untars the dist file and tries a VPATH configuration.  Then
645# it guarantees that the distribution is self-contained by making another
646# tarfile.
647distcheck: dist
648	case '$(DIST_ARCHIVES)' in \
649	*.tar.gz*) \
650	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
651	*.tar.bz2*) \
652	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
653	*.tar.lz*) \
654	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
655	*.tar.xz*) \
656	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
657	*.tar.Z*) \
658	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
659	*.shar.gz*) \
660	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
661	*.zip*) \
662	  unzip $(distdir).zip ;;\
663	esac
664	chmod -R a-w $(distdir)
665	chmod u+w $(distdir)
666	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
667	chmod a-w $(distdir)
668	test -d $(distdir)/_build || exit 0; \
669	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
670	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
671	  && am__cwd=`pwd` \
672	  && $(am__cd) $(distdir)/_build/sub \
673	  && ../../configure \
674	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
675	    $(DISTCHECK_CONFIGURE_FLAGS) \
676	    --srcdir=../.. --prefix="$$dc_install_base" \
677	  && $(MAKE) $(AM_MAKEFLAGS) \
678	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
679	  && $(MAKE) $(AM_MAKEFLAGS) check \
680	  && $(MAKE) $(AM_MAKEFLAGS) install \
681	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
682	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
683	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
684	        distuninstallcheck \
685	  && chmod -R a-w "$$dc_install_base" \
686	  && ({ \
687	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
688	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
689	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
690	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
691	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
692	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
693	  && rm -rf "$$dc_destdir" \
694	  && $(MAKE) $(AM_MAKEFLAGS) dist \
695	  && rm -rf $(DIST_ARCHIVES) \
696	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
697	  && cd "$$am__cwd" \
698	  || exit 1
699	$(am__post_remove_distdir)
700	@(echo "$(distdir) archives ready for distribution: "; \
701	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
702	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
703distuninstallcheck:
704	@test -n '$(distuninstallcheck_dir)' || { \
705	  echo 'ERROR: trying to run $@ with an empty' \
706	       '$$(distuninstallcheck_dir)' >&2; \
707	  exit 1; \
708	}; \
709	$(am__cd) '$(distuninstallcheck_dir)' || { \
710	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
711	  exit 1; \
712	}; \
713	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
714	   || { echo "ERROR: files left after uninstall:" ; \
715	        if test -n "$(DESTDIR)"; then \
716	          echo "  (check DESTDIR support)"; \
717	        fi ; \
718	        $(distuninstallcheck_listfiles) ; \
719	        exit 1; } >&2
720distcleancheck: distclean
721	@if test '$(srcdir)' = . ; then \
722	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
723	  exit 1 ; \
724	fi
725	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
726	  || { echo "ERROR: files left in build directory after distclean:" ; \
727	       $(distcleancheck_listfiles) ; \
728	       exit 1; } >&2
729check-am: all-am
730check: check-recursive
731all-am: Makefile
732installdirs: installdirs-recursive
733installdirs-am:
734install: install-recursive
735install-exec: install-exec-recursive
736install-data: install-data-recursive
737uninstall: uninstall-recursive
738
739install-am: all-am
740	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
741
742installcheck: installcheck-recursive
743install-strip:
744	if test -z '$(STRIP)'; then \
745	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
746	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
747	      install; \
748	else \
749	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
750	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
751	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
752	fi
753mostlyclean-generic:
754
755clean-generic:
756
757distclean-generic:
758	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
759	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
760
761maintainer-clean-generic:
762	@echo "This command is intended for maintainers to use"
763	@echo "it deletes files that may require special tools to rebuild."
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:
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:
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-lzip dist-shar dist-tarZ \
840	dist-xz dist-zip distcheck distclean distclean-generic \
841	distclean-libtool distclean-tags distcleancheck distdir \
842	distuninstallcheck dvi dvi-am html html-am info info-am \
843	install install-am install-data install-data-am install-dvi \
844	install-dvi-am install-exec install-exec-am install-html \
845	install-html-am install-info install-info-am install-man \
846	install-pdf install-pdf-am install-ps install-ps-am \
847	install-strip installcheck installcheck-am installdirs \
848	installdirs-am maintainer-clean maintainer-clean-generic \
849	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
850	ps ps-am tags tags-am uninstall uninstall-am
851
852.PRECIOUS: Makefile
853
854
855# Tell versions [3.59,3.63) of GNU make to not export all variables.
856# Otherwise a system limit (for SysV at least) may be exceeded.
857.NOEXPORT:
858