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>
40
41VPATH = @srcdir@
42am__is_gnu_make = { \
43  if test -z '$(MAKELEVEL)'; then \
44    false; \
45  elif test -n '$(MAKE_HOST)'; then \
46    true; \
47  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
48    true; \
49  else \
50    false; \
51  fi; \
52}
53am__make_running_with_option = \
54  case $${target_option-} in \
55      ?) ;; \
56      *) echo "am__make_running_with_option: internal error: invalid" \
57              "target option '$${target_option-}' specified" >&2; \
58         exit 1;; \
59  esac; \
60  has_opt=no; \
61  sane_makeflags=$$MAKEFLAGS; \
62  if $(am__is_gnu_make); then \
63    sane_makeflags=$$MFLAGS; \
64  else \
65    case $$MAKEFLAGS in \
66      *\\[\ \	]*) \
67        bs=\\; \
68        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
69          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
70    esac; \
71  fi; \
72  skip_next=no; \
73  strip_trailopt () \
74  { \
75    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
76  }; \
77  for flg in $$sane_makeflags; do \
78    test $$skip_next = yes && { skip_next=no; continue; }; \
79    case $$flg in \
80      *=*|--*) continue;; \
81        -*I) strip_trailopt 'I'; skip_next=yes;; \
82      -*I?*) strip_trailopt 'I';; \
83        -*O) strip_trailopt 'O'; skip_next=yes;; \
84      -*O?*) strip_trailopt 'O';; \
85        -*l) strip_trailopt 'l'; skip_next=yes;; \
86      -*l?*) strip_trailopt 'l';; \
87      -[dEDm]) skip_next=yes;; \
88      -[JT]) skip_next=yes;; \
89    esac; \
90    case $$flg in \
91      *$$target_option*) has_opt=yes; break;; \
92    esac; \
93  done; \
94  test $$has_opt = yes
95am__make_dryrun = (target_option=n; $(am__make_running_with_option))
96am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
97pkgdatadir = $(datadir)/@PACKAGE@
98pkgincludedir = $(includedir)/@PACKAGE@
99pkglibdir = $(libdir)/@PACKAGE@
100pkglibexecdir = $(libexecdir)/@PACKAGE@
101am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
102install_sh_DATA = $(install_sh) -c -m 644
103install_sh_PROGRAM = $(install_sh) -c
104install_sh_SCRIPT = $(install_sh) -c
105INSTALL_HEADER = $(INSTALL_DATA)
106transform = $(program_transform_name)
107NORMAL_INSTALL = :
108PRE_INSTALL = :
109POST_INSTALL = :
110NORMAL_UNINSTALL = :
111PRE_UNINSTALL = :
112POST_UNINSTALL = :
113build_triplet = @build@
114host_triplet = @host@
115@HAVE_GLUT_TRUE@am__append_1 = \
116@HAVE_GLUT_TRUE@	$(GLUT_CFLAGS)
117
118@HAVE_GLUT_TRUE@am__append_2 = \
119@HAVE_GLUT_TRUE@	$(GLUT_LIBS)
120
121subdir = src/util
122ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
123am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \
124	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
125	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
126	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
127am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
128	$(ACLOCAL_M4)
129DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
130mkinstalldirs = $(install_sh) -d
131CONFIG_CLEAN_FILES =
132CONFIG_CLEAN_VPATH_FILES =
133LTLIBRARIES = $(noinst_LTLIBRARIES)
134libutil_la_LIBADD =
135am__libutil_la_SOURCES_DIST = gl_wrap.h glut_wrap.h readtex.c \
136	readtex.h showbuffer.c showbuffer.h trackball.c trackball.h \
137	shaderutil.c shaderutil.h
138@HAVE_GLUT_TRUE@am__objects_1 = shaderutil.lo
139am_libutil_la_OBJECTS = readtex.lo showbuffer.lo trackball.lo \
140	$(am__objects_1)
141libutil_la_OBJECTS = $(am_libutil_la_OBJECTS)
142AM_V_lt = $(am__v_lt_@AM_V@)
143am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
144am__v_lt_0 = --silent
145am__v_lt_1 = 
146AM_V_P = $(am__v_P_@AM_V@)
147am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
148am__v_P_0 = false
149am__v_P_1 = :
150AM_V_GEN = $(am__v_GEN_@AM_V@)
151am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
152am__v_GEN_0 = @echo "  GEN     " $@;
153am__v_GEN_1 = 
154AM_V_at = $(am__v_at_@AM_V@)
155am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
156am__v_at_0 = @
157am__v_at_1 = 
158DEFAULT_INCLUDES = -I.@am__isrc@
159depcomp = $(SHELL) $(top_srcdir)/depcomp
160am__depfiles_maybe = depfiles
161am__mv = mv -f
162COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
163	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
164LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
165	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
166	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
167	$(AM_CFLAGS) $(CFLAGS)
168AM_V_CC = $(am__v_CC_@AM_V@)
169am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
170am__v_CC_0 = @echo "  CC      " $@;
171am__v_CC_1 = 
172CCLD = $(CC)
173LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
174	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
175	$(AM_LDFLAGS) $(LDFLAGS) -o $@
176AM_V_CCLD = $(am__v_CCLD_@AM_V@)
177am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
178am__v_CCLD_0 = @echo "  CCLD    " $@;
179am__v_CCLD_1 = 
180SOURCES = $(libutil_la_SOURCES)
181DIST_SOURCES = $(am__libutil_la_SOURCES_DIST)
182am__can_run_installinfo = \
183  case $$AM_UPDATE_INFO_DIR in \
184    n|no|NO) false;; \
185    *) (install-info --version) >/dev/null 2>&1;; \
186  esac
187am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
188# Read a list of newline-separated strings from the standard input,
189# and print each of them once, without duplicates.  Input order is
190# *not* preserved.
191am__uniquify_input = $(AWK) '\
192  BEGIN { nonempty = 0; } \
193  { items[$$0] = 1; nonempty = 1; } \
194  END { if (nonempty) { for (i in items) print i; }; } \
195'
196# Make sure the list of sources is unique.  This is necessary because,
197# e.g., the same source file might be shared among _SOURCES variables
198# for different programs/libraries.
199am__define_uniq_tagged_files = \
200  list='$(am__tagged_files)'; \
201  unique=`for i in $$list; do \
202    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
203  done | $(am__uniquify_input)`
204ETAGS = etags
205CTAGS = ctags
206am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp README
207DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
208ACLOCAL = @ACLOCAL@
209AMTAR = @AMTAR@
210AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
211AR = @AR@
212AUTOCONF = @AUTOCONF@
213AUTOHEADER = @AUTOHEADER@
214AUTOMAKE = @AUTOMAKE@
215AWK = @AWK@
216CC = @CC@
217CCDEPMODE = @CCDEPMODE@
218CFLAGS = @CFLAGS@
219CPP = @CPP@
220CPPFLAGS = @CPPFLAGS@
221CXX = @CXX@
222CXXCPP = @CXXCPP@
223CXXDEPMODE = @CXXDEPMODE@
224CXXFLAGS = @CXXFLAGS@
225CYGPATH_W = @CYGPATH_W@
226DEFS = @DEFS@
227DEMOS_DATA_DIR = @DEMOS_DATA_DIR@
228DEMO_CFLAGS = @DEMO_CFLAGS@
229DEMO_LIBS = @DEMO_LIBS@
230DEPDIR = @DEPDIR@
231DLLTOOL = @DLLTOOL@
232DRM_CFLAGS = @DRM_CFLAGS@
233DRM_LIBS = @DRM_LIBS@
234DSYMUTIL = @DSYMUTIL@
235DUMPBIN = @DUMPBIN@
236ECHO_C = @ECHO_C@
237ECHO_N = @ECHO_N@
238ECHO_T = @ECHO_T@
239EGL_CFLAGS = @EGL_CFLAGS@
240EGL_LIBS = @EGL_LIBS@
241EGREP = @EGREP@
242EXEEXT = @EXEEXT@
243FGREP = @FGREP@
244FREETYPE2_CFLAGS = @FREETYPE2_CFLAGS@
245FREETYPE2_LIBS = @FREETYPE2_LIBS@
246GBM_CFLAGS = @GBM_CFLAGS@
247GBM_LIBS = @GBM_LIBS@
248GLESV1_CFLAGS = @GLESV1_CFLAGS@
249GLESV1_LIBS = @GLESV1_LIBS@
250GLESV2_CFLAGS = @GLESV2_CFLAGS@
251GLESV2_LIBS = @GLESV2_LIBS@
252GLEW_CFLAGS = @GLEW_CFLAGS@
253GLEW_LIBS = @GLEW_LIBS@
254GLUT_CFLAGS = @GLUT_CFLAGS@
255GLUT_LIBS = @GLUT_LIBS@
256GLU_CFLAGS = @GLU_CFLAGS@
257GLU_LIBS = @GLU_LIBS@
258GL_CFLAGS = @GL_CFLAGS@
259GL_LIBS = @GL_LIBS@
260GREP = @GREP@
261INSTALL = @INSTALL@
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@
271LIPO = @LIPO@
272LN_S = @LN_S@
273LTLIBOBJS = @LTLIBOBJS@
274LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
275MAKEINFO = @MAKEINFO@
276MANIFEST_TOOL = @MANIFEST_TOOL@
277MESA_GLAPI = @MESA_GLAPI@
278MKDIR_P = @MKDIR_P@
279NM = @NM@
280NMEDIT = @NMEDIT@
281OBJDUMP = @OBJDUMP@
282OBJEXT = @OBJEXT@
283OSMESA16_LIBS = @OSMESA16_LIBS@
284OSMESA32_LIBS = @OSMESA32_LIBS@
285OSMESA_CFLAGS = @OSMESA_CFLAGS@
286OSMESA_LIBS = @OSMESA_LIBS@
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@
298PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
299PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
300RANLIB = @RANLIB@
301SED = @SED@
302SET_MAKE = @SET_MAKE@
303SHELL = @SHELL@
304STRIP = @STRIP@
305VERSION = @VERSION@
306VG_CFLAGS = @VG_CFLAGS@
307VG_LIBS = @VG_LIBS@
308WAYLAND_CFLAGS = @WAYLAND_CFLAGS@
309WAYLAND_LIBS = @WAYLAND_LIBS@
310X11_CFLAGS = @X11_CFLAGS@
311X11_LIBS = @X11_LIBS@
312abs_builddir = @abs_builddir@
313abs_srcdir = @abs_srcdir@
314abs_top_builddir = @abs_top_builddir@
315abs_top_srcdir = @abs_top_srcdir@
316ac_ct_AR = @ac_ct_AR@
317ac_ct_CC = @ac_ct_CC@
318ac_ct_CXX = @ac_ct_CXX@
319ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
320am__include = @am__include@
321am__leading_dot = @am__leading_dot@
322am__quote = @am__quote@
323am__tar = @am__tar@
324am__untar = @am__untar@
325bindir = @bindir@
326build = @build@
327build_alias = @build_alias@
328build_cpu = @build_cpu@
329build_os = @build_os@
330build_vendor = @build_vendor@
331builddir = @builddir@
332datadir = @datadir@
333datarootdir = @datarootdir@
334docdir = @docdir@
335dvidir = @dvidir@
336exec_prefix = @exec_prefix@
337host = @host@
338host_alias = @host_alias@
339host_cpu = @host_cpu@
340host_os = @host_os@
341host_vendor = @host_vendor@
342htmldir = @htmldir@
343includedir = @includedir@
344infodir = @infodir@
345install_sh = @install_sh@
346libdir = @libdir@
347libexecdir = @libexecdir@
348localedir = @localedir@
349localstatedir = @localstatedir@
350mandir = @mandir@
351mkdir_p = @mkdir_p@
352oldincludedir = @oldincludedir@
353pdfdir = @pdfdir@
354prefix = @prefix@
355program_transform_name = @program_transform_name@
356psdir = @psdir@
357runstatedir = @runstatedir@
358sbindir = @sbindir@
359sharedstatedir = @sharedstatedir@
360srcdir = @srcdir@
361sysconfdir = @sysconfdir@
362target_alias = @target_alias@
363top_build_prefix = @top_build_prefix@
364top_builddir = @top_builddir@
365top_srcdir = @top_srcdir@
366AM_CFLAGS = $(DEMO_CFLAGS) $(am__append_1)
367AM_LDFLAGS = $(DEMO_LIBS) $(am__append_2)
368noinst_LTLIBRARIES = libutil.la
369@HAVE_GLUT_TRUE@SHADERUTIL_SRC = \
370@HAVE_GLUT_TRUE@	shaderutil.c \
371@HAVE_GLUT_TRUE@	shaderutil.h
372
373libutil_la_SOURCES = \
374	gl_wrap.h \
375	glut_wrap.h \
376	readtex.c \
377	readtex.h \
378	showbuffer.c \
379	showbuffer.h \
380	trackball.c \
381	trackball.h \
382	$(SHADERUTIL_SRC)
383
384EXTRA_DIST = \
385	README
386
387all: all-am
388
389.SUFFIXES:
390.SUFFIXES: .c .lo .o .obj
391$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
392	@for dep in $?; do \
393	  case '$(am__configure_deps)' in \
394	    *$$dep*) \
395	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
396	        && { if test -f $@; then exit 0; else break; fi; }; \
397	      exit 1;; \
398	  esac; \
399	done; \
400	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/util/Makefile'; \
401	$(am__cd) $(top_srcdir) && \
402	  $(AUTOMAKE) --gnu src/util/Makefile
403Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
404	@case '$?' in \
405	  *config.status*) \
406	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
407	  *) \
408	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
409	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
410	esac;
411
412$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
413	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
414
415$(top_srcdir)/configure:  $(am__configure_deps)
416	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
417$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
418	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
419$(am__aclocal_m4_deps):
420
421clean-noinstLTLIBRARIES:
422	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
423	@list='$(noinst_LTLIBRARIES)'; \
424	locs=`for p in $$list; do echo $$p; done | \
425	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
426	      sort -u`; \
427	test -z "$$locs" || { \
428	  echo rm -f $${locs}; \
429	  rm -f $${locs}; \
430	}
431
432libutil.la: $(libutil_la_OBJECTS) $(libutil_la_DEPENDENCIES) $(EXTRA_libutil_la_DEPENDENCIES) 
433	$(AM_V_CCLD)$(LINK)  $(libutil_la_OBJECTS) $(libutil_la_LIBADD) $(LIBS)
434
435mostlyclean-compile:
436	-rm -f *.$(OBJEXT)
437
438distclean-compile:
439	-rm -f *.tab.c
440
441@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readtex.Plo@am__quote@
442@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shaderutil.Plo@am__quote@
443@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/showbuffer.Plo@am__quote@
444@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trackball.Plo@am__quote@
445
446.c.o:
447@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
448@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
449@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
450@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
451@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
452
453.c.obj:
454@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
455@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
456@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
457@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
458@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
459
460.c.lo:
461@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
462@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
463@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
464@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
465@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
466
467mostlyclean-libtool:
468	-rm -f *.lo
469
470clean-libtool:
471	-rm -rf .libs _libs
472
473ID: $(am__tagged_files)
474	$(am__define_uniq_tagged_files); mkid -fID $$unique
475tags: tags-am
476TAGS: tags
477
478tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
479	set x; \
480	here=`pwd`; \
481	$(am__define_uniq_tagged_files); \
482	shift; \
483	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
484	  test -n "$$unique" || unique=$$empty_fix; \
485	  if test $$# -gt 0; then \
486	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
487	      "$$@" $$unique; \
488	  else \
489	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
490	      $$unique; \
491	  fi; \
492	fi
493ctags: ctags-am
494
495CTAGS: ctags
496ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
497	$(am__define_uniq_tagged_files); \
498	test -z "$(CTAGS_ARGS)$$unique" \
499	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
500	     $$unique
501
502GTAGS:
503	here=`$(am__cd) $(top_builddir) && pwd` \
504	  && $(am__cd) $(top_srcdir) \
505	  && gtags -i $(GTAGS_ARGS) "$$here"
506cscopelist: cscopelist-am
507
508cscopelist-am: $(am__tagged_files)
509	list='$(am__tagged_files)'; \
510	case "$(srcdir)" in \
511	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
512	  *) sdir=$(subdir)/$(srcdir) ;; \
513	esac; \
514	for i in $$list; do \
515	  if test -f "$$i"; then \
516	    echo "$(subdir)/$$i"; \
517	  else \
518	    echo "$$sdir/$$i"; \
519	  fi; \
520	done >> $(top_builddir)/cscope.files
521
522distclean-tags:
523	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
524
525distdir: $(DISTFILES)
526	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
527	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
528	list='$(DISTFILES)'; \
529	  dist_files=`for file in $$list; do echo $$file; done | \
530	  sed -e "s|^$$srcdirstrip/||;t" \
531	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
532	case $$dist_files in \
533	  */*) $(MKDIR_P) `echo "$$dist_files" | \
534			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
535			   sort -u` ;; \
536	esac; \
537	for file in $$dist_files; do \
538	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
539	  if test -d $$d/$$file; then \
540	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
541	    if test -d "$(distdir)/$$file"; then \
542	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
543	    fi; \
544	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
545	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
546	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
547	    fi; \
548	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
549	  else \
550	    test -f "$(distdir)/$$file" \
551	    || cp -p $$d/$$file "$(distdir)/$$file" \
552	    || exit 1; \
553	  fi; \
554	done
555check-am: all-am
556check: check-am
557all-am: Makefile $(LTLIBRARIES)
558installdirs:
559install: install-am
560install-exec: install-exec-am
561install-data: install-data-am
562uninstall: uninstall-am
563
564install-am: all-am
565	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
566
567installcheck: installcheck-am
568install-strip:
569	if test -z '$(STRIP)'; then \
570	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
571	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
572	      install; \
573	else \
574	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
575	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
576	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
577	fi
578mostlyclean-generic:
579
580clean-generic:
581
582distclean-generic:
583	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
584	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
585
586maintainer-clean-generic:
587	@echo "This command is intended for maintainers to use"
588	@echo "it deletes files that may require special tools to rebuild."
589clean: clean-am
590
591clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
592	mostlyclean-am
593
594distclean: distclean-am
595	-rm -rf ./$(DEPDIR)
596	-rm -f Makefile
597distclean-am: clean-am distclean-compile distclean-generic \
598	distclean-tags
599
600dvi: dvi-am
601
602dvi-am:
603
604html: html-am
605
606html-am:
607
608info: info-am
609
610info-am:
611
612install-data-am:
613
614install-dvi: install-dvi-am
615
616install-dvi-am:
617
618install-exec-am:
619
620install-html: install-html-am
621
622install-html-am:
623
624install-info: install-info-am
625
626install-info-am:
627
628install-man:
629
630install-pdf: install-pdf-am
631
632install-pdf-am:
633
634install-ps: install-ps-am
635
636install-ps-am:
637
638installcheck-am:
639
640maintainer-clean: maintainer-clean-am
641	-rm -rf ./$(DEPDIR)
642	-rm -f Makefile
643maintainer-clean-am: distclean-am maintainer-clean-generic
644
645mostlyclean: mostlyclean-am
646
647mostlyclean-am: mostlyclean-compile mostlyclean-generic \
648	mostlyclean-libtool
649
650pdf: pdf-am
651
652pdf-am:
653
654ps: ps-am
655
656ps-am:
657
658uninstall-am:
659
660.MAKE: install-am install-strip
661
662.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
663	clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
664	ctags-am distclean distclean-compile distclean-generic \
665	distclean-libtool distclean-tags distdir dvi dvi-am html \
666	html-am info info-am install install-am install-data \
667	install-data-am install-dvi install-dvi-am install-exec \
668	install-exec-am install-html install-html-am install-info \
669	install-info-am install-man install-pdf install-pdf-am \
670	install-ps install-ps-am install-strip installcheck \
671	installcheck-am installdirs maintainer-clean \
672	maintainer-clean-generic mostlyclean mostlyclean-compile \
673	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
674	tags tags-am uninstall uninstall-am
675
676.PRECIOUS: Makefile
677
678
679# Tell versions [3.59,3.63) of GNU make to not export all variables.
680# Otherwise a system limit (for SysV at least) may be exceeded.
681.NOEXPORT:
682