~ubuntu-branches/ubuntu/oneiric/nux/oneiric

« back to all changes in this revision

Viewing changes to gputests/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-12-17 13:59:57 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20101217135957-5gvg6fkjxaa252i0
Tags: upstream-0.9.12
ImportĀ upstreamĀ versionĀ 0.9.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
 
7
# This Makefile.in is free software; the Free Software Foundation
 
8
# gives unlimited permission to copy and/or distribute it,
 
9
# with or without modifications, as long as this notice is preserved.
 
10
 
 
11
# This program is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
14
# PARTICULAR PURPOSE.
 
15
 
 
16
@SET_MAKE@
 
17
 
 
18
 
 
19
VPATH = @srcdir@
 
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibdir = $(libdir)/@PACKAGE@
 
23
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
25
install_sh_DATA = $(install_sh) -c -m 644
 
26
install_sh_PROGRAM = $(install_sh) -c
 
27
install_sh_SCRIPT = $(install_sh) -c
 
28
INSTALL_HEADER = $(INSTALL_DATA)
 
29
transform = $(program_transform_name)
 
30
NORMAL_INSTALL = :
 
31
PRE_INSTALL = :
 
32
POST_INSTALL = :
 
33
NORMAL_UNINSTALL = :
 
34
PRE_UNINSTALL = :
 
35
POST_UNINSTALL = :
 
36
build_triplet = @build@
 
37
host_triplet = @host@
 
38
@BUILD_GPUTESTS_TRUE@noinst_PROGRAMS = texture_power_of_2$(EXEEXT) \
 
39
@BUILD_GPUTESTS_TRUE@   framebufferobject$(EXEEXT) \
 
40
@BUILD_GPUTESTS_TRUE@   quad_2texmod$(EXEEXT)
 
41
subdir = gputests
 
42
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
43
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
44
am__aclocal_m4_deps = $(top_srcdir)/m4/ac_doxygen.m4 \
 
45
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
46
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
47
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
 
48
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
49
        $(ACLOCAL_M4)
 
50
mkinstalldirs = $(install_sh) -d
 
51
CONFIG_HEADER = $(top_builddir)/config.h
 
52
CONFIG_CLEAN_FILES =
 
53
CONFIG_CLEAN_VPATH_FILES =
 
54
PROGRAMS = $(noinst_PROGRAMS)
 
55
am__framebufferobject_SOURCES_DIST = framebufferobject.cpp
 
56
@BUILD_GPUTESTS_TRUE@am_framebufferobject_OBJECTS =  \
 
57
@BUILD_GPUTESTS_TRUE@   framebufferobject.$(OBJEXT)
 
58
framebufferobject_OBJECTS = $(am_framebufferobject_OBJECTS)
 
59
am__DEPENDENCIES_1 =
 
60
@BUILD_GPUTESTS_TRUE@am__DEPENDENCIES_2 = $(top_builddir)/NuxCore/libnux-core-@NUX_API_VERSION@.la \
 
61
@BUILD_GPUTESTS_TRUE@   $(top_builddir)/NuxImage/libnux-image-@NUX_API_VERSION@.la \
 
62
@BUILD_GPUTESTS_TRUE@   $(top_builddir)/NuxMesh/libnux-mesh-@NUX_API_VERSION@.la \
 
63
@BUILD_GPUTESTS_TRUE@   $(top_builddir)/NuxGraphics/libnux-graphics-@NUX_API_VERSION@.la \
 
64
@BUILD_GPUTESTS_TRUE@   $(top_builddir)/Nux/libnux-@NUX_API_VERSION@.la \
 
65
@BUILD_GPUTESTS_TRUE@   $(am__DEPENDENCIES_1) \
 
66
@BUILD_GPUTESTS_TRUE@   $(am__DEPENDENCIES_1)
 
67
@BUILD_GPUTESTS_TRUE@framebufferobject_DEPENDENCIES =  \
 
68
@BUILD_GPUTESTS_TRUE@   $(am__DEPENDENCIES_2)
 
