Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/RenderSystems/GL/src/Makefile.in @ 3

Last change on this file since 3 was 3, checked in by anonymous, 17 years ago

=update

File size: 25.3 KB
Line 
1# Makefile.in generated by automake 1.9.6 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005  Free Software Foundation, Inc.
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
17srcdir = @srcdir@
18top_srcdir = @top_srcdir@
19VPATH = @srcdir@
20pkgdatadir = $(datadir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkgincludedir = $(includedir)/@PACKAGE@
23top_builddir = ../../..
24am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25INSTALL = @INSTALL@
26install_sh_DATA = $(install_sh) -c -m 644
27install_sh_PROGRAM = $(install_sh) -c
28install_sh_SCRIPT = $(install_sh) -c
29INSTALL_HEADER = $(INSTALL_DATA)
30transform = $(program_transform_name)
31NORMAL_INSTALL = :
32PRE_INSTALL = :
33POST_INSTALL = :
34NORMAL_UNINSTALL = :
35PRE_UNINSTALL = :
36POST_UNINSTALL = :
37build_triplet = @build@
38host_triplet = @host@
39target_triplet = @target@
40subdir = RenderSystems/GL/src
41DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
42ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43am__aclocal_m4_deps = $(top_srcdir)/Scripts/m4/cppunit.m4 \
44        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
45am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46        $(ACLOCAL_M4)
47mkinstalldirs = $(install_sh) -d
48CONFIG_HEADER = $(top_builddir)/OgreMain/include/config.h
49CONFIG_CLEAN_FILES =
50am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
51am__vpath_adj = case $$p in \
52    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
53    *) f=$$p;; \
54  esac;
55am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
56am__installdirs = "$(DESTDIR)$(pkglibdir)"
57pkglibLTLIBRARIES_INSTALL = $(INSTALL)
58LTLIBRARIES = $(pkglib_LTLIBRARIES)
59am__DEPENDENCIES_1 =
60RenderSystem_GL_la_DEPENDENCIES = $(top_builddir)/RenderSystems/GL/src/$(OGRE_GLSUPPORT)/libsupport.la \
61        $(top_builddir)/RenderSystems/GL/src/GLSL/src/libGLSL.la \
62        $(top_builddir)/RenderSystems/GL/src/nvparse/libnvparse.la \
63        $(top_builddir)/RenderSystems/GL/src/atifs/src/libatifs.la \
64        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
65        $(am__DEPENDENCIES_1)
66am_RenderSystem_GL_la_OBJECTS = OgreGLEngineDll.lo OgreGLPlugin.lo \
67        OgreGLGpuProgram.lo OgreGLGpuNvparseProgram.lo \
68        OgreGLGpuProgramManager.lo OgreGLRenderSystem.lo \
69        OgreGLSupport.lo OgreGLTexture.lo OgreGLTextureManager.lo \
70        OgreGLHardwareBufferManager.lo OgreGLHardwareIndexBuffer.lo \
71        OgreGLHardwareOcclusionQuery.lo OgreGLHardwareVertexBuffer.lo \
72        OgreGLHardwarePixelBuffer.lo \
73        OgreGLDefaultHardwareBufferManager.lo OgreGLContext.lo \
74        OgreGLPixelFormat.lo OgreGLRenderTexture.lo \
75        OgreGLFBORenderTexture.lo OgreGLPBRenderTexture.lo \
76        OgreGLFBOMultiRenderTarget.lo OgreGLFrameBufferObject.lo \
77        glew.lo
78RenderSystem_GL_la_OBJECTS = $(am_RenderSystem_GL_la_OBJECTS)
79DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/OgreMain/include
80depcomp = $(SHELL) $(top_srcdir)/depcomp
81am__depfiles_maybe = depfiles
82CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
83        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
84LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
85        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
86        $(AM_CXXFLAGS) $(CXXFLAGS)
87CXXLD = $(CXX)
88CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
89        $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
90SOURCES = $(RenderSystem_GL_la_SOURCES)
91DIST_SOURCES = $(RenderSystem_GL_la_SOURCES)
92RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
93        html-recursive info-recursive install-data-recursive \
94        install-exec-recursive install-info-recursive \
95        install-recursive installcheck-recursive installdirs-recursive \
96        pdf-recursive ps-recursive uninstall-info-recursive \
97        uninstall-recursive
98ETAGS = etags
99CTAGS = ctags
100DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
101ACLOCAL = @ACLOCAL@
102AMDEP_FALSE = @AMDEP_FALSE@
103AMDEP_TRUE = @AMDEP_TRUE@
104AMTAR = @AMTAR@
105AR = @AR@
106AUTOCONF = @AUTOCONF@
107AUTOHEADER = @AUTOHEADER@
108AUTOMAKE = @AUTOMAKE@
109AWK = @AWK@
110BUILD_CGPLUGIN_FALSE = @BUILD_CGPLUGIN_FALSE@
111BUILD_CGPLUGIN_TRUE = @BUILD_CGPLUGIN_TRUE@
112BUILD_DX9RENDERSYSTEM_FALSE = @BUILD_DX9RENDERSYSTEM_FALSE@
113BUILD_DX9RENDERSYSTEM_TRUE = @BUILD_DX9RENDERSYSTEM_TRUE@
114BUILD_EXRPLUGIN_FALSE = @BUILD_EXRPLUGIN_FALSE@
115BUILD_EXRPLUGIN_TRUE = @BUILD_EXRPLUGIN_TRUE@
116BUILD_UNIT_TESTS_FALSE = @BUILD_UNIT_TESTS_FALSE@
117BUILD_UNIT_TESTS_TRUE = @BUILD_UNIT_TESTS_TRUE@
118CC = @CC@
119CCDEPMODE = @CCDEPMODE@
120CEGUI_CFLAGS = @CEGUI_CFLAGS@
121CEGUI_LIBS = @CEGUI_LIBS@
122CFLAGS = @CFLAGS@
123CFLAGS_VISIBILITY = @CFLAGS_VISIBILITY@
124CPP = @CPP@
125CPPFLAGS = @CPPFLAGS@
126CPPUNIT_CFLAGS = @CPPUNIT_CFLAGS@
127CPPUNIT_CONFIG = @CPPUNIT_CONFIG@
128CPPUNIT_LIBS = @CPPUNIT_LIBS@
129CXX = @CXX@
130CXXCPP = @CXXCPP@
131CXXDEPMODE = @CXXDEPMODE@
132CXXFLAGS = @CXXFLAGS@
133CYGPATH_W = @CYGPATH_W@
134DEFS = @DEFS@
135DEPDIR = @DEPDIR@
136ECHO = @ECHO@
137ECHO_C = @ECHO_C@
138ECHO_N = @ECHO_N@
139ECHO_T = @ECHO_T@
140EGREP = @EGREP@
141EXEEXT = @EXEEXT@
142F77 = @F77@
143FFLAGS = @FFLAGS@
144FT2_CFLAGS = @FT2_CFLAGS@
145FT2_CONFIG = @FT2_CONFIG@
146FT2_LIBS = @FT2_LIBS@
147GLSUPPORT_CFLAGS = @GLSUPPORT_CFLAGS@
148GLSUPPORT_LIBS = @GLSUPPORT_LIBS@
149GL_LIBS = @GL_LIBS@
150GREP = @GREP@
151GTK_CFLAGS = @GTK_CFLAGS@
152GTK_LIBS = @GTK_LIBS@
153HAVE_CEGUI_FALSE = @HAVE_CEGUI_FALSE@
154HAVE_CEGUI_TRUE = @HAVE_CEGUI_TRUE@
155INSTALL_DATA = @INSTALL_DATA@
156INSTALL_PROGRAM = @INSTALL_PROGRAM@
157INSTALL_SCRIPT = @INSTALL_SCRIPT@
158INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
159LDFLAGS = @LDFLAGS@
160LEX = @LEX@
161LEXLIB = @LEXLIB@
162LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
163LIBOBJS = @LIBOBJS@
164LIBS = @LIBS@
165LIBTOOL = @LIBTOOL@
166LN_S = @LN_S@
167LTLIBOBJS = @LTLIBOBJS@
168MAKEINFO = @MAKEINFO@
169OBJEXT = @OBJEXT@
170OGRE_BUILDING_DEMOS_FALSE = @OGRE_BUILDING_DEMOS_FALSE@
171OGRE_BUILDING_DEMOS_TRUE = @OGRE_BUILDING_DEMOS_TRUE@
172OGRE_BUILD_SSE_FALSE = @OGRE_BUILD_SSE_FALSE@
173OGRE_BUILD_SSE_TRUE = @OGRE_BUILD_SSE_TRUE@
174OGRE_CFLAGS = @OGRE_CFLAGS@
175OGRE_GLSUPPORT = @OGRE_GLSUPPORT@
176OGRE_GUI = @OGRE_GUI@
177OGRE_LINUX_FALSE = @OGRE_LINUX_FALSE@
178OGRE_LINUX_TRUE = @OGRE_LINUX_TRUE@
179OGRE_NT_FALSE = @OGRE_NT_FALSE@
180OGRE_NT_TRUE = @OGRE_NT_TRUE@
181OGRE_OSX_FALSE = @OGRE_OSX_FALSE@
182OGRE_OSX_TRUE = @OGRE_OSX_TRUE@
183OGRE_PLATFORM = @OGRE_PLATFORM@
184OGRE_THREAD_LIBS = @OGRE_THREAD_LIBS@
185OIS_CFLAGS = @OIS_CFLAGS@
186OIS_LIBS = @OIS_LIBS@
187OPENEXR_CFLAGS = @OPENEXR_CFLAGS@
188OPENEXR_LIBS = @OPENEXR_LIBS@
189PACKAGE = @PACKAGE@
190PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
191PACKAGE_NAME = @PACKAGE_NAME@
192PACKAGE_STRING = @PACKAGE_STRING@
193PACKAGE_TARNAME = @PACKAGE_TARNAME@
194PACKAGE_VERSION = @PACKAGE_VERSION@
195PATH_SEPARATOR = @PATH_SEPARATOR@
196PKG_CONFIG = @PKG_CONFIG@
197PLATFORM_CFLAGS = @PLATFORM_CFLAGS@
198PLATFORM_LIBS = @PLATFORM_LIBS@
199PLUGIN_FLAGS = @PLUGIN_FLAGS@
200RANLIB = @RANLIB@
201RC = @RC@
202SAME_PLATFORM_AND_GUI_FALSE = @SAME_PLATFORM_AND_GUI_FALSE@
203SAME_PLATFORM_AND_GUI_TRUE = @SAME_PLATFORM_AND_GUI_TRUE@
204SET_MAKE = @SET_MAKE@
205SHARED_FLAGS = @SHARED_FLAGS@
206SHELL = @SHELL@
207STLPORT_CFLAGS = @STLPORT_CFLAGS@
208STLPORT_LIBS = @STLPORT_LIBS@
209STRIP = @STRIP@
210USE_DEVIL_FALSE = @USE_DEVIL_FALSE@
211USE_DEVIL_TRUE = @USE_DEVIL_TRUE@
212USE_FREEIMAGE_FALSE = @USE_FREEIMAGE_FALSE@
213USE_FREEIMAGE_TRUE = @USE_FREEIMAGE_TRUE@
214VERSION = @VERSION@
215XMKMF = @XMKMF@
216YACC = @YACC@
217YFLAGS = @YFLAGS@
218ZZIPLIB_CFLAGS = @ZZIPLIB_CFLAGS@
219ZZIPLIB_LIBS = @ZZIPLIB_LIBS@
220abs_top_builddir = @abs_top_builddir@
221ac_ct_CC = @ac_ct_CC@
222ac_ct_CXX = @ac_ct_CXX@
223ac_ct_F77 = @ac_ct_F77@
224am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
225am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
226am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
227am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
228am__include = @am__include@
229am__leading_dot = @am__leading_dot@
230am__quote = @am__quote@
231am__tar = @am__tar@
232am__untar = @am__untar@
233bindir = @bindir@
234build = @build@
235build_alias = @build_alias@
236build_cpu = @build_cpu@
237build_os = @build_os@
238build_vendor = @build_vendor@
239datadir = @datadir@
240datarootdir = @datarootdir@
241docdir = @docdir@
242dvidir = @dvidir@
243exec_prefix = @exec_prefix@
244host = @host@
245host_alias = @host_alias@
246host_cpu = @host_cpu@
247host_os = @host_os@
248host_vendor = @host_vendor@
249htmldir = @htmldir@
250includedir = @includedir@
251infodir = @infodir@
252install_sh = @install_sh@
253libdir = @libdir@
254libexecdir = @libexecdir@
255localedir = @localedir@
256localstatedir = @localstatedir@
257mandir = @mandir@
258mkdir_p = @mkdir_p@
259ogreexecdir = @ogreexecdir@
260oldincludedir = @oldincludedir@
261pdfdir = @pdfdir@
262prefix = @prefix@
263program_transform_name = @program_transform_name@
264psdir = @psdir@
265sbindir = @sbindir@
266sharedstatedir = @sharedstatedir@
267sysconfdir = @sysconfdir@
268target = @target@
269target_alias = @target_alias@
270target_cpu = @target_cpu@
271target_os = @target_os@
272target_vendor = @target_vendor@
273INCLUDES = $(STLPORT_CFLAGS) -I$(top_srcdir)/RenderSystems/GL/include \
274           -I$(top_srcdir)/OgreMain/include $(GLSUPPORT_CFLAGS) \
275           -I$(top_srcdir)/RenderSystems/GL/src/$(OGRE_GLSUPPORT) \
276           -I$(top_srcdir)/RenderSystems/GL/src/nvparse \
277           -I$(top_srcdir)/RenderSystems/GL/src/atifs/include \
278           -I$(top_srcdir)/RenderSystems/GL/src/GLSL/include \
279           $(CFLAGS_VISIBILITY)
280
281DIST_SUBDIRS = win32 GLX
282SUBDIRS = $(OGRE_GLSUPPORT) nvparse atifs GLSL
283pkglib_LTLIBRARIES = RenderSystem_GL.la
284RenderSystem_GL_la_SOURCES = OgreGLEngineDll.cpp \
285                             OgreGLPlugin.cpp \
286                             OgreGLGpuProgram.cpp \
287                             OgreGLGpuNvparseProgram.cpp \
288                             OgreGLGpuProgramManager.cpp \
289                             OgreGLRenderSystem.cpp \
290                             OgreGLSupport.cpp \
291                             OgreGLTexture.cpp \
292                             OgreGLTextureManager.cpp \
293                             OgreGLHardwareBufferManager.cpp \
294                             OgreGLHardwareIndexBuffer.cpp \
295                             OgreGLHardwareOcclusionQuery.cpp \
296                             OgreGLHardwareVertexBuffer.cpp \
297                             OgreGLHardwarePixelBuffer.cpp \
298                             OgreGLDefaultHardwareBufferManager.cpp \
299                             OgreGLContext.cpp \
300                             OgreGLPixelFormat.cpp \
301                             OgreGLRenderTexture.cpp \
302                             OgreGLFBORenderTexture.cpp \
303                             OgreGLPBRenderTexture.cpp \
304                             OgreGLFBOMultiRenderTarget.cpp \
305                             OgreGLFrameBufferObject.cpp \
306                             glew.cpp
307
308RenderSystem_GL_la_LDFLAGS = -module $(PLUGIN_FLAGS) -L$(top_builddir)/OgreMain/src -Wl,-z,defs
309RenderSystem_GL_la_LIBADD = \
310    $(top_builddir)/RenderSystems/GL/src/$(OGRE_GLSUPPORT)/libsupport.la \
311    $(top_builddir)/RenderSystems/GL/src/GLSL/src/libGLSL.la \
312    $(top_builddir)/RenderSystems/GL/src/nvparse/libnvparse.la \
313    $(top_builddir)/RenderSystems/GL/src/atifs/src/libatifs.la \
314    $(GL_LIBS) $(GLSUPPORT_LIBS) -lOgreMain $(OGRE_THREAD_LIBS)
315
316all: all-recursive
317
318.SUFFIXES:
319.SUFFIXES: .cpp .lo .o .obj
320$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
321        @for dep in $?; do \
322          case '$(am__configure_deps)' in \
323            *$$dep*) \
324              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
325                && exit 0; \
326              exit 1;; \
327          esac; \
328        done; \
329        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  RenderSystems/GL/src/Makefile'; \
330        cd $(top_srcdir) && \
331          $(AUTOMAKE) --foreign  RenderSystems/GL/src/Makefile
332.PRECIOUS: Makefile
333Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
334        @case '$?' in \
335          *config.status*) \
336            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
337          *) \
338            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
339            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
340        esac;
341
342$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
343        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
344
345$(top_srcdir)/configure:  $(am__configure_deps)
346        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
347$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
348        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
349install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
350        @$(NORMAL_INSTALL)
351        test -z "$(pkglibdir)" || $(mkdir_p) "$(DESTDIR)$(pkglibdir)"
352        @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
353          if test -f $$p; then \
354            f=$(am__strip_dir) \
355            echo " $(LIBTOOL) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pkglibdir)/$$f'"; \
356            $(LIBTOOL) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pkglibdir)/$$f"; \
357          else :; fi; \
358        done
359
360uninstall-pkglibLTLIBRARIES:
361        @$(NORMAL_UNINSTALL)
362        @set -x; list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
363          p=$(am__strip_dir) \
364          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$p'"; \
365          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$p"; \
366        done
367
368clean-pkglibLTLIBRARIES:
369        -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
370        @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
371          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
372          test "$$dir" != "$$p" || dir=.; \
373          echo "rm -f \"$${dir}/so_locations\""; \
374          rm -f "$${dir}/so_locations"; \
375        done
376RenderSystem_GL.la: $(RenderSystem_GL_la_OBJECTS) $(RenderSystem_GL_la_DEPENDENCIES)
377        $(CXXLINK) -rpath $(pkglibdir) $(RenderSystem_GL_la_LDFLAGS) $(RenderSystem_GL_la_OBJECTS) $(RenderSystem_GL_la_LIBADD) $(LIBS)
378
379mostlyclean-compile:
380        -rm -f *.$(OBJEXT)
381
382distclean-compile:
383        -rm -f *.tab.c
384
385@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OgreGLContext.Plo@am__quote@
386@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OgreGLDefaultHardwareBufferManager.Plo@am__quote@
387@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OgreGLEngineDll.Plo@am__quote@
388@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OgreGLFBOMultiRenderTarget.Plo@am__quote@
389@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OgreGLFBORenderTexture.Plo@am__quote@
390@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OgreGLFrameBufferObject.Plo@am__quote@
391@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OgreGLGpuNvparseProgram.Plo@am__quote@
392@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OgreGLGpuProgram.Plo@am__quote@
393@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OgreGLGpuProgramManager.Plo@am__quote@
394@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OgreGLHardwareBufferManager.Plo@am__quote@
395@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OgreGLHardwareIndexBuffer.Plo@am__quote@
396@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OgreGLHardwareOcclusionQuery.Plo@am__quote@
397@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OgreGLHardwarePixelBuffer.Plo@am__quote@
398@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OgreGLHardwareVertexBuffer.Plo@am__quote@
399@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OgreGLPBRenderTexture.Plo@am__quote@
400@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OgreGLPixelFormat.Plo@am__quote@
401@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OgreGLPlugin.Plo@am__quote@
402@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OgreGLRenderSystem.Plo@am__quote@
403@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OgreGLRenderTexture.Plo@am__quote@
404@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OgreGLSupport.Plo@am__quote@
405@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OgreGLTexture.Plo@am__quote@
406@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OgreGLTextureManager.Plo@am__quote@
407@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glew.Plo@am__quote@
408
409.cpp.o:
410@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
411@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
412@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
413@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
414@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
415
416.cpp.obj:
417@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
418@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
419@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
420@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
421@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
422
423.cpp.lo:
424@am__fastdepCXX_TRUE@   if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
425@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
426@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
427@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
428@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
429
430mostlyclean-libtool:
431        -rm -f *.lo
432
433clean-libtool:
434        -rm -rf .libs _libs
435
436distclean-libtool:
437        -rm -f libtool
438uninstall-info-am:
439
440# This directory's subdirectories are mostly independent; you can cd
441# into them and run `make' without going through this Makefile.
442# To change the values of `make' variables: instead of editing Makefiles,
443# (1) if the variable is set in `config.status', edit `config.status'
444#     (which will cause the Makefiles to be regenerated when you run `make');
445# (2) otherwise, pass the desired values on the `make' command line.
446$(RECURSIVE_TARGETS):
447        @failcom='exit 1'; \
448        for f in x $$MAKEFLAGS; do \
449          case $$f in \
450            *=* | --[!k]*);; \
451            *k*) failcom='fail=yes';; \
452          esac; \
453        done; \
454        dot_seen=no; \
455        target=`echo $@ | sed s/-recursive//`; \
456        list='$(SUBDIRS)'; for subdir in $$list; do \
457          echo "Making $$target in $$subdir"; \
458          if test "$$subdir" = "."; then \
459            dot_seen=yes; \
460            local_target="$$target-am"; \
461          else \
462            local_target="$$target"; \
463          fi; \
464          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
465          || eval $$failcom; \
466        done; \
467        if test "$$dot_seen" = "no"; then \
468          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
469        fi; test -z "$$fail"
470
471mostlyclean-recursive clean-recursive distclean-recursive \
472maintainer-clean-recursive:
473        @failcom='exit 1'; \
474        for f in x $$MAKEFLAGS; do \
475          case $$f in \
476            *=* | --[!k]*);; \
477            *k*) failcom='fail=yes';; \
478          esac; \
479        done; \
480        dot_seen=no; \
481        case "$@" in \
482          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
483          *) list='$(SUBDIRS)' ;; \
484        esac; \
485        rev=''; for subdir in $$list; do \
486          if test "$$subdir" = "."; then :; else \
487            rev="$$subdir $$rev"; \
488          fi; \
489        done; \
490        rev="$$rev ."; \
491        target=`echo $@ | sed s/-recursive//`; \
492        for subdir in $$rev; do \
493          echo "Making $$target in $$subdir"; \
494          if test "$$subdir" = "."; then \
495            local_target="$$target-am"; \
496          else \
497            local_target="$$target"; \
498          fi; \
499          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
500          || eval $$failcom; \
501        done && test -z "$$fail"
502tags-recursive:
503        list='$(SUBDIRS)'; for subdir in $$list; do \
504          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
505        done
506ctags-recursive:
507        list='$(SUBDIRS)'; for subdir in $$list; do \
508          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
509        done
510
511ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
512        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
513        unique=`for i in $$list; do \
514            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
515          done | \
516          $(AWK) '    { files[$$0] = 1; } \
517               END { for (i in files) print i; }'`; \
518        mkid -fID $$unique
519tags: TAGS
520
521TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
522                $(TAGS_FILES) $(LISP)
523        tags=; \
524        here=`pwd`; \
525        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
526          include_option=--etags-include; \
527          empty_fix=.; \
528        else \
529          include_option=--include; \
530          empty_fix=; \
531        fi; \
532        list='$(SUBDIRS)'; for subdir in $$list; do \
533          if test "$$subdir" = .; then :; else \
534            test ! -f $$subdir/TAGS || \
535              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
536          fi; \
537        done; \
538        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
539        unique=`for i in $$list; do \
540            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
541          done | \
542          $(AWK) '    { files[$$0] = 1; } \
543               END { for (i in files) print i; }'`; \
544        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
545          test -n "$$unique" || unique=$$empty_fix; \
546          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
547            $$tags $$unique; \
548        fi
549ctags: CTAGS
550CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
551                $(TAGS_FILES) $(LISP)
552        tags=; \
553        here=`pwd`; \
554        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
555        unique=`for i in $$list; do \
556            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
557          done | \
558          $(AWK) '    { files[$$0] = 1; } \
559               END { for (i in files) print i; }'`; \
560        test -z "$(CTAGS_ARGS)$$tags$$unique" \
561          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
562             $$tags $$unique
563
564GTAGS:
565        here=`$(am__cd) $(top_builddir) && pwd` \
566          && cd $(top_srcdir) \
567          && gtags -i $(GTAGS_ARGS) $$here
568
569distclean-tags:
570        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
571
572distdir: $(DISTFILES)
573        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
574        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
575        list='$(DISTFILES)'; for file in $$list; do \
576          case $$file in \
577            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
578            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
579          esac; \
580          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
581          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
582          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
583            dir="/$$dir"; \
584            $(mkdir_p) "$(distdir)$$dir"; \
585          else \
586            dir=''; \
587          fi; \
588          if test -d $$d/$$file; then \
589            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
590              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
591            fi; \
592            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
593          else \
594            test -f $(distdir)/$$file \
595            || cp -p $$d/$$file $(distdir)/$$file \
596            || exit 1; \
597          fi; \
598        done
599        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
600          if test "$$subdir" = .; then :; else \
601            test -d "$(distdir)/$$subdir" \
602            || $(mkdir_p) "$(distdir)/$$subdir" \
603            || exit 1; \
604            distdir=`$(am__cd) $(distdir) && pwd`; \
605            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
606            (cd $$subdir && \
607              $(MAKE) $(AM_MAKEFLAGS) \
608                top_distdir="$$top_distdir" \
609                distdir="$$distdir/$$subdir" \
610                distdir) \
611              || exit 1; \
612          fi; \
613        done
614check-am: all-am
615check: check-recursive
616all-am: Makefile $(LTLIBRARIES)
617installdirs: installdirs-recursive
618installdirs-am:
619        for dir in "$(DESTDIR)$(pkglibdir)"; do \
620          test -z "$$dir" || $(mkdir_p) "$$dir"; \
621        done
622install: install-recursive
623install-exec: install-exec-recursive
624install-data: install-data-recursive
625uninstall: uninstall-recursive
626
627install-am: all-am
628        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
629
630installcheck: installcheck-recursive
631install-strip:
632        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
633          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
634          `test -z '$(STRIP)' || \
635            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
636mostlyclean-generic:
637
638clean-generic:
639
640distclean-generic:
641        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
642
643maintainer-clean-generic:
644        @echo "This command is intended for maintainers to use"
645        @echo "it deletes files that may require special tools to rebuild."
646clean: clean-recursive
647
648clean-am: clean-generic clean-libtool clean-pkglibLTLIBRARIES \
649        mostlyclean-am
650
651distclean: distclean-recursive
652        -rm -rf ./$(DEPDIR)
653        -rm -f Makefile
654distclean-am: clean-am distclean-compile distclean-generic \
655        distclean-libtool distclean-tags
656
657dvi: dvi-recursive
658
659dvi-am:
660
661html: html-recursive
662
663info: info-recursive
664
665info-am:
666
667install-data-am:
668
669install-exec-am: install-pkglibLTLIBRARIES
670
671install-info: install-info-recursive
672
673install-man:
674
675installcheck-am:
676
677maintainer-clean: maintainer-clean-recursive
678        -rm -rf ./$(DEPDIR)
679        -rm -f Makefile
680maintainer-clean-am: distclean-am maintainer-clean-generic
681
682mostlyclean: mostlyclean-recursive
683
684mostlyclean-am: mostlyclean-compile mostlyclean-generic \
685        mostlyclean-libtool
686
687pdf: pdf-recursive
688
689pdf-am:
690
691ps: ps-recursive
692
693ps-am:
694
695uninstall-am: uninstall-info-am uninstall-pkglibLTLIBRARIES
696
697uninstall-info: uninstall-info-recursive
698
699.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
700        clean clean-generic clean-libtool clean-pkglibLTLIBRARIES \
701        clean-recursive ctags ctags-recursive distclean \
702        distclean-compile distclean-generic distclean-libtool \
703        distclean-recursive distclean-tags distdir dvi dvi-am html \
704        html-am info info-am install install-am install-data \
705        install-data-am install-exec install-exec-am install-info \
706        install-info-am install-man install-pkglibLTLIBRARIES \
707        install-strip installcheck installcheck-am installdirs \
708        installdirs-am maintainer-clean maintainer-clean-generic \
709        maintainer-clean-recursive mostlyclean mostlyclean-compile \
710        mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
711        pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
712        uninstall-info-am uninstall-pkglibLTLIBRARIES
713
714# Tell versions [3.59,3.63) of GNU make to not export all variables.
715# Otherwise a system limit (for SysV at least) may be exceeded.
716.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.