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