69
AM_V_lt = $(am__v_lt_$(V))
 
70
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
 
71
am__v_lt_0 = --silent
 
72
am__quad_2texmod_SOURCES_DIST = quad_2texmod.cpp
 
73
@BUILD_GPUTESTS_TRUE@am_quad_2texmod_OBJECTS = quad_2texmod.$(OBJEXT)
 
74
quad_2texmod_OBJECTS = $(am_quad_2texmod_OBJECTS)
 
75
@BUILD_GPUTESTS_TRUE@quad_2texmod_DEPENDENCIES =  \
 
76
@BUILD_GPUTESTS_TRUE@   $(am__DEPENDENCIES_2)
 
77
am__texture_power_of_2_SOURCES_DIST = texture_power_of_2.cpp
 
78
@BUILD_GPUTESTS_TRUE@am_texture_power_of_2_OBJECTS =  \
 
79
@BUILD_GPUTESTS_TRUE@   texture_power_of_2.$(OBJEXT)
 
80
texture_power_of_2_OBJECTS = $(am_texture_power_of_2_OBJECTS)
 
81
@BUILD_GPUTESTS_TRUE@texture_power_of_2_DEPENDENCIES =  \
 
82
@BUILD_GPUTESTS_TRUE@   $(am__DEPENDENCIES_2)
 
83
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
84
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
85
am__depfiles_maybe = depfiles
 
86
am__mv = mv -f
 
87
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
88
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
89
LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
 
90
        $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
 
91
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
92
        $(AM_CXXFLAGS) $(CXXFLAGS)
 
93
AM_V_CXX = $(am__v_CXX_$(V))
 
94
am__v_CXX_ = $(am__v_CXX_$(AM_DEFAULT_VERBOSITY))
 
95
am__v_CXX_0 = @echo "  CXX   " $@;
 
96
AM_V_at = $(am__v_at_$(V))
 
97
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
98
am__v_at_0 = @
 
99
CXXLD = $(CXX)
 
100
CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
 
101
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
 
102
        $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
103
AM_V_CXXLD = $(am__v_CXXLD_$(V))
 
104
am__v_CXXLD_ = $(am__v_CXXLD_$(AM_DEFAULT_VERBOSITY))
 
105
am__v_CXXLD_0 = @echo "  CXXLD " $@;
 
106
AM_V_GEN = $(am__v_GEN_$(V))
 
107
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
108
am__v_GEN_0 = @echo "  GEN   " $@;
 
109
SOURCES = $(framebufferobject_SOURCES) $(quad_2texmod_SOURCES) \
 
110
        $(texture_power_of_2_SOURCES)
 
111
DIST_SOURCES = $(am__framebufferobject_SOURCES_DIST) \
 
112
        $(am__quad_2texmod_SOURCES_DIST) \
 
113
        $(am__texture_power_of_2_SOURCES_DIST)
 
114
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
115
am__vpath_adj = case $$p in \
 
116
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
117
    *) f=$$p;; \
 
118
  esac;
 
119
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
120
am__install_max = 40
 
121
am__nobase_strip_setup = \
 
122
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
123
am__nobase_strip = \
 
124
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
125
am__nobase_list = $(am__nobase_strip_setup); \
 
126
  for p in $$list; do echo "$$p $$p"; done | \
 
127
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
128
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
129
    if (++n[$$2] == $(am__install_max)) \
 
130
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
131
    END { for (dir in files) print dir, files[dir] }'
 
132
am__base_list = \
 
133
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
134
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
135
am__installdirs = "$(DESTDIR)$(sourcegputestsdir)"
 
136
DATA = $(sourcegputests_DATA)
 
137
ETAGS = etags
 
138
CTAGS = ctags
 
139
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
140
ACLOCAL = @ACLOCAL@
 
141
AMTAR = @AMTAR@
 
142
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
143
AR = @AR@
 
144
AUTOCONF = @AUTOCONF@
 
