Initialisierung

This commit is contained in:
2020-04-19 14:49:21 +02:00
parent 3fdd1b36fc
commit 9fd48d50e3
293 changed files with 38035 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.10
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/julian/UxPlay")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/julian/UxPlay/build")
# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)
# The C and CXX include file regular expressions for this directory.
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})

View File

@@ -0,0 +1,14 @@
#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">])
#IncludeRegexScan: ^.*$
#IncludeRegexComplain: ^$
#IncludeRegexTransform:
/home/julian/UxPlay/lib/curve25519/curve25519-donna.c
string.h
-
stdint.h
-

View File

@@ -0,0 +1,20 @@
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
"C"
)
# The set of files for implicit dependencies of each language:
set(CMAKE_DEPENDS_CHECK_C
"/home/julian/UxPlay/lib/curve25519/curve25519-donna.c" "/home/julian/UxPlay/build/lib/curve25519/CMakeFiles/curve25519.dir/curve25519-donna.c.o"
)
set(CMAKE_C_COMPILER_ID "GNU")
# The include file search paths:
set(CMAKE_C_TARGET_INCLUDE_PATH
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

View File

@@ -0,0 +1,114 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.10
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# 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/julian/UxPlay
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/julian/UxPlay/build
# Include any dependencies generated for this target.
include lib/curve25519/CMakeFiles/curve25519.dir/depend.make
# Include the progress variables for this target.
include lib/curve25519/CMakeFiles/curve25519.dir/progress.make
# Include the compile flags for this target's objects.
include lib/curve25519/CMakeFiles/curve25519.dir/flags.make
lib/curve25519/CMakeFiles/curve25519.dir/curve25519-donna.c.o: lib/curve25519/CMakeFiles/curve25519.dir/flags.make
lib/curve25519/CMakeFiles/curve25519.dir/curve25519-donna.c.o: ../lib/curve25519/curve25519-donna.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/julian/UxPlay/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object lib/curve25519/CMakeFiles/curve25519.dir/curve25519-donna.c.o"
cd /home/julian/UxPlay/build/lib/curve25519 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/curve25519.dir/curve25519-donna.c.o -c /home/julian/UxPlay/lib/curve25519/curve25519-donna.c
lib/curve25519/CMakeFiles/curve25519.dir/curve25519-donna.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/curve25519.dir/curve25519-donna.c.i"
cd /home/julian/UxPlay/build/lib/curve25519 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/julian/UxPlay/lib/curve25519/curve25519-donna.c > CMakeFiles/curve25519.dir/curve25519-donna.c.i
lib/curve25519/CMakeFiles/curve25519.dir/curve25519-donna.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/curve25519.dir/curve25519-donna.c.s"
cd /home/julian/UxPlay/build/lib/curve25519 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/julian/UxPlay/lib/curve25519/curve25519-donna.c -o CMakeFiles/curve25519.dir/curve25519-donna.c.s
lib/curve25519/CMakeFiles/curve25519.dir/curve25519-donna.c.o.requires:
.PHONY : lib/curve25519/CMakeFiles/curve25519.dir/curve25519-donna.c.o.requires
lib/curve25519/CMakeFiles/curve25519.dir/curve25519-donna.c.o.provides: lib/curve25519/CMakeFiles/curve25519.dir/curve25519-donna.c.o.requires
$(MAKE) -f lib/curve25519/CMakeFiles/curve25519.dir/build.make lib/curve25519/CMakeFiles/curve25519.dir/curve25519-donna.c.o.provides.build
.PHONY : lib/curve25519/CMakeFiles/curve25519.dir/curve25519-donna.c.o.provides
lib/curve25519/CMakeFiles/curve25519.dir/curve25519-donna.c.o.provides.build: lib/curve25519/CMakeFiles/curve25519.dir/curve25519-donna.c.o
# Object files for target curve25519
curve25519_OBJECTS = \
"CMakeFiles/curve25519.dir/curve25519-donna.c.o"
# External object files for target curve25519
curve25519_EXTERNAL_OBJECTS =
lib/curve25519/libcurve25519.a: lib/curve25519/CMakeFiles/curve25519.dir/curve25519-donna.c.o
lib/curve25519/libcurve25519.a: lib/curve25519/CMakeFiles/curve25519.dir/build.make
lib/curve25519/libcurve25519.a: lib/curve25519/CMakeFiles/curve25519.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/julian/UxPlay/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C static library libcurve25519.a"
cd /home/julian/UxPlay/build/lib/curve25519 && $(CMAKE_COMMAND) -P CMakeFiles/curve25519.dir/cmake_clean_target.cmake
cd /home/julian/UxPlay/build/lib/curve25519 && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curve25519.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
lib/curve25519/CMakeFiles/curve25519.dir/build: lib/curve25519/libcurve25519.a
.PHONY : lib/curve25519/CMakeFiles/curve25519.dir/build
lib/curve25519/CMakeFiles/curve25519.dir/requires: lib/curve25519/CMakeFiles/curve25519.dir/curve25519-donna.c.o.requires
.PHONY : lib/curve25519/CMakeFiles/curve25519.dir/requires
lib/curve25519/CMakeFiles/curve25519.dir/clean:
cd /home/julian/UxPlay/build/lib/curve25519 && $(CMAKE_COMMAND) -P CMakeFiles/curve25519.dir/cmake_clean.cmake
.PHONY : lib/curve25519/CMakeFiles/curve25519.dir/clean
lib/curve25519/CMakeFiles/curve25519.dir/depend:
cd /home/julian/UxPlay/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/julian/UxPlay /home/julian/UxPlay/lib/curve25519 /home/julian/UxPlay/build /home/julian/UxPlay/build/lib/curve25519 /home/julian/UxPlay/build/lib/curve25519/CMakeFiles/curve25519.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : lib/curve25519/CMakeFiles/curve25519.dir/depend

View File

@@ -0,0 +1,10 @@
file(REMOVE_RECURSE
"CMakeFiles/curve25519.dir/curve25519-donna.c.o"
"libcurve25519.pdb"
"libcurve25519.a"
)
# Per-language clean rules from dependency scanning.
foreach(lang C)
include(CMakeFiles/curve25519.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

@@ -0,0 +1,3 @@
file(REMOVE_RECURSE
"libcurve25519.a"
)

View File

@@ -0,0 +1,5 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.10
lib/curve25519/CMakeFiles/curve25519.dir/curve25519-donna.c.o
/home/julian/UxPlay/lib/curve25519/curve25519-donna.c

View File

@@ -0,0 +1,5 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.10
lib/curve25519/CMakeFiles/curve25519.dir/curve25519-donna.c.o: ../lib/curve25519/curve25519-donna.c

View File

@@ -0,0 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.10
# compile C with /usr/bin/cc
C_FLAGS =
C_DEFINES =
C_INCLUDES =

View File

@@ -0,0 +1,2 @@
/usr/bin/ar qc libcurve25519.a CMakeFiles/curve25519.dir/curve25519-donna.c.o
/usr/bin/ranlib libcurve25519.a

View File

@@ -0,0 +1,3 @@
CMAKE_PROGRESS_1 = 22
CMAKE_PROGRESS_2 = 23

View File

@@ -0,0 +1 @@
2