aboutsummaryrefslogtreecommitdiff
path: root/build/gtest/CMakeFiles/gtest.dir
diff options
context:
space:
mode:
authorRoman Bapst <romanbapst@yahoo.de>2014-11-10 17:24:48 +0100
committerRoman Bapst <romanbapst@yahoo.de>2014-11-10 17:24:48 +0100
commit403fe886845b8e3da150bdc45e47c4e4b29cea96 (patch)
tree73c87e9e3e3b4574e1e74857edfc36b5f3993ffb /build/gtest/CMakeFiles/gtest.dir
parent31238516b537debd695f5cdf8e6c6e969907fe76 (diff)
downloadpx4-firmware-403fe886845b8e3da150bdc45e47c4e4b29cea96.tar.gz
px4-firmware-403fe886845b8e3da150bdc45e47c4e4b29cea96.tar.bz2
px4-firmware-403fe886845b8e3da150bdc45e47c4e4b29cea96.zip
deleted folder that has found its way into the repo
Diffstat (limited to 'build/gtest/CMakeFiles/gtest.dir')
-rw-r--r--build/gtest/CMakeFiles/gtest.dir/DependInfo.cmake27
-rw-r--r--build/gtest/CMakeFiles/gtest.dir/build.make102
-rw-r--r--build/gtest/CMakeFiles/gtest.dir/cmake_clean.cmake10
-rw-r--r--build/gtest/CMakeFiles/gtest.dir/depend.make2
-rw-r--r--build/gtest/CMakeFiles/gtest.dir/flags.make8
-rw-r--r--build/gtest/CMakeFiles/gtest.dir/link.txt1
-rw-r--r--build/gtest/CMakeFiles/gtest.dir/progress.make2
7 files changed, 0 insertions, 152 deletions
diff --git a/build/gtest/CMakeFiles/gtest.dir/DependInfo.cmake b/build/gtest/CMakeFiles/gtest.dir/DependInfo.cmake
deleted file mode 100644
index 40234804c..000000000
--- a/build/gtest/CMakeFiles/gtest.dir/DependInfo.cmake
+++ /dev/null
@@ -1,27 +0,0 @@
-# The set of languages for which implicit dependencies are needed:
-SET(CMAKE_DEPENDS_LANGUAGES
- "CXX"
- )
-# The set of files for implicit dependencies of each language:
-SET(CMAKE_DEPENDS_CHECK_CXX
- "/usr/src/gtest/src/gtest-all.cc" "/home/roman/src/Firmware/build/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o"
- )
-SET(CMAKE_CXX_COMPILER_ID "GNU")
-
-# Preprocessor definitions for this target.
-SET(CMAKE_TARGET_DEFINITIONS
- "GTEST_CREATE_SHARED_LIBRARY=1"
- )
-
-# Targets to which this target links.
-SET(CMAKE_TARGET_LINKED_INFO_FILES
- )
-
-# The include file search paths:
-SET(CMAKE_C_TARGET_INCLUDE_PATH
- "/usr/src/gtest/include"
- "/usr/src/gtest"
- )
-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})
diff --git a/build/gtest/CMakeFiles/gtest.dir/build.make b/build/gtest/CMakeFiles/gtest.dir/build.make
deleted file mode 100644
index 744feec6d..000000000
--- a/build/gtest/CMakeFiles/gtest.dir/build.make
+++ /dev/null
@@ -1,102 +0,0 @@
-# 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 top-level source directory on which CMake was run.
-CMAKE_SOURCE_DIR = /home/roman/src/Firmware/src
-
-# The top-level build directory on which CMake was run.
-CMAKE_BINARY_DIR = /home/roman/src/Firmware/build
-
-# Include any dependencies generated for this target.
-include gtest/CMakeFiles/gtest.dir/depend.make
-
-# Include the progress variables for this target.
-include gtest/CMakeFiles/gtest.dir/progress.make
-
-# Include the compile flags for this target's objects.
-include gtest/CMakeFiles/gtest.dir/flags.make
-
-gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: gtest/CMakeFiles/gtest.dir/flags.make
-gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: /usr/src/gtest/src/gtest-all.cc
- $(CMAKE_COMMAND) -E cmake_progress_report /home/roman/src/Firmware/build/CMakeFiles $(CMAKE_PROGRESS_1)
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o"
- cd /home/roman/src/Firmware/build/gtest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/gtest.dir/src/gtest-all.cc.o -c /usr/src/gtest/src/gtest-all.cc
-
-gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.i: cmake_force
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/gtest.dir/src/gtest-all.cc.i"
- cd /home/roman/src/Firmware/build/gtest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /usr/src/gtest/src/gtest-all.cc > CMakeFiles/gtest.dir/src/gtest-all.cc.i
-
-gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.s: cmake_force
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/gtest.dir/src/gtest-all.cc.s"
- cd /home/roman/src/Firmware/build/gtest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /usr/src/gtest/src/gtest-all.cc -o CMakeFiles/gtest.dir/src/gtest-all.cc.s
-
-gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.requires:
-.PHONY : gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.requires
-
-gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.provides: gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.requires
- $(MAKE) -f gtest/CMakeFiles/gtest.dir/build.make gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.provides.build
-.PHONY : gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.provides
-
-gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.provides.build: gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o
-
-# Object files for target gtest
-gtest_OBJECTS = \
-"CMakeFiles/gtest.dir/src/gtest-all.cc.o"
-
-# External object files for target gtest
-gtest_EXTERNAL_OBJECTS =
-
-gtest/libgtest.so: gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o
-gtest/libgtest.so: gtest/CMakeFiles/gtest.dir/build.make
-gtest/libgtest.so: gtest/CMakeFiles/gtest.dir/link.txt
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking CXX shared library libgtest.so"
- cd /home/roman/src/Firmware/build/gtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/gtest.dir/link.txt --verbose=$(VERBOSE)
-
-# Rule to build all files generated by this target.
-gtest/CMakeFiles/gtest.dir/build: gtest/libgtest.so
-.PHONY : gtest/CMakeFiles/gtest.dir/build
-
-gtest/CMakeFiles/gtest.dir/requires: gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.requires
-.PHONY : gtest/CMakeFiles/gtest.dir/requires
-
-gtest/CMakeFiles/gtest.dir/clean:
- cd /home/roman/src/Firmware/build/gtest && $(CMAKE_COMMAND) -P CMakeFiles/gtest.dir/cmake_clean.cmake
-.PHONY : gtest/CMakeFiles/gtest.dir/clean
-
-gtest/CMakeFiles/gtest.dir/depend:
- cd /home/roman/src/Firmware/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/roman/src/Firmware/src /usr/src/gtest /home/roman/src/Firmware/build /home/roman/src/Firmware/build/gtest /home/roman/src/Firmware/build/gtest/CMakeFiles/gtest.dir/DependInfo.cmake --color=$(COLOR)
-.PHONY : gtest/CMakeFiles/gtest.dir/depend
-
diff --git a/build/gtest/CMakeFiles/gtest.dir/cmake_clean.cmake b/build/gtest/CMakeFiles/gtest.dir/cmake_clean.cmake
deleted file mode 100644
index 015a1ee75..000000000
--- a/build/gtest/CMakeFiles/gtest.dir/cmake_clean.cmake
+++ /dev/null
@@ -1,10 +0,0 @@
-FILE(REMOVE_RECURSE
- "CMakeFiles/gtest.dir/src/gtest-all.cc.o"
- "libgtest.pdb"
- "libgtest.so"
-)
-
-# Per-language clean rules from dependency scanning.
-FOREACH(lang CXX)
- INCLUDE(CMakeFiles/gtest.dir/cmake_clean_${lang}.cmake OPTIONAL)
-ENDFOREACH(lang)
diff --git a/build/gtest/CMakeFiles/gtest.dir/depend.make b/build/gtest/CMakeFiles/gtest.dir/depend.make
deleted file mode 100644
index 37ac348db..000000000
--- a/build/gtest/CMakeFiles/gtest.dir/depend.make
+++ /dev/null
@@ -1,2 +0,0 @@
-# Empty dependencies file for gtest.
-# This may be replaced when dependencies are built.
diff --git a/build/gtest/CMakeFiles/gtest.dir/flags.make b/build/gtest/CMakeFiles/gtest.dir/flags.make
deleted file mode 100644
index fa55300ac..000000000
--- a/build/gtest/CMakeFiles/gtest.dir/flags.make
+++ /dev/null
@@ -1,8 +0,0 @@
-# CMAKE generated file: DO NOT EDIT!
-# Generated by "Unix Makefiles" Generator, CMake Version 2.8
-
-# compile CXX with /usr/bin/c++
-CXX_FLAGS = -fPIC -I/usr/src/gtest/include -I/usr/src/gtest -Wall -Wshadow -DGTEST_HAS_PTHREAD=1 -fexceptions -Wextra
-
-CXX_DEFINES = -DGTEST_CREATE_SHARED_LIBRARY=1 -Dgtest_EXPORTS
-
diff --git a/build/gtest/CMakeFiles/gtest.dir/link.txt b/build/gtest/CMakeFiles/gtest.dir/link.txt
deleted file mode 100644
index 8745cedd2..000000000
--- a/build/gtest/CMakeFiles/gtest.dir/link.txt
+++ /dev/null
@@ -1 +0,0 @@
-/usr/bin/c++ -fPIC -shared -Wl,-soname,libgtest.so -o libgtest.so CMakeFiles/gtest.dir/src/gtest-all.cc.o -L/home/roman/src/Firmware/build/gtest/src -lpthread -Wl,-rpath,/home/roman/src/Firmware/build/gtest/src
diff --git a/build/gtest/CMakeFiles/gtest.dir/progress.make b/build/gtest/CMakeFiles/gtest.dir/progress.make
deleted file mode 100644
index 781c7de27..000000000
--- a/build/gtest/CMakeFiles/gtest.dir/progress.make
+++ /dev/null
@@ -1,2 +0,0 @@
-CMAKE_PROGRESS_1 = 1
-