145
AUTOHEADER = @AUTOHEADER@
 
146
AUTOMAKE = @AUTOMAKE@
 
147
AWK = @AWK@
 
148
CC = @CC@
 
149
CCDEPMODE = @CCDEPMODE@
 
150
CFLAGS = @CFLAGS@
 
151
CPP = @CPP@
 
152
CPPFLAGS = @CPPFLAGS@
 
153
CXX = @CXX@
 
154
CXXCPP = @CXXCPP@
 
155
CXXDEPMODE = @CXXDEPMODE@
 
156
CXXFLAGS = @CXXFLAGS@
 
157
CYGPATH_W = @CYGPATH_W@
 
158
DEFS = @DEFS@
 
159
DEPDIR = @DEPDIR@
 
160
DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
 
161
DSYMUTIL = @DSYMUTIL@
 
162
DUMPBIN = @DUMPBIN@
 
163
DX_CONFIG = @DX_CONFIG@
 
164
DX_DOCDIR = @DX_DOCDIR@
 
165
DX_DOT = @DX_DOT@
 
166
DX_DOXYGEN = @DX_DOXYGEN@
 
167
DX_DVIPS = @DX_DVIPS@
 
168
DX_EGREP = @DX_EGREP@
 
169
DX_ENV = @DX_ENV@
 
170
DX_FLAG_chi = @DX_FLAG_chi@
 
171
DX_FLAG_chm = @DX_FLAG_chm@
 
172
DX_FLAG_doc = @DX_FLAG_doc@
 
173
DX_FLAG_dot = @DX_FLAG_dot@
 
174
DX_FLAG_html = @DX_FLAG_html@
 
175
DX_FLAG_man = @DX_FLAG_man@
 
176
DX_FLAG_pdf = @DX_FLAG_pdf@
 
177
DX_FLAG_ps = @DX_FLAG_ps@
 
178
DX_FLAG_rtf = @DX_FLAG_rtf@
 
179
DX_FLAG_xml = @DX_FLAG_xml@
 
180
DX_HHC = @DX_HHC@
 
181
DX_LATEX = @DX_LATEX@
 
182
DX_MAKEINDEX = @DX_MAKEINDEX@
 
183
DX_PDFLATEX = @DX_PDFLATEX@
 
184
DX_PERL = @DX_PERL@
 
185
DX_PROJECT = @DX_PROJECT@
 
186
ECHO_C = @ECHO_C@
 
187
ECHO_N = @ECHO_N@
 
188
ECHO_T = @ECHO_T@
 
189
EGREP = @EGREP@
 
190
EXEEXT = @EXEEXT@
 
191
FGREP = @FGREP@
 
192
GCC_FLAGS = @GCC_FLAGS@
 
193
GREP = @GREP@
 
194
INSTALL = @INSTALL@
 
195
INSTALL_DATA = @INSTALL_DATA@
 
196
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
197
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
198
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
199
LD = @LD@
 
200
LDFLAGS = @LDFLAGS@
 
201
LIBOBJS = @LIBOBJS@
 
202
LIBS = @LIBS@
 
203
LIBTOOL = @LIBTOOL@
 
204
LIPO = @LIPO@
 
205
LN_S = @LN_S@
 
206
LTLIBOBJS = @LTLIBOBJS@
 
207
MAINTAINER_CFLAGS = @MAINTAINER_CFLAGS@
 
208
MAKEINFO = @MAKEINFO@
 
209
MKDIR_P = @MKDIR_P@
 
210
NM = @NM@
 
211
NMEDIT = @NMEDIT@
 
212
NUX_API_VERSION = @NUX_API_VERSION@
 
213
NUX_CFLAGS = @NUX_CFLAGS@
 
214
NUX_CORE_CFLAGS = @NUX_CORE_CFLAGS@
 
215
NUX_CORE_LIBS = @NUX_CORE_LIBS@
 
216
NUX_EXAMPLES_CFLAGS = @NUX_EXAMPLES_CFLAGS@
 
