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