Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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