217
NUX_EXAMPLES_LIBS = @NUX_EXAMPLES_LIBS@
 
218
NUX_GPUTESTS_CFLAGS = @NUX_GPUTESTS_CFLAGS@
 
219
NUX_GPUTESTS_LIBS = @NUX_GPUTESTS_LIBS@
 
220
NUX_GRAPHICS_CFLAGS = @NUX_GRAPHICS_CFLAGS@
 
221
NUX_GRAPHICS_LIBS = @NUX_GRAPHICS_LIBS@
 
222
NUX_IMAGE_CFLAGS = @NUX_IMAGE_CFLAGS@
 
223
NUX_IMAGE_LIBS = @NUX_IMAGE_LIBS@
 
224
NUX_LIBS = @NUX_LIBS@
 
225
NUX_LT_LDFLAGS = @NUX_LT_LDFLAGS@
 
226
NUX_LT_VERSION = @NUX_LT_VERSION@
 
227
NUX_MAJOR_VERSION = @NUX_MAJOR_VERSION@
 
228
NUX_MESH_CFLAGS = @NUX_MESH_CFLAGS@
 
229
NUX_MESH_LIBS = @NUX_MESH_LIBS@
 
230
NUX_MICRO_VERSION = @NUX_MICRO_VERSION@
 
231
NUX_MINOR_VERSION = @NUX_MINOR_VERSION@
 
232
NUX_VERSION = @NUX_VERSION@
 
233
OBJDUMP = @OBJDUMP@
 
234
OBJEXT = @OBJEXT@
 
235
OTOOL = @OTOOL@
 
236
OTOOL64 = @OTOOL64@
 
237
PACKAGE = @PACKAGE@
 
238
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
239
PACKAGE_NAME = @PACKAGE_NAME@
 
240
PACKAGE_STRING = @PACKAGE_STRING@
 
241
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
242
PACKAGE_URL = @PACKAGE_URL@
 
243
PACKAGE_VERSION = @PACKAGE_VERSION@
 
244
PATH_SEPARATOR = @PATH_SEPARATOR@
 
245
PKG_CONFIG = @PKG_CONFIG@
 
246
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
247
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
248
RANLIB = @RANLIB@
 
249
SED = @SED@
 
250
SET_MAKE = @SET_MAKE@
 
251
SHELL = @SHELL@
 
252
STRIP = @STRIP@
 
253
VERSION = @VERSION@
 
254
abs_builddir = @abs_builddir@
 
255
abs_srcdir = @abs_srcdir@
 
256
abs_top_builddir = @abs_top_builddir@
 
257
abs_top_srcdir = @abs_top_srcdir@
 
258
ac_ct_CC = @ac_ct_CC@
 
259
ac_ct_CXX = @ac_ct_CXX@
 
260
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
261
am__include = @am__include@
 
262
am__leading_dot = @am__leading_dot@
 
263
am__quote = @am__quote@
 
264
am__tar = @am__tar@
 
265
am__untar = @am__untar@
 
266
bindir = @bindir@
 
267
build = @build@
 
268
build_alias = @build_alias@
 
269
build_cpu = @build_cpu@
 
270
build_os = @build_os@
 
271
build_vendor = @build_vendor@
 
272
builddir = @builddir@
 
273
datadir = @datadir@
 
274
datarootdir = @datarootdir@
 
275
docdir = @docdir@
 
276
dvidir = @dvidir@
 
277
exec_prefix = @exec_prefix@
 
278
host = @host@
 
279
host_alias = @host_alias@
 
280
host_cpu = @host_cpu@
 
281
host_os = @host_os@
 
282
host_vendor = @host_vendor@
 
283
htmldir = @htmldir@
 
284
includedir = @includedir@
 
285
infodir = @infodir@
 
286
install_sh = @install_sh@
 
287
libdir = @libdir@
 
288
libexecdir = @libexecdir@
 
289
localedir = @localedir@
 
290
localstatedir = @localstatedir@
 
