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