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 = tri-tex$(EXEEXT) \
119@HAVE_GLUT_TRUE@	point-position$(EXEEXT) tri-depth$(EXEEXT) \
120@HAVE_GLUT_TRUE@	tri-depth2$(EXEEXT) tri-depthwrite$(EXEEXT) \
121@HAVE_GLUT_TRUE@	tri-depthwrite2$(EXEEXT) tri-param$(EXEEXT) \
122@HAVE_GLUT_TRUE@	fp-tri$(EXEEXT)
123subdir = src/fp
124ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
125am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \
126	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
127	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
128	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
129am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
130	$(ACLOCAL_M4)
131DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
132mkinstalldirs = $(install_sh) -d
133CONFIG_CLEAN_FILES =
134CONFIG_CLEAN_VPATH_FILES =
135PROGRAMS = $(noinst_PROGRAMS)
136fp_tri_SOURCES = fp-tri.c
137fp_tri_OBJECTS = fp-tri.$(OBJEXT)
138fp_tri_LDADD = $(LDADD)
139AM_V_lt = $(am__v_lt_@AM_V@)
140am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
141am__v_lt_0 = --silent
142am__v_lt_1 = 
143point_position_SOURCES = point-position.c
144point_position_OBJECTS = point-position.$(OBJEXT)
145point_position_LDADD = $(LDADD)
146tri_depth_SOURCES = tri-depth.c
147tri_depth_OBJECTS = tri-depth.$(OBJEXT)
148tri_depth_LDADD = $(LDADD)
149tri_depth2_SOURCES = tri-depth2.c
150tri_depth2_OBJECTS = tri-depth2.$(OBJEXT)
151tri_depth2_LDADD = $(LDADD)
152tri_depthwrite_SOURCES = tri-depthwrite.c
153tri_depthwrite_OBJECTS = tri-depthwrite.$(OBJEXT)
154tri_depthwrite_LDADD = $(LDADD)
155tri_depthwrite2_SOURCES = tri-depthwrite2.c
156tri_depthwrite2_OBJECTS = tri-depthwrite2.$(OBJEXT)
157tri_depthwrite2_LDADD = $(LDADD)
158tri_param_SOURCES = tri-param.c
159tri_param_OBJECTS = tri-param.$(OBJEXT)
160tri_param_LDADD = $(LDADD)
161tri_tex_SOURCES = tri-tex.c
162tri_tex_OBJECTS = tri-tex.$(OBJEXT)
163tri_tex_LDADD = $(LDADD)
164AM_V_P = $(am__v_P_@AM_V@)
165am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
166am__v_P_0 = false
167am__v_P_1 = :
168AM_V_GEN = $(am__v_GEN_@AM_V@)
169am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
170am__v_GEN_0 = @echo "  GEN     " $@;
171am__v_GEN_1 = 
172AM_V_at = $(am__v_at_@AM_V@)
173am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
174am__v_at_0 = @
175am__v_at_1 = 
176DEFAULT_INCLUDES = -I.@am__isrc@
177depcomp = $(SHELL) $(top_srcdir)/depcomp
178am__depfiles_maybe = depfiles
179am__mv = mv -f
180COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
181	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
182LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
183	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
184	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
185	$(AM_CFLAGS) $(CFLAGS)
186AM_V_CC = $(am__v_CC_@AM_V@)
187am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
188am__v_CC_0 = @echo "  CC      " $@;
189am__v_CC_1 = 
190CCLD = $(CC)
191LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
192	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
193	$(AM_LDFLAGS) $(LDFLAGS) -o $@
194AM_V_CCLD = $(am__v_CCLD_@AM_V@)
195am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
196am__v_CCLD_0 = @echo "  CCLD    " $@;
197am__v_CCLD_1 = 
198SOURCES = fp-tri.c point-position.c tri-depth.c tri-depth2.c \
199	tri-depthwrite.c tri-depthwrite2.c tri-param.c tri-tex.c
200DIST_SOURCES = fp-tri.c point-position.c tri-depth.c tri-depth2.c \
201	tri-depthwrite.c tri-depthwrite2.c tri-param.c tri-tex.c
202am__can_run_installinfo = \
203  case $$AM_UPDATE_INFO_DIR in \
204    n|no|NO) false;; \
205    *) (install-info --version) >/dev/null 2>&1;; \
206  esac
207am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
208# Read a list of newline-separated strings from the standard input,
209# and print each of them once, without duplicates.  Input order is
210# *not* preserved.
211am__uniquify_input = $(AWK) '\
212  BEGIN { nonempty = 0; } \
213  { items[$$0] = 1; nonempty = 1; } \
214  END { if (nonempty) { for (i in items) print i; }; } \
215'
216# Make sure the list of sources is unique.  This is necessary because,
217# e.g., the same source file might be shared among _SOURCES variables
218# for different programs/libraries.
219am__define_uniq_tagged_files = \
220  list='$(am__tagged_files)'; \
221  unique=`for i in $$list; do \
222    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
223  done | $(am__uniquify_input)`
224ETAGS = etags
225CTAGS = ctags
226am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
227DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
228ACLOCAL = @ACLOCAL@
229AMTAR = @AMTAR@
230AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
231AR = @AR@
232AUTOCONF = @AUTOCONF@
233AUTOHEADER = @AUTOHEADER@
234AUTOMAKE = @AUTOMAKE@
235AWK = @AWK@
236CC = @CC@
237CCDEPMODE = @CCDEPMODE@
238CFLAGS = @CFLAGS@
239CPP = @CPP@
240CPPFLAGS = @CPPFLAGS@
241CXX = @CXX@
242CXXCPP = @CXXCPP@
243CXXDEPMODE = @CXXDEPMODE@
244CXXFLAGS = @CXXFLAGS@
245CYGPATH_W = @CYGPATH_W@
246DEFS = @DEFS@
247DEMOS_DATA_DIR = @DEMOS_DATA_DIR@
248DEMO_CFLAGS = @DEMO_CFLAGS@
249DEMO_LIBS = @DEMO_LIBS@
250DEPDIR = @DEPDIR@
251DLLTOOL = @DLLTOOL@
252DRM_CFLAGS = @DRM_CFLAGS@
253DRM_LIBS = @DRM_LIBS@
254DSYMUTIL = @DSYMUTIL@
255DUMPBIN = @DUMPBIN@
256ECHO_C = @ECHO_C@
257ECHO_N = @ECHO_N@
258ECHO_T = @ECHO_T@
259EGL_CFLAGS = @EGL_CFLAGS@
260EGL_LIBS = @EGL_LIBS@
261EGREP = @EGREP@
262EXEEXT = @EXEEXT@
263FGREP = @FGREP@
264FREETYPE2_CFLAGS = @FREETYPE2_CFLAGS@
265FREETYPE2_LIBS = @FREETYPE2_LIBS@
266GBM_CFLAGS = @GBM_CFLAGS@
267GBM_LIBS = @GBM_LIBS@
268GLESV1_CFLAGS = @GLESV1_CFLAGS@
269GLESV1_LIBS = @GLESV1_LIBS@
270GLESV2_CFLAGS = @GLESV2_CFLAGS@
271GLESV2_LIBS = @GLESV2_LIBS@
272GLEW_CFLAGS = @GLEW_CFLAGS@
273GLEW_LIBS = @GLEW_LIBS@
274GLUT_CFLAGS = @GLUT_CFLAGS@
275GLUT_LIBS = @GLUT_LIBS@
276GLU_CFLAGS = @GLU_CFLAGS@
277GLU_LIBS = @GLU_LIBS@
278GL_CFLAGS = @GL_CFLAGS@
279GL_LIBS = @GL_LIBS@
280GREP = @GREP@
281INSTALL = @INSTALL@
282INSTALL_DATA = @INSTALL_DATA@
283INSTALL_PROGRAM = @INSTALL_PROGRAM@
284INSTALL_SCRIPT = @INSTALL_SCRIPT@
285INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
286LD = @LD@
287LDFLAGS = @LDFLAGS@
288LIBOBJS = @LIBOBJS@
289LIBS = @LIBS@
290LIBTOOL = @LIBTOOL@
291LIPO = @LIPO@
292LN_S = @LN_S@
293LTLIBOBJS = @LTLIBOBJS@
294LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
295MAKEINFO = @MAKEINFO@
296MANIFEST_TOOL = @MANIFEST_TOOL@
297MESA_GLAPI = @MESA_GLAPI@
298MKDIR_P = @MKDIR_P@
299NM = @NM@
300NMEDIT = @NMEDIT@
301OBJDUMP = @OBJDUMP@
302OBJEXT = @OBJEXT@
303OSMESA16_LIBS = @OSMESA16_LIBS@
304OSMESA32_LIBS = @OSMESA32_LIBS@
305OSMESA_CFLAGS = @OSMESA_CFLAGS@
306OSMESA_LIBS = @OSMESA_LIBS@
307OTOOL = @OTOOL@
308OTOOL64 = @OTOOL64@
309PACKAGE = @PACKAGE@
310PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
311PACKAGE_NAME = @PACKAGE_NAME@
312PACKAGE_STRING = @PACKAGE_STRING@
313PACKAGE_TARNAME = @PACKAGE_TARNAME@
314PACKAGE_URL = @PACKAGE_URL@
315PACKAGE_VERSION = @PACKAGE_VERSION@
316PATH_SEPARATOR = @PATH_SEPARATOR@
317PKG_CONFIG = @PKG_CONFIG@
318PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
319PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
320RANLIB = @RANLIB@
321SED = @SED@
322SET_MAKE = @SET_MAKE@
323SHELL = @SHELL@
324STRIP = @STRIP@
325VERSION = @VERSION@
326VG_CFLAGS = @VG_CFLAGS@
327VG_LIBS = @VG_LIBS@
328WAYLAND_CFLAGS = @WAYLAND_CFLAGS@
329WAYLAND_LIBS = @WAYLAND_LIBS@
330X11_CFLAGS = @X11_CFLAGS@
331X11_LIBS = @X11_LIBS@
332abs_builddir = @abs_builddir@
333abs_srcdir = @abs_srcdir@
334abs_top_builddir = @abs_top_builddir@
335abs_top_srcdir = @abs_top_srcdir@
336ac_ct_AR = @ac_ct_AR@
337ac_ct_CC = @ac_ct_CC@
338ac_ct_CXX = @ac_ct_CXX@
339ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
340am__include = @am__include@
341am__leading_dot = @am__leading_dot@
342am__quote = @am__quote@
343am__tar = @am__tar@
344am__untar = @am__untar@
345bindir = @bindir@
346build = @build@
347build_alias = @build_alias@
348build_cpu = @build_cpu@
349build_os = @build_os@
350build_vendor = @build_vendor@
351builddir = @builddir@
352datadir = @datadir@
353datarootdir = @datarootdir@
354docdir = @docdir@
355dvidir = @dvidir@
356exec_prefix = @exec_prefix@
357host = @host@
358host_alias = @host_alias@
359host_cpu = @host_cpu@
360host_os = @host_os@
361host_vendor = @host_vendor@
362htmldir = @htmldir@
363includedir = @includedir@
364infodir = @infodir@
365install_sh = @install_sh@
366libdir = @libdir@
367libexecdir = @libexecdir@
368localedir = @localedir@
369localstatedir = @localstatedir@
370mandir = @mandir@
371mkdir_p = @mkdir_p@
372oldincludedir = @oldincludedir@
373pdfdir = @pdfdir@
374prefix = @prefix@
375program_transform_name = @program_transform_name@
376psdir = @psdir@
377runstatedir = @runstatedir@
378sbindir = @sbindir@
379sharedstatedir = @sharedstatedir@
380srcdir = @srcdir@
381sysconfdir = @sysconfdir@
382target_alias = @target_alias@
383top_build_prefix = @top_build_prefix@
384top_builddir = @top_builddir@
385top_srcdir = @top_srcdir@
386AM_CFLAGS = \
387	$(DEMO_CFLAGS) \
388	$(GLUT_CFLAGS) \
389	-I$(top_srcdir)/src/util
390
391AM_LDFLAGS = \
392	$(DEMO_LIBS) \
393	$(GLUT_LIBS)
394
395EXTRA_DIST = \
396	abs.txt \
397	add-sat.txt \
398	add-swz.txt \
399	add.txt \
400	cmp.txt \
401	cos.txt \
402	dp3.txt \
403	dp4.txt \
404	dph.txt \
405	dst.txt \
406	ex2.txt \
407	flr.txt \
408	frc.txt \
409	kil-pos.txt \
410	kil-texcoord-sgt.txt \
411	kil.txt \
412	lg2.txt \
413	lit.txt \
414	local.txt \
415	lrp.txt \
416	mad.txt \
417	max.txt \
418	min.txt \
419	mov-alias.txt \
420	mov.txt \
421	mul-alias.txt \
422	mul-swz.txt \
423	mul.txt \
424	negate.txt \
425	position.txt \
426	pow.txt \
427	rcp.txt \
428	rsq.txt \
429	scs.txt \
430	sge2.txt \
431	sge.txt \
432	sin.txt \
433	slt.txt \
434	sub.txt \
435	swz2.txt \
436	swz3.txt \
437	swz.txt \
438	tex-pos-kil-1.txt \
439	tex-pos-kil.txt \
440	tex-pos.txt \
441	tex.txt \
442	xpd.txt
443
444all: all-am
445
446.SUFFIXES:
447.SUFFIXES: .c .lo .o .obj
448$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
449	@for dep in $?; do \
450	  case '$(am__configure_deps)' in \
451	    *$$dep*) \
452	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
453	        && { if test -f $@; then exit 0; else break; fi; }; \
454	      exit 1;; \
455	  esac; \
456	done; \
457	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/fp/Makefile'; \
458	$(am__cd) $(top_srcdir) && \
459	  $(AUTOMAKE) --gnu src/fp/Makefile
460Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
461	@case '$?' in \
462	  *config.status*) \
463	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
464	  *) \
465	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
466	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
467	esac;
468
469$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
470	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
471
472$(top_srcdir)/configure:  $(am__configure_deps)
473	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
474$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
475	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
476$(am__aclocal_m4_deps):
477
478clean-noinstPROGRAMS:
479	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
480	echo " rm -f" $$list; \
481	rm -f $$list || exit $$?; \
482	test -n "$(EXEEXT)" || exit 0; \
483	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
484	echo " rm -f" $$list; \
485	rm -f $$list
486
487fp-tri$(EXEEXT): $(fp_tri_OBJECTS) $(fp_tri_DEPENDENCIES) $(EXTRA_fp_tri_DEPENDENCIES) 
488	@rm -f fp-tri$(EXEEXT)
489	$(AM_V_CCLD)$(LINK) $(fp_tri_OBJECTS) $(fp_tri_LDADD) $(LIBS)
490
491point-position$(EXEEXT): $(point_position_OBJECTS) $(point_position_DEPENDENCIES) $(EXTRA_point_position_DEPENDENCIES) 
492	@rm -f point-position$(EXEEXT)
493	$(AM_V_CCLD)$(LINK) $(point_position_OBJECTS) $(point_position_LDADD) $(LIBS)
494
495tri-depth$(EXEEXT): $(tri_depth_OBJECTS) $(tri_depth_DEPENDENCIES) $(EXTRA_tri_depth_DEPENDENCIES) 
496	@rm -f tri-depth$(EXEEXT)
497	$(AM_V_CCLD)$(LINK) $(tri_depth_OBJECTS) $(tri_depth_LDADD) $(LIBS)
498
499tri-depth2$(EXEEXT): $(tri_depth2_OBJECTS) $(tri_depth2_DEPENDENCIES) $(EXTRA_tri_depth2_DEPENDENCIES) 
500	@rm -f tri-depth2$(EXEEXT)
501	$(AM_V_CCLD)$(LINK) $(tri_depth2_OBJECTS) $(tri_depth2_LDADD) $(LIBS)
502
503tri-depthwrite$(EXEEXT): $(tri_depthwrite_OBJECTS) $(tri_depthwrite_DEPENDENCIES) $(EXTRA_tri_depthwrite_DEPENDENCIES) 
504	@rm -f tri-depthwrite$(EXEEXT)
505	$(AM_V_CCLD)$(LINK) $(tri_depthwrite_OBJECTS) $(tri_depthwrite_LDADD) $(LIBS)
506
507tri-depthwrite2$(EXEEXT): $(tri_depthwrite2_OBJECTS) $(tri_depthwrite2_DEPENDENCIES) $(EXTRA_tri_depthwrite2_DEPENDENCIES) 
508	@rm -f tri-depthwrite2$(EXEEXT)
509	$(AM_V_CCLD)$(LINK) $(tri_depthwrite2_OBJECTS) $(tri_depthwrite2_LDADD) $(LIBS)
510
511tri-param$(EXEEXT): $(tri_param_OBJECTS) $(tri_param_DEPENDENCIES) $(EXTRA_tri_param_DEPENDENCIES) 
512	@rm -f tri-param$(EXEEXT)
513	$(AM_V_CCLD)$(LINK) $(tri_param_OBJECTS) $(tri_param_LDADD) $(LIBS)
514
515tri-tex$(EXEEXT): $(tri_tex_OBJECTS) $(tri_tex_DEPENDENCIES) $(EXTRA_tri_tex_DEPENDENCIES) 
516	@rm -f tri-tex$(EXEEXT)
517	$(AM_V_CCLD)$(LINK) $(tri_tex_OBJECTS) $(tri_tex_LDADD) $(LIBS)
518
519mostlyclean-compile:
520	-rm -f *.$(OBJEXT)
521
522distclean-compile:
523	-rm -f *.tab.c
524
525@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fp-tri.Po@am__quote@
526@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/point-position.Po@am__quote@
527@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tri-depth.Po@am__quote@
528@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tri-depth2.Po@am__quote@
529@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tri-depthwrite.Po@am__quote@
530@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tri-depthwrite2.Po@am__quote@
531@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tri-param.Po@am__quote@
532@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tri-tex.Po@am__quote@
533
534.c.o:
535@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
536@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
537@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
538@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
539@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
540
541.c.obj:
542@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
543@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
544@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
545@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
546@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
547
548.c.lo:
549@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
550@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
551@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
552@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
553@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
554
555mostlyclean-libtool:
556	-rm -f *.lo
557
558clean-libtool:
559	-rm -rf .libs _libs
560
561ID: $(am__tagged_files)
562	$(am__define_uniq_tagged_files); mkid -fID $$unique
563tags: tags-am
564TAGS: tags
565
566tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
567	set x; \
568	here=`pwd`; \
569	$(am__define_uniq_tagged_files); \
570	shift; \
571	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
572	  test -n "$$unique" || unique=$$empty_fix; \
573	  if test $$# -gt 0; then \
574	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
575	      "$$@" $$unique; \
576	  else \
577	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
578	      $$unique; \
579	  fi; \
580	fi
581ctags: ctags-am
582
583CTAGS: ctags
584ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
585	$(am__define_uniq_tagged_files); \
586	test -z "$(CTAGS_ARGS)$$unique" \
587	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
588	     $$unique
589
590GTAGS:
591	here=`$(am__cd) $(top_builddir) && pwd` \
592	  && $(am__cd) $(top_srcdir) \
593	  && gtags -i $(GTAGS_ARGS) "$$here"
594cscopelist: cscopelist-am
595
596cscopelist-am: $(am__tagged_files)
597	list='$(am__tagged_files)'; \
598	case "$(srcdir)" in \
599	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
600	  *) sdir=$(subdir)/$(srcdir) ;; \
601	esac; \
602	for i in $$list; do \
603	  if test -f "$$i"; then \
604	    echo "$(subdir)/$$i"; \
605	  else \
606	    echo "$$sdir/$$i"; \
607	  fi; \
608	done >> $(top_builddir)/cscope.files
609
610distclean-tags:
611	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
612
613distdir: $(DISTFILES)
614	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
615	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
616	list='$(DISTFILES)'; \
617	  dist_files=`for file in $$list; do echo $$file; done | \
618	  sed -e "s|^$$srcdirstrip/||;t" \
619	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
620	case $$dist_files in \
621	  */*) $(MKDIR_P) `echo "$$dist_files" | \
622			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
623			   sort -u` ;; \
624	esac; \
625	for file in $$dist_files; do \
626	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
627	  if test -d $$d/$$file; then \
628	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
629	    if test -d "$(distdir)/$$file"; then \
630	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
631	    fi; \
632	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
633	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
634	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
635	    fi; \
636	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
637	  else \
638	    test -f "$(distdir)/$$file" \
639	    || cp -p $$d/$$file "$(distdir)/$$file" \
640	    || exit 1; \
641	  fi; \
642	done
643check-am: all-am
644check: check-am
645all-am: Makefile $(PROGRAMS)
646installdirs:
647install: install-am
648install-exec: install-exec-am
649install-data: install-data-am
650uninstall: uninstall-am
651
652install-am: all-am
653	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
654
655installcheck: installcheck-am
656install-strip:
657	if test -z '$(STRIP)'; then \
658	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
659	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
660	      install; \
661	else \
662	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
663	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
664	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
665	fi
666mostlyclean-generic:
667
668clean-generic:
669
670distclean-generic:
671	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
672	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
673
674maintainer-clean-generic:
675	@echo "This command is intended for maintainers to use"
676	@echo "it deletes files that may require special tools to rebuild."
677clean: clean-am
678
679clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
680	mostlyclean-am
681
682distclean: distclean-am
683	-rm -rf ./$(DEPDIR)
684	-rm -f Makefile
685distclean-am: clean-am distclean-compile distclean-generic \
686	distclean-tags
687
688dvi: dvi-am
689
690dvi-am:
691
692html: html-am
693
694html-am:
695
696info: info-am
697
698info-am:
699
700install-data-am:
701
702install-dvi: install-dvi-am
703
704install-dvi-am:
705
706install-exec-am:
707
708install-html: install-html-am
709
710install-html-am:
711
712install-info: install-info-am
713
714install-info-am:
715
716install-man:
717
718install-pdf: install-pdf-am
719
720install-pdf-am:
721
722install-ps: install-ps-am
723
724install-ps-am:
725
726installcheck-am:
727
728maintainer-clean: maintainer-clean-am
729	-rm -rf ./$(DEPDIR)
730	-rm -f Makefile
731maintainer-clean-am: distclean-am maintainer-clean-generic
732
733mostlyclean: mostlyclean-am
734
735mostlyclean-am: mostlyclean-compile mostlyclean-generic \
736	mostlyclean-libtool
737
738pdf: pdf-am
739
740pdf-am:
741
742ps: ps-am
743
744ps-am:
745
746uninstall-am:
747
748.MAKE: install-am install-strip
749
750.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
751	clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \
752	ctags-am distclean distclean-compile distclean-generic \
753	distclean-libtool distclean-tags distdir dvi dvi-am html \
754	html-am info info-am install install-am install-data \
755	install-data-am install-dvi install-dvi-am install-exec \
756	install-exec-am install-html install-html-am install-info \
757	install-info-am install-man install-pdf install-pdf-am \
758	install-ps install-ps-am install-strip installcheck \
759	installcheck-am installdirs maintainer-clean \
760	maintainer-clean-generic mostlyclean mostlyclean-compile \
761	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
762	tags tags-am uninstall uninstall-am
763
764.PRECIOUS: Makefile
765
766
767# Tell versions [3.59,3.63) of GNU make to not export all variables.
768# Otherwise a system limit (for SysV at least) may be exceeded.
769.NOEXPORT:
770