291
lt_ECHO = @lt_ECHO@
 
292
mandir = @mandir@
 
293
mkdir_p = @mkdir_p@
 
294
oldincludedir = @oldincludedir@
 
295
pdfdir = @pdfdir@
 
296
prefix = @prefix@
 
297
program_transform_name = @program_transform_name@
 
298
psdir = @psdir@
 
299
sbindir = @sbindir@
 
300
sharedstatedir = @sharedstatedir@
 
301
srcdir = @srcdir@
 
302
sysconfdir = @sysconfdir@
 
303
target_alias = @target_alias@
 
304
top_build_prefix = @top_build_prefix@
 
305
top_builddir = @top_builddir@
 
306
top_srcdir = @top_srcdir@
 
307
CLEANFILES = 
 
308
DISTCLEANFILES = 
 
309
EXTRA_DIST = 
 
310
 
 
311
# We only have to do this AM_ once to affect all the binaries we build from
 
312
# this Makefile
 
313
@BUILD_GPUTESTS_TRUE@AM_CPPFLAGS = \
 
314
@BUILD_GPUTESTS_TRUE@  -I$(srcdir) \
 
315
@BUILD_GPUTESTS_TRUE@  -I$(top_srcdir) \
 
316
@BUILD_GPUTESTS_TRUE@  -DPREFIX=\""$(prefix)"\" \
 
317
@BUILD_GPUTESTS_TRUE@   -DLIBDIR=\""$(libdir)"\" \
 
318
@BUILD_GPUTESTS_TRUE@  -DDATADIR=\""$(datadir)"\" \
 
319
@BUILD_GPUTESTS_TRUE@  -DG_LOG_DOMAIN=\"NuxGpuTests\" \
 
320
@BUILD_GPUTESTS_TRUE@  $(GCC_FLAGS) \
 
321
@BUILD_GPUTESTS_TRUE@  $(NUX_CORE_CFLAGS) \
 
322
@BUILD_GPUTESTS_TRUE@  $(NUX_GPUTESTS_CFLAGS) \
 
323
@BUILD_GPUTESTS_TRUE@  $(NUX_CFLAGS) \
 
324
@BUILD_GPUTESTS_TRUE@  $(MAINTAINER_CFLAGS)
 
325
 
 
326
@BUILD_GPUTESTS_TRUE@ALL_LIBS = \
 
327
@BUILD_GPUTESTS_TRUE@  $(top_builddir)/NuxCore/libnux-core-@NUX_API_VERSION@.la \
 
328
@BUILD_GPUTESTS_TRUE@  $(top_builddir)/NuxImage/libnux-image-@NUX_API_VERSION@.la \
 
329
@BUILD_GPUTESTS_TRUE@  $(top_builddir)/NuxMesh/libnux-mesh-@NUX_API_VERSION@.la \
 
330
@BUILD_GPUTESTS_TRUE@  $(top_builddir)/NuxGraphics/libnux-graphics-@NUX_API_VERSION@.la \
 
331
@BUILD_GPUTESTS_TRUE@  $(top_builddir)/Nux/libnux-@NUX_API_VERSION@.la \
 
332
@BUILD_GPUTESTS_TRUE@  $(NUX_GPUTESTS_LIBS) \
 
333
@BUILD_GPUTESTS_TRUE@  $(NUX_LIBS)
 
334
 
 
335
 
 
336
# This is the individual executable build. For every $exe in noinst_PROGRAMS
 
337
# you need a $exe_SOURCES and $exe_LDADD so it builds
 
338
@BUILD_GPUTESTS_TRUE@texture_power_of_2_SOURCES = texture_power_of_2.cpp
 
339
@BUILD_GPUTESTS_TRUE@texture_power_of_2_LDADD = $(ALL_LIBS)
 
340
@BUILD_GPUTESTS_TRUE@framebufferobject_SOURCES = framebufferobject.cpp
 
