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,90 @@
#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">])
#IncludeRegexScan: ^.*$
#IncludeRegexComplain: ^$
#IncludeRegexTransform:
/home/julian/UxPlay/lib/dnssd.h
/home/julian/UxPlay/lib/logger.h
/home/julian/UxPlay/lib/raop.h
dnssd.h
/home/julian/UxPlay/lib/dnssd.h
stream.h
/home/julian/UxPlay/lib/stream.h
raop_ntp.h
/home/julian/UxPlay/lib/raop_ntp.h
/home/julian/UxPlay/lib/raop_ntp.h
stdbool.h
-
stdint.h
-
logger.h
/home/julian/UxPlay/lib/logger.h
/home/julian/UxPlay/lib/stream.h
stdint.h
-
/home/julian/UxPlay/log.h
cstdio
-
stdarg.h
-
/home/julian/UxPlay/renderers/audio_renderer.h
stdint.h
-
stdbool.h
-
../lib/logger.h
/home/julian/UxPlay/lib/logger.h
../lib/raop_ntp.h
/home/julian/UxPlay/lib/raop_ntp.h
video_renderer.h
/home/julian/UxPlay/renderers/video_renderer.h
/home/julian/UxPlay/renderers/video_renderer.h
stdint.h
-
stdbool.h
-
../lib/logger.h
/home/julian/UxPlay/lib/logger.h
../lib/raop_ntp.h
/home/julian/UxPlay/lib/raop_ntp.h
/home/julian/UxPlay/uxplay.cpp
stddef.h
-
cstring
-
signal.h
-
unistd.h
-
string
-
vector
-
fstream
-
log.h
/home/julian/UxPlay/log.h
lib/raop.h
/home/julian/UxPlay/lib/raop.h
lib/stream.h
/home/julian/UxPlay/lib/stream.h
lib/logger.h
/home/julian/UxPlay/lib/logger.h
lib/dnssd.h
/home/julian/UxPlay/lib/dnssd.h
renderers/video_renderer.h
/home/julian/UxPlay/renderers/video_renderer.h
renderers/audio_renderer.h
/home/julian/UxPlay/renderers/audio_renderer.h

View File

