mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 13:17:49 +00:00
522 lines
49 KiB
Makefile
522 lines
49 KiB
Makefile
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "Unix Makefiles" Generator, CMake Version 2.8
|
|
|
|
#=============================================================================
|
|
# Special targets provided by cmake.
|
|
|
|
# Disable implicit rules so canonical targets will work.
|
|
.SUFFIXES:
|
|
|
|
# Remove some rules from gmake that .SUFFIXES does not remove.
|
|
SUFFIXES =
|
|
|
|
.SUFFIXES: .hpux_make_needs_suffix_list
|
|
|
|
# Suppress display of executed commands.
|
|
$(VERBOSE).SILENT:
|
|
|
|
# A target that is always out of date.
|
|
cmake_force:
|
|
.PHONY : cmake_force
|
|
|
|
#=============================================================================
|
|
# Set environment variables for the build.
|
|
|
|
# The shell in which to execute make rules.
|
|
SHELL = /bin/sh
|
|
|
|
# The CMake executable.
|
|
CMAKE_COMMAND = /usr/bin/cmake
|
|
|
|
# The command to remove a file.
|
|
RM = /usr/bin/cmake -E remove -f
|
|
|
|
# Escaping for special characters.
|
|
EQUALS = =
|
|
|
|
# The program to use to edit the cache.
|
|
CMAKE_EDIT_COMMAND = /usr/bin/ccmake
|
|
|
|
# The top-level source directory on which CMake was run.
|
|
CMAKE_SOURCE_DIR = /mnt/f/Trunk2012/Client
|
|
|
|
# The top-level build directory on which CMake was run.
|
|
CMAKE_BINARY_DIR = /mnt/f/Trunk2012/Client
|
|
|
|
# Include any dependencies generated for this target.
|
|
include Rendering/GfxCore/CMakeFiles/GfxCore.dir/depend.make
|
|
|
|
# Include the progress variables for this target.
|
|
include Rendering/GfxCore/CMakeFiles/GfxCore.dir/progress.make
|
|
|
|
# Include the compile flags for this target's objects.
|
|
include Rendering/GfxCore/CMakeFiles/GfxCore.dir/flags.make
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/ContextGLAndroid.cpp.o: Rendering/GfxCore/CMakeFiles/GfxCore.dir/flags.make
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/ContextGLAndroid.cpp.o: Rendering/GfxCore/GL/ContextGLAndroid.cpp
|
|
$(CMAKE_COMMAND) -E cmake_progress_report /mnt/f/Trunk2012/Client/CMakeFiles $(CMAKE_PROGRESS_1)
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/ContextGLAndroid.cpp.o"
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && /home/watrabi/Android/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/GfxCore.dir/GL/ContextGLAndroid.cpp.o -c /mnt/f/Trunk2012/Client/Rendering/GfxCore/GL/ContextGLAndroid.cpp
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/ContextGLAndroid.cpp.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/GfxCore.dir/GL/ContextGLAndroid.cpp.i"
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && /home/watrabi/Android/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ $(CXX_DEFINES) $(CXX_FLAGS) -E /mnt/f/Trunk2012/Client/Rendering/GfxCore/GL/ContextGLAndroid.cpp > CMakeFiles/GfxCore.dir/GL/ContextGLAndroid.cpp.i
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/ContextGLAndroid.cpp.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/GfxCore.dir/GL/ContextGLAndroid.cpp.s"
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && /home/watrabi/Android/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ $(CXX_DEFINES) $(CXX_FLAGS) -S /mnt/f/Trunk2012/Client/Rendering/GfxCore/GL/ContextGLAndroid.cpp -o CMakeFiles/GfxCore.dir/GL/ContextGLAndroid.cpp.s
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/ContextGLAndroid.cpp.o.requires:
|
|
.PHONY : Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/ContextGLAndroid.cpp.o.requires
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/ContextGLAndroid.cpp.o.provides: Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/ContextGLAndroid.cpp.o.requires
|
|
$(MAKE) -f Rendering/GfxCore/CMakeFiles/GfxCore.dir/build.make Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/ContextGLAndroid.cpp.o.provides.build
|
|
.PHONY : Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/ContextGLAndroid.cpp.o.provides
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/ContextGLAndroid.cpp.o.provides.build: Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/ContextGLAndroid.cpp.o
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/Device.cpp.o: Rendering/GfxCore/CMakeFiles/GfxCore.dir/flags.make
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/Device.cpp.o: Rendering/GfxCore/Device.cpp
|
|
$(CMAKE_COMMAND) -E cmake_progress_report /mnt/f/Trunk2012/Client/CMakeFiles $(CMAKE_PROGRESS_2)
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object Rendering/GfxCore/CMakeFiles/GfxCore.dir/Device.cpp.o"
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && /home/watrabi/Android/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/GfxCore.dir/Device.cpp.o -c /mnt/f/Trunk2012/Client/Rendering/GfxCore/Device.cpp
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/Device.cpp.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/GfxCore.dir/Device.cpp.i"
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && /home/watrabi/Android/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ $(CXX_DEFINES) $(CXX_FLAGS) -E /mnt/f/Trunk2012/Client/Rendering/GfxCore/Device.cpp > CMakeFiles/GfxCore.dir/Device.cpp.i
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/Device.cpp.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/GfxCore.dir/Device.cpp.s"
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && /home/watrabi/Android/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ $(CXX_DEFINES) $(CXX_FLAGS) -S /mnt/f/Trunk2012/Client/Rendering/GfxCore/Device.cpp -o CMakeFiles/GfxCore.dir/Device.cpp.s
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/Device.cpp.o.requires:
|
|
.PHONY : Rendering/GfxCore/CMakeFiles/GfxCore.dir/Device.cpp.o.requires
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/Device.cpp.o.provides: Rendering/GfxCore/CMakeFiles/GfxCore.dir/Device.cpp.o.requires
|
|
$(MAKE) -f Rendering/GfxCore/CMakeFiles/GfxCore.dir/build.make Rendering/GfxCore/CMakeFiles/GfxCore.dir/Device.cpp.o.provides.build
|
|
.PHONY : Rendering/GfxCore/CMakeFiles/GfxCore.dir/Device.cpp.o.provides
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/Device.cpp.o.provides.build: Rendering/GfxCore/CMakeFiles/GfxCore.dir/Device.cpp.o
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/DeviceCreate.cpp.o: Rendering/GfxCore/CMakeFiles/GfxCore.dir/flags.make
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/DeviceCreate.cpp.o: Rendering/GfxCore/DeviceCreate.cpp
|
|
$(CMAKE_COMMAND) -E cmake_progress_report /mnt/f/Trunk2012/Client/CMakeFiles $(CMAKE_PROGRESS_3)
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object Rendering/GfxCore/CMakeFiles/GfxCore.dir/DeviceCreate.cpp.o"
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && /home/watrabi/Android/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/GfxCore.dir/DeviceCreate.cpp.o -c /mnt/f/Trunk2012/Client/Rendering/GfxCore/DeviceCreate.cpp
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/DeviceCreate.cpp.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/GfxCore.dir/DeviceCreate.cpp.i"
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && /home/watrabi/Android/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ $(CXX_DEFINES) $(CXX_FLAGS) -E /mnt/f/Trunk2012/Client/Rendering/GfxCore/DeviceCreate.cpp > CMakeFiles/GfxCore.dir/DeviceCreate.cpp.i
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/DeviceCreate.cpp.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/GfxCore.dir/DeviceCreate.cpp.s"
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && /home/watrabi/Android/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ $(CXX_DEFINES) $(CXX_FLAGS) -S /mnt/f/Trunk2012/Client/Rendering/GfxCore/DeviceCreate.cpp -o CMakeFiles/GfxCore.dir/DeviceCreate.cpp.s
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/DeviceCreate.cpp.o.requires:
|
|
.PHONY : Rendering/GfxCore/CMakeFiles/GfxCore.dir/DeviceCreate.cpp.o.requires
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/DeviceCreate.cpp.o.provides: Rendering/GfxCore/CMakeFiles/GfxCore.dir/DeviceCreate.cpp.o.requires
|
|
$(MAKE) -f Rendering/GfxCore/CMakeFiles/GfxCore.dir/build.make Rendering/GfxCore/CMakeFiles/GfxCore.dir/DeviceCreate.cpp.o.provides.build
|
|
.PHONY : Rendering/GfxCore/CMakeFiles/GfxCore.dir/DeviceCreate.cpp.o.provides
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/DeviceCreate.cpp.o.provides.build: Rendering/GfxCore/CMakeFiles/GfxCore.dir/DeviceCreate.cpp.o
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/Framebuffer.cpp.o: Rendering/GfxCore/CMakeFiles/GfxCore.dir/flags.make
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/Framebuffer.cpp.o: Rendering/GfxCore/Framebuffer.cpp
|
|
$(CMAKE_COMMAND) -E cmake_progress_report /mnt/f/Trunk2012/Client/CMakeFiles $(CMAKE_PROGRESS_4)
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object Rendering/GfxCore/CMakeFiles/GfxCore.dir/Framebuffer.cpp.o"
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && /home/watrabi/Android/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/GfxCore.dir/Framebuffer.cpp.o -c /mnt/f/Trunk2012/Client/Rendering/GfxCore/Framebuffer.cpp
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/Framebuffer.cpp.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/GfxCore.dir/Framebuffer.cpp.i"
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && /home/watrabi/Android/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ $(CXX_DEFINES) $(CXX_FLAGS) -E /mnt/f/Trunk2012/Client/Rendering/GfxCore/Framebuffer.cpp > CMakeFiles/GfxCore.dir/Framebuffer.cpp.i
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/Framebuffer.cpp.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/GfxCore.dir/Framebuffer.cpp.s"
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && /home/watrabi/Android/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ $(CXX_DEFINES) $(CXX_FLAGS) -S /mnt/f/Trunk2012/Client/Rendering/GfxCore/Framebuffer.cpp -o CMakeFiles/GfxCore.dir/Framebuffer.cpp.s
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/Framebuffer.cpp.o.requires:
|
|
.PHONY : Rendering/GfxCore/CMakeFiles/GfxCore.dir/Framebuffer.cpp.o.requires
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/Framebuffer.cpp.o.provides: Rendering/GfxCore/CMakeFiles/GfxCore.dir/Framebuffer.cpp.o.requires
|
|
$(MAKE) -f Rendering/GfxCore/CMakeFiles/GfxCore.dir/build.make Rendering/GfxCore/CMakeFiles/GfxCore.dir/Framebuffer.cpp.o.provides.build
|
|
.PHONY : Rendering/GfxCore/CMakeFiles/GfxCore.dir/Framebuffer.cpp.o.provides
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/Framebuffer.cpp.o.provides.build: Rendering/GfxCore/CMakeFiles/GfxCore.dir/Framebuffer.cpp.o
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/CardboardVRGL.cpp.o: Rendering/GfxCore/CMakeFiles/GfxCore.dir/flags.make
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/CardboardVRGL.cpp.o: Rendering/GfxCore/GL/CardboardVRGL.cpp
|
|
$(CMAKE_COMMAND) -E cmake_progress_report /mnt/f/Trunk2012/Client/CMakeFiles $(CMAKE_PROGRESS_5)
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/CardboardVRGL.cpp.o"
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && /home/watrabi/Android/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/GfxCore.dir/GL/CardboardVRGL.cpp.o -c /mnt/f/Trunk2012/Client/Rendering/GfxCore/GL/CardboardVRGL.cpp
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/CardboardVRGL.cpp.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/GfxCore.dir/GL/CardboardVRGL.cpp.i"
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && /home/watrabi/Android/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ $(CXX_DEFINES) $(CXX_FLAGS) -E /mnt/f/Trunk2012/Client/Rendering/GfxCore/GL/CardboardVRGL.cpp > CMakeFiles/GfxCore.dir/GL/CardboardVRGL.cpp.i
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/CardboardVRGL.cpp.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/GfxCore.dir/GL/CardboardVRGL.cpp.s"
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && /home/watrabi/Android/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ $(CXX_DEFINES) $(CXX_FLAGS) -S /mnt/f/Trunk2012/Client/Rendering/GfxCore/GL/CardboardVRGL.cpp -o CMakeFiles/GfxCore.dir/GL/CardboardVRGL.cpp.s
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/CardboardVRGL.cpp.o.requires:
|
|
.PHONY : Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/CardboardVRGL.cpp.o.requires
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/CardboardVRGL.cpp.o.provides: Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/CardboardVRGL.cpp.o.requires
|
|
$(MAKE) -f Rendering/GfxCore/CMakeFiles/GfxCore.dir/build.make Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/CardboardVRGL.cpp.o.provides.build
|
|
.PHONY : Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/CardboardVRGL.cpp.o.provides
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/CardboardVRGL.cpp.o.provides.build: Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/CardboardVRGL.cpp.o
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/DeviceContextGL.cpp.o: Rendering/GfxCore/CMakeFiles/GfxCore.dir/flags.make
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/DeviceContextGL.cpp.o: Rendering/GfxCore/GL/DeviceContextGL.cpp
|
|
$(CMAKE_COMMAND) -E cmake_progress_report /mnt/f/Trunk2012/Client/CMakeFiles $(CMAKE_PROGRESS_6)
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/DeviceContextGL.cpp.o"
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && /home/watrabi/Android/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/GfxCore.dir/GL/DeviceContextGL.cpp.o -c /mnt/f/Trunk2012/Client/Rendering/GfxCore/GL/DeviceContextGL.cpp
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/DeviceContextGL.cpp.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/GfxCore.dir/GL/DeviceContextGL.cpp.i"
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && /home/watrabi/Android/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ $(CXX_DEFINES) $(CXX_FLAGS) -E /mnt/f/Trunk2012/Client/Rendering/GfxCore/GL/DeviceContextGL.cpp > CMakeFiles/GfxCore.dir/GL/DeviceContextGL.cpp.i
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/DeviceContextGL.cpp.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/GfxCore.dir/GL/DeviceContextGL.cpp.s"
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && /home/watrabi/Android/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ $(CXX_DEFINES) $(CXX_FLAGS) -S /mnt/f/Trunk2012/Client/Rendering/GfxCore/GL/DeviceContextGL.cpp -o CMakeFiles/GfxCore.dir/GL/DeviceContextGL.cpp.s
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/DeviceContextGL.cpp.o.requires:
|
|
.PHONY : Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/DeviceContextGL.cpp.o.requires
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/DeviceContextGL.cpp.o.provides: Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/DeviceContextGL.cpp.o.requires
|
|
$(MAKE) -f Rendering/GfxCore/CMakeFiles/GfxCore.dir/build.make Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/DeviceContextGL.cpp.o.provides.build
|
|
.PHONY : Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/DeviceContextGL.cpp.o.provides
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/DeviceContextGL.cpp.o.provides.build: Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/DeviceContextGL.cpp.o
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/DeviceGL.cpp.o: Rendering/GfxCore/CMakeFiles/GfxCore.dir/flags.make
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/DeviceGL.cpp.o: Rendering/GfxCore/GL/DeviceGL.cpp
|
|
$(CMAKE_COMMAND) -E cmake_progress_report /mnt/f/Trunk2012/Client/CMakeFiles $(CMAKE_PROGRESS_7)
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/DeviceGL.cpp.o"
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && /home/watrabi/Android/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/GfxCore.dir/GL/DeviceGL.cpp.o -c /mnt/f/Trunk2012/Client/Rendering/GfxCore/GL/DeviceGL.cpp
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/DeviceGL.cpp.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/GfxCore.dir/GL/DeviceGL.cpp.i"
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && /home/watrabi/Android/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ $(CXX_DEFINES) $(CXX_FLAGS) -E /mnt/f/Trunk2012/Client/Rendering/GfxCore/GL/DeviceGL.cpp > CMakeFiles/GfxCore.dir/GL/DeviceGL.cpp.i
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/DeviceGL.cpp.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/GfxCore.dir/GL/DeviceGL.cpp.s"
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && /home/watrabi/Android/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ $(CXX_DEFINES) $(CXX_FLAGS) -S /mnt/f/Trunk2012/Client/Rendering/GfxCore/GL/DeviceGL.cpp -o CMakeFiles/GfxCore.dir/GL/DeviceGL.cpp.s
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/DeviceGL.cpp.o.requires:
|
|
.PHONY : Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/DeviceGL.cpp.o.requires
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/DeviceGL.cpp.o.provides: Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/DeviceGL.cpp.o.requires
|
|
$(MAKE) -f Rendering/GfxCore/CMakeFiles/GfxCore.dir/build.make Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/DeviceGL.cpp.o.provides.build
|
|
.PHONY : Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/DeviceGL.cpp.o.provides
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/DeviceGL.cpp.o.provides.build: Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/DeviceGL.cpp.o
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/FramebufferGL.cpp.o: Rendering/GfxCore/CMakeFiles/GfxCore.dir/flags.make
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/FramebufferGL.cpp.o: Rendering/GfxCore/GL/FramebufferGL.cpp
|
|
$(CMAKE_COMMAND) -E cmake_progress_report /mnt/f/Trunk2012/Client/CMakeFiles $(CMAKE_PROGRESS_8)
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/FramebufferGL.cpp.o"
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && /home/watrabi/Android/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/GfxCore.dir/GL/FramebufferGL.cpp.o -c /mnt/f/Trunk2012/Client/Rendering/GfxCore/GL/FramebufferGL.cpp
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/FramebufferGL.cpp.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/GfxCore.dir/GL/FramebufferGL.cpp.i"
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && /home/watrabi/Android/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ $(CXX_DEFINES) $(CXX_FLAGS) -E /mnt/f/Trunk2012/Client/Rendering/GfxCore/GL/FramebufferGL.cpp > CMakeFiles/GfxCore.dir/GL/FramebufferGL.cpp.i
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/FramebufferGL.cpp.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/GfxCore.dir/GL/FramebufferGL.cpp.s"
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && /home/watrabi/Android/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ $(CXX_DEFINES) $(CXX_FLAGS) -S /mnt/f/Trunk2012/Client/Rendering/GfxCore/GL/FramebufferGL.cpp -o CMakeFiles/GfxCore.dir/GL/FramebufferGL.cpp.s
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/FramebufferGL.cpp.o.requires:
|
|
.PHONY : Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/FramebufferGL.cpp.o.requires
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/FramebufferGL.cpp.o.provides: Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/FramebufferGL.cpp.o.requires
|
|
$(MAKE) -f Rendering/GfxCore/CMakeFiles/GfxCore.dir/build.make Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/FramebufferGL.cpp.o.provides.build
|
|
.PHONY : Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/FramebufferGL.cpp.o.provides
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/FramebufferGL.cpp.o.provides.build: Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/FramebufferGL.cpp.o
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/GeometryGL.cpp.o: Rendering/GfxCore/CMakeFiles/GfxCore.dir/flags.make
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/GeometryGL.cpp.o: Rendering/GfxCore/GL/GeometryGL.cpp
|
|
$(CMAKE_COMMAND) -E cmake_progress_report /mnt/f/Trunk2012/Client/CMakeFiles $(CMAKE_PROGRESS_9)
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/GeometryGL.cpp.o"
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && /home/watrabi/Android/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/GfxCore.dir/GL/GeometryGL.cpp.o -c /mnt/f/Trunk2012/Client/Rendering/GfxCore/GL/GeometryGL.cpp
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/GeometryGL.cpp.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/GfxCore.dir/GL/GeometryGL.cpp.i"
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && /home/watrabi/Android/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ $(CXX_DEFINES) $(CXX_FLAGS) -E /mnt/f/Trunk2012/Client/Rendering/GfxCore/GL/GeometryGL.cpp > CMakeFiles/GfxCore.dir/GL/GeometryGL.cpp.i
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/GeometryGL.cpp.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/GfxCore.dir/GL/GeometryGL.cpp.s"
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && /home/watrabi/Android/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ $(CXX_DEFINES) $(CXX_FLAGS) -S /mnt/f/Trunk2012/Client/Rendering/GfxCore/GL/GeometryGL.cpp -o CMakeFiles/GfxCore.dir/GL/GeometryGL.cpp.s
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/GeometryGL.cpp.o.requires:
|
|
.PHONY : Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/GeometryGL.cpp.o.requires
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/GeometryGL.cpp.o.provides: Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/GeometryGL.cpp.o.requires
|
|
$(MAKE) -f Rendering/GfxCore/CMakeFiles/GfxCore.dir/build.make Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/GeometryGL.cpp.o.provides.build
|
|
.PHONY : Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/GeometryGL.cpp.o.provides
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/GeometryGL.cpp.o.provides.build: Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/GeometryGL.cpp.o
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/ShaderGL.cpp.o: Rendering/GfxCore/CMakeFiles/GfxCore.dir/flags.make
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/ShaderGL.cpp.o: Rendering/GfxCore/GL/ShaderGL.cpp
|
|
$(CMAKE_COMMAND) -E cmake_progress_report /mnt/f/Trunk2012/Client/CMakeFiles $(CMAKE_PROGRESS_10)
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/ShaderGL.cpp.o"
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && /home/watrabi/Android/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/GfxCore.dir/GL/ShaderGL.cpp.o -c /mnt/f/Trunk2012/Client/Rendering/GfxCore/GL/ShaderGL.cpp
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/ShaderGL.cpp.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/GfxCore.dir/GL/ShaderGL.cpp.i"
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && /home/watrabi/Android/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ $(CXX_DEFINES) $(CXX_FLAGS) -E /mnt/f/Trunk2012/Client/Rendering/GfxCore/GL/ShaderGL.cpp > CMakeFiles/GfxCore.dir/GL/ShaderGL.cpp.i
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/ShaderGL.cpp.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/GfxCore.dir/GL/ShaderGL.cpp.s"
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && /home/watrabi/Android/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ $(CXX_DEFINES) $(CXX_FLAGS) -S /mnt/f/Trunk2012/Client/Rendering/GfxCore/GL/ShaderGL.cpp -o CMakeFiles/GfxCore.dir/GL/ShaderGL.cpp.s
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/ShaderGL.cpp.o.requires:
|
|
.PHONY : Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/ShaderGL.cpp.o.requires
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/ShaderGL.cpp.o.provides: Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/ShaderGL.cpp.o.requires
|
|
$(MAKE) -f Rendering/GfxCore/CMakeFiles/GfxCore.dir/build.make Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/ShaderGL.cpp.o.provides.build
|
|
.PHONY : Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/ShaderGL.cpp.o.provides
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/ShaderGL.cpp.o.provides.build: Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/ShaderGL.cpp.o
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/TextureGL.cpp.o: Rendering/GfxCore/CMakeFiles/GfxCore.dir/flags.make
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/TextureGL.cpp.o: Rendering/GfxCore/GL/TextureGL.cpp
|
|
$(CMAKE_COMMAND) -E cmake_progress_report /mnt/f/Trunk2012/Client/CMakeFiles $(CMAKE_PROGRESS_11)
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/TextureGL.cpp.o"
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && /home/watrabi/Android/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/GfxCore.dir/GL/TextureGL.cpp.o -c /mnt/f/Trunk2012/Client/Rendering/GfxCore/GL/TextureGL.cpp
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/TextureGL.cpp.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/GfxCore.dir/GL/TextureGL.cpp.i"
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && /home/watrabi/Android/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ $(CXX_DEFINES) $(CXX_FLAGS) -E /mnt/f/Trunk2012/Client/Rendering/GfxCore/GL/TextureGL.cpp > CMakeFiles/GfxCore.dir/GL/TextureGL.cpp.i
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/TextureGL.cpp.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/GfxCore.dir/GL/TextureGL.cpp.s"
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && /home/watrabi/Android/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ $(CXX_DEFINES) $(CXX_FLAGS) -S /mnt/f/Trunk2012/Client/Rendering/GfxCore/GL/TextureGL.cpp -o CMakeFiles/GfxCore.dir/GL/TextureGL.cpp.s
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/TextureGL.cpp.o.requires:
|
|
.PHONY : Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/TextureGL.cpp.o.requires
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/TextureGL.cpp.o.provides: Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/TextureGL.cpp.o.requires
|
|
$(MAKE) -f Rendering/GfxCore/CMakeFiles/GfxCore.dir/build.make Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/TextureGL.cpp.o.provides.build
|
|
.PHONY : Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/TextureGL.cpp.o.provides
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/TextureGL.cpp.o.provides.build: Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/TextureGL.cpp.o
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/Geometry.cpp.o: Rendering/GfxCore/CMakeFiles/GfxCore.dir/flags.make
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/Geometry.cpp.o: Rendering/GfxCore/Geometry.cpp
|
|
$(CMAKE_COMMAND) -E cmake_progress_report /mnt/f/Trunk2012/Client/CMakeFiles $(CMAKE_PROGRESS_12)
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object Rendering/GfxCore/CMakeFiles/GfxCore.dir/Geometry.cpp.o"
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && /home/watrabi/Android/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/GfxCore.dir/Geometry.cpp.o -c /mnt/f/Trunk2012/Client/Rendering/GfxCore/Geometry.cpp
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/Geometry.cpp.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/GfxCore.dir/Geometry.cpp.i"
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && /home/watrabi/Android/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ $(CXX_DEFINES) $(CXX_FLAGS) -E /mnt/f/Trunk2012/Client/Rendering/GfxCore/Geometry.cpp > CMakeFiles/GfxCore.dir/Geometry.cpp.i
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/Geometry.cpp.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/GfxCore.dir/Geometry.cpp.s"
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && /home/watrabi/Android/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ $(CXX_DEFINES) $(CXX_FLAGS) -S /mnt/f/Trunk2012/Client/Rendering/GfxCore/Geometry.cpp -o CMakeFiles/GfxCore.dir/Geometry.cpp.s
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/Geometry.cpp.o.requires:
|
|
.PHONY : Rendering/GfxCore/CMakeFiles/GfxCore.dir/Geometry.cpp.o.requires
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/Geometry.cpp.o.provides: Rendering/GfxCore/CMakeFiles/GfxCore.dir/Geometry.cpp.o.requires
|
|
$(MAKE) -f Rendering/GfxCore/CMakeFiles/GfxCore.dir/build.make Rendering/GfxCore/CMakeFiles/GfxCore.dir/Geometry.cpp.o.provides.build
|
|
.PHONY : Rendering/GfxCore/CMakeFiles/GfxCore.dir/Geometry.cpp.o.provides
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/Geometry.cpp.o.provides.build: Rendering/GfxCore/CMakeFiles/GfxCore.dir/Geometry.cpp.o
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/Resource.cpp.o: Rendering/GfxCore/CMakeFiles/GfxCore.dir/flags.make
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/Resource.cpp.o: Rendering/GfxCore/Resource.cpp
|
|
$(CMAKE_COMMAND) -E cmake_progress_report /mnt/f/Trunk2012/Client/CMakeFiles $(CMAKE_PROGRESS_13)
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object Rendering/GfxCore/CMakeFiles/GfxCore.dir/Resource.cpp.o"
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && /home/watrabi/Android/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/GfxCore.dir/Resource.cpp.o -c /mnt/f/Trunk2012/Client/Rendering/GfxCore/Resource.cpp
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/Resource.cpp.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/GfxCore.dir/Resource.cpp.i"
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && /home/watrabi/Android/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ $(CXX_DEFINES) $(CXX_FLAGS) -E /mnt/f/Trunk2012/Client/Rendering/GfxCore/Resource.cpp > CMakeFiles/GfxCore.dir/Resource.cpp.i
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/Resource.cpp.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/GfxCore.dir/Resource.cpp.s"
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && /home/watrabi/Android/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ $(CXX_DEFINES) $(CXX_FLAGS) -S /mnt/f/Trunk2012/Client/Rendering/GfxCore/Resource.cpp -o CMakeFiles/GfxCore.dir/Resource.cpp.s
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/Resource.cpp.o.requires:
|
|
.PHONY : Rendering/GfxCore/CMakeFiles/GfxCore.dir/Resource.cpp.o.requires
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/Resource.cpp.o.provides: Rendering/GfxCore/CMakeFiles/GfxCore.dir/Resource.cpp.o.requires
|
|
$(MAKE) -f Rendering/GfxCore/CMakeFiles/GfxCore.dir/build.make Rendering/GfxCore/CMakeFiles/GfxCore.dir/Resource.cpp.o.provides.build
|
|
.PHONY : Rendering/GfxCore/CMakeFiles/GfxCore.dir/Resource.cpp.o.provides
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/Resource.cpp.o.provides.build: Rendering/GfxCore/CMakeFiles/GfxCore.dir/Resource.cpp.o
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/Shader.cpp.o: Rendering/GfxCore/CMakeFiles/GfxCore.dir/flags.make
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/Shader.cpp.o: Rendering/GfxCore/Shader.cpp
|
|
$(CMAKE_COMMAND) -E cmake_progress_report /mnt/f/Trunk2012/Client/CMakeFiles $(CMAKE_PROGRESS_14)
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object Rendering/GfxCore/CMakeFiles/GfxCore.dir/Shader.cpp.o"
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && /home/watrabi/Android/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/GfxCore.dir/Shader.cpp.o -c /mnt/f/Trunk2012/Client/Rendering/GfxCore/Shader.cpp
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/Shader.cpp.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/GfxCore.dir/Shader.cpp.i"
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && /home/watrabi/Android/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ $(CXX_DEFINES) $(CXX_FLAGS) -E /mnt/f/Trunk2012/Client/Rendering/GfxCore/Shader.cpp > CMakeFiles/GfxCore.dir/Shader.cpp.i
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/Shader.cpp.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/GfxCore.dir/Shader.cpp.s"
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && /home/watrabi/Android/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ $(CXX_DEFINES) $(CXX_FLAGS) -S /mnt/f/Trunk2012/Client/Rendering/GfxCore/Shader.cpp -o CMakeFiles/GfxCore.dir/Shader.cpp.s
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/Shader.cpp.o.requires:
|
|
.PHONY : Rendering/GfxCore/CMakeFiles/GfxCore.dir/Shader.cpp.o.requires
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/Shader.cpp.o.provides: Rendering/GfxCore/CMakeFiles/GfxCore.dir/Shader.cpp.o.requires
|
|
$(MAKE) -f Rendering/GfxCore/CMakeFiles/GfxCore.dir/build.make Rendering/GfxCore/CMakeFiles/GfxCore.dir/Shader.cpp.o.provides.build
|
|
.PHONY : Rendering/GfxCore/CMakeFiles/GfxCore.dir/Shader.cpp.o.provides
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/Shader.cpp.o.provides.build: Rendering/GfxCore/CMakeFiles/GfxCore.dir/Shader.cpp.o
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/States.cpp.o: Rendering/GfxCore/CMakeFiles/GfxCore.dir/flags.make
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/States.cpp.o: Rendering/GfxCore/States.cpp
|
|
$(CMAKE_COMMAND) -E cmake_progress_report /mnt/f/Trunk2012/Client/CMakeFiles $(CMAKE_PROGRESS_15)
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object Rendering/GfxCore/CMakeFiles/GfxCore.dir/States.cpp.o"
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && /home/watrabi/Android/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/GfxCore.dir/States.cpp.o -c /mnt/f/Trunk2012/Client/Rendering/GfxCore/States.cpp
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/States.cpp.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/GfxCore.dir/States.cpp.i"
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && /home/watrabi/Android/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ $(CXX_DEFINES) $(CXX_FLAGS) -E /mnt/f/Trunk2012/Client/Rendering/GfxCore/States.cpp > CMakeFiles/GfxCore.dir/States.cpp.i
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/States.cpp.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/GfxCore.dir/States.cpp.s"
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && /home/watrabi/Android/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ $(CXX_DEFINES) $(CXX_FLAGS) -S /mnt/f/Trunk2012/Client/Rendering/GfxCore/States.cpp -o CMakeFiles/GfxCore.dir/States.cpp.s
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/States.cpp.o.requires:
|
|
.PHONY : Rendering/GfxCore/CMakeFiles/GfxCore.dir/States.cpp.o.requires
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/States.cpp.o.provides: Rendering/GfxCore/CMakeFiles/GfxCore.dir/States.cpp.o.requires
|
|
$(MAKE) -f Rendering/GfxCore/CMakeFiles/GfxCore.dir/build.make Rendering/GfxCore/CMakeFiles/GfxCore.dir/States.cpp.o.provides.build
|
|
.PHONY : Rendering/GfxCore/CMakeFiles/GfxCore.dir/States.cpp.o.provides
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/States.cpp.o.provides.build: Rendering/GfxCore/CMakeFiles/GfxCore.dir/States.cpp.o
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/Texture.cpp.o: Rendering/GfxCore/CMakeFiles/GfxCore.dir/flags.make
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/Texture.cpp.o: Rendering/GfxCore/Texture.cpp
|
|
$(CMAKE_COMMAND) -E cmake_progress_report /mnt/f/Trunk2012/Client/CMakeFiles $(CMAKE_PROGRESS_16)
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object Rendering/GfxCore/CMakeFiles/GfxCore.dir/Texture.cpp.o"
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && /home/watrabi/Android/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/GfxCore.dir/Texture.cpp.o -c /mnt/f/Trunk2012/Client/Rendering/GfxCore/Texture.cpp
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/Texture.cpp.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/GfxCore.dir/Texture.cpp.i"
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && /home/watrabi/Android/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ $(CXX_DEFINES) $(CXX_FLAGS) -E /mnt/f/Trunk2012/Client/Rendering/GfxCore/Texture.cpp > CMakeFiles/GfxCore.dir/Texture.cpp.i
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/Texture.cpp.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/GfxCore.dir/Texture.cpp.s"
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && /home/watrabi/Android/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ $(CXX_DEFINES) $(CXX_FLAGS) -S /mnt/f/Trunk2012/Client/Rendering/GfxCore/Texture.cpp -o CMakeFiles/GfxCore.dir/Texture.cpp.s
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/Texture.cpp.o.requires:
|
|
.PHONY : Rendering/GfxCore/CMakeFiles/GfxCore.dir/Texture.cpp.o.requires
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/Texture.cpp.o.provides: Rendering/GfxCore/CMakeFiles/GfxCore.dir/Texture.cpp.o.requires
|
|
$(MAKE) -f Rendering/GfxCore/CMakeFiles/GfxCore.dir/build.make Rendering/GfxCore/CMakeFiles/GfxCore.dir/Texture.cpp.o.provides.build
|
|
.PHONY : Rendering/GfxCore/CMakeFiles/GfxCore.dir/Texture.cpp.o.provides
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/Texture.cpp.o.provides.build: Rendering/GfxCore/CMakeFiles/GfxCore.dir/Texture.cpp.o
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/glew/glew.cpp.o: Rendering/GfxCore/CMakeFiles/GfxCore.dir/flags.make
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/glew/glew.cpp.o: Rendering/GfxCore/glew/glew.cpp
|
|
$(CMAKE_COMMAND) -E cmake_progress_report /mnt/f/Trunk2012/Client/CMakeFiles $(CMAKE_PROGRESS_17)
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object Rendering/GfxCore/CMakeFiles/GfxCore.dir/glew/glew.cpp.o"
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && /home/watrabi/Android/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/GfxCore.dir/glew/glew.cpp.o -c /mnt/f/Trunk2012/Client/Rendering/GfxCore/glew/glew.cpp
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/glew/glew.cpp.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/GfxCore.dir/glew/glew.cpp.i"
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && /home/watrabi/Android/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ $(CXX_DEFINES) $(CXX_FLAGS) -E /mnt/f/Trunk2012/Client/Rendering/GfxCore/glew/glew.cpp > CMakeFiles/GfxCore.dir/glew/glew.cpp.i
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/glew/glew.cpp.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/GfxCore.dir/glew/glew.cpp.s"
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && /home/watrabi/Android/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ $(CXX_DEFINES) $(CXX_FLAGS) -S /mnt/f/Trunk2012/Client/Rendering/GfxCore/glew/glew.cpp -o CMakeFiles/GfxCore.dir/glew/glew.cpp.s
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/glew/glew.cpp.o.requires:
|
|
.PHONY : Rendering/GfxCore/CMakeFiles/GfxCore.dir/glew/glew.cpp.o.requires
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/glew/glew.cpp.o.provides: Rendering/GfxCore/CMakeFiles/GfxCore.dir/glew/glew.cpp.o.requires
|
|
$(MAKE) -f Rendering/GfxCore/CMakeFiles/GfxCore.dir/build.make Rendering/GfxCore/CMakeFiles/GfxCore.dir/glew/glew.cpp.o.provides.build
|
|
.PHONY : Rendering/GfxCore/CMakeFiles/GfxCore.dir/glew/glew.cpp.o.provides
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/glew/glew.cpp.o.provides.build: Rendering/GfxCore/CMakeFiles/GfxCore.dir/glew/glew.cpp.o
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/pix.cpp.o: Rendering/GfxCore/CMakeFiles/GfxCore.dir/flags.make
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/pix.cpp.o: Rendering/GfxCore/pix.cpp
|
|
$(CMAKE_COMMAND) -E cmake_progress_report /mnt/f/Trunk2012/Client/CMakeFiles $(CMAKE_PROGRESS_18)
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object Rendering/GfxCore/CMakeFiles/GfxCore.dir/pix.cpp.o"
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && /home/watrabi/Android/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/GfxCore.dir/pix.cpp.o -c /mnt/f/Trunk2012/Client/Rendering/GfxCore/pix.cpp
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/pix.cpp.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/GfxCore.dir/pix.cpp.i"
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && /home/watrabi/Android/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ $(CXX_DEFINES) $(CXX_FLAGS) -E /mnt/f/Trunk2012/Client/Rendering/GfxCore/pix.cpp > CMakeFiles/GfxCore.dir/pix.cpp.i
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/pix.cpp.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/GfxCore.dir/pix.cpp.s"
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && /home/watrabi/Android/ndk/android-ndk-r10e/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ $(CXX_DEFINES) $(CXX_FLAGS) -S /mnt/f/Trunk2012/Client/Rendering/GfxCore/pix.cpp -o CMakeFiles/GfxCore.dir/pix.cpp.s
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/pix.cpp.o.requires:
|
|
.PHONY : Rendering/GfxCore/CMakeFiles/GfxCore.dir/pix.cpp.o.requires
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/pix.cpp.o.provides: Rendering/GfxCore/CMakeFiles/GfxCore.dir/pix.cpp.o.requires
|
|
$(MAKE) -f Rendering/GfxCore/CMakeFiles/GfxCore.dir/build.make Rendering/GfxCore/CMakeFiles/GfxCore.dir/pix.cpp.o.provides.build
|
|
.PHONY : Rendering/GfxCore/CMakeFiles/GfxCore.dir/pix.cpp.o.provides
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/pix.cpp.o.provides.build: Rendering/GfxCore/CMakeFiles/GfxCore.dir/pix.cpp.o
|
|
|
|
GfxCore: Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/ContextGLAndroid.cpp.o
|
|
GfxCore: Rendering/GfxCore/CMakeFiles/GfxCore.dir/Device.cpp.o
|
|
GfxCore: Rendering/GfxCore/CMakeFiles/GfxCore.dir/DeviceCreate.cpp.o
|
|
GfxCore: Rendering/GfxCore/CMakeFiles/GfxCore.dir/Framebuffer.cpp.o
|
|
GfxCore: Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/CardboardVRGL.cpp.o
|
|
GfxCore: Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/DeviceContextGL.cpp.o
|
|
GfxCore: Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/DeviceGL.cpp.o
|
|
GfxCore: Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/FramebufferGL.cpp.o
|
|
GfxCore: Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/GeometryGL.cpp.o
|
|
GfxCore: Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/ShaderGL.cpp.o
|
|
GfxCore: Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/TextureGL.cpp.o
|
|
GfxCore: Rendering/GfxCore/CMakeFiles/GfxCore.dir/Geometry.cpp.o
|
|
GfxCore: Rendering/GfxCore/CMakeFiles/GfxCore.dir/Resource.cpp.o
|
|
GfxCore: Rendering/GfxCore/CMakeFiles/GfxCore.dir/Shader.cpp.o
|
|
GfxCore: Rendering/GfxCore/CMakeFiles/GfxCore.dir/States.cpp.o
|
|
GfxCore: Rendering/GfxCore/CMakeFiles/GfxCore.dir/Texture.cpp.o
|
|
GfxCore: Rendering/GfxCore/CMakeFiles/GfxCore.dir/glew/glew.cpp.o
|
|
GfxCore: Rendering/GfxCore/CMakeFiles/GfxCore.dir/pix.cpp.o
|
|
GfxCore: Rendering/GfxCore/CMakeFiles/GfxCore.dir/build.make
|
|
.PHONY : GfxCore
|
|
|
|
# Rule to build all files generated by this target.
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/build: GfxCore
|
|
.PHONY : Rendering/GfxCore/CMakeFiles/GfxCore.dir/build
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/requires: Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/ContextGLAndroid.cpp.o.requires
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/requires: Rendering/GfxCore/CMakeFiles/GfxCore.dir/Device.cpp.o.requires
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/requires: Rendering/GfxCore/CMakeFiles/GfxCore.dir/DeviceCreate.cpp.o.requires
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/requires: Rendering/GfxCore/CMakeFiles/GfxCore.dir/Framebuffer.cpp.o.requires
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/requires: Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/CardboardVRGL.cpp.o.requires
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/requires: Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/DeviceContextGL.cpp.o.requires
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/requires: Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/DeviceGL.cpp.o.requires
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/requires: Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/FramebufferGL.cpp.o.requires
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/requires: Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/GeometryGL.cpp.o.requires
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/requires: Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/ShaderGL.cpp.o.requires
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/requires: Rendering/GfxCore/CMakeFiles/GfxCore.dir/GL/TextureGL.cpp.o.requires
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/requires: Rendering/GfxCore/CMakeFiles/GfxCore.dir/Geometry.cpp.o.requires
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/requires: Rendering/GfxCore/CMakeFiles/GfxCore.dir/Resource.cpp.o.requires
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/requires: Rendering/GfxCore/CMakeFiles/GfxCore.dir/Shader.cpp.o.requires
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/requires: Rendering/GfxCore/CMakeFiles/GfxCore.dir/States.cpp.o.requires
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/requires: Rendering/GfxCore/CMakeFiles/GfxCore.dir/Texture.cpp.o.requires
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/requires: Rendering/GfxCore/CMakeFiles/GfxCore.dir/glew/glew.cpp.o.requires
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/requires: Rendering/GfxCore/CMakeFiles/GfxCore.dir/pix.cpp.o.requires
|
|
.PHONY : Rendering/GfxCore/CMakeFiles/GfxCore.dir/requires
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/clean:
|
|
cd /mnt/f/Trunk2012/Client/Rendering/GfxCore && $(CMAKE_COMMAND) -P CMakeFiles/GfxCore.dir/cmake_clean.cmake
|
|
.PHONY : Rendering/GfxCore/CMakeFiles/GfxCore.dir/clean
|
|
|
|
Rendering/GfxCore/CMakeFiles/GfxCore.dir/depend:
|
|
cd /mnt/f/Trunk2012/Client && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /mnt/f/Trunk2012/Client /mnt/f/Trunk2012/Client/Rendering/GfxCore /mnt/f/Trunk2012/Client /mnt/f/Trunk2012/Client/Rendering/GfxCore /mnt/f/Trunk2012/Client/Rendering/GfxCore/CMakeFiles/GfxCore.dir/DependInfo.cmake --color=$(COLOR)
|
|
.PHONY : Rendering/GfxCore/CMakeFiles/GfxCore.dir/depend
|
|
|