341
@BUILD_GPUTESTS_TRUE@framebufferobject_LDADD = $(ALL_LIBS)
 
342
@BUILD_GPUTESTS_TRUE@quad_2texmod_SOURCES = quad_2texmod.cpp
 
343
@BUILD_GPUTESTS_TRUE@quad_2texmod_LDADD = $(ALL_LIBS)
 
344
 
 
345
# distribute source along to the documentation
 
346
@BUILD_GPUTESTS_TRUE@sourcegputestsdir = "$(pkgdatadir)/gputests"
 
347
@BUILD_GPUTESTS_TRUE@sourcegputests_DATA = $(texture_power_of_2_SOURCES) \
 
348
@BUILD_GPUTESTS_TRUE@                      $(framebufferobject_SOURCES) \
 
349
@BUILD_GPUTESTS_TRUE@                      $(quad_2texmod)
 
350
 
 
351
all: all-am
 
352
 
 
353
.SUFFIXES:
 
354
.SUFFIXES: .cpp .lo .o .obj
 
355
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
356
        @for dep in $?; do \
 
357
          case '$(am__configure_deps)' in \
 
358
            *$$dep*) \
 
359
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
360
                && { if test -f $@; then exit 0; else break; fi; }; \
 
361
              exit 1;; \
 
362
          esac; \
 
363
        done; \
 
364
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu gputests/Makefile'; \
 
365
        $(am__cd) $(top_srcdir) && \
 
366
          $(AUTOMAKE) --gnu gputests/Makefile
 
367
.PRECIOUS: Makefile
 
368
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
369
        @case '$?' in \
 
370
          *config.status*) \
 
371
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
372
          *) \
 
373
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
374
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
375
        esac;
 
376
 
 
377
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
378
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
379
 
 
380
$(top_srcdir)/configure:  $(am__configure_deps)
 
381
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
382
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
383
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
384
$(am__aclocal_m4_deps):
 
385
 
 
386
clean-noinstPROGRAMS:
 
387
        @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
 
388
        echo " rm -f" $$list; \
 
389
        rm -f $$list || exit $$?; \
 
390
        test -n "$(EXEEXT)" || exit 0; \
 
391
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
392
        echo " rm -f" $$list; \
 
393
        rm -f $$list
 
394
framebufferobject$(EXEEXT): $(framebufferobject_OBJECTS) $(framebufferobject_DEPENDENCIES) 
 
395
        @rm -f framebufferobject$(EXEEXT)
 
396
        $(AM_V_CXXLD)$(CXXLINK) $(framebufferobject_OBJECTS) $(framebufferobject_LDADD) $(LIBS)
 
397
quad_2texmod$(EXEEXT): $(quad_2texmod_OBJECTS) $(quad_2texmod_DEPENDENCIES) 
 
398
        @rm -f quad_2texmod$(EXEEXT)
 
399
        $(AM_V_CXXLD)$(CXXLINK) $(quad_2texmod_OBJECTS) $(quad_2texmod_LDADD) $(LIBS)
 
400
texture_power_of_2$(EXEEXT): $(texture_power_of_2_OBJECTS) $(texture_power_of_2_DEPENDENCIES) 
 
401
        @rm -f texture_power_of_2$(EXEEXT)
 
402
        $(AM_V_CXXLD)$(CXXLINK) $(texture_power_of_2_OBJECTS) $(texture_power_of_2_LDADD) $(LIBS)
 
403
 
 
404
mostlyclean-compile:
 
405
        -rm -f *.$(OBJEXT)
 
406
 
 
407
distclean-compile:
 
408
        -rm -f *.tab.c
 
409
 
 
410
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/framebufferobject.Po@am__quote@
 
411
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/quad_2texmod.Po@am__quote@
 
412
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/texture_power_of_2.Po@am__quote@
 
413
 
 
414
.cpp.o:
 
415
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
416
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
417
@am__fastdepCXX_FALSE@  $(AM_V_CXX) @AM_BACKSLASH@
 
418
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
419
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
420
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
 
