mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-06 13:47:48 +00:00
GEEKING
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
SET(CMAKE_DEPENDS_LANGUAGES
|
||||
)
|
||||
# The set of files for implicit dependencies of each language:
|
||||
|
||||
# Preprocessor definitions for this target.
|
||||
SET(CMAKE_TARGET_DEFINITIONS
|
||||
"ANDROID"
|
||||
"ROBLOX_BOOST_CONFIGS"
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
SET(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# The include file search paths:
|
||||
SET(CMAKE_C_TARGET_INCLUDE_PATH
|
||||
"/home/watrabi/Android/ndk/android-ndk-r10e/platforms/android-21/arch-arm/usr/include"
|
||||
"/home/watrabi/Android/ndk/android-ndk-r10e/sources/cxx-stl/gnu-libstdc++/4.9/include"
|
||||
"/home/watrabi/Android/ndk/android-ndk-r10e/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include"
|
||||
"/home/watrabi/Android/ndk/android-ndk-r10e/sources/cxx-stl/gnu-libstdc++/4.9/include/backward"
|
||||
"/mnt/f/Trunk2012/Contribs/boost_1_70_0"
|
||||
"/mnt/f/Trunk2012/Contribs/android/armeabi-v7a/curl/curl-7.43.0/include"
|
||||
"/mnt/f/Trunk2012/Contribs/boost_1_70_0/include"
|
||||
"fmod/include"
|
||||
"/mnt/f/Trunk2012/Contribs/android/arm/openssl/openssl-1.0.2c/include"
|
||||
"/mnt/f/Trunk2012/Contribs/SDL2/include"
|
||||
"Base/include"
|
||||
"Log/include"
|
||||
"Base/include/rbx/Android"
|
||||
"App/include"
|
||||
"App.BulletPhysics"
|
||||
"Rendering/RbxG3D/include"
|
||||
"Rendering/RbxG3D/../g3d/include"
|
||||
)
|
||||
SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
|
||||
SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
|
||||
SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
|
||||
@@ -0,0 +1,68 @@
|
||||
# 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
|
||||
|
||||
# Utility rule file for RbxG3D_unbuilt.
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include Rendering/RbxG3D/CMakeFiles/RbxG3D_unbuilt.dir/progress.make
|
||||
|
||||
Rendering/RbxG3D/CMakeFiles/RbxG3D_unbuilt:
|
||||
|
||||
RbxG3D_unbuilt: Rendering/RbxG3D/CMakeFiles/RbxG3D_unbuilt
|
||||
RbxG3D_unbuilt: Rendering/RbxG3D/CMakeFiles/RbxG3D_unbuilt.dir/build.make
|
||||
.PHONY : RbxG3D_unbuilt
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
Rendering/RbxG3D/CMakeFiles/RbxG3D_unbuilt.dir/build: RbxG3D_unbuilt
|
||||
.PHONY : Rendering/RbxG3D/CMakeFiles/RbxG3D_unbuilt.dir/build
|
||||
|
||||
Rendering/RbxG3D/CMakeFiles/RbxG3D_unbuilt.dir/clean:
|
||||
cd /mnt/f/Trunk2012/Client/Rendering/RbxG3D && $(CMAKE_COMMAND) -P CMakeFiles/RbxG3D_unbuilt.dir/cmake_clean.cmake
|
||||
.PHONY : Rendering/RbxG3D/CMakeFiles/RbxG3D_unbuilt.dir/clean
|
||||
|
||||
Rendering/RbxG3D/CMakeFiles/RbxG3D_unbuilt.dir/depend:
|
||||
cd /mnt/f/Trunk2012/Client && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /mnt/f/Trunk2012/Client /mnt/f/Trunk2012/Client/Rendering/RbxG3D /mnt/f/Trunk2012/Client /mnt/f/Trunk2012/Client/Rendering/RbxG3D /mnt/f/Trunk2012/Client/Rendering/RbxG3D/CMakeFiles/RbxG3D_unbuilt.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : Rendering/RbxG3D/CMakeFiles/RbxG3D_unbuilt.dir/depend
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
FILE(REMOVE_RECURSE
|
||||
"CMakeFiles/RbxG3D_unbuilt"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
FOREACH(lang)
|
||||
INCLUDE(CMakeFiles/RbxG3D_unbuilt.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
ENDFOREACH(lang)
|
||||
@@ -0,0 +1,2 @@
|
||||
# Empty custom commands generated dependencies file for RbxG3D_unbuilt.
|
||||
# This may be replaced when dependencies are built.
|
||||
@@ -0,0 +1,2 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Timestamp file for custom commands dependencies management for RbxG3D_unbuilt.
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
Reference in New Issue
Block a user