@@ -0,0 +1,45 @@
# 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
"/home/julian/UxPlay/uxplay.cpp" "/home/julian/UxPlay/build/CMakeFiles/AirplayServer.dir/uxplay.cpp.o"
)
set(CMAKE_CXX_COMPILER_ID "GNU")
# The include file search paths:
set(CMAKE_CXX_TARGET_INCLUDE_PATH
"../renderers"
"/usr/include/glib-2.0"
"/usr/lib/x86_64-linux-gnu/glib-2.0/include"
"/usr/include/gtk-3.0"
"/usr/include/at-spi2-atk/2.0"
"/usr/include/at-spi-2.0"
"/usr/include/dbus-1.0"
"/usr/lib/x86_64-linux-gnu/dbus-1.0/include"
"/usr/include/gio-unix-2.0"
"/usr/include/cairo"
"/usr/include/pango-1.0"
"/usr/include/harfbuzz"
"/usr/include/atk-1.0"
"/usr/include/pixman-1"
"/usr/include/freetype2"
"/usr/include/libpng16"
"/usr/include/gdk-pixbuf-2.0"
"/usr/include/gstreamer-1.0"
"/usr/include/orc-0.4"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
"/home/julian/UxPlay/build/renderers/CMakeFiles/renderers.dir/DependInfo.cmake"
"/home/julian/UxPlay/build/lib/CMakeFiles/airplay.dir/DependInfo.cmake"
"/home/julian/UxPlay/build/lib/curve25519/CMakeFiles/curve25519.dir/DependInfo.cmake"
"/home/julian/UxPlay/build/lib/ed25519/CMakeFiles/ed25519.dir/DependInfo.cmake"
"/home/julian/UxPlay/build/lib/playfair/CMakeFiles/playfair.dir/DependInfo.cmake"
"/home/julian/UxPlay/build/lib/plist/CMakeFiles/plist.dir/DependInfo.cmake"
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

View File

@@ -0,0 +1,120 @@
# 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 CMakeFiles/AirplayServer.dir/depend.make
# Include the progress variables for this target.
include CMakeFiles/AirplayServer.dir/progress.make
# Include the compile flags for this target's objects.
include CMakeFiles/AirplayServer.dir/flags.make
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: CMakeFiles/AirplayServer.dir/flags.make
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: ../uxplay.cpp
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/julian/UxPlay/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/AirplayServer.dir/uxplay.cpp.o"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/AirplayServer.dir/uxplay.cpp.o -c /home/julian/UxPlay/uxplay.cpp
CMakeFiles/AirplayServer.dir/uxplay.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/AirplayServer.dir/uxplay.cpp.i"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/julian/UxPlay/uxplay.cpp > CMakeFiles/AirplayServer.dir/uxplay.cpp.i
CMakeFiles/AirplayServer.dir/uxplay.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/AirplayServer.dir/uxplay.cpp.s"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/julian/UxPlay/uxplay.cpp -o CMakeFiles/AirplayServer.dir/uxplay.cpp.s
CMakeFiles/AirplayServer.dir/uxplay.cpp.o.requires:
.PHONY : CMakeFiles/AirplayServer.dir/uxplay.cpp.o.requires
CMakeFiles/AirplayServer.dir/uxplay.cpp.o.provides: CMakeFiles/AirplayServer.dir/uxplay.cpp.o.requires
$(MAKE) -f CMakeFiles/AirplayServer.dir/build.make CMakeFiles/AirplayServer.dir/uxplay.cpp.o.provides.build
.PHONY : CMakeFiles/AirplayServer.dir/uxplay.cpp.o.provides
CMakeFiles/AirplayServer.dir/uxplay.cpp.o.provides.build: CMakeFiles/AirplayServer.dir/uxplay.cpp.o
# Object files for target AirplayServer
AirplayServer_OBJECTS = \
"CMakeFiles/AirplayServer.dir/uxplay.cpp.o"
# External object files for target AirplayServer
AirplayServer_EXTERNAL_OBJECTS =
AirplayServer: CMakeFiles/AirplayServer.dir/uxplay.cpp.o
AirplayServer: CMakeFiles/AirplayServer.dir/build.make
AirplayServer: renderers/librenderers.a
AirplayServer: lib/libairplay.a
AirplayServer: lib/curve25519/libcurve25519.a
AirplayServer: lib/ed25519/libed25519.a
AirplayServer: lib/playfair/libplayfair.a
AirplayServer: lib/plist/libplist.a
AirplayServer: /usr/lib/x86_64-linux-gnu/libcrypto.so
AirplayServer: CMakeFiles/AirplayServer.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 CXX executable AirplayServer"
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/AirplayServer.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
CMakeFiles/AirplayServer.dir/build: AirplayServer
.PHONY : CMakeFiles/AirplayServer.dir/build
CMakeFiles/AirplayServer.dir/requires: CMakeFiles/AirplayServer.dir/uxplay.cpp.o.requires
.PHONY : CMakeFiles/AirplayServer.dir/requires
CMakeFiles/AirplayServer.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles/AirplayServer.dir/cmake_clean.cmake
.PHONY : CMakeFiles/AirplayServer.dir/clean
CMakeFiles/AirplayServer.dir/depend:
cd /home/julian/UxPlay/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/julian/UxPlay /home/julian/UxPlay /home/julian/UxPlay/build /home/julian/UxPlay/build /home/julian/UxPlay/build/CMakeFiles/AirplayServer.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/AirplayServer.dir/depend

View File

@@ -0,0 +1,10 @@
file(REMOVE_RECURSE
"CMakeFiles/AirplayServer.dir/uxplay.cpp.o"
"AirplayServer.pdb"
"AirplayServer"
)
# Per-language clean rules from dependency scanning.
foreach(lang CXX)
include(CMakeFiles/AirplayServer.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

@@ -0,0 +1,13 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.10
CMakeFiles/AirplayServer.dir/uxplay.cpp.o
/home/julian/UxPlay/lib/dnssd.h
/home/julian/UxPlay/lib/logger.h
/home/julian/UxPlay/lib/raop.h
/home/julian/UxPlay/lib/raop_ntp.h
/home/julian/UxPlay/lib/stream.h
/home/julian/UxPlay/log.h
/home/julian/UxPlay/renderers/audio_renderer.h
/home/julian/UxPlay/renderers/video_renderer.h
/home/julian/UxPlay/uxplay.cpp

View File

@@ -0,0 +1,13 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.10
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: ../lib/dnssd.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: ../lib/logger.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: ../lib/raop.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: ../lib/raop_ntp.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: ../lib/stream.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: ../log.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: ../renderers/audio_renderer.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: ../renderers/video_renderer.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: ../uxplay.cpp

View File

@@ -0,0 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.10
# compile CXX with /usr/bin/c++
CXX_FLAGS = -std=gnu++11
CXX_DEFINES =
CXX_INCLUDES = -I/home/julian/UxPlay/renderers -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gstreamer-1.0 -I/usr/include/orc-0.4

View File

@@ -0,0 +1 @@
/usr/bin/c++ CMakeFiles/AirplayServer.dir/uxplay.cpp.o -o AirplayServer renderers/librenderers.a lib/libairplay.a -lglib-2.0 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lgstsdp-1.0 -lgstvideo-1.0 -lgstapp-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lpthread lib/curve25519/libcurve25519.a lib/ed25519/libed25519.a lib/playfair/libplayfair.a lib/plist/libplist.a /usr/lib/x86_64-linux-gnu/libcrypto.so -ldns_sd -lgobject-2.0 -lglib-2.0

View File

@@ -0,0 +1,3 @@
CMAKE_PROGRESS_1 = 1
CMAKE_PROGRESS_2 = 2

Binary file not shown.