421
 
 
422
.cpp.obj:
 
423
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
424
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
425
@am__fastdepCXX_FALSE@  $(AM_V_CXX) @AM_BACKSLASH@
 
426
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
427
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
428
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
429
 
 
430
.cpp.lo:
 
431
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
432
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
433
@am__fastdepCXX_FALSE@  $(AM_V_CXX) @AM_BACKSLASH@
 
434
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
435
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
436
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
 
437
 
 
438
mostlyclean-libtool:
 
439
        -rm -f *.lo
 
440
 
 
441
clean-libtool:
 
442
        -rm -rf .libs _libs
 
443
install-sourcegputestsDATA: $(sourcegputests_DATA)
 
444
        @$(NORMAL_INSTALL)
 
445
        test -z "$(sourcegputestsdir)" || $(MKDIR_P) "$(DESTDIR)$(sourcegputestsdir)"
 
446
        @list='$(sourcegputests_DATA)'; test -n "$(sourcegputestsdir)" || list=; \
 
447
        for p in $$list; do \
 
448
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
449
          echo "$$d$$p"; \
 
450
        done | $(am__base_list) | \
 
451
        while read files; do \
 
452
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(sourcegputestsdir)'"; \
 
453
          $(INSTALL_DATA) $$files "$(DESTDIR)$(sourcegputestsdir)" || exit $$?; \
 
454
        done
 
455
 
 
456
uninstall-sourcegputestsDATA:
 
457
        @$(NORMAL_UNINSTALL)
 
458
        @list='$(sourcegputests_DATA)'; test -n "$(sourcegputestsdir)" || list=; \
 
459
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
460
        test -n "$$files" || exit 0; \
 
461
        echo " ( cd '$(DESTDIR)$(sourcegputestsdir)' && rm -f" $$files ")"; \
 
462
        cd "$(DESTDIR)$(sourcegputestsdir)" && rm -f $$files
 
463
 
 
464
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
465
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
466
        unique=`for i in $$list; do \
 
467
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
468
          done | \
 
469
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
470
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
471
        mkid -fID $$unique
 
472
tags: TAGS
 
473
 
 
474
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
475
                $(TAGS_FILES) $(LISP)
 
476
        set x; \
 
477
        here=`pwd`; \
 
478
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
479
        unique=`for i in $$list; do \
 
480
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
481
          done | \
 
482
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
483
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
484
        shift; \
 
485
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
486
          test -n "$$unique" || unique=$$empty_fix; \
 
487
          if test $$# -gt 0; then \
 
488
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
489
              "$$@" $$unique; \
 
490
          else \
 
491
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
492
              $$unique; \
 
493
          fi; \
 
494
        fi
 
495
ctags: CTAGS
 
496
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
497
                $(TAGS_FILES) $(LISP)
 
498
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
499
        unique=`for i in $$list; do \
 
500
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
501
          done | \
 
502
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
503
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
504
        test -z "$(CTAGS_ARGS)$$unique" \
 
505
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
506
             $$unique
 
507
 
 
508
GTAGS:
 
509
        here=`$(am__cd) $(top_builddir) && pwd` \
 
510
          && $(am__cd) $(top_srcdir) \
 
511
          && gtags -i $(GTAGS_ARGS) "$$here"
 
512
 
 
513
distclean-tags:
 
514
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
515
 
 
516
distdir: $(DISTFILES)
 
517
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
518
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
519
        list='$(DISTFILES)'; \
 
520
          dist_files=`for file in $$list; do echo $$file; done | \
 
521
          sed -e "s|^$$srcdirstrip/||;t" \
 
522
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
523
        case $$dist_files in \
 
524
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
525
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
526
                           sort -u` ;; \
 
527
        esac; \
 
528
        for file in $$dist_files; do \
 
529
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
530
          if test -d $$d/$$file; then \
 
531
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
532
            if test -d "$(distdir)/$$file"; then \
 
533
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
534
            fi; \
 
535
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
536
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
537
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
538
            fi; \
 
539
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
540
          else \
 
541
            test -f "$(distdir)/$$file" \
 
542
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
543
            || exit 1; \
 
544
          fi; \
 
545
        done
 
546
check-am: all-am
 
547
check: check-am
 
548
all-am: Makefile $(PROGRAMS) $(DATA)
 
549
installdirs:
 
550
        for dir in "$(DESTDIR)$(sourcegputestsdir)"; do \
 
551
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
552
        done
 
553
install: install-am
 
554
install-exec: install-exec-am
 
555
install-data: install-data-am
 
556
uninstall: uninstall-am
 
557
 
 
558
install-am: all-am
 
559
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
560
 
 
561
installcheck: installcheck-am
 
562
install-strip:
 
563
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
564
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
565
          `test -z '$(STRIP)' || \
 
566
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
567
mostlyclean-generic:
 
568
 
 
569
clean-generic:
 
570
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
571
 
 
572
distclean-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
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
576
 
 
577
maintainer-clean-generic:
 
578
        @echo "This command is intended for maintainers to use"
 
579
        @echo "it deletes files that may require special tools to rebuild."
 
580
clean: clean-am
 
581
 
 
582
clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
 
583
        mostlyclean-am
 
584
 
 
585
distclean: distclean-am
 
586
        -rm -rf ./$(DEPDIR)
 
587
        -rm -f Makefile
 
588
distclean-am: clean-am distclean-compile distclean-generic \
 
589
        distclean-tags
 
590
 
 
591
dvi: dvi-am
 
592
 
 
593
dvi-am:
 
594
 
 
595
html: html-am
 
596
 
 
597
html-am:
 
598
 
 
599
info: info-am
 
600
 
 
601
info-am:
 
602
 
 
603
install-data-am: install-sourcegputestsDATA
 
604
 
 
605
install-dvi: install-dvi-am
 
606
 
 
607
install-dvi-am:
 
608
 
 
609
install-exec-am:
 
610
 
 
611
install-html: install-html-am
 
612
 
 
613
install-html-am:
 
614
 
 
615
install-info: install-info-am
 
616
 
 
617
install-info-am:
 
618
 
 
619
install-man:
 
620
 
 
621
install-pdf: install-pdf-am
 
622
 
 
623
install-pdf-am:
 
624
 
 
625
install-ps: install-ps-am
 
626
 
 
627
install-ps-am:
 
628
 
 
629
installcheck-am:
 
630
 
 
631
maintainer-clean: maintainer-clean-am
 
632
        -rm -rf ./$(DEPDIR)
 
633
        -rm -f Makefile
 
634
maintainer-clean-am: distclean-am maintainer-clean-generic
 
635
 
 
636
mostlyclean: mostlyclean-am
 
637
 
 
638
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
639
        mostlyclean-libtool
 
640
 
 
641
pdf: pdf-am
 
642
 
 
643
pdf-am:
 
644
 
 
645
ps: ps-am
 
646
 
 
647
ps-am:
 
648
 
 
649
uninstall-am: uninstall-sourcegputestsDATA
 
650
 
 
651
.MAKE: install-am install-strip
 
652
 
 
653
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
654
        clean-libtool clean-noinstPROGRAMS ctags distclean \
 
655
        distclean-compile distclean-generic distclean-libtool \
 
656
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
657
        install install-am install-data install-data-am install-dvi \
 
658
        install-dvi-am install-exec install-exec-am install-html \
 
659
        install-html-am install-info install-info-am install-man \
 
660
        install-pdf install-pdf-am install-ps install-ps-am \
 
661
        install-sourcegputestsDATA install-strip installcheck \
 
662
        installcheck-am installdirs maintainer-clean \
 
663
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
664
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
665
        tags uninstall uninstall-am uninstall-sourcegputestsDATA
 
666
 
 
667
 
 
668
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
669
# Otherwise a system limit (for SysV at least) may be exceeded.
 
670
.NOEXPORT: