Remove duplicated directory

This commit is contained in:
2020-04-20 22:39:27 +02:00
parent 9b7b10615d
commit 53fd9dee31
171 changed files with 0 additions and 26391 deletions

Binary file not shown.

View File

@@ -1,531 +0,0 @@
# This is the CMakeCache file.
# For build in directory: /home/julian/AirplayServer/build
# It was generated by CMake: /usr/bin/cmake
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.
########################
# EXTERNAL cache entries
########################
//Value Computed by CMake
AirplayServer_BINARY_DIR:STATIC=/home/julian/AirplayServer/build
//Value Computed by CMake
AirplayServer_SOURCE_DIR:STATIC=/home/julian/AirplayServer
//Path to a program.
CMAKE_AR:FILEPATH=/usr/bin/ar
//Choose the type of build, options are: None(CMAKE_CXX_FLAGS or
// CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel.
CMAKE_BUILD_TYPE:STRING=
//Enable/Disable color output during build.
CMAKE_COLOR_MAKEFILE:BOOL=ON
//CXX compiler
CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++
//A wrapper around 'ar' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-7
//A wrapper around 'ranlib' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-7
//Flags used by the compiler during all build types.
CMAKE_CXX_FLAGS:STRING=
//Flags used by the compiler during debug builds.
CMAKE_CXX_FLAGS_DEBUG:STRING=-g
//Flags used by the compiler during release builds for minimum
// size.
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
//Flags used by the compiler during release builds.
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
//Flags used by the compiler during release builds with debug info.
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
//C compiler
CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc
//A wrapper around 'ar' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-7
//A wrapper around 'ranlib' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-7
//Flags used by the compiler during all build types.
CMAKE_C_FLAGS:STRING=
//Flags used by the compiler during debug builds.
CMAKE_C_FLAGS_DEBUG:STRING=-g
//Flags used by the compiler during release builds for minimum
// size.
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
//Flags used by the compiler during release builds.
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
//Flags used by the compiler during release builds with debug info.
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
//Flags used by the linker.
CMAKE_EXE_LINKER_FLAGS:STRING=
//Flags used by the linker during debug builds.
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during release minsize builds.
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during release builds.
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during Release with Debug Info builds.
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Enable/Disable output of compile commands during generation.
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF
//Install path prefix, prepended onto install directories.
CMAKE_INSTALL_PREFIX:PATH=/usr/local
//Path to a program.
CMAKE_LINKER:FILEPATH=/usr/bin/ld
//Path to a program.
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make
//Flags used by the linker during the creation of modules.
CMAKE_MODULE_LINKER_FLAGS:STRING=
//Flags used by the linker during debug builds.
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during release minsize builds.
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during release builds.
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during Release with Debug Info builds.
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Path to a program.
CMAKE_NM:FILEPATH=/usr/bin/nm
//Path to a program.
CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy
//Path to a program.
CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
//Value Computed by CMake
CMAKE_PROJECT_NAME:STATIC=AirplayServer
//Path to a program.
CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
//Flags used by the linker during the creation of dll's.
CMAKE_SHARED_LINKER_FLAGS:STRING=
//Flags used by the linker during debug builds.
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during release minsize builds.
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during release builds.
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during Release with Debug Info builds.
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//If set, runtime paths are not added when installing shared libraries,
// but are added when building.
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
//If set, runtime paths are not added when using shared libraries.
CMAKE_SKIP_RPATH:BOOL=NO
//Flags used by the linker during the creation of static libraries.
CMAKE_STATIC_LINKER_FLAGS:STRING=
//Flags used by the linker during debug builds.
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during release minsize builds.
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during release builds.
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during Release with Debug Info builds.
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Path to a program.
CMAKE_STRIP:FILEPATH=/usr/bin/strip
//If this value is on, makefiles will be generated without the
// .SILENT directive, and all commands will be echoed to the console
// during the make. This is useful for debugging only. With Visual
// Studio IDE projects all commands are done without /nologo.
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
//Path to a library.
OPENSSL_CRYPTO_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libcrypto.so
//Path to a file.
OPENSSL_INCLUDE_DIR:PATH=/usr/include
//Path to a library.
OPENSSL_SSL_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libssl.so
//pkg-config executable
PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config
//Dependencies for the target
airplay_LIB_DEPENDS:STATIC=general;pthread;general;curve25519;general;ed25519;general;playfair;general;plist;general;OpenSSL::Crypto;general;dns_sd;
//Dependencies for target
curve25519_LIB_DEPENDS:STATIC=
//Dependencies for target
ed25519_LIB_DEPENDS:STATIC=
//Dependencies for target
playfair_LIB_DEPENDS:STATIC=
//Dependencies for target
plist_LIB_DEPENDS:STATIC=
//Dependencies for the target
renderers_LIB_DEPENDS:STATIC=general;-lglib-2.0;general;gstsdp-1.0;general;gstvideo-1.0;general;gstapp-1.0;general;gstbase-1.0;general;gstreamer-1.0;general;gobject-2.0;general;glib-2.0;general;gtk-3;general;gdk-3;general;pangocairo-1.0;general;pango-1.0;general;atk-1.0;general;cairo-gobject;general;cairo;general;gdk_pixbuf-2.0;general;gio-2.0;general;gobject-2.0;general;glib-2.0;general;airplay;
########################
# INTERNAL cache entries
########################
//ADVANCED property for variable: CMAKE_AR
CMAKE_AR-ADVANCED:INTERNAL=1
//This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=/home/julian/AirplayServer/build
//Major version of cmake used to create the current loaded cache
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
//Minor version of cmake used to create the current loaded cache
CMAKE_CACHE_MINOR_VERSION:INTERNAL=10
//Patch version of cmake used to create the current loaded cache
CMAKE_CACHE_PATCH_VERSION:INTERNAL=2
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
//Path to cpack program executable.
CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
//ADVANCED property for variable: CMAKE_CXX_COMPILER
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_COMPILER
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_COMPILER_AR
CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Path to cache edit program executable.
CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake
//Executable file format
CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
//Name of external makefile project generator.
CMAKE_EXTRA_GENERATOR:INTERNAL=
//Name of generator.
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
//Name of generator platform.
CMAKE_GENERATOR_PLATFORM:INTERNAL=
//Name of generator toolset.
CMAKE_GENERATOR_TOOLSET:INTERNAL=
//Source directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=/home/julian/AirplayServer
//Install .so files without execute permission.
CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
//ADVANCED property for variable: CMAKE_LINKER
CMAKE_LINKER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_NM
CMAKE_NM-ADVANCED:INTERNAL=1
//number of local generators
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=7
//ADVANCED property for variable: CMAKE_OBJCOPY
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_OBJDUMP
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
//Platform information initialized
CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
//ADVANCED property for variable: CMAKE_RANLIB
CMAKE_RANLIB-ADVANCED:INTERNAL=1
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.10
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_RPATH
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STRIP
CMAKE_STRIP-ADVANCED:INTERNAL=1
//uname command
CMAKE_UNAME:INTERNAL=/bin/uname
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
//Details about finding OpenSSL
FIND_PACKAGE_MESSAGE_DETAILS_OpenSSL:INTERNAL=[/usr/lib/x86_64-linux-gnu/libcrypto.so][/usr/include][v1.1.1()]
//Details about finding PkgConfig
FIND_PACKAGE_MESSAGE_DETAILS_PkgConfig:INTERNAL=[/usr/bin/pkg-config][v0.29.1()]
GLIB_CFLAGS:INTERNAL=-I/usr/include/glib-2.0;-I/usr/lib/x86_64-linux-gnu/glib-2.0/include
GLIB_CFLAGS_I:INTERNAL=
GLIB_CFLAGS_OTHER:INTERNAL=
GLIB_FOUND:INTERNAL=1
GLIB_INCLUDEDIR:INTERNAL=/usr/include
GLIB_INCLUDE_DIRS:INTERNAL=/usr/include/glib-2.0;/usr/lib/x86_64-linux-gnu/glib-2.0/include
GLIB_LDFLAGS:INTERNAL=-lglib-2.0
GLIB_LDFLAGS_OTHER:INTERNAL=
GLIB_LIBDIR:INTERNAL=/usr/lib/x86_64-linux-gnu
GLIB_LIBRARIES:INTERNAL=glib-2.0
GLIB_LIBRARY_DIRS:INTERNAL=
GLIB_LIBS:INTERNAL=
GLIB_LIBS_L:INTERNAL=
GLIB_LIBS_OTHER:INTERNAL=
GLIB_LIBS_PATHS:INTERNAL=
GLIB_PREFIX:INTERNAL=/usr
GLIB_STATIC_CFLAGS:INTERNAL=-I/usr/include/glib-2.0;-I/usr/lib/x86_64-linux-gnu/glib-2.0/include
GLIB_STATIC_CFLAGS_I:INTERNAL=
GLIB_STATIC_CFLAGS_OTHER:INTERNAL=
GLIB_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/glib-2.0;/usr/lib/x86_64-linux-gnu/glib-2.0/include
GLIB_STATIC_LDFLAGS:INTERNAL=-lglib-2.0;-pthread;-lpcre;-pthread
GLIB_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread
GLIB_STATIC_LIBDIR:INTERNAL=
GLIB_STATIC_LIBRARIES:INTERNAL=glib-2.0;pcre
GLIB_STATIC_LIBRARY_DIRS:INTERNAL=
GLIB_STATIC_LIBS:INTERNAL=
GLIB_STATIC_LIBS_L:INTERNAL=
GLIB_STATIC_LIBS_OTHER:INTERNAL=
GLIB_STATIC_LIBS_PATHS:INTERNAL=
GLIB_VERSION:INTERNAL=2.56.4
GLIB_glib-2.0_INCLUDEDIR:INTERNAL=
GLIB_glib-2.0_LIBDIR:INTERNAL=
GLIB_glib-2.0_PREFIX:INTERNAL=
GLIB_glib-2.0_VERSION:INTERNAL=
GST_CFLAGS:INTERNAL=-pthread;-I/usr/include/gstreamer-1.0;-I/usr/include/orc-0.4;-I/usr/include/gstreamer-1.0;-I/usr/include/glib-2.0;-I/usr/lib/x86_64-linux-gnu/glib-2.0/include
GST_CFLAGS_I:INTERNAL=
GST_CFLAGS_OTHER:INTERNAL=-pthread
GST_FOUND:INTERNAL=1
GST_INCLUDEDIR:INTERNAL=
GST_INCLUDE_DIRS:INTERNAL=/usr/include/gstreamer-1.0;/usr/include/orc-0.4;/usr/include/gstreamer-1.0;/usr/include/glib-2.0;/usr/lib/x86_64-linux-gnu/glib-2.0/include
GST_LDFLAGS:INTERNAL=-lgstsdp-1.0;-lgstvideo-1.0;-lgstapp-1.0;-lgstbase-1.0;-lgstreamer-1.0;-lgobject-2.0;-lglib-2.0
GST_LDFLAGS_OTHER:INTERNAL=
GST_LIBDIR:INTERNAL=
GST_LIBRARIES:INTERNAL=gstsdp-1.0;gstvideo-1.0;gstapp-1.0;gstbase-1.0;gstreamer-1.0;gobject-2.0;glib-2.0
GST_LIBRARY_DIRS:INTERNAL=
GST_LIBS:INTERNAL=
GST_LIBS_L:INTERNAL=
GST_LIBS_OTHER:INTERNAL=
GST_LIBS_PATHS:INTERNAL=
GST_PREFIX:INTERNAL=
GST_STATIC_CFLAGS:INTERNAL=-pthread;-I/usr/include/gstreamer-1.0;-I/usr/include/orc-0.4;-I/usr/include/gstreamer-1.0;-I/usr/include/glib-2.0;-I/usr/lib/x86_64-linux-gnu/glib-2.0/include
GST_STATIC_CFLAGS_I:INTERNAL=
GST_STATIC_CFLAGS_OTHER:INTERNAL=-pthread
GST_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/gstreamer-1.0;/usr/include/orc-0.4;/usr/include/gstreamer-1.0;/usr/include/glib-2.0;/usr/lib/x86_64-linux-gnu/glib-2.0/include
GST_STATIC_LDFLAGS:INTERNAL=-lgstsdp-1.0;-lgio-2.0;-lz;-lresolv;-lselinux;-lmount;-lgstvideo-1.0;-lorc-0.4;-lm;-lpthread;-lgstapp-1.0;-lgstbase-1.0;-lgstreamer-1.0;-lgmodule-2.0;-pthread;-ldl;-lgobject-2.0;-lffi;-lglib-2.0;-pthread;-lpcre;-pthread
GST_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread
GST_STATIC_LIBDIR:INTERNAL=
GST_STATIC_LIBRARIES:INTERNAL=gstsdp-1.0;gio-2.0;z;resolv;selinux;mount;gstvideo-1.0;orc-0.4;m;pthread;gstapp-1.0;gstbase-1.0;gstreamer-1.0;gmodule-2.0;dl;gobject-2.0;ffi;glib-2.0;pcre
GST_STATIC_LIBRARY_DIRS:INTERNAL=
GST_STATIC_LIBS:INTERNAL=
GST_STATIC_LIBS_L:INTERNAL=
GST_STATIC_LIBS_OTHER:INTERNAL=
GST_STATIC_LIBS_PATHS:INTERNAL=
GST_VERSION:INTERNAL=
GST_gstreamer-1.0_INCLUDEDIR:INTERNAL=/usr/include/gstreamer-1.0
GST_gstreamer-1.0_LIBDIR:INTERNAL=/usr/lib/x86_64-linux-gnu
GST_gstreamer-1.0_PREFIX:INTERNAL=/usr
GST_gstreamer-1.0_VERSION:INTERNAL=1.14.5
GST_gstreamer-app-1.0_INCLUDEDIR:INTERNAL=/usr/include/gstreamer-1.0
GST_gstreamer-app-1.0_LIBDIR:INTERNAL=/usr/lib/x86_64-linux-gnu
GST_gstreamer-app-1.0_PREFIX:INTERNAL=/usr
GST_gstreamer-app-1.0_VERSION:INTERNAL=1.14.5
GST_gstreamer-sdp-1.0_INCLUDEDIR:INTERNAL=/usr/include/gstreamer-1.0
GST_gstreamer-sdp-1.0_LIBDIR:INTERNAL=/usr/lib/x86_64-linux-gnu
GST_gstreamer-sdp-1.0_PREFIX:INTERNAL=/usr
GST_gstreamer-sdp-1.0_VERSION:INTERNAL=1.14.5
GST_gstreamer-video-1.0_INCLUDEDIR:INTERNAL=/usr/include/gstreamer-1.0
GST_gstreamer-video-1.0_LIBDIR:INTERNAL=/usr/lib/x86_64-linux-gnu
GST_gstreamer-video-1.0_PREFIX:INTERNAL=/usr
GST_gstreamer-video-1.0_VERSION:INTERNAL=1.14.5
GTK_CFLAGS:INTERNAL=-pthread;-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/gtk-3.0;-I/usr/include/gio-unix-2.0/;-I/usr/include/cairo;-I/usr/include/pango-1.0;-I/usr/include/harfbuzz;-I/usr/include/pango-1.0;-I/usr/include/atk-1.0;-I/usr/include/cairo;-I/usr/include/pixman-1;-I/usr/include/freetype2;-I/usr/include/libpng16;-I/usr/include/freetype2;-I/usr/include/libpng16;-I/usr/include/gdk-pixbuf-2.0;-I/usr/include/libpng16;-I/usr/include/glib-2.0;-I/usr/lib/x86_64-linux-gnu/glib-2.0/include
GTK_CFLAGS_I:INTERNAL=
GTK_CFLAGS_OTHER:INTERNAL=-pthread
GTK_FOUND:INTERNAL=1
GTK_INCLUDEDIR:INTERNAL=/usr/include
GTK_INCLUDE_DIRS:INTERNAL=/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/gtk-3.0;/usr/include/gio-unix-2.0/;/usr/include/cairo;/usr/include/pango-1.0;/usr/include/harfbuzz;/usr/include/pango-1.0;/usr/include/atk-1.0;/usr/include/cairo;/usr/include/pixman-1;/usr/include/freetype2;/usr/include/libpng16;/usr/include/freetype2;/usr/include/libpng16;/usr/include/gdk-pixbuf-2.0;/usr/include/libpng16;/usr/include/glib-2.0;/usr/lib/x86_64-linux-gnu/glib-2.0/include
GTK_LDFLAGS:INTERNAL=-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
GTK_LDFLAGS_OTHER:INTERNAL=
GTK_LIBDIR:INTERNAL=/usr/lib/x86_64-linux-gnu
GTK_LIBRARIES:INTERNAL=gtk-3;gdk-3;pangocairo-1.0;pango-1.0;atk-1.0;cairo-gobject;cairo;gdk_pixbuf-2.0;gio-2.0;gobject-2.0;glib-2.0
GTK_LIBRARY_DIRS:INTERNAL=
GTK_LIBS:INTERNAL=
GTK_LIBS_L:INTERNAL=
GTK_LIBS_OTHER:INTERNAL=
GTK_LIBS_PATHS:INTERNAL=
GTK_PREFIX:INTERNAL=/usr
GTK_STATIC_CFLAGS:INTERNAL=-pthread;-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/gtk-3.0;-I/usr/include/gio-unix-2.0/;-I/usr/include/cairo;-I/usr/include/pango-1.0;-I/usr/include/harfbuzz;-I/usr/include/pango-1.0;-I/usr/include/atk-1.0;-I/usr/include/cairo;-I/usr/include/pixman-1;-I/usr/include/freetype2;-I/usr/include/libpng16;-I/usr/include/freetype2;-I/usr/include/libpng16;-I/usr/include/gdk-pixbuf-2.0;-I/usr/include/libpng16;-I/usr/include/glib-2.0;-I/usr/lib/x86_64-linux-gnu/glib-2.0/include
GTK_STATIC_CFLAGS_I:INTERNAL=
GTK_STATIC_CFLAGS_OTHER:INTERNAL=-pthread
GTK_STATIC_INCLUDE_DIRS:INTERNAL=/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/gtk-3.0;/usr/include/gio-unix-2.0/;/usr/include/cairo;/usr/include/pango-1.0;/usr/include/harfbuzz;/usr/include/pango-1.0;/usr/include/atk-1.0;/usr/include/cairo;/usr/include/pixman-1;/usr/include/freetype2;/usr/include/libpng16;/usr/include/freetype2;/usr/include/libpng16;/usr/include/gdk-pixbuf-2.0;/usr/include/libpng16;/usr/include/glib-2.0;/usr/lib/x86_64-linux-gnu/glib-2.0/include
GTK_STATIC_LDFLAGS:INTERNAL=-lgtk-3;-latk-bridge-2.0;-latspi;-ldbus-1;-lpthread;-lsystemd;-lgdk-3;-lgio-2.0;-lXinerama;-lXi;-lXrandr;-lXcursor;-lXcomposite;-lXdamage;-lXfixes;-lxkbcommon;-lwayland-cursor;-lwayland-egl;-lwayland-client;-lepoxy;-ldl;-lpangocairo-1.0;-lpangoft2-1.0;-lharfbuzz;-lm;-lgraphite2;-lpango-1.0;-lm;-latk-1.0;-lcairo-gobject;-lcairo;-lz;-lpixman-1;-lfontconfig;-lexpat;-lfreetype;-lexpat;-lfreetype;-lpng16;-lm;-lz;-lm;-lxcb-shm;-lxcb-render;-lXrender;-lXext;-lX11;-lpthread;-lxcb;-lXau;-lXdmcp;-lgdk_pixbuf-2.0;-lm;-lpng16;-lm;-lz;-lm;-lz;-lgio-2.0;-lz;-lresolv;-lselinux;-lmount;-lgmodule-2.0;-pthread;-ldl;-lgobject-2.0;-lffi;-lglib-2.0;-pthread;-lpcre;-pthread
GTK_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread
GTK_STATIC_LIBDIR:INTERNAL=
GTK_STATIC_LIBRARIES:INTERNAL=gtk-3;atk-bridge-2.0;atspi;dbus-1;pthread;systemd;gdk-3;gio-2.0;Xinerama;Xi;Xrandr;Xcursor;Xcomposite;Xdamage;Xfixes;xkbcommon;wayland-cursor;wayland-egl;wayland-client;epoxy;dl;pangocairo-1.0;pangoft2-1.0;harfbuzz;m;graphite2;pango-1.0;m;atk-1.0;cairo-gobject;cairo;z;pixman-1;fontconfig;expat;freetype;expat;freetype;png16;m;z;m;xcb-shm;xcb-render;Xrender;Xext;X11;pthread;xcb;Xau;Xdmcp;gdk_pixbuf-2.0;m;png16;m;z;m;z;gio-2.0;z;resolv;selinux;mount;gmodule-2.0;dl;gobject-2.0;ffi;glib-2.0;pcre
GTK_STATIC_LIBRARY_DIRS:INTERNAL=
GTK_STATIC_LIBS:INTERNAL=
GTK_STATIC_LIBS_L:INTERNAL=
GTK_STATIC_LIBS_OTHER:INTERNAL=
GTK_STATIC_LIBS_PATHS:INTERNAL=
GTK_VERSION:INTERNAL=3.22.30
GTK_gtk+-3.0_INCLUDEDIR:INTERNAL=
GTK_gtk+-3.0_LIBDIR:INTERNAL=
GTK_gtk+-3.0_PREFIX:INTERNAL=
GTK_gtk+-3.0_VERSION:INTERNAL=
//ADVANCED property for variable: OPENSSL_CRYPTO_LIBRARY
OPENSSL_CRYPTO_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OPENSSL_INCLUDE_DIR
OPENSSL_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OPENSSL_SSL_LIBRARY
OPENSSL_SSL_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: PKG_CONFIG_EXECUTABLE
PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1
_OPENSSL_CFLAGS:INTERNAL=
_OPENSSL_CFLAGS_I:INTERNAL=
_OPENSSL_CFLAGS_OTHER:INTERNAL=
_OPENSSL_FOUND:INTERNAL=1
_OPENSSL_INCLUDEDIR:INTERNAL=/usr/include
_OPENSSL_INCLUDE_DIRS:INTERNAL=
_OPENSSL_LDFLAGS:INTERNAL=-lssl;-lcrypto
_OPENSSL_LDFLAGS_OTHER:INTERNAL=
_OPENSSL_LIBDIR:INTERNAL=/usr/lib/x86_64-linux-gnu
_OPENSSL_LIBRARIES:INTERNAL=ssl;crypto
_OPENSSL_LIBRARY_DIRS:INTERNAL=
_OPENSSL_LIBS:INTERNAL=
_OPENSSL_LIBS_L:INTERNAL=
_OPENSSL_LIBS_OTHER:INTERNAL=
_OPENSSL_LIBS_PATHS:INTERNAL=
_OPENSSL_PREFIX:INTERNAL=/usr
_OPENSSL_STATIC_CFLAGS:INTERNAL=
_OPENSSL_STATIC_CFLAGS_I:INTERNAL=
_OPENSSL_STATIC_CFLAGS_OTHER:INTERNAL=
_OPENSSL_STATIC_INCLUDE_DIRS:INTERNAL=
_OPENSSL_STATIC_LDFLAGS:INTERNAL=-lssl;-lcrypto;-ldl;-pthread
_OPENSSL_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread
_OPENSSL_STATIC_LIBDIR:INTERNAL=
_OPENSSL_STATIC_LIBRARIES:INTERNAL=ssl;crypto;dl
_OPENSSL_STATIC_LIBRARY_DIRS:INTERNAL=
_OPENSSL_STATIC_LIBS:INTERNAL=
_OPENSSL_STATIC_LIBS_L:INTERNAL=
_OPENSSL_STATIC_LIBS_OTHER:INTERNAL=
_OPENSSL_STATIC_LIBS_PATHS:INTERNAL=
_OPENSSL_VERSION:INTERNAL=1.1.1
_OPENSSL_openssl_INCLUDEDIR:INTERNAL=
_OPENSSL_openssl_LIBDIR:INTERNAL=
_OPENSSL_openssl_PREFIX:INTERNAL=
_OPENSSL_openssl_VERSION:INTERNAL=
__pkg_config_arguments_GLIB:INTERNAL=REQUIRED;glib-2.0
__pkg_config_arguments_GST:INTERNAL=REQUIRED;gstreamer-1.0>=1.4;gstreamer-sdp-1.0>=1.4;gstreamer-video-1.0>=1.4;gstreamer-app-1.0>=1.4
__pkg_config_arguments_GTK:INTERNAL=REQUIRED;gtk+-3.0
__pkg_config_arguments__OPENSSL:INTERNAL=QUIET;openssl
__pkg_config_checked_GLIB:INTERNAL=1
__pkg_config_checked_GST:INTERNAL=1
__pkg_config_checked_GTK:INTERNAL=1
__pkg_config_checked__OPENSSL:INTERNAL=1
prefix_result:INTERNAL=/usr/lib/x86_64-linux-gnu

View File

@@ -1,73 +0,0 @@
set(CMAKE_C_COMPILER "/usr/bin/cc")
set(CMAKE_C_COMPILER_ARG1 "")
set(CMAKE_C_COMPILER_ID "GNU")
set(CMAKE_C_COMPILER_VERSION "7.5.0")
set(CMAKE_C_COMPILER_VERSION_INTERNAL "")
set(CMAKE_C_COMPILER_WRAPPER "")
set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "11")
set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert")
set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes")
set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros")
set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert")
set(CMAKE_C_PLATFORM_ID "Linux")
set(CMAKE_C_SIMULATE_ID "")
set(CMAKE_C_SIMULATE_VERSION "")
set(CMAKE_AR "/usr/bin/ar")
set(CMAKE_C_COMPILER_AR "/usr/bin/gcc-ar-7")
set(CMAKE_RANLIB "/usr/bin/ranlib")
set(CMAKE_C_COMPILER_RANLIB "/usr/bin/gcc-ranlib-7")
set(CMAKE_LINKER "/usr/bin/ld")
set(CMAKE_COMPILER_IS_GNUCC 1)
set(CMAKE_C_COMPILER_LOADED 1)
set(CMAKE_C_COMPILER_WORKS TRUE)
set(CMAKE_C_ABI_COMPILED TRUE)
set(CMAKE_COMPILER_IS_MINGW )
set(CMAKE_COMPILER_IS_CYGWIN )
if(CMAKE_COMPILER_IS_CYGWIN)
set(CYGWIN 1)
set(UNIX 1)
endif()
set(CMAKE_C_COMPILER_ENV_VAR "CC")
if(CMAKE_COMPILER_IS_MINGW)
set(MINGW 1)
endif()
set(CMAKE_C_COMPILER_ID_RUN 1)
set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m)
set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
set(CMAKE_C_LINKER_PREFERENCE 10)
# Save compiler ABI information.
set(CMAKE_C_SIZEOF_DATA_PTR "8")
set(CMAKE_C_COMPILER_ABI "ELF")
set(CMAKE_C_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
if(CMAKE_C_SIZEOF_DATA_PTR)
set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}")
endif()
if(CMAKE_C_COMPILER_ABI)
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}")
endif()
if(CMAKE_C_LIBRARY_ARCHITECTURE)
set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
endif()
set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "")
if(CMAKE_C_CL_SHOWINCLUDES_PREFIX)
set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}")
endif()
set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s")
set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/7;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib")
set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")

View File

@@ -1,75 +0,0 @@
set(CMAKE_CXX_COMPILER "/usr/bin/c++")
set(CMAKE_CXX_COMPILER_ARG1 "")
set(CMAKE_CXX_COMPILER_ID "GNU")
set(CMAKE_CXX_COMPILER_VERSION "7.5.0")
set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "")
set(CMAKE_CXX_COMPILER_WRAPPER "")
set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "14")
set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17")
set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters")
set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates")
set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates")
set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17")
set(CMAKE_CXX_PLATFORM_ID "Linux")
set(CMAKE_CXX_SIMULATE_ID "")
set(CMAKE_CXX_SIMULATE_VERSION "")
set(CMAKE_AR "/usr/bin/ar")
set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar-7")
set(CMAKE_RANLIB "/usr/bin/ranlib")
set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib-7")
set(CMAKE_LINKER "/usr/bin/ld")
set(CMAKE_COMPILER_IS_GNUCXX 1)
set(CMAKE_CXX_COMPILER_LOADED 1)
set(CMAKE_CXX_COMPILER_WORKS TRUE)
set(CMAKE_CXX_ABI_COMPILED TRUE)
set(CMAKE_COMPILER_IS_MINGW )
set(CMAKE_COMPILER_IS_CYGWIN )
if(CMAKE_COMPILER_IS_CYGWIN)
set(CYGWIN 1)
set(UNIX 1)
endif()
set(CMAKE_CXX_COMPILER_ENV_VAR "CXX")
if(CMAKE_COMPILER_IS_MINGW)
set(MINGW 1)
endif()
set(CMAKE_CXX_COMPILER_ID_RUN 1)
set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC)
set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;mm;CPP)
set(CMAKE_CXX_LINKER_PREFERENCE 30)
set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1)
# Save compiler ABI information.
set(CMAKE_CXX_SIZEOF_DATA_PTR "8")
set(CMAKE_CXX_COMPILER_ABI "ELF")
set(CMAKE_CXX_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
if(CMAKE_CXX_SIZEOF_DATA_PTR)
set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}")
endif()
if(CMAKE_CXX_COMPILER_ABI)
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}")
endif()
if(CMAKE_CXX_LIBRARY_ARCHITECTURE)
set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
endif()
set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "")
if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX)
set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}")
endif()
set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc")
set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/7;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib")
set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")

View File

@@ -1,15 +0,0 @@
set(CMAKE_HOST_SYSTEM "Linux-5.3.0-46-generic")
set(CMAKE_HOST_SYSTEM_NAME "Linux")
set(CMAKE_HOST_SYSTEM_VERSION "5.3.0-46-generic")
set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
set(CMAKE_SYSTEM "Linux-5.3.0-46-generic")
set(CMAKE_SYSTEM_NAME "Linux")
set(CMAKE_SYSTEM_VERSION "5.3.0-46-generic")
set(CMAKE_SYSTEM_PROCESSOR "x86_64")
set(CMAKE_CROSSCOMPILING "FALSE")
set(CMAKE_SYSTEM_LOADED 1)

View File

@@ -1,598 +0,0 @@
#ifdef __cplusplus
# error "A C++ compiler has been selected for C."
#endif
#if defined(__18CXX)
# define ID_VOID_MAIN
#endif
#if defined(__CLASSIC_C__)
/* cv-qualifiers did not exist in K&R C */
# define const
# define volatile
#endif
/* Version number components: V=Version, R=Revision, P=Patch
Version date components: YYYY=Year, MM=Month, DD=Day */
#if defined(__INTEL_COMPILER) || defined(__ICC)
# define COMPILER_ID "Intel"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
/* __INTEL_COMPILER = VRP */
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
# if defined(__INTEL_COMPILER_UPDATE)
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
# else
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
# endif
# if defined(__INTEL_COMPILER_BUILD_DATE)
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
# endif
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
#elif defined(__PATHCC__)
# define COMPILER_ID "PathScale"
# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
# if defined(__PATHCC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
# endif
#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
# define COMPILER_ID "Embarcadero"
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
#elif defined(__BORLANDC__)
# define COMPILER_ID "Borland"
/* __BORLANDC__ = 0xVRR */
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
# define COMPILER_ID "Watcom"
/* __WATCOMC__ = VVRR */
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
# endif
#elif defined(__WATCOMC__)
# define COMPILER_ID "OpenWatcom"
/* __WATCOMC__ = VVRP + 1100 */
# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
# endif
#elif defined(__SUNPRO_C)
# define COMPILER_ID "SunPro"
# if __SUNPRO_C >= 0x5100
/* __SUNPRO_C = 0xVRRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
# else
/* __SUNPRO_CC = 0xVRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
# endif
#elif defined(__HP_cc)
# define COMPILER_ID "HP"
/* __HP_cc = VVRRPP */
# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000)
# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100)
# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100)
#elif defined(__DECC)
# define COMPILER_ID "Compaq"
/* __DECC_VER = VVRRTPPPP */
# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000)
# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100)
# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000)
#elif defined(__IBMC__) && defined(__COMPILER_VER__)
# define COMPILER_ID "zOS"
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800
# define COMPILER_ID "XL"
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800
# define COMPILER_ID "VisualAge"
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
#elif defined(__PGI)
# define COMPILER_ID "PGI"
# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
# if defined(__PGIC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
# endif
#elif defined(_CRAYC)
# define COMPILER_ID "Cray"
# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
#elif defined(__TI_COMPILER_VERSION__)
# define COMPILER_ID "TI"
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
#elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version)
# define COMPILER_ID "Fujitsu"
#elif defined(__TINYC__)
# define COMPILER_ID "TinyCC"
#elif defined(__BCC__)
# define COMPILER_ID "Bruce"
#elif defined(__SCO_VERSION__)
# define COMPILER_ID "SCO"
#elif defined(__clang__) && defined(__apple_build_version__)
# define COMPILER_ID "AppleClang"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
#elif defined(__clang__)
# define COMPILER_ID "Clang"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
#elif defined(__GNUC__)
# define COMPILER_ID "GNU"
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
# if defined(__GNUC_MINOR__)
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
#elif defined(_MSC_VER)
# define COMPILER_ID "MSVC"
/* _MSC_VER = VVRR */
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
# if defined(_MSC_FULL_VER)
# if _MSC_VER >= 1400
/* _MSC_FULL_VER = VVRRPPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
# else
/* _MSC_FULL_VER = VVRRPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
# endif
# endif
# if defined(_MSC_BUILD)
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
# endif
#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
# define COMPILER_ID "ADSP"
#if defined(__VISUALDSPVERSION__)
/* __VISUALDSPVERSION__ = 0xVVRRPP00 */
# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24)
# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF)
# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF)
#endif
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
# define COMPILER_ID "IAR"
# if defined(__VER__)
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
# endif
#elif defined(__ARMCC_VERSION)
# define COMPILER_ID "ARMCC"
#if __ARMCC_VERSION >= 1000000
/* __ARMCC_VERSION = VRRPPPP */
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
#else
/* __ARMCC_VERSION = VRPPPP */
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
#endif
#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC)
# define COMPILER_ID "SDCC"
# if defined(__SDCC_VERSION_MAJOR)
# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR)
# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR)
# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH)
# else
/* SDCC = VRP */
# define COMPILER_VERSION_MAJOR DEC(SDCC/100)
# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10)
# define COMPILER_VERSION_PATCH DEC(SDCC % 10)
# endif
#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION)
# define COMPILER_ID "MIPSpro"
# if defined(_SGI_COMPILER_VERSION)
/* _SGI_COMPILER_VERSION = VRP */
# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100)
# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10)
# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10)
# else
/* _COMPILER_VERSION = VRP */
# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100)
# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10)
# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10)
# endif
/* These compilers are either not known or too old to define an
identification macro. Try to identify the platform and guess that
it is the native compiler. */
#elif defined(__sgi)
# define COMPILER_ID "MIPSpro"
#elif defined(__hpux) || defined(__hpua)
# define COMPILER_ID "HP"
#else /* unknown compiler */
# define COMPILER_ID ""
#endif
/* Construct the string literal in pieces to prevent the source from
getting matched. Store it in a pointer rather than an array
because some compilers will just produce instructions to fill the
array rather than assigning a pointer to a static array. */
char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
#ifdef SIMULATE_ID
char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
#endif
#ifdef __QNXNTO__
char const* qnxnto = "INFO" ":" "qnxnto[]";
#endif
#if defined(__CRAYXE) || defined(__CRAYXC)
char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
#endif
#define STRINGIFY_HELPER(X) #X
#define STRINGIFY(X) STRINGIFY_HELPER(X)
/* Identify known platforms by name. */
#if defined(__linux) || defined(__linux__) || defined(linux)
# define PLATFORM_ID "Linux"
#elif defined(__CYGWIN__)
# define PLATFORM_ID "Cygwin"
#elif defined(__MINGW32__)
# define PLATFORM_ID "MinGW"
#elif defined(__APPLE__)
# define PLATFORM_ID "Darwin"
#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
# define PLATFORM_ID "Windows"
#elif defined(__FreeBSD__) || defined(__FreeBSD)
# define PLATFORM_ID "FreeBSD"
#elif defined(__NetBSD__) || defined(__NetBSD)
# define PLATFORM_ID "NetBSD"
#elif defined(__OpenBSD__) || defined(__OPENBSD)
# define PLATFORM_ID "OpenBSD"
#elif defined(__sun) || defined(sun)
# define PLATFORM_ID "SunOS"
#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
# define PLATFORM_ID "AIX"
#elif defined(__sgi) || defined(__sgi__) || defined(_SGI)
# define PLATFORM_ID "IRIX"
#elif defined(__hpux) || defined(__hpux__)
# define PLATFORM_ID "HP-UX"
#elif defined(__HAIKU__)
# define PLATFORM_ID "Haiku"
#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
# define PLATFORM_ID "BeOS"
#elif defined(__QNX__) || defined(__QNXNTO__)
# define PLATFORM_ID "QNX"
#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
# define PLATFORM_ID "Tru64"
#elif defined(__riscos) || defined(__riscos__)
# define PLATFORM_ID "RISCos"
#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
# define PLATFORM_ID "SINIX"
#elif defined(__UNIX_SV__)
# define PLATFORM_ID "UNIX_SV"
#elif defined(__bsdos__)
# define PLATFORM_ID "BSDOS"
#elif defined(_MPRAS) || defined(MPRAS)
# define PLATFORM_ID "MP-RAS"
#elif defined(__osf) || defined(__osf__)
# define PLATFORM_ID "OSF1"
#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
# define PLATFORM_ID "SCO_SV"
#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
# define PLATFORM_ID "ULTRIX"
#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
# define PLATFORM_ID "Xenix"
#elif defined(__WATCOMC__)
# if defined(__LINUX__)
# define PLATFORM_ID "Linux"
# elif defined(__DOS__)
# define PLATFORM_ID "DOS"
# elif defined(__OS2__)
# define PLATFORM_ID "OS2"
# elif defined(__WINDOWS__)
# define PLATFORM_ID "Windows3x"
# else /* unknown platform */
# define PLATFORM_ID
# endif
#else /* unknown platform */
# define PLATFORM_ID
#endif
/* For windows compilers MSVC and Intel we can determine
the architecture of the compiler being used. This is because
the compilers do not have flags that can change the architecture,
but rather depend on which compiler is being used
*/
#if defined(_WIN32) && defined(_MSC_VER)
# if defined(_M_IA64)
# define ARCHITECTURE_ID "IA64"
# elif defined(_M_X64) || defined(_M_AMD64)
# define ARCHITECTURE_ID "x64"
# elif defined(_M_IX86)
# define ARCHITECTURE_ID "X86"
# elif defined(_M_ARM64)
# define ARCHITECTURE_ID "ARM64"
# elif defined(_M_ARM)
# if _M_ARM == 4
# define ARCHITECTURE_ID "ARMV4I"
# elif _M_ARM == 5
# define ARCHITECTURE_ID "ARMV5I"
# else
# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
# endif
# elif defined(_M_MIPS)
# define ARCHITECTURE_ID "MIPS"
# elif defined(_M_SH)
# define ARCHITECTURE_ID "SHx"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#elif defined(__WATCOMC__)
# if defined(_M_I86)
# define ARCHITECTURE_ID "I86"
# elif defined(_M_IX86)
# define ARCHITECTURE_ID "X86"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
# if defined(__ICCARM__)
# define ARCHITECTURE_ID "ARM"
# elif defined(__ICCAVR__)
# define ARCHITECTURE_ID "AVR"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#else
# define ARCHITECTURE_ID
#endif
/* Convert integer to decimal digit literals. */
#define DEC(n) \
('0' + (((n) / 10000000)%10)), \
('0' + (((n) / 1000000)%10)), \
('0' + (((n) / 100000)%10)), \
('0' + (((n) / 10000)%10)), \
('0' + (((n) / 1000)%10)), \
('0' + (((n) / 100)%10)), \
('0' + (((n) / 10)%10)), \
('0' + ((n) % 10))
/* Convert integer to hex digit literals. */
#define HEX(n) \
('0' + ((n)>>28 & 0xF)), \
('0' + ((n)>>24 & 0xF)), \
('0' + ((n)>>20 & 0xF)), \
('0' + ((n)>>16 & 0xF)), \
('0' + ((n)>>12 & 0xF)), \
('0' + ((n)>>8 & 0xF)), \
('0' + ((n)>>4 & 0xF)), \
('0' + ((n) & 0xF))
/* Construct a string literal encoding the version number components. */
#ifdef COMPILER_VERSION_MAJOR
char const info_version[] = {
'I', 'N', 'F', 'O', ':',
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
COMPILER_VERSION_MAJOR,
# ifdef COMPILER_VERSION_MINOR
'.', COMPILER_VERSION_MINOR,
# ifdef COMPILER_VERSION_PATCH
'.', COMPILER_VERSION_PATCH,
# ifdef COMPILER_VERSION_TWEAK
'.', COMPILER_VERSION_TWEAK,
# endif
# endif
# endif
']','\0'};
#endif
/* Construct a string literal encoding the internal version number. */
#ifdef COMPILER_VERSION_INTERNAL
char const info_version_internal[] = {
'I', 'N', 'F', 'O', ':',
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_',
'i','n','t','e','r','n','a','l','[',
COMPILER_VERSION_INTERNAL,']','\0'};
#endif
/* Construct a string literal encoding the version number components. */
#ifdef SIMULATE_VERSION_MAJOR
char const info_simulate_version[] = {
'I', 'N', 'F', 'O', ':',
's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
SIMULATE_VERSION_MAJOR,
# ifdef SIMULATE_VERSION_MINOR
'.', SIMULATE_VERSION_MINOR,
# ifdef SIMULATE_VERSION_PATCH
'.', SIMULATE_VERSION_PATCH,
# ifdef SIMULATE_VERSION_TWEAK
'.', SIMULATE_VERSION_TWEAK,
# endif
# endif
# endif
']','\0'};
#endif
/* Construct the string literal in pieces to prevent the source from
getting matched. Store it in a pointer rather than an array
because some compilers will just produce instructions to fill the
array rather than assigning a pointer to a static array. */
char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
#if !defined(__STDC__)
# if defined(_MSC_VER) && !defined(__clang__)
# define C_DIALECT "90"
# else
# define C_DIALECT
# endif
#elif __STDC_VERSION__ >= 201000L
# define C_DIALECT "11"
#elif __STDC_VERSION__ >= 199901L
# define C_DIALECT "99"
#else
# define C_DIALECT "90"
#endif
const char* info_language_dialect_default =
"INFO" ":" "dialect_default[" C_DIALECT "]";
/*--------------------------------------------------------------------------*/
#ifdef ID_VOID_MAIN
void main() {}
#else
# if defined(__CLASSIC_C__)
int main(argc, argv) int argc; char *argv[];
# else
int main(int argc, char* argv[])
# endif
{
int require = 0;
require += info_compiler[argc];
require += info_platform[argc];
require += info_arch[argc];
#ifdef COMPILER_VERSION_MAJOR
require += info_version[argc];
#endif
#ifdef COMPILER_VERSION_INTERNAL
require += info_version_internal[argc];
#endif
#ifdef SIMULATE_ID
require += info_simulate[argc];
#endif
#ifdef SIMULATE_VERSION_MAJOR
require += info_simulate_version[argc];
#endif
#if defined(__CRAYXE) || defined(__CRAYXC)
require += info_cray[argc];
#endif
require += info_language_dialect_default[argc];
(void)argv;
return require;
}
#endif

View File

@@ -1,576 +0,0 @@
/* This source file must have a .cpp extension so that all C++ compilers
recognize the extension without flags. Borland does not know .cxx for
example. */
#ifndef __cplusplus
# error "A C compiler has been selected for C++."
#endif
/* Version number components: V=Version, R=Revision, P=Patch
Version date components: YYYY=Year, MM=Month, DD=Day */
#if defined(__COMO__)
# define COMPILER_ID "Comeau"
/* __COMO_VERSION__ = VRR */
# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100)
# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100)
#elif defined(__INTEL_COMPILER) || defined(__ICC)
# define COMPILER_ID "Intel"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
/* __INTEL_COMPILER = VRP */
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
# if defined(__INTEL_COMPILER_UPDATE)
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
# else
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
# endif
# if defined(__INTEL_COMPILER_BUILD_DATE)
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
# endif
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
#elif defined(__PATHCC__)
# define COMPILER_ID "PathScale"
# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
# if defined(__PATHCC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
# endif
#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
# define COMPILER_ID "Embarcadero"
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
#elif defined(__BORLANDC__)
# define COMPILER_ID "Borland"
/* __BORLANDC__ = 0xVRR */
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
# define COMPILER_ID "Watcom"
/* __WATCOMC__ = VVRR */
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
# endif
#elif defined(__WATCOMC__)
# define COMPILER_ID "OpenWatcom"
/* __WATCOMC__ = VVRP + 1100 */
# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
# endif
#elif defined(__SUNPRO_CC)
# define COMPILER_ID "SunPro"
# if __SUNPRO_CC >= 0x5100
/* __SUNPRO_CC = 0xVRRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
# else
/* __SUNPRO_CC = 0xVRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
# endif
#elif defined(__HP_aCC)
# define COMPILER_ID "HP"
/* __HP_aCC = VVRRPP */
# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000)
# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100)
# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100)
#elif defined(__DECCXX)
# define COMPILER_ID "Compaq"
/* __DECCXX_VER = VVRRTPPPP */
# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000)
# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100)
# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000)
#elif defined(__IBMCPP__) && defined(__COMPILER_VER__)
# define COMPILER_ID "zOS"
/* __IBMCPP__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800
# define COMPILER_ID "XL"
/* __IBMCPP__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800
# define COMPILER_ID "VisualAge"
/* __IBMCPP__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
#elif defined(__PGI)
# define COMPILER_ID "PGI"
# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
# if defined(__PGIC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
# endif
#elif defined(_CRAYC)
# define COMPILER_ID "Cray"
# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
#elif defined(__TI_COMPILER_VERSION__)
# define COMPILER_ID "TI"
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
#elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version)
# define COMPILER_ID "Fujitsu"
#elif defined(__SCO_VERSION__)
# define COMPILER_ID "SCO"
#elif defined(__clang__) && defined(__apple_build_version__)
# define COMPILER_ID "AppleClang"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
#elif defined(__clang__)
# define COMPILER_ID "Clang"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
#elif defined(__GNUC__) || defined(__GNUG__)
# define COMPILER_ID "GNU"
# if defined(__GNUC__)
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
# else
# define COMPILER_VERSION_MAJOR DEC(__GNUG__)
# endif
# if defined(__GNUC_MINOR__)
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
#elif defined(_MSC_VER)
# define COMPILER_ID "MSVC"
/* _MSC_VER = VVRR */
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
# if defined(_MSC_FULL_VER)
# if _MSC_VER >= 1400
/* _MSC_FULL_VER = VVRRPPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
# else
/* _MSC_FULL_VER = VVRRPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
# endif
# endif
# if defined(_MSC_BUILD)
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
# endif
#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
# define COMPILER_ID "ADSP"
#if defined(__VISUALDSPVERSION__)
/* __VISUALDSPVERSION__ = 0xVVRRPP00 */
# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24)
# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF)
# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF)
#endif
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
# define COMPILER_ID "IAR"
# if defined(__VER__)
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
# endif
#elif defined(__ARMCC_VERSION)
# define COMPILER_ID "ARMCC"
#if __ARMCC_VERSION >= 1000000
/* __ARMCC_VERSION = VRRPPPP */
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
#else
/* __ARMCC_VERSION = VRPPPP */
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
#endif
#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION)
# define COMPILER_ID "MIPSpro"
# if defined(_SGI_COMPILER_VERSION)
/* _SGI_COMPILER_VERSION = VRP */
# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100)
# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10)
# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10)
# else
/* _COMPILER_VERSION = VRP */
# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100)
# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10)
# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10)
# endif
/* These compilers are either not known or too old to define an
identification macro. Try to identify the platform and guess that
it is the native compiler. */
#elif defined(__sgi)
# define COMPILER_ID "MIPSpro"
#elif defined(__hpux) || defined(__hpua)
# define COMPILER_ID "HP"
#else /* unknown compiler */
# define COMPILER_ID ""
#endif
/* Construct the string literal in pieces to prevent the source from
getting matched. Store it in a pointer rather than an array
because some compilers will just produce instructions to fill the
array rather than assigning a pointer to a static array. */
char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
#ifdef SIMULATE_ID
char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
#endif
#ifdef __QNXNTO__
char const* qnxnto = "INFO" ":" "qnxnto[]";
#endif
#if defined(__CRAYXE) || defined(__CRAYXC)
char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
#endif
#define STRINGIFY_HELPER(X) #X
#define STRINGIFY(X) STRINGIFY_HELPER(X)
/* Identify known platforms by name. */
#if defined(__linux) || defined(__linux__) || defined(linux)
# define PLATFORM_ID "Linux"
#elif defined(__CYGWIN__)
# define PLATFORM_ID "Cygwin"
#elif defined(__MINGW32__)
# define PLATFORM_ID "MinGW"
#elif defined(__APPLE__)
# define PLATFORM_ID "Darwin"
#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
# define PLATFORM_ID "Windows"
#elif defined(__FreeBSD__) || defined(__FreeBSD)
# define PLATFORM_ID "FreeBSD"
#elif defined(__NetBSD__) || defined(__NetBSD)
# define PLATFORM_ID "NetBSD"
#elif defined(__OpenBSD__) || defined(__OPENBSD)
# define PLATFORM_ID "OpenBSD"
#elif defined(__sun) || defined(sun)
# define PLATFORM_ID "SunOS"
#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
# define PLATFORM_ID "AIX"
#elif defined(__sgi) || defined(__sgi__) || defined(_SGI)
# define PLATFORM_ID "IRIX"
#elif defined(__hpux) || defined(__hpux__)
# define PLATFORM_ID "HP-UX"
#elif defined(__HAIKU__)
# define PLATFORM_ID "Haiku"
#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
# define PLATFORM_ID "BeOS"
#elif defined(__QNX__) || defined(__QNXNTO__)
# define PLATFORM_ID "QNX"
#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
# define PLATFORM_ID "Tru64"
#elif defined(__riscos) || defined(__riscos__)
# define PLATFORM_ID "RISCos"
#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
# define PLATFORM_ID "SINIX"
#elif defined(__UNIX_SV__)
# define PLATFORM_ID "UNIX_SV"
#elif defined(__bsdos__)
# define PLATFORM_ID "BSDOS"
#elif defined(_MPRAS) || defined(MPRAS)
# define PLATFORM_ID "MP-RAS"
#elif defined(__osf) || defined(__osf__)
# define PLATFORM_ID "OSF1"
#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
# define PLATFORM_ID "SCO_SV"
#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
# define PLATFORM_ID "ULTRIX"
#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
# define PLATFORM_ID "Xenix"
#elif defined(__WATCOMC__)
# if defined(__LINUX__)
# define PLATFORM_ID "Linux"
# elif defined(__DOS__)
# define PLATFORM_ID "DOS"
# elif defined(__OS2__)
# define PLATFORM_ID "OS2"
# elif defined(__WINDOWS__)
# define PLATFORM_ID "Windows3x"
# else /* unknown platform */
# define PLATFORM_ID
# endif
#else /* unknown platform */
# define PLATFORM_ID
#endif
/* For windows compilers MSVC and Intel we can determine
the architecture of the compiler being used. This is because
the compilers do not have flags that can change the architecture,
but rather depend on which compiler is being used
*/
#if defined(_WIN32) && defined(_MSC_VER)
# if defined(_M_IA64)
# define ARCHITECTURE_ID "IA64"
# elif defined(_M_X64) || defined(_M_AMD64)
# define ARCHITECTURE_ID "x64"
# elif defined(_M_IX86)
# define ARCHITECTURE_ID "X86"
# elif defined(_M_ARM64)
# define ARCHITECTURE_ID "ARM64"
# elif defined(_M_ARM)
# if _M_ARM == 4
# define ARCHITECTURE_ID "ARMV4I"
# elif _M_ARM == 5
# define ARCHITECTURE_ID "ARMV5I"
# else
# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
# endif
# elif defined(_M_MIPS)
# define ARCHITECTURE_ID "MIPS"
# elif defined(_M_SH)
# define ARCHITECTURE_ID "SHx"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#elif defined(__WATCOMC__)
# if defined(_M_I86)
# define ARCHITECTURE_ID "I86"
# elif defined(_M_IX86)
# define ARCHITECTURE_ID "X86"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
# if defined(__ICCARM__)
# define ARCHITECTURE_ID "ARM"
# elif defined(__ICCAVR__)
# define ARCHITECTURE_ID "AVR"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#else
# define ARCHITECTURE_ID
#endif
/* Convert integer to decimal digit literals. */
#define DEC(n) \
('0' + (((n) / 10000000)%10)), \
('0' + (((n) / 1000000)%10)), \
('0' + (((n) / 100000)%10)), \
('0' + (((n) / 10000)%10)), \
('0' + (((n) / 1000)%10)), \
('0' + (((n) / 100)%10)), \
('0' + (((n) / 10)%10)), \
('0' + ((n) % 10))
/* Convert integer to hex digit literals. */
#define HEX(n) \
('0' + ((n)>>28 & 0xF)), \
('0' + ((n)>>24 & 0xF)), \
('0' + ((n)>>20 & 0xF)), \
('0' + ((n)>>16 & 0xF)), \
('0' + ((n)>>12 & 0xF)), \
('0' + ((n)>>8 & 0xF)), \
('0' + ((n)>>4 & 0xF)), \
('0' + ((n) & 0xF))
/* Construct a string literal encoding the version number components. */
#ifdef COMPILER_VERSION_MAJOR
char const info_version[] = {
'I', 'N', 'F', 'O', ':',
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
COMPILER_VERSION_MAJOR,
# ifdef COMPILER_VERSION_MINOR
'.', COMPILER_VERSION_MINOR,
# ifdef COMPILER_VERSION_PATCH
'.', COMPILER_VERSION_PATCH,
# ifdef COMPILER_VERSION_TWEAK
'.', COMPILER_VERSION_TWEAK,
# endif
# endif
# endif
']','\0'};
#endif
/* Construct a string literal encoding the internal version number. */
#ifdef COMPILER_VERSION_INTERNAL
char const info_version_internal[] = {
'I', 'N', 'F', 'O', ':',
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_',
'i','n','t','e','r','n','a','l','[',
COMPILER_VERSION_INTERNAL,']','\0'};
#endif
/* Construct a string literal encoding the version number components. */
#ifdef SIMULATE_VERSION_MAJOR
char const info_simulate_version[] = {
'I', 'N', 'F', 'O', ':',
's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
SIMULATE_VERSION_MAJOR,
# ifdef SIMULATE_VERSION_MINOR
'.', SIMULATE_VERSION_MINOR,
# ifdef SIMULATE_VERSION_PATCH
'.', SIMULATE_VERSION_PATCH,
# ifdef SIMULATE_VERSION_TWEAK
'.', SIMULATE_VERSION_TWEAK,
# endif
# endif
# endif
']','\0'};
#endif
/* Construct the string literal in pieces to prevent the source from
getting matched. Store it in a pointer rather than an array
because some compilers will just produce instructions to fill the
array rather than assigning a pointer to a static array. */
char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
#if defined(_MSC_VER) && defined(_MSVC_LANG)
#define CXX_STD _MSVC_LANG
#else
#define CXX_STD __cplusplus
#endif
const char* info_language_dialect_default = "INFO" ":" "dialect_default["
#if CXX_STD > 201402L
"17"
#elif CXX_STD >= 201402L
"14"
#elif CXX_STD >= 201103L
"11"
#else
"98"
#endif
"]";
/*--------------------------------------------------------------------------*/
int main(int argc, char* argv[])
{
int require = 0;
require += info_compiler[argc];
require += info_platform[argc];
#ifdef COMPILER_VERSION_MAJOR
require += info_version[argc];
#endif
#ifdef COMPILER_VERSION_INTERNAL
require += info_version_internal[argc];
#endif
#ifdef SIMULATE_ID
require += info_simulate[argc];
#endif
#ifdef SIMULATE_VERSION_MAJOR
require += info_simulate_version[argc];
#endif
#if defined(__CRAYXE) || defined(__CRAYXC)
require += info_cray[argc];
#endif
require += info_language_dialect_default[argc];
(void)argv;
return require;
}

File diff suppressed because it is too large Load Diff

View File

@@ -1,45 +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
"/home/julian/AirplayServer/uxplay.cpp" "/home/julian/AirplayServer/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/AirplayServer/build/renderers/CMakeFiles/renderers.dir/DependInfo.cmake"
"/home/julian/AirplayServer/build/lib/CMakeFiles/airplay.dir/DependInfo.cmake"
"/home/julian/AirplayServer/build/lib/curve25519/CMakeFiles/curve25519.dir/DependInfo.cmake"
"/home/julian/AirplayServer/build/lib/ed25519/CMakeFiles/ed25519.dir/DependInfo.cmake"
"/home/julian/AirplayServer/build/lib/playfair/CMakeFiles/playfair.dir/DependInfo.cmake"
"/home/julian/AirplayServer/build/lib/plist/CMakeFiles/plist.dir/DependInfo.cmake"
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

View File

@@ -1,120 +0,0 @@
# 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/AirplayServer
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/julian/AirplayServer/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/AirplayServer/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/AirplayServer/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/AirplayServer/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/AirplayServer/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/AirplayServer/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/AirplayServer/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/julian/AirplayServer /home/julian/AirplayServer /home/julian/AirplayServer/build /home/julian/AirplayServer/build /home/julian/AirplayServer/build/CMakeFiles/AirplayServer.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/AirplayServer.dir/depend

View File

@@ -1,10 +0,0 @@
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

@@ -1,728 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.10
CMakeFiles/AirplayServer.dir/uxplay.cpp.o
/home/julian/AirplayServer/lib/dnssd.h
/home/julian/AirplayServer/lib/logger.h
/home/julian/AirplayServer/lib/raop.h
/home/julian/AirplayServer/lib/raop_ntp.h
/home/julian/AirplayServer/lib/stream.h
/home/julian/AirplayServer/log.h
/home/julian/AirplayServer/renderers/audio_renderer.h
/home/julian/AirplayServer/renderers/video_renderer.h
/home/julian/AirplayServer/uxplay.cpp
/usr/include/atk-1.0/atk/atk-enum-types.h
/usr/include/atk-1.0/atk/atk.h
/usr/include/atk-1.0/atk/atkaction.h
/usr/include/atk-1.0/atk/atkcomponent.h
/usr/include/atk-1.0/atk/atkdocument.h
/usr/include/atk-1.0/atk/atkeditabletext.h
/usr/include/atk-1.0/atk/atkgobjectaccessible.h
/usr/include/atk-1.0/atk/atkhyperlink.h
/usr/include/atk-1.0/atk/atkhyperlinkimpl.h
/usr/include/atk-1.0/atk/atkhypertext.h
/usr/include/atk-1.0/atk/atkimage.h
/usr/include/atk-1.0/atk/atkmisc.h
/usr/include/atk-1.0/atk/atknoopobject.h
/usr/include/atk-1.0/atk/atknoopobjectfactory.h
/usr/include/atk-1.0/atk/atkobject.h
/usr/include/atk-1.0/atk/atkobjectfactory.h
/usr/include/atk-1.0/atk/atkplug.h
/usr/include/atk-1.0/atk/atkrange.h
/usr/include/atk-1.0/atk/atkregistry.h
/usr/include/atk-1.0/atk/atkrelation.h
/usr/include/atk-1.0/atk/atkrelationset.h
/usr/include/atk-1.0/atk/atkrelationtype.h
/usr/include/atk-1.0/atk/atkselection.h
/usr/include/atk-1.0/atk/atksocket.h
/usr/include/atk-1.0/atk/atkstate.h
/usr/include/atk-1.0/atk/atkstateset.h
/usr/include/atk-1.0/atk/atkstreamablecontent.h
/usr/include/atk-1.0/atk/atktable.h
/usr/include/atk-1.0/atk/atktablecell.h
/usr/include/atk-1.0/atk/atktext.h
/usr/include/atk-1.0/atk/atkutil.h
/usr/include/atk-1.0/atk/atkvalue.h
/usr/include/atk-1.0/atk/atkversion.h
/usr/include/atk-1.0/atk/atkwindow.h
/usr/include/cairo/cairo-deprecated.h
/usr/include/cairo/cairo-features.h
/usr/include/cairo/cairo-version.h
/usr/include/cairo/cairo.h
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-autocleanups.h
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-enum-types.h
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-features.h
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-io.h
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-loader.h
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-macros.h
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-simple-anim.h
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-transform.h
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h
/usr/include/glib-2.0/gio/gaction.h
/usr/include/glib-2.0/gio/gactiongroup.h
/usr/include/glib-2.0/gio/gactiongroupexporter.h
/usr/include/glib-2.0/gio/gactionmap.h
/usr/include/glib-2.0/gio/gappinfo.h
/usr/include/glib-2.0/gio/gapplication.h
/usr/include/glib-2.0/gio/gapplicationcommandline.h
/usr/include/glib-2.0/gio/gasyncinitable.h
/usr/include/glib-2.0/gio/gasyncresult.h
/usr/include/glib-2.0/gio/gbufferedinputstream.h
/usr/include/glib-2.0/gio/gbufferedoutputstream.h
/usr/include/glib-2.0/gio/gbytesicon.h
/usr/include/glib-2.0/gio/gcancellable.h
/usr/include/glib-2.0/gio/gcharsetconverter.h
/usr/include/glib-2.0/gio/gcontenttype.h
/usr/include/glib-2.0/gio/gconverter.h
/usr/include/glib-2.0/gio/gconverterinputstream.h
/usr/include/glib-2.0/gio/gconverteroutputstream.h
/usr/include/glib-2.0/gio/gcredentials.h
/usr/include/glib-2.0/gio/gdatagrambased.h
/usr/include/glib-2.0/gio/gdatainputstream.h
/usr/include/glib-2.0/gio/gdataoutputstream.h
/usr/include/glib-2.0/gio/gdbusactiongroup.h
/usr/include/glib-2.0/gio/gdbusaddress.h
/usr/include/glib-2.0/gio/gdbusauthobserver.h
/usr/include/glib-2.0/gio/gdbusconnection.h
/usr/include/glib-2.0/gio/gdbuserror.h
/usr/include/glib-2.0/gio/gdbusinterface.h
/usr/include/glib-2.0/gio/gdbusinterfaceskeleton.h
/usr/include/glib-2.0/gio/gdbusintrospection.h
/usr/include/glib-2.0/gio/gdbusmenumodel.h
/usr/include/glib-2.0/gio/gdbusmessage.h
/usr/include/glib-2.0/gio/gdbusmethodinvocation.h
/usr/include/glib-2.0/gio/gdbusnameowning.h
/usr/include/glib-2.0/gio/gdbusnamewatching.h
/usr/include/glib-2.0/gio/gdbusobject.h
/usr/include/glib-2.0/gio/gdbusobjectmanager.h
/usr/include/glib-2.0/gio/gdbusobjectmanagerclient.h
/usr/include/glib-2.0/gio/gdbusobjectmanagerserver.h
/usr/include/glib-2.0/gio/gdbusobjectproxy.h
/usr/include/glib-2.0/gio/gdbusobjectskeleton.h
/usr/include/glib-2.0/gio/gdbusproxy.h
/usr/include/glib-2.0/gio/gdbusserver.h
/usr/include/glib-2.0/gio/gdbusutils.h
/usr/include/glib-2.0/gio/gdrive.h
/usr/include/glib-2.0/gio/gdtlsclientconnection.h
/usr/include/glib-2.0/gio/gdtlsconnection.h
/usr/include/glib-2.0/gio/gdtlsserverconnection.h
/usr/include/glib-2.0/gio/gemblem.h
/usr/include/glib-2.0/gio/gemblemedicon.h
/usr/include/glib-2.0/gio/gfile.h
/usr/include/glib-2.0/gio/gfileattribute.h
/usr/include/glib-2.0/gio/gfileenumerator.h
/usr/include/glib-2.0/gio/gfileicon.h
/usr/include/glib-2.0/gio/gfileinfo.h
/usr/include/glib-2.0/gio/gfileinputstream.h
/usr/include/glib-2.0/gio/gfileiostream.h
/usr/include/glib-2.0/gio/gfilemonitor.h
/usr/include/glib-2.0/gio/gfilenamecompleter.h
/usr/include/glib-2.0/gio/gfileoutputstream.h
/usr/include/glib-2.0/gio/gfilterinputstream.h
/usr/include/glib-2.0/gio/gfilteroutputstream.h
/usr/include/glib-2.0/gio/gicon.h
/usr/include/glib-2.0/gio/ginetaddress.h
/usr/include/glib-2.0/gio/ginetaddressmask.h
/usr/include/glib-2.0/gio/ginetsocketaddress.h
/usr/include/glib-2.0/gio/ginitable.h
/usr/include/glib-2.0/gio/ginputstream.h
/usr/include/glib-2.0/gio/gio-autocleanups.h
/usr/include/glib-2.0/gio/gio.h
/usr/include/glib-2.0/gio/gioenums.h
/usr/include/glib-2.0/gio/gioenumtypes.h
/usr/include/glib-2.0/gio/gioerror.h
/usr/include/glib-2.0/gio/giomodule.h
/usr/include/glib-2.0/gio/gioscheduler.h
/usr/include/glib-2.0/gio/giostream.h
/usr/include/glib-2.0/gio/giotypes.h
/usr/include/glib-2.0/gio/glistmodel.h
/usr/include/glib-2.0/gio/gliststore.h
/usr/include/glib-2.0/gio/gloadableicon.h
/usr/include/glib-2.0/gio/gmemoryinputstream.h
/usr/include/glib-2.0/gio/gmemoryoutputstream.h
/usr/include/glib-2.0/gio/gmenu.h
/usr/include/glib-2.0/gio/gmenuexporter.h
/usr/include/glib-2.0/gio/gmenumodel.h
/usr/include/glib-2.0/gio/gmount.h
/usr/include/glib-2.0/gio/gmountoperation.h
/usr/include/glib-2.0/gio/gnativevolumemonitor.h
/usr/include/glib-2.0/gio/gnetworkaddress.h
/usr/include/glib-2.0/gio/gnetworkmonitor.h
/usr/include/glib-2.0/gio/gnetworkservice.h
/usr/include/glib-2.0/gio/gnotification.h
/usr/include/glib-2.0/gio/goutputstream.h
/usr/include/glib-2.0/gio/gpermission.h
/usr/include/glib-2.0/gio/gpollableinputstream.h
/usr/include/glib-2.0/gio/gpollableoutputstream.h
/usr/include/glib-2.0/gio/gpollableutils.h
/usr/include/glib-2.0/gio/gpropertyaction.h
/usr/include/glib-2.0/gio/gproxy.h
/usr/include/glib-2.0/gio/gproxyaddress.h
/usr/include/glib-2.0/gio/gproxyaddressenumerator.h
/usr/include/glib-2.0/gio/gproxyresolver.h
/usr/include/glib-2.0/gio/gremoteactiongroup.h
/usr/include/glib-2.0/gio/gresolver.h
/usr/include/glib-2.0/gio/gresource.h
/usr/include/glib-2.0/gio/gseekable.h
/usr/include/glib-2.0/gio/gsettings.h
/usr/include/glib-2.0/gio/gsettingsschema.h
/usr/include/glib-2.0/gio/gsimpleaction.h
/usr/include/glib-2.0/gio/gsimpleactiongroup.h
/usr/include/glib-2.0/gio/gsimpleasyncresult.h
/usr/include/glib-2.0/gio/gsimpleiostream.h
/usr/include/glib-2.0/gio/gsimplepermission.h
/usr/include/glib-2.0/gio/gsimpleproxyresolver.h
/usr/include/glib-2.0/gio/gsocket.h
/usr/include/glib-2.0/gio/gsocketaddress.h
/usr/include/glib-2.0/gio/gsocketaddressenumerator.h
/usr/include/glib-2.0/gio/gsocketclient.h
/usr/include/glib-2.0/gio/gsocketconnectable.h
/usr/include/glib-2.0/gio/gsocketconnection.h
/usr/include/glib-2.0/gio/gsocketcontrolmessage.h
/usr/include/glib-2.0/gio/gsocketlistener.h
/usr/include/glib-2.0/gio/gsocketservice.h
/usr/include/glib-2.0/gio/gsrvtarget.h
/usr/include/glib-2.0/gio/gsubprocess.h
/usr/include/glib-2.0/gio/gsubprocesslauncher.h
/usr/include/glib-2.0/gio/gtask.h
/usr/include/glib-2.0/gio/gtcpconnection.h
/usr/include/glib-2.0/gio/gtcpwrapperconnection.h
/usr/include/glib-2.0/gio/gtestdbus.h
/usr/include/glib-2.0/gio/gthemedicon.h
/usr/include/glib-2.0/gio/gthreadedsocketservice.h
/usr/include/glib-2.0/gio/gtlsbackend.h
/usr/include/glib-2.0/gio/gtlscertificate.h
/usr/include/glib-2.0/gio/gtlsclientconnection.h
/usr/include/glib-2.0/gio/gtlsconnection.h
/usr/include/glib-2.0/gio/gtlsdatabase.h
/usr/include/glib-2.0/gio/gtlsfiledatabase.h
/usr/include/glib-2.0/gio/gtlsinteraction.h
/usr/include/glib-2.0/gio/gtlspassword.h
/usr/include/glib-2.0/gio/gtlsserverconnection.h
/usr/include/glib-2.0/gio/gvfs.h
/usr/include/glib-2.0/gio/gvolume.h
/usr/include/glib-2.0/gio/gvolumemonitor.h
/usr/include/glib-2.0/gio/gzlibcompressor.h
/usr/include/glib-2.0/gio/gzlibdecompressor.h
/usr/include/glib-2.0/glib-object.h
/usr/include/glib-2.0/glib.h
/usr/include/glib-2.0/glib/deprecated/gallocator.h
/usr/include/glib-2.0/glib/deprecated/gcache.h
/usr/include/glib-2.0/glib/deprecated/gcompletion.h
/usr/include/glib-2.0/glib/deprecated/gmain.h
/usr/include/glib-2.0/glib/deprecated/grel.h
/usr/include/glib-2.0/glib/deprecated/gthread.h
/usr/include/glib-2.0/glib/galloca.h
/usr/include/glib-2.0/glib/garray.h
/usr/include/glib-2.0/glib/gasyncqueue.h
/usr/include/glib-2.0/glib/gatomic.h
/usr/include/glib-2.0/glib/gbacktrace.h
/usr/include/glib-2.0/glib/gbase64.h
/usr/include/glib-2.0/glib/gbitlock.h
/usr/include/glib-2.0/glib/gbookmarkfile.h
/usr/include/glib-2.0/glib/gbytes.h
/usr/include/glib-2.0/glib/gcharset.h
/usr/include/glib-2.0/glib/gchecksum.h
/usr/include/glib-2.0/glib/gconvert.h
/usr/include/glib-2.0/glib/gdataset.h
/usr/include/glib-2.0/glib/gdate.h
/usr/include/glib-2.0/glib/gdatetime.h
/usr/include/glib-2.0/glib/gdir.h
/usr/include/glib-2.0/glib/genviron.h
/usr/include/glib-2.0/glib/gerror.h
/usr/include/glib-2.0/glib/gfileutils.h
/usr/include/glib-2.0/glib/ggettext.h
/usr/include/glib-2.0/glib/ghash.h
/usr/include/glib-2.0/glib/ghmac.h
/usr/include/glib-2.0/glib/ghook.h
/usr/include/glib-2.0/glib/ghostutils.h
/usr/include/glib-2.0/glib/giochannel.h
/usr/include/glib-2.0/glib/gkeyfile.h
/usr/include/glib-2.0/glib/glib-autocleanups.h
/usr/include/glib-2.0/glib/glist.h
/usr/include/glib-2.0/glib/gmacros.h
/usr/include/glib-2.0/glib/gmain.h
/usr/include/glib-2.0/glib/gmappedfile.h
/usr/include/glib-2.0/glib/gmarkup.h
/usr/include/glib-2.0/glib/gmem.h
/usr/include/glib-2.0/glib/gmessages.h
/usr/include/glib-2.0/glib/gnode.h
/usr/include/glib-2.0/glib/goption.h
/usr/include/glib-2.0/glib/gpattern.h
/usr/include/glib-2.0/glib/gpoll.h
/usr/include/glib-2.0/glib/gprimes.h
/usr/include/glib-2.0/glib/gqsort.h
/usr/include/glib-2.0/glib/gquark.h
/usr/include/glib-2.0/glib/gqueue.h
/usr/include/glib-2.0/glib/grand.h
/usr/include/glib-2.0/glib/gregex.h
/usr/include/glib-2.0/glib/gscanner.h
/usr/include/glib-2.0/glib/gsequence.h
/usr/include/glib-2.0/glib/gshell.h
/usr/include/glib-2.0/glib/gslice.h
/usr/include/glib-2.0/glib/gslist.h
/usr/include/glib-2.0/glib/gspawn.h
/usr/include/glib-2.0/glib/gstrfuncs.h
/usr/include/glib-2.0/glib/gstring.h
/usr/include/glib-2.0/glib/gstringchunk.h
/usr/include/glib-2.0/glib/gtestutils.h
/usr/include/glib-2.0/glib/gthread.h
/usr/include/glib-2.0/glib/gthreadpool.h
/usr/include/glib-2.0/glib/gtimer.h
/usr/include/glib-2.0/glib/gtimezone.h
/usr/include/glib-2.0/glib/gtrashstack.h
/usr/include/glib-2.0/glib/gtree.h
/usr/include/glib-2.0/glib/gtypes.h
/usr/include/glib-2.0/glib/gunicode.h
/usr/include/glib-2.0/glib/gurifuncs.h
/usr/include/glib-2.0/glib/gutils.h
/usr/include/glib-2.0/glib/guuid.h
/usr/include/glib-2.0/glib/gvariant.h
/usr/include/glib-2.0/glib/gvarianttype.h
/usr/include/glib-2.0/glib/gversion.h
/usr/include/glib-2.0/glib/gversionmacros.h
/usr/include/glib-2.0/glib/gwin32.h
/usr/include/glib-2.0/gmodule.h
/usr/include/glib-2.0/gobject/gbinding.h
/usr/include/glib-2.0/gobject/gboxed.h
/usr/include/glib-2.0/gobject/gclosure.h
/usr/include/glib-2.0/gobject/genums.h
/usr/include/glib-2.0/gobject/glib-types.h
/usr/include/glib-2.0/gobject/gmarshal.h
/usr/include/glib-2.0/gobject/gobject-autocleanups.h
/usr/include/glib-2.0/gobject/gobject.h
/usr/include/glib-2.0/gobject/gparam.h
/usr/include/glib-2.0/gobject/gparamspecs.h
/usr/include/glib-2.0/gobject/gsignal.h
/usr/include/glib-2.0/gobject/gsourceclosure.h
/usr/include/glib-2.0/gobject/gtype.h
/usr/include/glib-2.0/gobject/gtypemodule.h
/usr/include/glib-2.0/gobject/gtypeplugin.h
/usr/include/glib-2.0/gobject/gvalue.h
/usr/include/glib-2.0/gobject/gvaluearray.h
/usr/include/glib-2.0/gobject/gvaluetypes.h
/usr/include/gstreamer-1.0/gst/base/base-prelude.h
/usr/include/gstreamer-1.0/gst/base/gstbasesink.h
/usr/include/gstreamer-1.0/gst/glib-compat.h
/usr/include/gstreamer-1.0/gst/gst.h
/usr/include/gstreamer-1.0/gst/gstallocator.h
/usr/include/gstreamer-1.0/gst/gstatomicqueue.h
/usr/include/gstreamer-1.0/gst/gstbin.h
/usr/include/gstreamer-1.0/gst/gstbuffer.h
/usr/include/gstreamer-1.0/gst/gstbufferlist.h
/usr/include/gstreamer-1.0/gst/gstbufferpool.h
/usr/include/gstreamer-1.0/gst/gstbus.h
/usr/include/gstreamer-1.0/gst/gstcaps.h
/usr/include/gstreamer-1.0/gst/gstcapsfeatures.h
/usr/include/gstreamer-1.0/gst/gstchildproxy.h
/usr/include/gstreamer-1.0/gst/gstclock.h
/usr/include/gstreamer-1.0/gst/gstcompat.h
/usr/include/gstreamer-1.0/gst/gstconfig.h
/usr/include/gstreamer-1.0/gst/gstcontext.h
/usr/include/gstreamer-1.0/gst/gstcontrolbinding.h
/usr/include/gstreamer-1.0/gst/gstcontrolsource.h
/usr/include/gstreamer-1.0/gst/gstdatetime.h
/usr/include/gstreamer-1.0/gst/gstdebugutils.h
/usr/include/gstreamer-1.0/gst/gstdevice.h
/usr/include/gstreamer-1.0/gst/gstdevicemonitor.h
/usr/include/gstreamer-1.0/gst/gstdeviceprovider.h
/usr/include/gstreamer-1.0/gst/gstdeviceproviderfactory.h
/usr/include/gstreamer-1.0/gst/gstdynamictypefactory.h
/usr/include/gstreamer-1.0/gst/gstelement.h
/usr/include/gstreamer-1.0/gst/gstelementfactory.h
/usr/include/gstreamer-1.0/gst/gstelementmetadata.h
/usr/include/gstreamer-1.0/gst/gstenumtypes.h
/usr/include/gstreamer-1.0/gst/gsterror.h
/usr/include/gstreamer-1.0/gst/gstevent.h
/usr/include/gstreamer-1.0/gst/gstformat.h
/usr/include/gstreamer-1.0/gst/gstghostpad.h
/usr/include/gstreamer-1.0/gst/gstinfo.h
/usr/include/gstreamer-1.0/gst/gstiterator.h
/usr/include/gstreamer-1.0/gst/gstmacros.h
/usr/include/gstreamer-1.0/gst/gstmemory.h
/usr/include/gstreamer-1.0/gst/gstmessage.h
/usr/include/gstreamer-1.0/gst/gstmeta.h
/usr/include/gstreamer-1.0/gst/gstminiobject.h
/usr/include/gstreamer-1.0/gst/gstobject.h
/usr/include/gstreamer-1.0/gst/gstpad.h
/usr/include/gstreamer-1.0/gst/gstpadtemplate.h
/usr/include/gstreamer-1.0/gst/gstparamspecs.h
/usr/include/gstreamer-1.0/gst/gstparse.h
/usr/include/gstreamer-1.0/gst/gstpipeline.h
/usr/include/gstreamer-1.0/gst/gstplugin.h
/usr/include/gstreamer-1.0/gst/gstpluginfeature.h
/usr/include/gstreamer-1.0/gst/gstpoll.h
/usr/include/gstreamer-1.0/gst/gstpreset.h
/usr/include/gstreamer-1.0/gst/gstpromise.h
/usr/include/gstreamer-1.0/gst/gstprotection.h
/usr/include/gstreamer-1.0/gst/gstquery.h
/usr/include/gstreamer-1.0/gst/gstregistry.h
/usr/include/gstreamer-1.0/gst/gstsample.h
/usr/include/gstreamer-1.0/gst/gstsegment.h
/usr/include/gstreamer-1.0/gst/gststreamcollection.h
/usr/include/gstreamer-1.0/gst/gststreams.h
/usr/include/gstreamer-1.0/gst/gststructure.h
/usr/include/gstreamer-1.0/gst/gstsystemclock.h
/usr/include/gstreamer-1.0/gst/gsttaglist.h
/usr/include/gstreamer-1.0/gst/gsttagsetter.h
/usr/include/gstreamer-1.0/gst/gsttask.h
/usr/include/gstreamer-1.0/gst/gsttaskpool.h
/usr/include/gstreamer-1.0/gst/gsttoc.h
/usr/include/gstreamer-1.0/gst/gsttocsetter.h
/usr/include/gstreamer-1.0/gst/gsttracer.h
/usr/include/gstreamer-1.0/gst/gsttracerfactory.h
/usr/include/gstreamer-1.0/gst/gsttracerrecord.h
/usr/include/gstreamer-1.0/gst/gsttypefind.h
/usr/include/gstreamer-1.0/gst/gsttypefindfactory.h
/usr/include/gstreamer-1.0/gst/gsturi.h
/usr/include/gstreamer-1.0/gst/gstutils.h
/usr/include/gstreamer-1.0/gst/gstvalue.h
/usr/include/gstreamer-1.0/gst/gstversion.h
/usr/include/gstreamer-1.0/gst/video/gstvideosink.h
/usr/include/gstreamer-1.0/gst/video/video-prelude.h
/usr/include/gstreamer-1.0/gst/video/videooverlay.h
/usr/include/gtk-3.0/gdk/deprecated/gdkcolor.h
/usr/include/gtk-3.0/gdk/gdk-autocleanup.h
/usr/include/gtk-3.0/gdk/gdk.h
/usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h
/usr/include/gtk-3.0/gdk/gdkcairo.h
/usr/include/gtk-3.0/gdk/gdkconfig.h
/usr/include/gtk-3.0/gdk/gdkcursor.h
/usr/include/gtk-3.0/gdk/gdkdevice.h
/usr/include/gtk-3.0/gdk/gdkdevicemanager.h
/usr/include/gtk-3.0/gdk/gdkdevicepad.h
/usr/include/gtk-3.0/gdk/gdkdevicetool.h
/usr/include/gtk-3.0/gdk/gdkdisplay.h
/usr/include/gtk-3.0/gdk/gdkdisplaymanager.h
/usr/include/gtk-3.0/gdk/gdkdnd.h
/usr/include/gtk-3.0/gdk/gdkdrawingcontext.h
/usr/include/gtk-3.0/gdk/gdkenumtypes.h
/usr/include/gtk-3.0/gdk/gdkevents.h
/usr/include/gtk-3.0/gdk/gdkframeclock.h
/usr/include/gtk-3.0/gdk/gdkframetimings.h
/usr/include/gtk-3.0/gdk/gdkglcontext.h
/usr/include/gtk-3.0/gdk/gdkkeys.h
/usr/include/gtk-3.0/gdk/gdkkeysyms.h
/usr/include/gtk-3.0/gdk/gdkmain.h
/usr/include/gtk-3.0/gdk/gdkmonitor.h
/usr/include/gtk-3.0/gdk/gdkpango.h
/usr/include/gtk-3.0/gdk/gdkpixbuf.h
/usr/include/gtk-3.0/gdk/gdkproperty.h
/usr/include/gtk-3.0/gdk/gdkrectangle.h
/usr/include/gtk-3.0/gdk/gdkrgba.h
/usr/include/gtk-3.0/gdk/gdkscreen.h
/usr/include/gtk-3.0/gdk/gdkseat.h
/usr/include/gtk-3.0/gdk/gdkselection.h
/usr/include/gtk-3.0/gdk/gdktestutils.h
/usr/include/gtk-3.0/gdk/gdkthreads.h
/usr/include/gtk-3.0/gdk/gdktypes.h
/usr/include/gtk-3.0/gdk/gdkversionmacros.h
/usr/include/gtk-3.0/gdk/gdkvisual.h
/usr/include/gtk-3.0/gdk/gdkwindow.h
/usr/include/gtk-3.0/gdk/gdkx.h
/usr/include/gtk-3.0/gdk/x11/gdkx-autocleanups.h
/usr/include/gtk-3.0/gdk/x11/gdkx11applaunchcontext.h
/usr/include/gtk-3.0/gdk/x11/gdkx11cursor.h
/usr/include/gtk-3.0/gdk/x11/gdkx11device-core.h
/usr/include/gtk-3.0/gdk/x11/gdkx11device-xi2.h
/usr/include/gtk-3.0/gdk/x11/gdkx11device.h
/usr/include/gtk-3.0/gdk/x11/gdkx11devicemanager-core.h
/usr/include/gtk-3.0/gdk/x11/gdkx11devicemanager-xi2.h
/usr/include/gtk-3.0/gdk/x11/gdkx11devicemanager.h
/usr/include/gtk-3.0/gdk/x11/gdkx11display.h
/usr/include/gtk-3.0/gdk/x11/gdkx11displaymanager.h
/usr/include/gtk-3.0/gdk/x11/gdkx11dnd.h
/usr/include/gtk-3.0/gdk/x11/gdkx11glcontext.h
/usr/include/gtk-3.0/gdk/x11/gdkx11keys.h
/usr/include/gtk-3.0/gdk/x11/gdkx11monitor.h
/usr/include/gtk-3.0/gdk/x11/gdkx11property.h
/usr/include/gtk-3.0/gdk/x11/gdkx11screen.h
/usr/include/gtk-3.0/gdk/x11/gdkx11selection.h
/usr/include/gtk-3.0/gdk/x11/gdkx11utils.h
/usr/include/gtk-3.0/gdk/x11/gdkx11visual.h
/usr/include/gtk-3.0/gdk/x11/gdkx11window.h
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h
/usr/include/gtk-3.0/gtk/deprecated/gtkactivatable.h
/usr/include/gtk-3.0/gtk/deprecated/gtkalignment.h
/usr/include/gtk-3.0/gtk/deprecated/gtkarrow.h
/usr/include/gtk-3.0/gtk/deprecated/gtkcolorsel.h
/usr/include/gtk-3.0/gtk/deprecated/gtkcolorseldialog.h
/usr/include/gtk-3.0/gtk/deprecated/gtkfontsel.h
/usr/include/gtk-3.0/gtk/deprecated/gtkgradient.h
/usr/include/gtk-3.0/gtk/deprecated/gtkhandlebox.h
/usr/include/gtk-3.0/gtk/deprecated/gtkhbbox.h
/usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h
/usr/include/gtk-3.0/gtk/deprecated/gtkhpaned.h
/usr/include/gtk-3.0/gtk/deprecated/gtkhscale.h
/usr/include/gtk-3.0/gtk/deprecated/gtkhscrollbar.h
/usr/include/gtk-3.0/gtk/deprecated/gtkhseparator.h
/usr/include/gtk-3.0/gtk/deprecated/gtkhsv.h
/usr/include/gtk-3.0/gtk/deprecated/gtkiconfactory.h
/usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h
/usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h
/usr/include/gtk-3.0/gtk/deprecated/gtknumerableicon.h
/usr/include/gtk-3.0/gtk/deprecated/gtkradioaction.h
/usr/include/gtk-3.0/gtk/deprecated/gtkrc.h
/usr/include/gtk-3.0/gtk/deprecated/gtkrecentaction.h
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h
/usr/include/gtk-3.0/gtk/deprecated/gtkstock.h
/usr/include/gtk-3.0/gtk/deprecated/gtkstyle.h
/usr/include/gtk-3.0/gtk/deprecated/gtkstyleproperties.h
/usr/include/gtk-3.0/gtk/deprecated/gtksymboliccolor.h
/usr/include/gtk-3.0/gtk/deprecated/gtktable.h
/usr/include/gtk-3.0/gtk/deprecated/gtktearoffmenuitem.h
/usr/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h
/usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h
/usr/include/gtk-3.0/gtk/deprecated/gtkvbbox.h
/usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h
/usr/include/gtk-3.0/gtk/deprecated/gtkvpaned.h
/usr/include/gtk-3.0/gtk/deprecated/gtkvscale.h
/usr/include/gtk-3.0/gtk/deprecated/gtkvscrollbar.h
/usr/include/gtk-3.0/gtk/deprecated/gtkvseparator.h
/usr/include/gtk-3.0/gtk/gtk-autocleanups.h
/usr/include/gtk-3.0/gtk/gtk.h
/usr/include/gtk-3.0/gtk/gtkaboutdialog.h
/usr/include/gtk-3.0/gtk/gtkaccelgroup.h
/usr/include/gtk-3.0/gtk/gtkaccellabel.h
/usr/include/gtk-3.0/gtk/gtkaccelmap.h
/usr/include/gtk-3.0/gtk/gtkaccessible.h
/usr/include/gtk-3.0/gtk/gtkactionable.h
/usr/include/gtk-3.0/gtk/gtkactionbar.h
/usr/include/gtk-3.0/gtk/gtkadjustment.h
/usr/include/gtk-3.0/gtk/gtkappchooser.h
/usr/include/gtk-3.0/gtk/gtkappchooserbutton.h
/usr/include/gtk-3.0/gtk/gtkappchooserdialog.h
/usr/include/gtk-3.0/gtk/gtkappchooserwidget.h
/usr/include/gtk-3.0/gtk/gtkapplication.h
/usr/include/gtk-3.0/gtk/gtkapplicationwindow.h
/usr/include/gtk-3.0/gtk/gtkaspectframe.h
/usr/include/gtk-3.0/gtk/gtkassistant.h
/usr/include/gtk-3.0/gtk/gtkbbox.h
/usr/include/gtk-3.0/gtk/gtkbin.h
/usr/include/gtk-3.0/gtk/gtkbindings.h
/usr/include/gtk-3.0/gtk/gtkborder.h
/usr/include/gtk-3.0/gtk/gtkbox.h
/usr/include/gtk-3.0/gtk/gtkbuildable.h
/usr/include/gtk-3.0/gtk/gtkbuilder.h
/usr/include/gtk-3.0/gtk/gtkbutton.h
/usr/include/gtk-3.0/gtk/gtkcalendar.h
/usr/include/gtk-3.0/gtk/gtkcellarea.h
/usr/include/gtk-3.0/gtk/gtkcellareabox.h
/usr/include/gtk-3.0/gtk/gtkcellareacontext.h
/usr/include/gtk-3.0/gtk/gtkcelleditable.h
/usr/include/gtk-3.0/gtk/gtkcelllayout.h
/usr/include/gtk-3.0/gtk/gtkcellrenderer.h
/usr/include/gtk-3.0/gtk/gtkcellrendereraccel.h
/usr/include/gtk-3.0/gtk/gtkcellrenderercombo.h
/usr/include/gtk-3.0/gtk/gtkcellrendererpixbuf.h
/usr/include/gtk-3.0/gtk/gtkcellrendererprogress.h
/usr/include/gtk-3.0/gtk/gtkcellrendererspin.h
/usr/include/gtk-3.0/gtk/gtkcellrendererspinner.h
/usr/include/gtk-3.0/gtk/gtkcellrenderertext.h
/usr/include/gtk-3.0/gtk/gtkcellrenderertoggle.h
/usr/include/gtk-3.0/gtk/gtkcellview.h
/usr/include/gtk-3.0/gtk/gtkcheckbutton.h
/usr/include/gtk-3.0/gtk/gtkcheckmenuitem.h
/usr/include/gtk-3.0/gtk/gtkclipboard.h
/usr/include/gtk-3.0/gtk/gtkcolorbutton.h
/usr/include/gtk-3.0/gtk/gtkcolorchooser.h
/usr/include/gtk-3.0/gtk/gtkcolorchooserdialog.h
/usr/include/gtk-3.0/gtk/gtkcolorchooserwidget.h
/usr/include/gtk-3.0/gtk/gtkcolorutils.h
/usr/include/gtk-3.0/gtk/gtkcombobox.h
/usr/include/gtk-3.0/gtk/gtkcomboboxtext.h
/usr/include/gtk-3.0/gtk/gtkcontainer.h
/usr/include/gtk-3.0/gtk/gtkcssprovider.h
/usr/include/gtk-3.0/gtk/gtkcsssection.h
/usr/include/gtk-3.0/gtk/gtkdebug.h
/usr/include/gtk-3.0/gtk/gtkdialog.h
/usr/include/gtk-3.0/gtk/gtkdnd.h
/usr/include/gtk-3.0/gtk/gtkdragdest.h
/usr/include/gtk-3.0/gtk/gtkdragsource.h
/usr/include/gtk-3.0/gtk/gtkdrawingarea.h
/usr/include/gtk-3.0/gtk/gtkeditable.h
/usr/include/gtk-3.0/gtk/gtkentry.h
/usr/include/gtk-3.0/gtk/gtkentrybuffer.h
/usr/include/gtk-3.0/gtk/gtkentrycompletion.h
/usr/include/gtk-3.0/gtk/gtkenums.h
/usr/include/gtk-3.0/gtk/gtkeventbox.h
/usr/include/gtk-3.0/gtk/gtkeventcontroller.h
/usr/include/gtk-3.0/gtk/gtkexpander.h
/usr/include/gtk-3.0/gtk/gtkfilechooser.h
/usr/include/gtk-3.0/gtk/gtkfilechooserbutton.h
/usr/include/gtk-3.0/gtk/gtkfilechooserdialog.h
/usr/include/gtk-3.0/gtk/gtkfilechoosernative.h
/usr/include/gtk-3.0/gtk/gtkfilechooserwidget.h
/usr/include/gtk-3.0/gtk/gtkfilefilter.h
/usr/include/gtk-3.0/gtk/gtkfixed.h
/usr/include/gtk-3.0/gtk/gtkflowbox.h
/usr/include/gtk-3.0/gtk/gtkfontbutton.h
/usr/include/gtk-3.0/gtk/gtkfontchooser.h
/usr/include/gtk-3.0/gtk/gtkfontchooserdialog.h
/usr/include/gtk-3.0/gtk/gtkfontchooserwidget.h
/usr/include/gtk-3.0/gtk/gtkframe.h
/usr/include/gtk-3.0/gtk/gtkgesture.h
/usr/include/gtk-3.0/gtk/gtkgesturedrag.h
/usr/include/gtk-3.0/gtk/gtkgesturelongpress.h
/usr/include/gtk-3.0/gtk/gtkgesturemultipress.h
/usr/include/gtk-3.0/gtk/gtkgesturepan.h
/usr/include/gtk-3.0/gtk/gtkgesturerotate.h
/usr/include/gtk-3.0/gtk/gtkgesturesingle.h
/usr/include/gtk-3.0/gtk/gtkgestureswipe.h
/usr/include/gtk-3.0/gtk/gtkgesturezoom.h
/usr/include/gtk-3.0/gtk/gtkglarea.h
/usr/include/gtk-3.0/gtk/gtkgrid.h
/usr/include/gtk-3.0/gtk/gtkheaderbar.h
/usr/include/gtk-3.0/gtk/gtkicontheme.h
/usr/include/gtk-3.0/gtk/gtkiconview.h
/usr/include/gtk-3.0/gtk/gtkimage.h
/usr/include/gtk-3.0/gtk/gtkimcontext.h
/usr/include/gtk-3.0/gtk/gtkimcontextinfo.h
/usr/include/gtk-3.0/gtk/gtkimcontextsimple.h
/usr/include/gtk-3.0/gtk/gtkimmulticontext.h
/usr/include/gtk-3.0/gtk/gtkinfobar.h
/usr/include/gtk-3.0/gtk/gtkinvisible.h
/usr/include/gtk-3.0/gtk/gtklabel.h
/usr/include/gtk-3.0/gtk/gtklayout.h
/usr/include/gtk-3.0/gtk/gtklevelbar.h
/usr/include/gtk-3.0/gtk/gtklinkbutton.h
/usr/include/gtk-3.0/gtk/gtklistbox.h
/usr/include/gtk-3.0/gtk/gtkliststore.h
/usr/include/gtk-3.0/gtk/gtklockbutton.h
/usr/include/gtk-3.0/gtk/gtkmain.h
/usr/include/gtk-3.0/gtk/gtkmenu.h
/usr/include/gtk-3.0/gtk/gtkmenubar.h
/usr/include/gtk-3.0/gtk/gtkmenubutton.h
/usr/include/gtk-3.0/gtk/gtkmenuitem.h
/usr/include/gtk-3.0/gtk/gtkmenushell.h
/usr/include/gtk-3.0/gtk/gtkmenutoolbutton.h
/usr/include/gtk-3.0/gtk/gtkmessagedialog.h
/usr/include/gtk-3.0/gtk/gtkmodelbutton.h
/usr/include/gtk-3.0/gtk/gtkmodules.h
/usr/include/gtk-3.0/gtk/gtkmountoperation.h
/usr/include/gtk-3.0/gtk/gtknativedialog.h
/usr/include/gtk-3.0/gtk/gtknotebook.h
/usr/include/gtk-3.0/gtk/gtkoffscreenwindow.h
/usr/include/gtk-3.0/gtk/gtkorientable.h
/usr/include/gtk-3.0/gtk/gtkoverlay.h
/usr/include/gtk-3.0/gtk/gtkpadcontroller.h
/usr/include/gtk-3.0/gtk/gtkpagesetup.h
/usr/include/gtk-3.0/gtk/gtkpaned.h
/usr/include/gtk-3.0/gtk/gtkpapersize.h
/usr/include/gtk-3.0/gtk/gtkplacessidebar.h
/usr/include/gtk-3.0/gtk/gtkpopover.h
/usr/include/gtk-3.0/gtk/gtkpopovermenu.h
/usr/include/gtk-3.0/gtk/gtkprintcontext.h
/usr/include/gtk-3.0/gtk/gtkprintoperation.h
/usr/include/gtk-3.0/gtk/gtkprintoperationpreview.h
/usr/include/gtk-3.0/gtk/gtkprintsettings.h
/usr/include/gtk-3.0/gtk/gtkprogressbar.h
/usr/include/gtk-3.0/gtk/gtkradiobutton.h
/usr/include/gtk-3.0/gtk/gtkradiomenuitem.h
/usr/include/gtk-3.0/gtk/gtkradiotoolbutton.h
/usr/include/gtk-3.0/gtk/gtkrange.h
/usr/include/gtk-3.0/gtk/gtkrecentchooser.h
/usr/include/gtk-3.0/gtk/gtkrecentchooserdialog.h
/usr/include/gtk-3.0/gtk/gtkrecentchoosermenu.h
/usr/include/gtk-3.0/gtk/gtkrecentchooserwidget.h
/usr/include/gtk-3.0/gtk/gtkrecentfilter.h
/usr/include/gtk-3.0/gtk/gtkrecentmanager.h
/usr/include/gtk-3.0/gtk/gtkrender.h
/usr/include/gtk-3.0/gtk/gtkrevealer.h
/usr/include/gtk-3.0/gtk/gtkscale.h
/usr/include/gtk-3.0/gtk/gtkscalebutton.h
/usr/include/gtk-3.0/gtk/gtkscrollable.h
/usr/include/gtk-3.0/gtk/gtkscrollbar.h
/usr/include/gtk-3.0/gtk/gtkscrolledwindow.h
/usr/include/gtk-3.0/gtk/gtksearchbar.h
/usr/include/gtk-3.0/gtk/gtksearchentry.h
/usr/include/gtk-3.0/gtk/gtkselection.h
/usr/include/gtk-3.0/gtk/gtkseparator.h
/usr/include/gtk-3.0/gtk/gtkseparatormenuitem.h
/usr/include/gtk-3.0/gtk/gtkseparatortoolitem.h
/usr/include/gtk-3.0/gtk/gtksettings.h
/usr/include/gtk-3.0/gtk/gtkshortcutlabel.h
/usr/include/gtk-3.0/gtk/gtkshortcutsgroup.h
/usr/include/gtk-3.0/gtk/gtkshortcutssection.h
/usr/include/gtk-3.0/gtk/gtkshortcutsshortcut.h
/usr/include/gtk-3.0/gtk/gtkshortcutswindow.h
/usr/include/gtk-3.0/gtk/gtkshow.h
/usr/include/gtk-3.0/gtk/gtksizegroup.h
/usr/include/gtk-3.0/gtk/gtksizerequest.h
/usr/include/gtk-3.0/gtk/gtkspinbutton.h
/usr/include/gtk-3.0/gtk/gtkspinner.h
/usr/include/gtk-3.0/gtk/gtkstack.h
/usr/include/gtk-3.0/gtk/gtkstacksidebar.h
/usr/include/gtk-3.0/gtk/gtkstackswitcher.h
/usr/include/gtk-3.0/gtk/gtkstatusbar.h
/usr/include/gtk-3.0/gtk/gtkstylecontext.h
/usr/include/gtk-3.0/gtk/gtkstyleprovider.h
/usr/include/gtk-3.0/gtk/gtkswitch.h
/usr/include/gtk-3.0/gtk/gtktestutils.h
/usr/include/gtk-3.0/gtk/gtktextattributes.h
/usr/include/gtk-3.0/gtk/gtktextbuffer.h
/usr/include/gtk-3.0/gtk/gtktextbufferrichtext.h
/usr/include/gtk-3.0/gtk/gtktextchild.h
/usr/include/gtk-3.0/gtk/gtktextiter.h
/usr/include/gtk-3.0/gtk/gtktextmark.h
/usr/include/gtk-3.0/gtk/gtktexttag.h
/usr/include/gtk-3.0/gtk/gtktexttagtable.h
/usr/include/gtk-3.0/gtk/gtktextview.h
/usr/include/gtk-3.0/gtk/gtktogglebutton.h
/usr/include/gtk-3.0/gtk/gtktoggletoolbutton.h
/usr/include/gtk-3.0/gtk/gtktoolbar.h
/usr/include/gtk-3.0/gtk/gtktoolbutton.h
/usr/include/gtk-3.0/gtk/gtktoolitem.h
/usr/include/gtk-3.0/gtk/gtktoolitemgroup.h
/usr/include/gtk-3.0/gtk/gtktoolpalette.h
/usr/include/gtk-3.0/gtk/gtktoolshell.h
/usr/include/gtk-3.0/gtk/gtktooltip.h
/usr/include/gtk-3.0/gtk/gtktreednd.h
/usr/include/gtk-3.0/gtk/gtktreemodel.h
/usr/include/gtk-3.0/gtk/gtktreemodelfilter.h
/usr/include/gtk-3.0/gtk/gtktreemodelsort.h
/usr/include/gtk-3.0/gtk/gtktreeselection.h
/usr/include/gtk-3.0/gtk/gtktreesortable.h
/usr/include/gtk-3.0/gtk/gtktreestore.h
/usr/include/gtk-3.0/gtk/gtktreeview.h
/usr/include/gtk-3.0/gtk/gtktreeviewcolumn.h
/usr/include/gtk-3.0/gtk/gtktypebuiltins.h
/usr/include/gtk-3.0/gtk/gtktypes.h
/usr/include/gtk-3.0/gtk/gtkversion.h
/usr/include/gtk-3.0/gtk/gtkviewport.h
/usr/include/gtk-3.0/gtk/gtkvolumebutton.h
/usr/include/gtk-3.0/gtk/gtkwidget.h
/usr/include/gtk-3.0/gtk/gtkwidgetpath.h
/usr/include/gtk-3.0/gtk/gtkwindow.h
/usr/include/gtk-3.0/gtk/gtkwindowgroup.h
/usr/include/pango-1.0/pango/pango-attributes.h
/usr/include/pango-1.0/pango/pango-bidi-type.h
/usr/include/pango-1.0/pango/pango-break.h
/usr/include/pango-1.0/pango/pango-context.h
/usr/include/pango-1.0/pango/pango-coverage.h
/usr/include/pango-1.0/pango/pango-engine.h
/usr/include/pango-1.0/pango/pango-enum-types.h
/usr/include/pango-1.0/pango/pango-features.h
/usr/include/pango-1.0/pango/pango-font.h
/usr/include/pango-1.0/pango/pango-fontmap.h
/usr/include/pango-1.0/pango/pango-fontset.h
/usr/include/pango-1.0/pango/pango-glyph-item.h
/usr/include/pango-1.0/pango/pango-glyph.h
/usr/include/pango-1.0/pango/pango-gravity.h
/usr/include/pango-1.0/pango/pango-item.h
/usr/include/pango-1.0/pango/pango-language.h
/usr/include/pango-1.0/pango/pango-layout.h
/usr/include/pango-1.0/pango/pango-matrix.h
/usr/include/pango-1.0/pango/pango-renderer.h
/usr/include/pango-1.0/pango/pango-script.h
/usr/include/pango-1.0/pango/pango-tabs.h
/usr/include/pango-1.0/pango/pango-types.h
/usr/include/pango-1.0/pango/pango-utils.h
/usr/include/pango-1.0/pango/pango-version-macros.h
/usr/include/pango-1.0/pango/pango.h
/usr/include/pango-1.0/pango/pangocairo.h
/usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h

View File

@@ -1,728 +0,0 @@
# 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
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/atk-1.0/atk/atk-enum-types.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/atk-1.0/atk/atk.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/atk-1.0/atk/atkaction.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/atk-1.0/atk/atkcomponent.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/atk-1.0/atk/atkdocument.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/atk-1.0/atk/atkeditabletext.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/atk-1.0/atk/atkgobjectaccessible.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/atk-1.0/atk/atkhyperlink.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/atk-1.0/atk/atkhyperlinkimpl.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/atk-1.0/atk/atkhypertext.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/atk-1.0/atk/atkimage.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/atk-1.0/atk/atkmisc.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/atk-1.0/atk/atknoopobject.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/atk-1.0/atk/atknoopobjectfactory.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/atk-1.0/atk/atkobject.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/atk-1.0/atk/atkobjectfactory.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/atk-1.0/atk/atkplug.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/atk-1.0/atk/atkrange.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/atk-1.0/atk/atkregistry.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/atk-1.0/atk/atkrelation.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/atk-1.0/atk/atkrelationset.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/atk-1.0/atk/atkrelationtype.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/atk-1.0/atk/atkselection.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/atk-1.0/atk/atksocket.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/atk-1.0/atk/atkstate.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/atk-1.0/atk/atkstateset.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/atk-1.0/atk/atkstreamablecontent.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/atk-1.0/atk/atktable.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/atk-1.0/atk/atktablecell.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/atk-1.0/atk/atktext.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/atk-1.0/atk/atkutil.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/atk-1.0/atk/atkvalue.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/atk-1.0/atk/atkversion.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/atk-1.0/atk/atkwindow.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/cairo/cairo-deprecated.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/cairo/cairo-features.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/cairo/cairo-version.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/cairo/cairo.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-autocleanups.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-enum-types.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-features.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-io.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-loader.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-macros.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-simple-anim.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-transform.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gaction.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gactiongroup.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gactiongroupexporter.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gactionmap.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gappinfo.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gapplication.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gapplicationcommandline.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gasyncinitable.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gasyncresult.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gbufferedinputstream.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gbufferedoutputstream.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gbytesicon.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gcancellable.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gcharsetconverter.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gcontenttype.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gconverter.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gconverterinputstream.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gconverteroutputstream.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gcredentials.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gdatagrambased.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gdatainputstream.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gdataoutputstream.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gdbusactiongroup.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gdbusaddress.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gdbusauthobserver.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gdbusconnection.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gdbuserror.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gdbusinterface.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gdbusinterfaceskeleton.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gdbusintrospection.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gdbusmenumodel.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gdbusmessage.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gdbusmethodinvocation.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gdbusnameowning.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gdbusnamewatching.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gdbusobject.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gdbusobjectmanager.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gdbusobjectmanagerclient.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gdbusobjectmanagerserver.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gdbusobjectproxy.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gdbusobjectskeleton.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gdbusproxy.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gdbusserver.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gdbusutils.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gdrive.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gdtlsclientconnection.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gdtlsconnection.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gdtlsserverconnection.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gemblem.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gemblemedicon.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gfile.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gfileattribute.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gfileenumerator.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gfileicon.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gfileinfo.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gfileinputstream.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gfileiostream.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gfilemonitor.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gfilenamecompleter.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gfileoutputstream.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gfilterinputstream.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gfilteroutputstream.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gicon.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/ginetaddress.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/ginetaddressmask.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/ginetsocketaddress.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/ginitable.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/ginputstream.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gio-autocleanups.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gio.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gioenums.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gioenumtypes.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gioerror.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/giomodule.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gioscheduler.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/giostream.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/giotypes.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/glistmodel.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gliststore.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gloadableicon.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gmemoryinputstream.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gmemoryoutputstream.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gmenu.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gmenuexporter.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gmenumodel.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gmount.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gmountoperation.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gnativevolumemonitor.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gnetworkaddress.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gnetworkmonitor.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gnetworkservice.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gnotification.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/goutputstream.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gpermission.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gpollableinputstream.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gpollableoutputstream.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gpollableutils.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gpropertyaction.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gproxy.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gproxyaddress.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gproxyaddressenumerator.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gproxyresolver.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gremoteactiongroup.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gresolver.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gresource.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gseekable.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gsettings.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gsettingsschema.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gsimpleaction.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gsimpleactiongroup.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gsimpleasyncresult.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gsimpleiostream.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gsimplepermission.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gsimpleproxyresolver.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gsocket.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gsocketaddress.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gsocketaddressenumerator.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gsocketclient.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gsocketconnectable.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gsocketconnection.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gsocketcontrolmessage.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gsocketlistener.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gsocketservice.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gsrvtarget.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gsubprocess.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gsubprocesslauncher.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gtask.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gtcpconnection.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gtcpwrapperconnection.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gtestdbus.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gthemedicon.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gthreadedsocketservice.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gtlsbackend.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gtlscertificate.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gtlsclientconnection.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gtlsconnection.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gtlsdatabase.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gtlsfiledatabase.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gtlsinteraction.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gtlspassword.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gtlsserverconnection.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gvfs.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gvolume.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gvolumemonitor.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gzlibcompressor.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gio/gzlibdecompressor.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib-object.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/deprecated/gallocator.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/deprecated/gcache.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/deprecated/gcompletion.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/deprecated/gmain.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/deprecated/grel.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/deprecated/gthread.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/galloca.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/garray.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gasyncqueue.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gatomic.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gbacktrace.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gbase64.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gbitlock.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gbookmarkfile.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gbytes.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gcharset.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gchecksum.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gconvert.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gdataset.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gdate.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gdatetime.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gdir.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/genviron.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gerror.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gfileutils.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/ggettext.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/ghash.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/ghmac.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/ghook.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/ghostutils.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/giochannel.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gkeyfile.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/glib-autocleanups.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/glist.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gmacros.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gmain.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gmappedfile.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gmarkup.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gmem.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gmessages.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gnode.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/goption.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gpattern.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gpoll.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gprimes.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gqsort.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gquark.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gqueue.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/grand.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gregex.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gscanner.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gsequence.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gshell.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gslice.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gslist.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gspawn.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gstrfuncs.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gstring.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gstringchunk.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gtestutils.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gthread.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gthreadpool.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gtimer.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gtimezone.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gtrashstack.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gtree.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gtypes.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gunicode.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gurifuncs.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gutils.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/guuid.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gvariant.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gvarianttype.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gversion.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gversionmacros.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/glib/gwin32.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gmodule.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gobject/gbinding.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gobject/gboxed.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gobject/gclosure.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gobject/genums.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gobject/glib-types.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gobject/gmarshal.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gobject/gobject-autocleanups.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gobject/gobject.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gobject/gparam.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gobject/gparamspecs.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gobject/gsignal.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gobject/gsourceclosure.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gobject/gtype.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gobject/gtypemodule.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gobject/gtypeplugin.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gobject/gvalue.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gobject/gvaluearray.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/glib-2.0/gobject/gvaluetypes.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/base/base-prelude.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/base/gstbasesink.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/glib-compat.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gst.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstallocator.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstatomicqueue.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstbin.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstbuffer.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstbufferlist.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstbufferpool.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstbus.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstcaps.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstcapsfeatures.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstchildproxy.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstclock.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstcompat.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstconfig.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstcontext.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstcontrolbinding.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstcontrolsource.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstdatetime.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstdebugutils.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstdevice.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstdevicemonitor.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstdeviceprovider.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstdeviceproviderfactory.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstdynamictypefactory.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstelement.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstelementfactory.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstelementmetadata.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstenumtypes.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gsterror.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstevent.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstformat.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstghostpad.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstinfo.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstiterator.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstmacros.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstmemory.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstmessage.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstmeta.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstminiobject.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstobject.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstpad.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstpadtemplate.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstparamspecs.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstparse.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstpipeline.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstplugin.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstpluginfeature.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstpoll.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstpreset.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstpromise.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstprotection.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstquery.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstregistry.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstsample.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstsegment.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gststreamcollection.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gststreams.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gststructure.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstsystemclock.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gsttaglist.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gsttagsetter.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gsttask.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gsttaskpool.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gsttoc.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gsttocsetter.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gsttracer.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gsttracerfactory.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gsttracerrecord.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gsttypefind.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gsttypefindfactory.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gsturi.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstutils.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstvalue.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/gstversion.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/video/gstvideosink.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/video/video-prelude.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gstreamer-1.0/gst/video/videooverlay.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/deprecated/gdkcolor.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/gdk-autocleanup.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/gdk.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/gdkcairo.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/gdkconfig.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/gdkcursor.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/gdkdevice.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/gdkdevicemanager.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/gdkdevicepad.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/gdkdevicetool.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/gdkdisplay.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/gdkdisplaymanager.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/gdkdnd.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/gdkdrawingcontext.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/gdkenumtypes.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/gdkevents.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/gdkframeclock.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/gdkframetimings.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/gdkglcontext.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/gdkkeys.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/gdkkeysyms.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/gdkmain.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/gdkmonitor.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/gdkpango.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/gdkpixbuf.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/gdkproperty.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/gdkrectangle.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/gdkrgba.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/gdkscreen.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/gdkseat.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/gdkselection.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/gdktestutils.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/gdkthreads.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/gdktypes.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/gdkversionmacros.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/gdkvisual.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/gdkwindow.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/gdkx.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/x11/gdkx-autocleanups.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/x11/gdkx11applaunchcontext.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/x11/gdkx11cursor.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/x11/gdkx11device-core.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/x11/gdkx11device-xi2.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/x11/gdkx11device.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/x11/gdkx11devicemanager-core.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/x11/gdkx11devicemanager-xi2.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/x11/gdkx11devicemanager.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/x11/gdkx11display.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/x11/gdkx11displaymanager.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/x11/gdkx11dnd.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/x11/gdkx11glcontext.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/x11/gdkx11keys.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/x11/gdkx11monitor.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/x11/gdkx11property.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/x11/gdkx11screen.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/x11/gdkx11selection.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/x11/gdkx11utils.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/x11/gdkx11visual.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gdk/x11/gdkx11window.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/deprecated/gtkaction.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/deprecated/gtkactivatable.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/deprecated/gtkalignment.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/deprecated/gtkarrow.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/deprecated/gtkcolorsel.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/deprecated/gtkcolorseldialog.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/deprecated/gtkfontsel.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/deprecated/gtkgradient.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/deprecated/gtkhandlebox.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/deprecated/gtkhbbox.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/deprecated/gtkhpaned.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/deprecated/gtkhscale.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/deprecated/gtkhscrollbar.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/deprecated/gtkhseparator.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/deprecated/gtkhsv.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/deprecated/gtkiconfactory.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/deprecated/gtknumerableicon.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/deprecated/gtkradioaction.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/deprecated/gtkrc.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/deprecated/gtkrecentaction.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/deprecated/gtkstock.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/deprecated/gtkstyle.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/deprecated/gtkstyleproperties.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/deprecated/gtksymboliccolor.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/deprecated/gtktable.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/deprecated/gtktearoffmenuitem.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/deprecated/gtkvbbox.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/deprecated/gtkvpaned.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/deprecated/gtkvscale.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/deprecated/gtkvscrollbar.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/deprecated/gtkvseparator.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtk-autocleanups.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtk.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkaboutdialog.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkaccelgroup.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkaccellabel.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkaccelmap.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkaccessible.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkactionable.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkactionbar.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkadjustment.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkappchooser.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkappchooserbutton.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkappchooserdialog.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkappchooserwidget.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkapplication.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkapplicationwindow.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkaspectframe.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkassistant.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkbbox.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkbin.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkbindings.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkborder.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkbox.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkbuildable.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkbuilder.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkbutton.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkcalendar.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkcellarea.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkcellareabox.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkcellareacontext.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkcelleditable.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkcelllayout.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkcellrenderer.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkcellrendereraccel.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkcellrenderercombo.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkcellrendererpixbuf.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkcellrendererprogress.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkcellrendererspin.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkcellrendererspinner.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkcellrenderertext.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkcellrenderertoggle.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkcellview.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkcheckbutton.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkcheckmenuitem.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkclipboard.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkcolorbutton.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkcolorchooser.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkcolorchooserdialog.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkcolorchooserwidget.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkcolorutils.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkcombobox.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkcomboboxtext.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkcontainer.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkcssprovider.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkcsssection.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkdebug.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkdialog.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkdnd.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkdragdest.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkdragsource.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkdrawingarea.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkeditable.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkentry.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkentrybuffer.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkentrycompletion.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkenums.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkeventbox.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkeventcontroller.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkexpander.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkfilechooser.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkfilechooserbutton.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkfilechooserdialog.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkfilechoosernative.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkfilechooserwidget.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkfilefilter.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkfixed.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkflowbox.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkfontbutton.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkfontchooser.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkfontchooserdialog.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkfontchooserwidget.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkframe.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkgesture.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkgesturedrag.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkgesturelongpress.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkgesturemultipress.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkgesturepan.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkgesturerotate.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkgesturesingle.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkgestureswipe.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkgesturezoom.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkglarea.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkgrid.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkheaderbar.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkicontheme.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkiconview.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkimage.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkimcontext.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkimcontextinfo.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkimcontextsimple.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkimmulticontext.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkinfobar.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkinvisible.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtklabel.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtklayout.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtklevelbar.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtklinkbutton.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtklistbox.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkliststore.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtklockbutton.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkmain.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkmenu.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkmenubar.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkmenubutton.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkmenuitem.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkmenushell.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkmenutoolbutton.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkmessagedialog.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkmodelbutton.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkmodules.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkmountoperation.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtknativedialog.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtknotebook.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkoffscreenwindow.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkorientable.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkoverlay.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkpadcontroller.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkpagesetup.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkpaned.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkpapersize.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkplacessidebar.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkpopover.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkpopovermenu.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkprintcontext.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkprintoperation.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkprintoperationpreview.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkprintsettings.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkprogressbar.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkradiobutton.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkradiomenuitem.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkradiotoolbutton.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkrange.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkrecentchooser.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkrecentchooserdialog.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkrecentchoosermenu.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkrecentchooserwidget.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkrecentfilter.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkrecentmanager.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkrender.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkrevealer.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkscale.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkscalebutton.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkscrollable.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkscrollbar.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkscrolledwindow.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtksearchbar.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtksearchentry.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkselection.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkseparator.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkseparatormenuitem.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkseparatortoolitem.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtksettings.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkshortcutlabel.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkshortcutsgroup.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkshortcutssection.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkshortcutsshortcut.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkshortcutswindow.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkshow.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtksizegroup.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtksizerequest.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkspinbutton.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkspinner.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkstack.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkstacksidebar.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkstackswitcher.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkstatusbar.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkstylecontext.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkstyleprovider.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkswitch.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtktestutils.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtktextattributes.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtktextbuffer.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtktextbufferrichtext.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtktextchild.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtktextiter.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtktextmark.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtktexttag.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtktexttagtable.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtktextview.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtktogglebutton.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtktoggletoolbutton.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtktoolbar.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtktoolbutton.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtktoolitem.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtktoolitemgroup.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtktoolpalette.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtktoolshell.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtktooltip.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtktreednd.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtktreemodel.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtktreemodelfilter.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtktreemodelsort.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtktreeselection.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtktreesortable.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtktreestore.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtktreeview.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtktreeviewcolumn.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtktypebuiltins.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtktypes.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkversion.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkviewport.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkvolumebutton.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkwidget.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkwidgetpath.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkwindow.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/gtk-3.0/gtk/gtkwindowgroup.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/pango-1.0/pango/pango-attributes.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/pango-1.0/pango/pango-bidi-type.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/pango-1.0/pango/pango-break.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/pango-1.0/pango/pango-context.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/pango-1.0/pango/pango-coverage.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/pango-1.0/pango/pango-engine.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/pango-1.0/pango/pango-enum-types.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/pango-1.0/pango/pango-features.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/pango-1.0/pango/pango-font.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/pango-1.0/pango/pango-fontmap.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/pango-1.0/pango/pango-fontset.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/pango-1.0/pango/pango-glyph-item.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/pango-1.0/pango/pango-glyph.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/pango-1.0/pango/pango-gravity.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/pango-1.0/pango/pango-item.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/pango-1.0/pango/pango-language.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/pango-1.0/pango/pango-layout.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/pango-1.0/pango/pango-matrix.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/pango-1.0/pango/pango-renderer.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/pango-1.0/pango/pango-script.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/pango-1.0/pango/pango-tabs.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/pango-1.0/pango/pango-types.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/pango-1.0/pango/pango-utils.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/pango-1.0/pango/pango-version-macros.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/pango-1.0/pango/pango.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/include/pango-1.0/pango/pangocairo.h
CMakeFiles/AirplayServer.dir/uxplay.cpp.o: /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h

View File

@@ -1,10 +0,0 @@
# 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/AirplayServer/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

@@ -1 +0,0 @@
/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

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

View File

@@ -1,16 +0,0 @@
# 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/AirplayServer")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/julian/AirplayServer/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

@@ -1,631 +0,0 @@
The system is: Linux - 5.3.0-46-generic - x86_64
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler: /usr/bin/cc
Build flags:
Id flags:
The output was:
0
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
The C compiler identification is GNU, found in "/home/julian/AirplayServer/build/CMakeFiles/3.10.2/CompilerIdC/a.out"
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler: /usr/bin/c++
Build flags:
Id flags:
The output was:
0
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
The CXX compiler identification is GNU, found in "/home/julian/AirplayServer/build/CMakeFiles/3.10.2/CompilerIdCXX/a.out"
Determining if the C compiler works passed with the following output:
Change Dir: /home/julian/AirplayServer/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_c1616/fast"
/usr/bin/make -f CMakeFiles/cmTC_c1616.dir/build.make CMakeFiles/cmTC_c1616.dir/build
make[1]: Verzeichnis „/home/julian/AirplayServer/build/CMakeFiles/CMakeTmp“ wird betreten
Building C object CMakeFiles/cmTC_c1616.dir/testCCompiler.c.o
/usr/bin/cc -o CMakeFiles/cmTC_c1616.dir/testCCompiler.c.o -c /home/julian/AirplayServer/build/CMakeFiles/CMakeTmp/testCCompiler.c
Linking C executable cmTC_c1616
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c1616.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_c1616.dir/testCCompiler.c.o -o cmTC_c1616
make[1]: Verzeichnis „/home/julian/AirplayServer/build/CMakeFiles/CMakeTmp“ wird verlassen
Detecting C compiler ABI info compiled with the following output:
Change Dir: /home/julian/AirplayServer/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_b131a/fast"
/usr/bin/make -f CMakeFiles/cmTC_b131a.dir/build.make CMakeFiles/cmTC_b131a.dir/build
make[1]: Verzeichnis „/home/julian/AirplayServer/build/CMakeFiles/CMakeTmp“ wird betreten
Building C object CMakeFiles/cmTC_b131a.dir/CMakeCCompilerABI.c.o
/usr/bin/cc -o CMakeFiles/cmTC_b131a.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.10/Modules/CMakeCCompilerABI.c
Linking C executable cmTC_b131a
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b131a.dir/link.txt --verbose=1
/usr/bin/cc -v CMakeFiles/cmTC_b131a.dir/CMakeCCompilerABI.c.o -o cmTC_b131a
Using built-in specs.
COLLECT_GCC=/usr/bin/cc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.5.0-3ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)
COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_b131a' '-mtune=generic' '-march=x86-64'
/usr/lib/gcc/x86_64-linux-gnu/7/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper -plugin-opt=-fresolution=/tmp/ccdC9jks.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_b131a /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/7 -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/7/../../.. CMakeFiles/cmTC_b131a.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_b131a' '-mtune=generic' '-march=x86-64'
make[1]: Verzeichnis „/home/julian/AirplayServer/build/CMakeFiles/CMakeTmp“ wird verlassen
Parsed C implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /home/julian/AirplayServer/build/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command:"/usr/bin/make" "cmTC_b131a/fast"]
ignore line: [/usr/bin/make -f CMakeFiles/cmTC_b131a.dir/build.make CMakeFiles/cmTC_b131a.dir/build]
ignore line: [make[1]: Verzeichnis „/home/julian/AirplayServer/build/CMakeFiles/CMakeTmp“ wird betreten]
ignore line: [Building C object CMakeFiles/cmTC_b131a.dir/CMakeCCompilerABI.c.o]
ignore line: [/usr/bin/cc -o CMakeFiles/cmTC_b131a.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.10/Modules/CMakeCCompilerABI.c]
ignore line: [Linking C executable cmTC_b131a]
ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b131a.dir/link.txt --verbose=1]
ignore line: [/usr/bin/cc -v CMakeFiles/cmTC_b131a.dir/CMakeCCompilerABI.c.o -o cmTC_b131a ]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/bin/cc]
ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper]
ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none]
ignore line: [OFFLOAD_TARGET_DEFAULT=1]
ignore line: [Target: x86_64-linux-gnu]
ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.5.0-3ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu]
ignore line: [Thread model: posix]
ignore line: [gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04) ]
ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/]
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../:/lib/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_b131a' '-mtune=generic' '-march=x86-64']
link line: [ /usr/lib/gcc/x86_64-linux-gnu/7/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper -plugin-opt=-fresolution=/tmp/ccdC9jks.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_b131a /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/7 -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/7/../../.. CMakeFiles/cmTC_b131a.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o]
arg [/usr/lib/gcc/x86_64-linux-gnu/7/collect2] ==> ignore
arg [-plugin] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so] ==> ignore
arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper] ==> ignore
arg [-plugin-opt=-fresolution=/tmp/ccdC9jks.res] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
arg [-plugin-opt=-pass-through=-lc] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
arg [--build-id] ==> ignore
arg [--eh-frame-hdr] ==> ignore
arg [-m] ==> ignore
arg [elf_x86_64] ==> ignore
arg [--hash-style=gnu] ==> ignore
arg [--as-needed] ==> ignore
arg [-dynamic-linker] ==> ignore
arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
arg [-pie] ==> ignore
arg [-znow] ==> ignore
arg [-zrelro] ==> ignore
arg [-o] ==> ignore
arg [cmTC_b131a] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o] ==> ignore
arg [-L/usr/lib/gcc/x86_64-linux-gnu/7] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7]
arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu]
arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib]
arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
arg [-L/lib/../lib] ==> dir [/lib/../lib]
arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../..]
arg [CMakeFiles/cmTC_b131a.dir/CMakeCCompilerABI.c.o] ==> ignore
arg [-lgcc] ==> lib [gcc]
arg [--push-state] ==> ignore
arg [--as-needed] ==> ignore
arg [-lgcc_s] ==> lib [gcc_s]
arg [--pop-state] ==> ignore
arg [-lc] ==> lib [c]
arg [-lgcc] ==> lib [gcc]
arg [--push-state] ==> ignore
arg [--as-needed] ==> ignore
arg [-lgcc_s] ==> lib [gcc_s]
arg [--pop-state] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o] ==> ignore
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7] ==> [/usr/lib/gcc/x86_64-linux-gnu/7]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib] ==> [/usr/lib]
collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
collapse library dir [/lib/../lib] ==> [/lib]
collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../..] ==> [/usr/lib]
implicit libs: [gcc;gcc_s;c;gcc;gcc_s]
implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/7;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib]
implicit fwks: []
Detecting C [-std=c11] compiler features compiled with the following output:
Change Dir: /home/julian/AirplayServer/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_3d7e1/fast"
/usr/bin/make -f CMakeFiles/cmTC_3d7e1.dir/build.make CMakeFiles/cmTC_3d7e1.dir/build
make[1]: Verzeichnis „/home/julian/AirplayServer/build/CMakeFiles/CMakeTmp“ wird betreten
Building C object CMakeFiles/cmTC_3d7e1.dir/feature_tests.c.o
/usr/bin/cc -std=c11 -o CMakeFiles/cmTC_3d7e1.dir/feature_tests.c.o -c /home/julian/AirplayServer/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_3d7e1
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3d7e1.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_3d7e1.dir/feature_tests.c.o -o cmTC_3d7e1
make[1]: Verzeichnis „/home/julian/AirplayServer/build/CMakeFiles/CMakeTmp“ wird verlassen
Feature record: C_FEATURE:1c_function_prototypes
Feature record: C_FEATURE:1c_restrict
Feature record: C_FEATURE:1c_static_assert
Feature record: C_FEATURE:1c_variadic_macros
Detecting C [-std=c99] compiler features compiled with the following output:
Change Dir: /home/julian/AirplayServer/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_aff5f/fast"
/usr/bin/make -f CMakeFiles/cmTC_aff5f.dir/build.make CMakeFiles/cmTC_aff5f.dir/build
make[1]: Verzeichnis „/home/julian/AirplayServer/build/CMakeFiles/CMakeTmp“ wird betreten
Building C object CMakeFiles/cmTC_aff5f.dir/feature_tests.c.o
/usr/bin/cc -std=c99 -o CMakeFiles/cmTC_aff5f.dir/feature_tests.c.o -c /home/julian/AirplayServer/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_aff5f
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_aff5f.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_aff5f.dir/feature_tests.c.o -o cmTC_aff5f
make[1]: Verzeichnis „/home/julian/AirplayServer/build/CMakeFiles/CMakeTmp“ wird verlassen
Feature record: C_FEATURE:1c_function_prototypes
Feature record: C_FEATURE:1c_restrict
Feature record: C_FEATURE:0c_static_assert
Feature record: C_FEATURE:1c_variadic_macros
Detecting C [-std=c90] compiler features compiled with the following output:
Change Dir: /home/julian/AirplayServer/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_de569/fast"
/usr/bin/make -f CMakeFiles/cmTC_de569.dir/build.make CMakeFiles/cmTC_de569.dir/build
make[1]: Verzeichnis „/home/julian/AirplayServer/build/CMakeFiles/CMakeTmp“ wird betreten
Building C object CMakeFiles/cmTC_de569.dir/feature_tests.c.o
/usr/bin/cc -std=c90 -o CMakeFiles/cmTC_de569.dir/feature_tests.c.o -c /home/julian/AirplayServer/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_de569
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_de569.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_de569.dir/feature_tests.c.o -o cmTC_de569
make[1]: Verzeichnis „/home/julian/AirplayServer/build/CMakeFiles/CMakeTmp“ wird verlassen
Feature record: C_FEATURE:1c_function_prototypes
Feature record: C_FEATURE:0c_restrict
Feature record: C_FEATURE:0c_static_assert
Feature record: C_FEATURE:0c_variadic_macros
Determining if the CXX compiler works passed with the following output:
Change Dir: /home/julian/AirplayServer/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_f8769/fast"
/usr/bin/make -f CMakeFiles/cmTC_f8769.dir/build.make CMakeFiles/cmTC_f8769.dir/build
make[1]: Verzeichnis „/home/julian/AirplayServer/build/CMakeFiles/CMakeTmp“ wird betreten
Building CXX object CMakeFiles/cmTC_f8769.dir/testCXXCompiler.cxx.o
/usr/bin/c++ -o CMakeFiles/cmTC_f8769.dir/testCXXCompiler.cxx.o -c /home/julian/AirplayServer/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
Linking CXX executable cmTC_f8769
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f8769.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTC_f8769.dir/testCXXCompiler.cxx.o -o cmTC_f8769
make[1]: Verzeichnis „/home/julian/AirplayServer/build/CMakeFiles/CMakeTmp“ wird verlassen
Detecting CXX compiler ABI info compiled with the following output:
Change Dir: /home/julian/AirplayServer/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_703be/fast"
/usr/bin/make -f CMakeFiles/cmTC_703be.dir/build.make CMakeFiles/cmTC_703be.dir/build
make[1]: Verzeichnis „/home/julian/AirplayServer/build/CMakeFiles/CMakeTmp“ wird betreten
Building CXX object CMakeFiles/cmTC_703be.dir/CMakeCXXCompilerABI.cpp.o
/usr/bin/c++ -o CMakeFiles/cmTC_703be.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.10/Modules/CMakeCXXCompilerABI.cpp
Linking CXX executable cmTC_703be
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_703be.dir/link.txt --verbose=1
/usr/bin/c++ -v CMakeFiles/cmTC_703be.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_703be
Using built-in specs.
COLLECT_GCC=/usr/bin/c++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.5.0-3ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)
COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_703be' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
/usr/lib/gcc/x86_64-linux-gnu/7/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper -plugin-opt=-fresolution=/tmp/ccdhvDU4.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_703be /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/7 -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/7/../../.. CMakeFiles/cmTC_703be.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_703be' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
make[1]: Verzeichnis „/home/julian/AirplayServer/build/CMakeFiles/CMakeTmp“ wird verlassen
Parsed CXX implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /home/julian/AirplayServer/build/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command:"/usr/bin/make" "cmTC_703be/fast"]
ignore line: [/usr/bin/make -f CMakeFiles/cmTC_703be.dir/build.make CMakeFiles/cmTC_703be.dir/build]
ignore line: [make[1]: Verzeichnis „/home/julian/AirplayServer/build/CMakeFiles/CMakeTmp“ wird betreten]
ignore line: [Building CXX object CMakeFiles/cmTC_703be.dir/CMakeCXXCompilerABI.cpp.o]
ignore line: [/usr/bin/c++ -o CMakeFiles/cmTC_703be.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.10/Modules/CMakeCXXCompilerABI.cpp]
ignore line: [Linking CXX executable cmTC_703be]
ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_703be.dir/link.txt --verbose=1]
ignore line: [/usr/bin/c++ -v CMakeFiles/cmTC_703be.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_703be ]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/bin/c++]
ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper]
ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none]
ignore line: [OFFLOAD_TARGET_DEFAULT=1]
ignore line: [Target: x86_64-linux-gnu]
ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.5.0-3ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu]
ignore line: [Thread model: posix]
ignore line: [gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04) ]
ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/]
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../:/lib/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_703be' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
link line: [ /usr/lib/gcc/x86_64-linux-gnu/7/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper -plugin-opt=-fresolution=/tmp/ccdhvDU4.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_703be /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/7 -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/7/../../.. CMakeFiles/cmTC_703be.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o]
arg [/usr/lib/gcc/x86_64-linux-gnu/7/collect2] ==> ignore
arg [-plugin] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so] ==> ignore
arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper] ==> ignore
arg [-plugin-opt=-fresolution=/tmp/ccdhvDU4.res] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [-plugin-opt=-pass-through=-lc] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [--build-id] ==> ignore
arg [--eh-frame-hdr] ==> ignore
arg [-m] ==> ignore
arg [elf_x86_64] ==> ignore
arg [--hash-style=gnu] ==> ignore
arg [--as-needed] ==> ignore
arg [-dynamic-linker] ==> ignore
arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
arg [-pie] ==> ignore
arg [-znow] ==> ignore
arg [-zrelro] ==> ignore
arg [-o] ==> ignore
arg [cmTC_703be] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o] ==> ignore
arg [-L/usr/lib/gcc/x86_64-linux-gnu/7] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7]
arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu]
arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib]
arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
arg [-L/lib/../lib] ==> dir [/lib/../lib]
arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../..]
arg [CMakeFiles/cmTC_703be.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
arg [-lstdc++] ==> lib [stdc++]
arg [-lm] ==> lib [m]
arg [-lgcc_s] ==> lib [gcc_s]
arg [-lgcc] ==> lib [gcc]
arg [-lc] ==> lib [c]
arg [-lgcc_s] ==> lib [gcc_s]
arg [-lgcc] ==> lib [gcc]
arg [/usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o] ==> ignore
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7] ==> [/usr/lib/gcc/x86_64-linux-gnu/7]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib] ==> [/usr/lib]
collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
collapse library dir [/lib/../lib] ==> [/lib]
collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../..] ==> [/usr/lib]
implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc]
implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/7;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib]
implicit fwks: []
Detecting CXX [-std=c++1z] compiler features compiled with the following output:
Change Dir: /home/julian/AirplayServer/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_157e3/fast"
/usr/bin/make -f CMakeFiles/cmTC_157e3.dir/build.make CMakeFiles/cmTC_157e3.dir/build
make[1]: Verzeichnis „/home/julian/AirplayServer/build/CMakeFiles/CMakeTmp“ wird betreten
Building CXX object CMakeFiles/cmTC_157e3.dir/feature_tests.cxx.o
/usr/bin/c++ -std=c++1z -o CMakeFiles/cmTC_157e3.dir/feature_tests.cxx.o -c /home/julian/AirplayServer/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_157e3
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_157e3.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTC_157e3.dir/feature_tests.cxx.o -o cmTC_157e3
make[1]: Verzeichnis „/home/julian/AirplayServer/build/CMakeFiles/CMakeTmp“ wird verlassen
Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:1cxx_alias_templates
Feature record: CXX_FEATURE:1cxx_alignas
Feature record: CXX_FEATURE:1cxx_alignof
Feature record: CXX_FEATURE:1cxx_attributes
Feature record: CXX_FEATURE:1cxx_attribute_deprecated
Feature record: CXX_FEATURE:1cxx_auto_type
Feature record: CXX_FEATURE:1cxx_binary_literals
Feature record: CXX_FEATURE:1cxx_constexpr
Feature record: CXX_FEATURE:1cxx_contextual_conversions
Feature record: CXX_FEATURE:1cxx_decltype
Feature record: CXX_FEATURE:1cxx_decltype_auto
Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
Feature record: CXX_FEATURE:1cxx_default_function_template_args
Feature record: CXX_FEATURE:1cxx_defaulted_functions
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:1cxx_delegating_constructors
Feature record: CXX_FEATURE:1cxx_deleted_functions
Feature record: CXX_FEATURE:1cxx_digit_separators
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
Feature record: CXX_FEATURE:1cxx_explicit_conversions
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
Feature record: CXX_FEATURE:1cxx_extern_templates
Feature record: CXX_FEATURE:1cxx_final
Feature record: CXX_FEATURE:1cxx_func_identifier
Feature record: CXX_FEATURE:1cxx_generalized_initializers
Feature record: CXX_FEATURE:1cxx_generic_lambdas
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
Feature record: CXX_FEATURE:1cxx_inline_namespaces
Feature record: CXX_FEATURE:1cxx_lambdas
Feature record: CXX_FEATURE:1cxx_lambda_init_captures
Feature record: CXX_FEATURE:1cxx_local_type_template_args
Feature record: CXX_FEATURE:1cxx_long_long_type
Feature record: CXX_FEATURE:1cxx_noexcept
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
Feature record: CXX_FEATURE:1cxx_nullptr
Feature record: CXX_FEATURE:1cxx_override
Feature record: CXX_FEATURE:1cxx_range_for
Feature record: CXX_FEATURE:1cxx_raw_string_literals
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
Feature record: CXX_FEATURE:1cxx_return_type_deduction
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
Feature record: CXX_FEATURE:1cxx_rvalue_references
Feature record: CXX_FEATURE:1cxx_sizeof_member
Feature record: CXX_FEATURE:1cxx_static_assert
Feature record: CXX_FEATURE:1cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:1cxx_thread_local
Feature record: CXX_FEATURE:1cxx_trailing_return_types
Feature record: CXX_FEATURE:1cxx_unicode_literals
Feature record: CXX_FEATURE:1cxx_uniform_initialization
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
Feature record: CXX_FEATURE:1cxx_user_literals
Feature record: CXX_FEATURE:1cxx_variable_templates
Feature record: CXX_FEATURE:1cxx_variadic_macros
Feature record: CXX_FEATURE:1cxx_variadic_templates
Detecting CXX [-std=c++14] compiler features compiled with the following output:
Change Dir: /home/julian/AirplayServer/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_0086d/fast"
/usr/bin/make -f CMakeFiles/cmTC_0086d.dir/build.make CMakeFiles/cmTC_0086d.dir/build
make[1]: Verzeichnis „/home/julian/AirplayServer/build/CMakeFiles/CMakeTmp“ wird betreten
Building CXX object CMakeFiles/cmTC_0086d.dir/feature_tests.cxx.o
/usr/bin/c++ -std=c++14 -o CMakeFiles/cmTC_0086d.dir/feature_tests.cxx.o -c /home/julian/AirplayServer/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_0086d
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0086d.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTC_0086d.dir/feature_tests.cxx.o -o cmTC_0086d
make[1]: Verzeichnis „/home/julian/AirplayServer/build/CMakeFiles/CMakeTmp“ wird verlassen
Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:1cxx_alias_templates
Feature record: CXX_FEATURE:1cxx_alignas
Feature record: CXX_FEATURE:1cxx_alignof
Feature record: CXX_FEATURE:1cxx_attributes
Feature record: CXX_FEATURE:1cxx_attribute_deprecated
Feature record: CXX_FEATURE:1cxx_auto_type
Feature record: CXX_FEATURE:1cxx_binary_literals
Feature record: CXX_FEATURE:1cxx_constexpr
Feature record: CXX_FEATURE:1cxx_contextual_conversions
Feature record: CXX_FEATURE:1cxx_decltype
Feature record: CXX_FEATURE:1cxx_decltype_auto
Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
Feature record: CXX_FEATURE:1cxx_default_function_template_args
Feature record: CXX_FEATURE:1cxx_defaulted_functions
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:1cxx_delegating_constructors
Feature record: CXX_FEATURE:1cxx_deleted_functions
Feature record: CXX_FEATURE:1cxx_digit_separators
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
Feature record: CXX_FEATURE:1cxx_explicit_conversions
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
Feature record: CXX_FEATURE:1cxx_extern_templates
Feature record: CXX_FEATURE:1cxx_final
Feature record: CXX_FEATURE:1cxx_func_identifier
Feature record: CXX_FEATURE:1cxx_generalized_initializers
Feature record: CXX_FEATURE:1cxx_generic_lambdas
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
Feature record: CXX_FEATURE:1cxx_inline_namespaces
Feature record: CXX_FEATURE:1cxx_lambdas
Feature record: CXX_FEATURE:1cxx_lambda_init_captures
Feature record: CXX_FEATURE:1cxx_local_type_template_args
Feature record: CXX_FEATURE:1cxx_long_long_type
Feature record: CXX_FEATURE:1cxx_noexcept
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
Feature record: CXX_FEATURE:1cxx_nullptr
Feature record: CXX_FEATURE:1cxx_override
Feature record: CXX_FEATURE:1cxx_range_for
Feature record: CXX_FEATURE:1cxx_raw_string_literals
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
Feature record: CXX_FEATURE:1cxx_return_type_deduction
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
Feature record: CXX_FEATURE:1cxx_rvalue_references
Feature record: CXX_FEATURE:1cxx_sizeof_member
Feature record: CXX_FEATURE:1cxx_static_assert
Feature record: CXX_FEATURE:1cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:1cxx_thread_local
Feature record: CXX_FEATURE:1cxx_trailing_return_types
Feature record: CXX_FEATURE:1cxx_unicode_literals
Feature record: CXX_FEATURE:1cxx_uniform_initialization
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
Feature record: CXX_FEATURE:1cxx_user_literals
Feature record: CXX_FEATURE:1cxx_variable_templates
Feature record: CXX_FEATURE:1cxx_variadic_macros
Feature record: CXX_FEATURE:1cxx_variadic_templates
Detecting CXX [-std=c++11] compiler features compiled with the following output:
Change Dir: /home/julian/AirplayServer/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_de4e2/fast"
/usr/bin/make -f CMakeFiles/cmTC_de4e2.dir/build.make CMakeFiles/cmTC_de4e2.dir/build
make[1]: Verzeichnis „/home/julian/AirplayServer/build/CMakeFiles/CMakeTmp“ wird betreten
Building CXX object CMakeFiles/cmTC_de4e2.dir/feature_tests.cxx.o
/usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_de4e2.dir/feature_tests.cxx.o -c /home/julian/AirplayServer/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_de4e2
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_de4e2.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTC_de4e2.dir/feature_tests.cxx.o -o cmTC_de4e2
make[1]: Verzeichnis „/home/julian/AirplayServer/build/CMakeFiles/CMakeTmp“ wird verlassen
Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:1cxx_alias_templates
Feature record: CXX_FEATURE:1cxx_alignas
Feature record: CXX_FEATURE:1cxx_alignof
Feature record: CXX_FEATURE:1cxx_attributes
Feature record: CXX_FEATURE:0cxx_attribute_deprecated
Feature record: CXX_FEATURE:1cxx_auto_type
Feature record: CXX_FEATURE:0cxx_binary_literals
Feature record: CXX_FEATURE:1cxx_constexpr
Feature record: CXX_FEATURE:0cxx_contextual_conversions
Feature record: CXX_FEATURE:1cxx_decltype
Feature record: CXX_FEATURE:0cxx_decltype_auto
Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
Feature record: CXX_FEATURE:1cxx_default_function_template_args
Feature record: CXX_FEATURE:1cxx_defaulted_functions
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:1cxx_delegating_constructors
Feature record: CXX_FEATURE:1cxx_deleted_functions
Feature record: CXX_FEATURE:0cxx_digit_separators
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
Feature record: CXX_FEATURE:1cxx_explicit_conversions
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
Feature record: CXX_FEATURE:1cxx_extern_templates
Feature record: CXX_FEATURE:1cxx_final
Feature record: CXX_FEATURE:1cxx_func_identifier
Feature record: CXX_FEATURE:1cxx_generalized_initializers
Feature record: CXX_FEATURE:0cxx_generic_lambdas
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
Feature record: CXX_FEATURE:1cxx_inline_namespaces
Feature record: CXX_FEATURE:1cxx_lambdas
Feature record: CXX_FEATURE:0cxx_lambda_init_captures
Feature record: CXX_FEATURE:1cxx_local_type_template_args
Feature record: CXX_FEATURE:1cxx_long_long_type
Feature record: CXX_FEATURE:1cxx_noexcept
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
Feature record: CXX_FEATURE:1cxx_nullptr
Feature record: CXX_FEATURE:1cxx_override
Feature record: CXX_FEATURE:1cxx_range_for
Feature record: CXX_FEATURE:1cxx_raw_string_literals
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
Feature record: CXX_FEATURE:0cxx_return_type_deduction
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
Feature record: CXX_FEATURE:1cxx_rvalue_references
Feature record: CXX_FEATURE:1cxx_sizeof_member
Feature record: CXX_FEATURE:1cxx_static_assert
Feature record: CXX_FEATURE:1cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:1cxx_thread_local
Feature record: CXX_FEATURE:1cxx_trailing_return_types
Feature record: CXX_FEATURE:1cxx_unicode_literals
Feature record: CXX_FEATURE:1cxx_uniform_initialization
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
Feature record: CXX_FEATURE:1cxx_user_literals
Feature record: CXX_FEATURE:0cxx_variable_templates
Feature record: CXX_FEATURE:1cxx_variadic_macros
Feature record: CXX_FEATURE:1cxx_variadic_templates
Detecting CXX [-std=c++98] compiler features compiled with the following output:
Change Dir: /home/julian/AirplayServer/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_695b6/fast"
/usr/bin/make -f CMakeFiles/cmTC_695b6.dir/build.make CMakeFiles/cmTC_695b6.dir/build
make[1]: Verzeichnis „/home/julian/AirplayServer/build/CMakeFiles/CMakeTmp“ wird betreten
Building CXX object CMakeFiles/cmTC_695b6.dir/feature_tests.cxx.o
/usr/bin/c++ -std=c++98 -o CMakeFiles/cmTC_695b6.dir/feature_tests.cxx.o -c /home/julian/AirplayServer/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_695b6
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_695b6.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTC_695b6.dir/feature_tests.cxx.o -o cmTC_695b6
make[1]: Verzeichnis „/home/julian/AirplayServer/build/CMakeFiles/CMakeTmp“ wird verlassen
Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:0cxx_alias_templates
Feature record: CXX_FEATURE:0cxx_alignas
Feature record: CXX_FEATURE:0cxx_alignof
Feature record: CXX_FEATURE:0cxx_attributes
Feature record: CXX_FEATURE:0cxx_attribute_deprecated
Feature record: CXX_FEATURE:0cxx_auto_type
Feature record: CXX_FEATURE:0cxx_binary_literals
Feature record: CXX_FEATURE:0cxx_constexpr
Feature record: CXX_FEATURE:0cxx_contextual_conversions
Feature record: CXX_FEATURE:0cxx_decltype
Feature record: CXX_FEATURE:0cxx_decltype_auto
Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types
Feature record: CXX_FEATURE:0cxx_default_function_template_args
Feature record: CXX_FEATURE:0cxx_defaulted_functions
Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:0cxx_delegating_constructors
Feature record: CXX_FEATURE:0cxx_deleted_functions
Feature record: CXX_FEATURE:0cxx_digit_separators
Feature record: CXX_FEATURE:0cxx_enum_forward_declarations
Feature record: CXX_FEATURE:0cxx_explicit_conversions
Feature record: CXX_FEATURE:0cxx_extended_friend_declarations
Feature record: CXX_FEATURE:0cxx_extern_templates
Feature record: CXX_FEATURE:0cxx_final
Feature record: CXX_FEATURE:0cxx_func_identifier
Feature record: CXX_FEATURE:0cxx_generalized_initializers
Feature record: CXX_FEATURE:0cxx_generic_lambdas
Feature record: CXX_FEATURE:0cxx_inheriting_constructors
Feature record: CXX_FEATURE:0cxx_inline_namespaces
Feature record: CXX_FEATURE:0cxx_lambdas
Feature record: CXX_FEATURE:0cxx_lambda_init_captures
Feature record: CXX_FEATURE:0cxx_local_type_template_args
Feature record: CXX_FEATURE:0cxx_long_long_type
Feature record: CXX_FEATURE:0cxx_noexcept
Feature record: CXX_FEATURE:0cxx_nonstatic_member_init
Feature record: CXX_FEATURE:0cxx_nullptr
Feature record: CXX_FEATURE:0cxx_override
Feature record: CXX_FEATURE:0cxx_range_for
Feature record: CXX_FEATURE:0cxx_raw_string_literals
Feature record: CXX_FEATURE:0cxx_reference_qualified_functions
Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
Feature record: CXX_FEATURE:0cxx_return_type_deduction
Feature record: CXX_FEATURE:0cxx_right_angle_brackets
Feature record: CXX_FEATURE:0cxx_rvalue_references
Feature record: CXX_FEATURE:0cxx_sizeof_member
Feature record: CXX_FEATURE:0cxx_static_assert
Feature record: CXX_FEATURE:0cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:0cxx_thread_local
Feature record: CXX_FEATURE:0cxx_trailing_return_types
Feature record: CXX_FEATURE:0cxx_unicode_literals
Feature record: CXX_FEATURE:0cxx_uniform_initialization
Feature record: CXX_FEATURE:0cxx_unrestricted_unions
Feature record: CXX_FEATURE:0cxx_user_literals
Feature record: CXX_FEATURE:0cxx_variable_templates
Feature record: CXX_FEATURE:0cxx_variadic_macros
Feature record: CXX_FEATURE:0cxx_variadic_templates

View File

@@ -1,140 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.10
# The generator used is:
set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles")
# The top level Makefile was generated from the following files:
set(CMAKE_MAKEFILE_DEPENDS
"CMakeCache.txt"
"../CMakeLists.txt"
"CMakeFiles/3.10.2/CMakeCCompiler.cmake"
"CMakeFiles/3.10.2/CMakeCXXCompiler.cmake"
"CMakeFiles/3.10.2/CMakeSystem.cmake"
"CMakeFiles/feature_tests.c"
"CMakeFiles/feature_tests.cxx"
"../lib/CMakeLists.txt"
"../lib/curve25519/CMakeLists.txt"
"../lib/ed25519/CMakeLists.txt"
"../lib/playfair/CMakeLists.txt"
"../lib/plist/CMakeLists.txt"
"../renderers/CMakeLists.txt"
"/usr/share/cmake-3.10/Modules/CMakeCCompiler.cmake.in"
"/usr/share/cmake-3.10/Modules/CMakeCCompilerABI.c"
"/usr/share/cmake-3.10/Modules/CMakeCInformation.cmake"
"/usr/share/cmake-3.10/Modules/CMakeCXXCompiler.cmake.in"
"/usr/share/cmake-3.10/Modules/CMakeCXXCompilerABI.cpp"
"/usr/share/cmake-3.10/Modules/CMakeCXXInformation.cmake"
"/usr/share/cmake-3.10/Modules/CMakeCommonLanguageInclude.cmake"
"/usr/share/cmake-3.10/Modules/CMakeCompilerIdDetection.cmake"
"/usr/share/cmake-3.10/Modules/CMakeDetermineCCompiler.cmake"
"/usr/share/cmake-3.10/Modules/CMakeDetermineCXXCompiler.cmake"
"/usr/share/cmake-3.10/Modules/CMakeDetermineCompileFeatures.cmake"
"/usr/share/cmake-3.10/Modules/CMakeDetermineCompiler.cmake"
"/usr/share/cmake-3.10/Modules/CMakeDetermineCompilerABI.cmake"
"/usr/share/cmake-3.10/Modules/CMakeDetermineCompilerId.cmake"
"/usr/share/cmake-3.10/Modules/CMakeDetermineSystem.cmake"
"/usr/share/cmake-3.10/Modules/CMakeFindBinUtils.cmake"
"/usr/share/cmake-3.10/Modules/CMakeGenericSystem.cmake"
"/usr/share/cmake-3.10/Modules/CMakeLanguageInformation.cmake"
"/usr/share/cmake-3.10/Modules/CMakeParseImplicitLinkInfo.cmake"
"/usr/share/cmake-3.10/Modules/CMakeSystem.cmake.in"
"/usr/share/cmake-3.10/Modules/CMakeSystemSpecificInformation.cmake"
"/usr/share/cmake-3.10/Modules/CMakeSystemSpecificInitialize.cmake"
"/usr/share/cmake-3.10/Modules/CMakeTestCCompiler.cmake"
"/usr/share/cmake-3.10/Modules/CMakeTestCXXCompiler.cmake"
"/usr/share/cmake-3.10/Modules/CMakeTestCompilerCommon.cmake"
"/usr/share/cmake-3.10/Modules/CMakeUnixFindMake.cmake"
"/usr/share/cmake-3.10/Modules/Compiler/ADSP-DetermineCompiler.cmake"
"/usr/share/cmake-3.10/Modules/Compiler/ARMCC-DetermineCompiler.cmake"
"/usr/share/cmake-3.10/Modules/Compiler/AppleClang-DetermineCompiler.cmake"
"/usr/share/cmake-3.10/Modules/Compiler/Borland-DetermineCompiler.cmake"
"/usr/share/cmake-3.10/Modules/Compiler/Bruce-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.10/Modules/Compiler/CMakeCommonCompilerMacros.cmake"
"/usr/share/cmake-3.10/Modules/Compiler/Clang-DetermineCompiler.cmake"
"/usr/share/cmake-3.10/Modules/Compiler/Clang-DetermineCompilerInternal.cmake"
"/usr/share/cmake-3.10/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake"
"/usr/share/cmake-3.10/Modules/Compiler/Compaq-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.10/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake"
"/usr/share/cmake-3.10/Modules/Compiler/Cray-DetermineCompiler.cmake"
"/usr/share/cmake-3.10/Modules/Compiler/Embarcadero-DetermineCompiler.cmake"
"/usr/share/cmake-3.10/Modules/Compiler/Fujitsu-DetermineCompiler.cmake"
"/usr/share/cmake-3.10/Modules/Compiler/GHS-DetermineCompiler.cmake"
"/usr/share/cmake-3.10/Modules/Compiler/GNU-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.10/Modules/Compiler/GNU-C-FeatureTests.cmake"
"/usr/share/cmake-3.10/Modules/Compiler/GNU-C.cmake"
"/usr/share/cmake-3.10/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake"
"/usr/share/cmake-3.10/Modules/Compiler/GNU-CXX-FeatureTests.cmake"
"/usr/share/cmake-3.10/Modules/Compiler/GNU-CXX.cmake"
"/usr/share/cmake-3.10/Modules/Compiler/GNU-FindBinUtils.cmake"
"/usr/share/cmake-3.10/Modules/Compiler/GNU.cmake"
"/usr/share/cmake-3.10/Modules/Compiler/HP-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.10/Modules/Compiler/HP-CXX-DetermineCompiler.cmake"
"/usr/share/cmake-3.10/Modules/Compiler/IAR-DetermineCompiler.cmake"
"/usr/share/cmake-3.10/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake"
"/usr/share/cmake-3.10/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake"
"/usr/share/cmake-3.10/Modules/Compiler/Intel-DetermineCompiler.cmake"
"/usr/share/cmake-3.10/Modules/Compiler/MIPSpro-DetermineCompiler.cmake"
"/usr/share/cmake-3.10/Modules/Compiler/MSVC-DetermineCompiler.cmake"
"/usr/share/cmake-3.10/Modules/Compiler/NVIDIA-DetermineCompiler.cmake"
"/usr/share/cmake-3.10/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake"
"/usr/share/cmake-3.10/Modules/Compiler/PGI-DetermineCompiler.cmake"
"/usr/share/cmake-3.10/Modules/Compiler/PathScale-DetermineCompiler.cmake"
"/usr/share/cmake-3.10/Modules/Compiler/SCO-DetermineCompiler.cmake"
"/usr/share/cmake-3.10/Modules/Compiler/SDCC-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.10/Modules/Compiler/SunPro-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.10/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake"
"/usr/share/cmake-3.10/Modules/Compiler/TI-DetermineCompiler.cmake"
"/usr/share/cmake-3.10/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.10/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.10/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake"
"/usr/share/cmake-3.10/Modules/Compiler/Watcom-DetermineCompiler.cmake"
"/usr/share/cmake-3.10/Modules/Compiler/XL-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.10/Modules/Compiler/XL-CXX-DetermineCompiler.cmake"
"/usr/share/cmake-3.10/Modules/Compiler/zOS-C-DetermineCompiler.cmake"
"/usr/share/cmake-3.10/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake"
"/usr/share/cmake-3.10/Modules/FindOpenSSL.cmake"
"/usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake"
"/usr/share/cmake-3.10/Modules/FindPackageMessage.cmake"
"/usr/share/cmake-3.10/Modules/FindPkgConfig.cmake"
"/usr/share/cmake-3.10/Modules/Internal/FeatureTesting.cmake"
"/usr/share/cmake-3.10/Modules/Platform/Linux-Determine-CXX.cmake"
"/usr/share/cmake-3.10/Modules/Platform/Linux-GNU-C.cmake"
"/usr/share/cmake-3.10/Modules/Platform/Linux-GNU-CXX.cmake"
"/usr/share/cmake-3.10/Modules/Platform/Linux-GNU.cmake"
"/usr/share/cmake-3.10/Modules/Platform/Linux.cmake"
"/usr/share/cmake-3.10/Modules/Platform/UnixPaths.cmake"
)
# The corresponding makefile is:
set(CMAKE_MAKEFILE_OUTPUTS
"Makefile"
"CMakeFiles/cmake.check_cache"
)
# Byproducts of CMake generate step:
set(CMAKE_MAKEFILE_PRODUCTS
"CMakeFiles/3.10.2/CMakeSystem.cmake"
"CMakeFiles/3.10.2/CMakeCCompiler.cmake"
"CMakeFiles/3.10.2/CMakeCXXCompiler.cmake"
"CMakeFiles/3.10.2/CMakeCCompiler.cmake"
"CMakeFiles/3.10.2/CMakeCXXCompiler.cmake"
"CMakeFiles/CMakeDirectoryInformation.cmake"
"lib/curve25519/CMakeFiles/CMakeDirectoryInformation.cmake"
"lib/ed25519/CMakeFiles/CMakeDirectoryInformation.cmake"
"lib/playfair/CMakeFiles/CMakeDirectoryInformation.cmake"
"lib/plist/CMakeFiles/CMakeDirectoryInformation.cmake"
"lib/CMakeFiles/CMakeDirectoryInformation.cmake"
"renderers/CMakeFiles/CMakeDirectoryInformation.cmake"
)
# Dependency information for all targets:
set(CMAKE_DEPEND_INFO_FILES
"CMakeFiles/AirplayServer.dir/DependInfo.cmake"
"lib/curve25519/CMakeFiles/curve25519.dir/DependInfo.cmake"
"lib/ed25519/CMakeFiles/ed25519.dir/DependInfo.cmake"
"lib/playfair/CMakeFiles/playfair.dir/DependInfo.cmake"
"lib/plist/CMakeFiles/plist.dir/DependInfo.cmake"
"lib/CMakeFiles/airplay.dir/DependInfo.cmake"
"renderers/CMakeFiles/renderers.dir/DependInfo.cmake"
)

View File

@@ -1,450 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.10
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# The main recursive all target
all:
.PHONY : all
# The main recursive preinstall target
preinstall:
.PHONY : preinstall
#=============================================================================
# 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/AirplayServer
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/julian/AirplayServer/build
#=============================================================================
# Target rules for target CMakeFiles/AirplayServer.dir
# All Build rule for target.
CMakeFiles/AirplayServer.dir/all: lib/curve25519/CMakeFiles/curve25519.dir/all
CMakeFiles/AirplayServer.dir/all: lib/ed25519/CMakeFiles/ed25519.dir/all
CMakeFiles/AirplayServer.dir/all: lib/playfair/CMakeFiles/playfair.dir/all
CMakeFiles/AirplayServer.dir/all: lib/plist/CMakeFiles/plist.dir/all
CMakeFiles/AirplayServer.dir/all: lib/CMakeFiles/airplay.dir/all
CMakeFiles/AirplayServer.dir/all: renderers/CMakeFiles/renderers.dir/all
$(MAKE) -f CMakeFiles/AirplayServer.dir/build.make CMakeFiles/AirplayServer.dir/depend
$(MAKE) -f CMakeFiles/AirplayServer.dir/build.make CMakeFiles/AirplayServer.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/julian/AirplayServer/build/CMakeFiles --progress-num=1,2 "Built target AirplayServer"
.PHONY : CMakeFiles/AirplayServer.dir/all
# Include target in all.
all: CMakeFiles/AirplayServer.dir/all
.PHONY : all
# Build rule for subdir invocation for target.
CMakeFiles/AirplayServer.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/julian/AirplayServer/build/CMakeFiles 56
$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/AirplayServer.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/julian/AirplayServer/build/CMakeFiles 0
.PHONY : CMakeFiles/AirplayServer.dir/rule
# Convenience name for target.
AirplayServer: CMakeFiles/AirplayServer.dir/rule
.PHONY : AirplayServer
# clean rule for target.
CMakeFiles/AirplayServer.dir/clean:
$(MAKE) -f CMakeFiles/AirplayServer.dir/build.make CMakeFiles/AirplayServer.dir/clean
.PHONY : CMakeFiles/AirplayServer.dir/clean
# clean rule for target.
clean: CMakeFiles/AirplayServer.dir/clean
.PHONY : clean
#=============================================================================
# Directory level rules for directory lib/curve25519
# Convenience name for "all" pass in the directory.
lib/curve25519/all: lib/curve25519/CMakeFiles/curve25519.dir/all
.PHONY : lib/curve25519/all
# Convenience name for "clean" pass in the directory.
lib/curve25519/clean: lib/curve25519/CMakeFiles/curve25519.dir/clean
.PHONY : lib/curve25519/clean
# Convenience name for "preinstall" pass in the directory.
lib/curve25519/preinstall:
.PHONY : lib/curve25519/preinstall
#=============================================================================
# Target rules for target lib/curve25519/CMakeFiles/curve25519.dir
# All Build rule for target.
lib/curve25519/CMakeFiles/curve25519.dir/all:
$(MAKE) -f lib/curve25519/CMakeFiles/curve25519.dir/build.make lib/curve25519/CMakeFiles/curve25519.dir/depend
$(MAKE) -f lib/curve25519/CMakeFiles/curve25519.dir/build.make lib/curve25519/CMakeFiles/curve25519.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/julian/AirplayServer/build/CMakeFiles --progress-num=22,23 "Built target curve25519"
.PHONY : lib/curve25519/CMakeFiles/curve25519.dir/all
# Include target in all.
all: lib/curve25519/CMakeFiles/curve25519.dir/all
.PHONY : all
# Build rule for subdir invocation for target.
lib/curve25519/CMakeFiles/curve25519.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/julian/AirplayServer/build/CMakeFiles 2
$(MAKE) -f CMakeFiles/Makefile2 lib/curve25519/CMakeFiles/curve25519.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/julian/AirplayServer/build/CMakeFiles 0
.PHONY : lib/curve25519/CMakeFiles/curve25519.dir/rule
# Convenience name for target.
curve25519: lib/curve25519/CMakeFiles/curve25519.dir/rule
.PHONY : curve25519
# clean rule for target.
lib/curve25519/CMakeFiles/curve25519.dir/clean:
$(MAKE) -f lib/curve25519/CMakeFiles/curve25519.dir/build.make lib/curve25519/CMakeFiles/curve25519.dir/clean
.PHONY : lib/curve25519/CMakeFiles/curve25519.dir/clean
# clean rule for target.
clean: lib/curve25519/CMakeFiles/curve25519.dir/clean
.PHONY : clean
#=============================================================================
# Directory level rules for directory lib/ed25519
# Convenience name for "all" pass in the directory.
lib/ed25519/all: lib/ed25519/CMakeFiles/ed25519.dir/all
.PHONY : lib/ed25519/all
# Convenience name for "clean" pass in the directory.
lib/ed25519/clean: lib/ed25519/CMakeFiles/ed25519.dir/clean
.PHONY : lib/ed25519/clean
# Convenience name for "preinstall" pass in the directory.
lib/ed25519/preinstall:
.PHONY : lib/ed25519/preinstall
#=============================================================================
# Target rules for target lib/ed25519/CMakeFiles/ed25519.dir
# All Build rule for target.
lib/ed25519/CMakeFiles/ed25519.dir/all:
$(MAKE) -f lib/ed25519/CMakeFiles/ed25519.dir/build.make lib/ed25519/CMakeFiles/ed25519.dir/depend
$(MAKE) -f lib/ed25519/CMakeFiles/ed25519.dir/build.make lib/ed25519/CMakeFiles/ed25519.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/julian/AirplayServer/build/CMakeFiles --progress-num=24,25,26,27,28,29,30,31,32,33,34 "Built target ed25519"
.PHONY : lib/ed25519/CMakeFiles/ed25519.dir/all
# Include target in all.
all: lib/ed25519/CMakeFiles/ed25519.dir/all
.PHONY : all
# Build rule for subdir invocation for target.
lib/ed25519/CMakeFiles/ed25519.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/julian/AirplayServer/build/CMakeFiles 11
$(MAKE) -f CMakeFiles/Makefile2 lib/ed25519/CMakeFiles/ed25519.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/julian/AirplayServer/build/CMakeFiles 0
.PHONY : lib/ed25519/CMakeFiles/ed25519.dir/rule
# Convenience name for target.
ed25519: lib/ed25519/CMakeFiles/ed25519.dir/rule
.PHONY : ed25519
# clean rule for target.
lib/ed25519/CMakeFiles/ed25519.dir/clean:
$(MAKE) -f lib/ed25519/CMakeFiles/ed25519.dir/build.make lib/ed25519/CMakeFiles/ed25519.dir/clean
.PHONY : lib/ed25519/CMakeFiles/ed25519.dir/clean
# clean rule for target.
clean: lib/ed25519/CMakeFiles/ed25519.dir/clean
.PHONY : clean
#=============================================================================
# Directory level rules for directory lib/playfair
# Convenience name for "all" pass in the directory.
lib/playfair/all: lib/playfair/CMakeFiles/playfair.dir/all
.PHONY : lib/playfair/all
# Convenience name for "clean" pass in the directory.
lib/playfair/clean: lib/playfair/CMakeFiles/playfair.dir/clean
.PHONY : lib/playfair/clean
# Convenience name for "preinstall" pass in the directory.
lib/playfair/preinstall:
.PHONY : lib/playfair/preinstall
#=============================================================================
# Target rules for target lib/playfair/CMakeFiles/playfair.dir
# All Build rule for target.
lib/playfair/CMakeFiles/playfair.dir/all:
$(MAKE) -f lib/playfair/CMakeFiles/playfair.dir/build.make lib/playfair/CMakeFiles/playfair.dir/depend
$(MAKE) -f lib/playfair/CMakeFiles/playfair.dir/build.make lib/playfair/CMakeFiles/playfair.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/julian/AirplayServer/build/CMakeFiles --progress-num=35,36,37,38,39,40 "Built target playfair"
.PHONY : lib/playfair/CMakeFiles/playfair.dir/all
# Include target in all.
all: lib/playfair/CMakeFiles/playfair.dir/all
.PHONY : all
# Build rule for subdir invocation for target.
lib/playfair/CMakeFiles/playfair.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/julian/AirplayServer/build/CMakeFiles 6
$(MAKE) -f CMakeFiles/Makefile2 lib/playfair/CMakeFiles/playfair.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/julian/AirplayServer/build/CMakeFiles 0
.PHONY : lib/playfair/CMakeFiles/playfair.dir/rule
# Convenience name for target.
playfair: lib/playfair/CMakeFiles/playfair.dir/rule
.PHONY : playfair
# clean rule for target.
lib/playfair/CMakeFiles/playfair.dir/clean:
$(MAKE) -f lib/playfair/CMakeFiles/playfair.dir/build.make lib/playfair/CMakeFiles/playfair.dir/clean
.PHONY : lib/playfair/CMakeFiles/playfair.dir/clean
# clean rule for target.
clean: lib/playfair/CMakeFiles/playfair.dir/clean
.PHONY : clean
#=============================================================================
# Directory level rules for directory lib/plist
# Convenience name for "all" pass in the directory.
lib/plist/all: lib/plist/CMakeFiles/plist.dir/all
.PHONY : lib/plist/all
# Convenience name for "clean" pass in the directory.
lib/plist/clean: lib/plist/CMakeFiles/plist.dir/clean
.PHONY : lib/plist/clean
# Convenience name for "preinstall" pass in the directory.
lib/plist/preinstall:
.PHONY : lib/plist/preinstall
#=============================================================================
# Target rules for target lib/plist/CMakeFiles/plist.dir
# All Build rule for target.
lib/plist/CMakeFiles/plist.dir/all:
$(MAKE) -f lib/plist/CMakeFiles/plist.dir/build.make lib/plist/CMakeFiles/plist.dir/depend
$(MAKE) -f lib/plist/CMakeFiles/plist.dir/build.make lib/plist/CMakeFiles/plist.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/julian/AirplayServer/build/CMakeFiles --progress-num=41,42,43,44,45,46,47,48,49,50,51,52,53 "Built target plist"
.PHONY : lib/plist/CMakeFiles/plist.dir/all
# Include target in all.
all: lib/plist/CMakeFiles/plist.dir/all
.PHONY : all
# Build rule for subdir invocation for target.
lib/plist/CMakeFiles/plist.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/julian/AirplayServer/build/CMakeFiles 13
$(MAKE) -f CMakeFiles/Makefile2 lib/plist/CMakeFiles/plist.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/julian/AirplayServer/build/CMakeFiles 0
.PHONY : lib/plist/CMakeFiles/plist.dir/rule
# Convenience name for target.
plist: lib/plist/CMakeFiles/plist.dir/rule
.PHONY : plist
# clean rule for target.
lib/plist/CMakeFiles/plist.dir/clean:
$(MAKE) -f lib/plist/CMakeFiles/plist.dir/build.make lib/plist/CMakeFiles/plist.dir/clean
.PHONY : lib/plist/CMakeFiles/plist.dir/clean
# clean rule for target.
clean: lib/plist/CMakeFiles/plist.dir/clean
.PHONY : clean
#=============================================================================
# Directory level rules for directory lib
# Convenience name for "all" pass in the directory.
lib/all: lib/CMakeFiles/airplay.dir/all
.PHONY : lib/all
# Convenience name for "clean" pass in the directory.
lib/clean: lib/CMakeFiles/airplay.dir/clean
.PHONY : lib/clean
# Convenience name for "preinstall" pass in the directory.
lib/preinstall:
.PHONY : lib/preinstall
#=============================================================================
# Target rules for target lib/CMakeFiles/airplay.dir
# All Build rule for target.
lib/CMakeFiles/airplay.dir/all: lib/curve25519/CMakeFiles/curve25519.dir/all
lib/CMakeFiles/airplay.dir/all: lib/ed25519/CMakeFiles/ed25519.dir/all
lib/CMakeFiles/airplay.dir/all: lib/playfair/CMakeFiles/playfair.dir/all
lib/CMakeFiles/airplay.dir/all: lib/plist/CMakeFiles/plist.dir/all
$(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/depend
$(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/julian/AirplayServer/build/CMakeFiles --progress-num=3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21 "Built target airplay"
.PHONY : lib/CMakeFiles/airplay.dir/all
# Include target in all.
all: lib/CMakeFiles/airplay.dir/all
.PHONY : all
# Build rule for subdir invocation for target.
lib/CMakeFiles/airplay.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/julian/AirplayServer/build/CMakeFiles 51
$(MAKE) -f CMakeFiles/Makefile2 lib/CMakeFiles/airplay.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/julian/AirplayServer/build/CMakeFiles 0
.PHONY : lib/CMakeFiles/airplay.dir/rule
# Convenience name for target.
airplay: lib/CMakeFiles/airplay.dir/rule
.PHONY : airplay
# clean rule for target.
lib/CMakeFiles/airplay.dir/clean:
$(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/clean
.PHONY : lib/CMakeFiles/airplay.dir/clean
# clean rule for target.
clean: lib/CMakeFiles/airplay.dir/clean
.PHONY : clean
#=============================================================================
# Directory level rules for directory renderers
# Convenience name for "all" pass in the directory.
renderers/all: renderers/CMakeFiles/renderers.dir/all
.PHONY : renderers/all
# Convenience name for "clean" pass in the directory.
renderers/clean: renderers/CMakeFiles/renderers.dir/clean
.PHONY : renderers/clean
# Convenience name for "preinstall" pass in the directory.
renderers/preinstall:
.PHONY : renderers/preinstall
#=============================================================================
# Target rules for target renderers/CMakeFiles/renderers.dir
# All Build rule for target.
renderers/CMakeFiles/renderers.dir/all: lib/curve25519/CMakeFiles/curve25519.dir/all
renderers/CMakeFiles/renderers.dir/all: lib/ed25519/CMakeFiles/ed25519.dir/all
renderers/CMakeFiles/renderers.dir/all: lib/playfair/CMakeFiles/playfair.dir/all
renderers/CMakeFiles/renderers.dir/all: lib/plist/CMakeFiles/plist.dir/all
renderers/CMakeFiles/renderers.dir/all: lib/CMakeFiles/airplay.dir/all
$(MAKE) -f renderers/CMakeFiles/renderers.dir/build.make renderers/CMakeFiles/renderers.dir/depend
$(MAKE) -f renderers/CMakeFiles/renderers.dir/build.make renderers/CMakeFiles/renderers.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/julian/AirplayServer/build/CMakeFiles --progress-num=54,55,56 "Built target renderers"
.PHONY : renderers/CMakeFiles/renderers.dir/all
# Include target in all.
all: renderers/CMakeFiles/renderers.dir/all
.PHONY : all
# Build rule for subdir invocation for target.
renderers/CMakeFiles/renderers.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/julian/AirplayServer/build/CMakeFiles 54
$(MAKE) -f CMakeFiles/Makefile2 renderers/CMakeFiles/renderers.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/julian/AirplayServer/build/CMakeFiles 0
.PHONY : renderers/CMakeFiles/renderers.dir/rule
# Convenience name for target.
renderers: renderers/CMakeFiles/renderers.dir/rule
.PHONY : renderers
# clean rule for target.
renderers/CMakeFiles/renderers.dir/clean:
$(MAKE) -f renderers/CMakeFiles/renderers.dir/build.make renderers/CMakeFiles/renderers.dir/clean
.PHONY : renderers/CMakeFiles/renderers.dir/clean
# clean rule for target.
clean: renderers/CMakeFiles/renderers.dir/clean
.PHONY : clean
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

View File

@@ -1,49 +0,0 @@
/home/julian/AirplayServer/build/CMakeFiles/install/strip.dir
/home/julian/AirplayServer/build/CMakeFiles/edit_cache.dir
/home/julian/AirplayServer/build/CMakeFiles/rebuild_cache.dir
/home/julian/AirplayServer/build/CMakeFiles/list_install_components.dir
/home/julian/AirplayServer/build/CMakeFiles/install/local.dir
/home/julian/AirplayServer/build/CMakeFiles/AirplayServer.dir
/home/julian/AirplayServer/build/CMakeFiles/install.dir
/home/julian/AirplayServer/build/lib/curve25519/CMakeFiles/install/strip.dir
/home/julian/AirplayServer/build/lib/curve25519/CMakeFiles/edit_cache.dir
/home/julian/AirplayServer/build/lib/curve25519/CMakeFiles/curve25519.dir
/home/julian/AirplayServer/build/lib/curve25519/CMakeFiles/list_install_components.dir
/home/julian/AirplayServer/build/lib/curve25519/CMakeFiles/install/local.dir
/home/julian/AirplayServer/build/lib/curve25519/CMakeFiles/rebuild_cache.dir
/home/julian/AirplayServer/build/lib/curve25519/CMakeFiles/install.dir
/home/julian/AirplayServer/build/lib/ed25519/CMakeFiles/install/strip.dir
/home/julian/AirplayServer/build/lib/ed25519/CMakeFiles/edit_cache.dir
/home/julian/AirplayServer/build/lib/ed25519/CMakeFiles/ed25519.dir
/home/julian/AirplayServer/build/lib/ed25519/CMakeFiles/install.dir
/home/julian/AirplayServer/build/lib/ed25519/CMakeFiles/rebuild_cache.dir
/home/julian/AirplayServer/build/lib/ed25519/CMakeFiles/list_install_components.dir
/home/julian/AirplayServer/build/lib/ed25519/CMakeFiles/install/local.dir
/home/julian/AirplayServer/build/lib/playfair/CMakeFiles/edit_cache.dir
/home/julian/AirplayServer/build/lib/playfair/CMakeFiles/install/strip.dir
/home/julian/AirplayServer/build/lib/playfair/CMakeFiles/playfair.dir
/home/julian/AirplayServer/build/lib/playfair/CMakeFiles/rebuild_cache.dir
/home/julian/AirplayServer/build/lib/playfair/CMakeFiles/list_install_components.dir
/home/julian/AirplayServer/build/lib/playfair/CMakeFiles/install/local.dir
/home/julian/AirplayServer/build/lib/playfair/CMakeFiles/install.dir
/home/julian/AirplayServer/build/lib/plist/CMakeFiles/install/strip.dir
/home/julian/AirplayServer/build/lib/plist/CMakeFiles/edit_cache.dir
/home/julian/AirplayServer/build/lib/plist/CMakeFiles/list_install_components.dir
/home/julian/AirplayServer/build/lib/plist/CMakeFiles/plist.dir
/home/julian/AirplayServer/build/lib/plist/CMakeFiles/install/local.dir
/home/julian/AirplayServer/build/lib/plist/CMakeFiles/rebuild_cache.dir
/home/julian/AirplayServer/build/lib/plist/CMakeFiles/install.dir
/home/julian/AirplayServer/build/lib/CMakeFiles/install/strip.dir
/home/julian/AirplayServer/build/lib/CMakeFiles/edit_cache.dir
/home/julian/AirplayServer/build/lib/CMakeFiles/airplay.dir
/home/julian/AirplayServer/build/lib/CMakeFiles/list_install_components.dir
/home/julian/AirplayServer/build/lib/CMakeFiles/install/local.dir
/home/julian/AirplayServer/build/lib/CMakeFiles/rebuild_cache.dir
/home/julian/AirplayServer/build/lib/CMakeFiles/install.dir
/home/julian/AirplayServer/build/renderers/CMakeFiles/install/strip.dir
/home/julian/AirplayServer/build/renderers/CMakeFiles/edit_cache.dir
/home/julian/AirplayServer/build/renderers/CMakeFiles/list_install_components.dir
/home/julian/AirplayServer/build/renderers/CMakeFiles/install/local.dir
/home/julian/AirplayServer/build/renderers/CMakeFiles/rebuild_cache.dir
/home/julian/AirplayServer/build/renderers/CMakeFiles/renderers.dir
/home/julian/AirplayServer/build/renderers/CMakeFiles/install.dir

View File

@@ -1 +0,0 @@
# This file is generated by cmake for dependency checking of the CMakeCache.txt file

Binary file not shown.

View File

@@ -1,34 +0,0 @@
const char features[] = {"\n"
"C_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 304
"1"
#else
"0"
#endif
"c_function_prototypes\n"
"C_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
"1"
#else
"0"
#endif
"c_restrict\n"
"C_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201000L
"1"
#else
"0"
#endif
"c_static_assert\n"
"C_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
"1"
#else
"0"
#endif
"c_variadic_macros\n"
};
int main(int argc, char** argv) { (void)argv; return features[argc]; }

View File

@@ -1,405 +0,0 @@
const char features[] = {"\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 500 && __cplusplus >= 201402L
"1"
#else
"0"
#endif
"cxx_aggregate_default_initializers\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L
"1"
#else
"0"
#endif
"cxx_alias_templates\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L
"1"
#else
"0"
#endif
"cxx_alignas\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L
"1"
#else
"0"
#endif
"cxx_alignof\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L
"1"
#else
"0"
#endif
"cxx_attributes\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L
"1"
#else
"0"
#endif
"cxx_attribute_deprecated\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_auto_type\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L
"1"
#else
"0"
#endif
"cxx_binary_literals\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_constexpr\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L
"1"
#else
"0"
#endif
"cxx_contextual_conversions\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_decltype\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L
"1"
#else
"0"
#endif
"cxx_decltype_auto\n"
"CXX_FEATURE:"
#if ((__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) >= 40801) && __cplusplus >= 201103L
"1"
#else
"0"
#endif
"cxx_decltype_incomplete_return_types\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_default_function_template_args\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_defaulted_functions\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_defaulted_move_initializers\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L
"1"
#else
"0"
#endif
"cxx_delegating_constructors\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_deleted_functions\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L
"1"
#else
"0"
#endif
"cxx_digit_separators\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_enum_forward_declarations\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_explicit_conversions\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L
"1"
#else
"0"
#endif
"cxx_extended_friend_declarations\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_extern_templates\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L
"1"
#else
"0"
#endif
"cxx_final\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_func_identifier\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_generalized_initializers\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L
"1"
#else
"0"
#endif
"cxx_generic_lambdas\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L
"1"
#else
"0"
#endif
"cxx_inheriting_constructors\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_inline_namespaces\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_lambdas\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L
"1"
#else
"0"
#endif
"cxx_lambda_init_captures\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_local_type_template_args\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_long_long_type\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_noexcept\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L
"1"
#else
"0"
#endif
"cxx_nonstatic_member_init\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_nullptr\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L
"1"
#else
"0"
#endif
"cxx_override\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_range_for\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_raw_string_literals\n"
"CXX_FEATURE:"
#if ((__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) >= 40801) && __cplusplus >= 201103L
"1"
#else
"0"
#endif
"cxx_reference_qualified_functions\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 500 && __cplusplus >= 201402L
"1"
#else
"0"
#endif
"cxx_relaxed_constexpr\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L
"1"
#else
"0"
#endif
"cxx_return_type_deduction\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_right_angle_brackets\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_rvalue_references\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_sizeof_member\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_static_assert\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_strong_enums\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && __cplusplus
"1"
#else
"0"
#endif
"cxx_template_template_parameters\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L
"1"
#else
"0"
#endif
"cxx_thread_local\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_trailing_return_types\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_unicode_literals\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_uniform_initialization\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_unrestricted_unions\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L
"1"
#else
"0"
#endif
"cxx_user_literals\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 500 && __cplusplus >= 201402L
"1"
#else
"0"
#endif
"cxx_variable_templates\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_variadic_macros\n"
"CXX_FEATURE:"
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
"1"
#else
"0"
#endif
"cxx_variadic_templates\n"
};
int main(int argc, char** argv) { (void)argv; return features[argc]; }

View File

@@ -1 +0,0 @@
56

View File

@@ -1,312 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.10
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# 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/AirplayServer
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/julian/AirplayServer/build
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
install/strip/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
/usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# Special rule for the target list_install_components
list_install_components:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
.PHONY : list_install_components
# Special rule for the target list_install_components
list_install_components/fast: list_install_components
.PHONY : list_install_components/fast
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
install/local/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# The main all target
all: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/julian/AirplayServer/build/CMakeFiles /home/julian/AirplayServer/build/CMakeFiles/progress.marks
$(MAKE) -f CMakeFiles/Makefile2 all
$(CMAKE_COMMAND) -E cmake_progress_start /home/julian/AirplayServer/build/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
$(MAKE) -f CMakeFiles/Makefile2 clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
$(MAKE) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
$(MAKE) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall/fast
# clear depends
depend:
$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
#=============================================================================
# Target rules for targets named AirplayServer
# Build rule for target.
AirplayServer: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 AirplayServer
.PHONY : AirplayServer
# fast build rule for target.
AirplayServer/fast:
$(MAKE) -f CMakeFiles/AirplayServer.dir/build.make CMakeFiles/AirplayServer.dir/build
.PHONY : AirplayServer/fast
#=============================================================================
# Target rules for targets named curve25519
# Build rule for target.
curve25519: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 curve25519
.PHONY : curve25519
# fast build rule for target.
curve25519/fast:
$(MAKE) -f lib/curve25519/CMakeFiles/curve25519.dir/build.make lib/curve25519/CMakeFiles/curve25519.dir/build
.PHONY : curve25519/fast
#=============================================================================
# Target rules for targets named ed25519
# Build rule for target.
ed25519: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 ed25519
.PHONY : ed25519
# fast build rule for target.
ed25519/fast:
$(MAKE) -f lib/ed25519/CMakeFiles/ed25519.dir/build.make lib/ed25519/CMakeFiles/ed25519.dir/build
.PHONY : ed25519/fast
#=============================================================================
# Target rules for targets named playfair
# Build rule for target.
playfair: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 playfair
.PHONY : playfair
# fast build rule for target.
playfair/fast:
$(MAKE) -f lib/playfair/CMakeFiles/playfair.dir/build.make lib/playfair/CMakeFiles/playfair.dir/build
.PHONY : playfair/fast
#=============================================================================
# Target rules for targets named plist
# Build rule for target.
plist: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 plist
.PHONY : plist
# fast build rule for target.
plist/fast:
$(MAKE) -f lib/plist/CMakeFiles/plist.dir/build.make lib/plist/CMakeFiles/plist.dir/build
.PHONY : plist/fast
#=============================================================================
# Target rules for targets named airplay
# Build rule for target.
airplay: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 airplay
.PHONY : airplay
# fast build rule for target.
airplay/fast:
$(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/build
.PHONY : airplay/fast
#=============================================================================
# Target rules for targets named renderers
# Build rule for target.
renderers: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 renderers
.PHONY : renderers
# fast build rule for target.
renderers/fast:
$(MAKE) -f renderers/CMakeFiles/renderers.dir/build.make renderers/CMakeFiles/renderers.dir/build
.PHONY : renderers/fast
uxplay.o: uxplay.cpp.o
.PHONY : uxplay.o
# target to build an object file
uxplay.cpp.o:
$(MAKE) -f CMakeFiles/AirplayServer.dir/build.make CMakeFiles/AirplayServer.dir/uxplay.cpp.o
.PHONY : uxplay.cpp.o
uxplay.i: uxplay.cpp.i
.PHONY : uxplay.i
# target to preprocess a source file
uxplay.cpp.i:
$(MAKE) -f CMakeFiles/AirplayServer.dir/build.make CMakeFiles/AirplayServer.dir/uxplay.cpp.i
.PHONY : uxplay.cpp.i
uxplay.s: uxplay.cpp.s
.PHONY : uxplay.s
# target to generate assembly for a file
uxplay.cpp.s:
$(MAKE) -f CMakeFiles/AirplayServer.dir/build.make CMakeFiles/AirplayServer.dir/uxplay.cpp.s
.PHONY : uxplay.cpp.s
# Help Target
help:
@echo "The following are some of the valid targets for this Makefile:"
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... install/strip"
@echo "... edit_cache"
@echo "... rebuild_cache"
@echo "... list_install_components"
@echo "... install/local"
@echo "... AirplayServer"
@echo "... install"
@echo "... curve25519"
@echo "... ed25519"
@echo "... playfair"
@echo "... plist"
@echo "... airplay"
@echo "... renderers"
@echo "... uxplay.o"
@echo "... uxplay.i"
@echo "... uxplay.s"
.PHONY : help
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

View File

@@ -1,64 +0,0 @@
# Install script for directory: /home/julian/AirplayServer
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/usr/local")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Install shared libraries without execute permission?
if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
set(CMAKE_INSTALL_SO_NO_EXE "1")
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "FALSE")
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/path/.." TYPE PROGRAM FILES "/home/julian/AirplayServer/AirplayServer")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for each subdirectory.
include("/home/julian/AirplayServer/build/lib/curve25519/cmake_install.cmake")
include("/home/julian/AirplayServer/build/lib/ed25519/cmake_install.cmake")
include("/home/julian/AirplayServer/build/lib/playfair/cmake_install.cmake")
include("/home/julian/AirplayServer/build/lib/plist/cmake_install.cmake")
include("/home/julian/AirplayServer/build/lib/cmake_install.cmake")
include("/home/julian/AirplayServer/build/renderers/cmake_install.cmake")
endif()
if(CMAKE_INSTALL_COMPONENT)
set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
else()
set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
file(WRITE "/home/julian/AirplayServer/build/${CMAKE_INSTALL_MANIFEST}"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")

View File

@@ -1,16 +0,0 @@
# 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/AirplayServer")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/julian/AirplayServer/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

@@ -1,520 +0,0 @@
#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">])
#IncludeRegexScan: ^.*$
#IncludeRegexComplain: ^$
#IncludeRegexTransform:
/home/julian/AirplayServer/lib/byteutils.c
time.h
-
netinet/in.h
-
byteutils.h
/home/julian/AirplayServer/lib/byteutils.h
endian.h
-
/home/julian/AirplayServer/lib/byteutils.h
stdint.h
-
/home/julian/AirplayServer/lib/compat.h
ws2tcpip.h
-
windows.h
-
sys/types.h
-
sys/socket.h
-
sys/ioctl.h
-
sys/time.h
-
netinet/in.h
-
arpa/inet.h
-
unistd.h
-
errno.h
-
netdb.h
-
pthread.h
-
memalign.h
/home/julian/AirplayServer/lib/memalign.h
sockets.h
/home/julian/AirplayServer/lib/sockets.h
threads.h
/home/julian/AirplayServer/lib/threads.h
/home/julian/AirplayServer/lib/crypto.c
crypto.h
/home/julian/AirplayServer/lib/crypto.h
openssl/evp.h
-
openssl/err.h
-
assert.h
-
string.h
-
stdbool.h
-
/home/julian/AirplayServer/lib/crypto.h
stdint.h
-
/home/julian/AirplayServer/lib/curve25519/curve25519.h
/home/julian/AirplayServer/lib/dnssd.c
stdlib.h
-
string.h
-
stdio.h
-
assert.h
-
config.h
/home/julian/AirplayServer/lib/config.h
dnssdint.h
/home/julian/AirplayServer/lib/dnssdint.h
dnssd.h
/home/julian/AirplayServer/lib/dnssd.h
global.h
/home/julian/AirplayServer/lib/global.h
compat.h
/home/julian/AirplayServer/lib/compat.h
utils.h
/home/julian/AirplayServer/lib/utils.h
dns_sd.h
-
stdint.h
-
dlfcn.h
-
/home/julian/AirplayServer/lib/dnssd.h
/home/julian/AirplayServer/lib/dnssdint.h
/home/julian/AirplayServer/lib/ed25519/ed25519.h
stddef.h
-
/home/julian/AirplayServer/lib/fairplay.h
logger.h
/home/julian/AirplayServer/lib/logger.h
/home/julian/AirplayServer/lib/fairplay_playfair.c
stdlib.h
-
string.h
-
assert.h
-
fairplay.h
/home/julian/AirplayServer/lib/fairplay.h
playfair/playfair.h
/home/julian/AirplayServer/lib/playfair/playfair.h
/home/julian/AirplayServer/lib/global.h
/home/julian/AirplayServer/lib/http_parser.c
http_parser.h
/home/julian/AirplayServer/lib/http_parser.h
assert.h
-
stddef.h
-
ctype.h
-
string.h
-
limits.h
-
/home/julian/AirplayServer/lib/http_parser.h
stddef.h
-
BaseTsd.h
-
stdint.h
-
/home/julian/AirplayServer/lib/http_request.c
stdlib.h
-
string.h
-
assert.h
-
http_request.h
/home/julian/AirplayServer/lib/http_request.h
http_parser.h
/home/julian/AirplayServer/lib/http_parser.h
/home/julian/AirplayServer/lib/http_request.h
/home/julian/AirplayServer/lib/http_response.c
stdlib.h
-
stdio.h
-
string.h
-
assert.h
-
http_response.h
/home/julian/AirplayServer/lib/http_response.h
compat.h
/home/julian/AirplayServer/lib/compat.h
/home/julian/AirplayServer/lib/http_response.h
/home/julian/AirplayServer/lib/httpd.c
stdlib.h
-
string.h
-
stdio.h
-
assert.h
-
httpd.h
/home/julian/AirplayServer/lib/httpd.h
netutils.h
/home/julian/AirplayServer/lib/netutils.h
http_request.h
/home/julian/AirplayServer/lib/http_request.h
compat.h
/home/julian/AirplayServer/lib/compat.h
logger.h
/home/julian/AirplayServer/lib/logger.h
/home/julian/AirplayServer/lib/httpd.h
logger.h
/home/julian/AirplayServer/lib/logger.h
http_request.h
/home/julian/AirplayServer/lib/http_request.h
http_response.h
/home/julian/AirplayServer/lib/http_response.h
/home/julian/AirplayServer/lib/logger.c
stdlib.h
-
stdio.h
-
stdarg.h
-
assert.h
-
logger.h
/home/julian/AirplayServer/lib/logger.h
compat.h
/home/julian/AirplayServer/lib/compat.h
/home/julian/AirplayServer/lib/logger.h
/home/julian/AirplayServer/lib/memalign.h
/home/julian/AirplayServer/lib/mirror_buffer.c
mirror_buffer.h
/home/julian/AirplayServer/lib/mirror_buffer.h
raop_rtp.h
/home/julian/AirplayServer/lib/raop_rtp.h
raop_rtp.h
/home/julian/AirplayServer/lib/raop_rtp.h
stdint.h
-
crypto.h
/home/julian/AirplayServer/lib/crypto.h
compat.h
/home/julian/AirplayServer/lib/compat.h
math.h
-
stdlib.h
-
assert.h
-
string.h
-
stdio.h
-
/home/julian/AirplayServer/lib/mirror_buffer.h
stdint.h
-
logger.h
/home/julian/AirplayServer/lib/logger.h
/home/julian/AirplayServer/lib/netutils.c
stdlib.h
-
string.h
-
assert.h
-
compat.h
/home/julian/AirplayServer/lib/compat.h
/home/julian/AirplayServer/lib/netutils.h
/home/julian/AirplayServer/lib/pairing.c
stdlib.h
-
string.h
-
assert.h
-
pairing.h
/home/julian/AirplayServer/lib/pairing.h
curve25519/curve25519.h
/home/julian/AirplayServer/lib/curve25519/curve25519.h
ed25519/ed25519.h
/home/julian/AirplayServer/lib/ed25519/ed25519.h
crypto.h
/home/julian/AirplayServer/lib/crypto.h
/home/julian/AirplayServer/lib/pairing.h
/home/julian/AirplayServer/lib/playfair/playfair.h
/home/julian/AirplayServer/lib/plist/plist/plist.h
stdint.h
-
sys/types.h
-
stdarg.h
-
/home/julian/AirplayServer/lib/raop.c
stdlib.h
-
stdio.h
-
string.h
-
assert.h
-
raop.h
/home/julian/AirplayServer/lib/raop.h
raop_rtp.h
/home/julian/AirplayServer/lib/raop_rtp.h
raop_rtp.h
/home/julian/AirplayServer/lib/raop_rtp.h
pairing.h
/home/julian/AirplayServer/lib/pairing.h
httpd.h
/home/julian/AirplayServer/lib/httpd.h
global.h
/home/julian/AirplayServer/lib/global.h
fairplay.h
/home/julian/AirplayServer/lib/fairplay.h
netutils.h
/home/julian/AirplayServer/lib/netutils.h
logger.h
/home/julian/AirplayServer/lib/logger.h
compat.h
/home/julian/AirplayServer/lib/compat.h
raop_rtp_mirror.h
/home/julian/AirplayServer/lib/raop_rtp_mirror.h
raop_ntp.h
/home/julian/AirplayServer/lib/raop_ntp.h
raop_handlers.h
/home/julian/AirplayServer/lib/raop_handlers.h
/home/julian/AirplayServer/lib/raop.h
dnssd.h
/home/julian/AirplayServer/lib/dnssd.h
stream.h
/home/julian/AirplayServer/lib/stream.h
raop_ntp.h
/home/julian/AirplayServer/lib/raop_ntp.h
/home/julian/AirplayServer/lib/raop_buffer.c
stdlib.h
-
string.h
-
assert.h
-
math.h
-
stdio.h
-
stdbool.h
-
stdint.h
-
raop_buffer.h
/home/julian/AirplayServer/lib/raop_buffer.h
raop_rtp.h
/home/julian/AirplayServer/lib/raop_rtp.h
crypto.h
/home/julian/AirplayServer/lib/crypto.h
compat.h
/home/julian/AirplayServer/lib/compat.h
stream.h
/home/julian/AirplayServer/lib/stream.h
/home/julian/AirplayServer/lib/raop_buffer.h
logger.h
/home/julian/AirplayServer/lib/logger.h
raop_rtp.h
/home/julian/AirplayServer/lib/raop_rtp.h
/home/julian/AirplayServer/lib/raop_handlers.h
plist/plist/plist.h
/home/julian/AirplayServer/lib/plist/plist/plist.h
dnssdint.h
/home/julian/AirplayServer/lib/dnssdint.h
utils.h
/home/julian/AirplayServer/lib/utils.h
ctype.h
-
stdlib.h
-
/home/julian/AirplayServer/lib/raop_ntp.c
assert.h
-
stdlib.h
-
stdio.h
-
string.h
-
stdbool.h
-
raop_ntp.h
/home/julian/AirplayServer/lib/raop_ntp.h
threads.h
/home/julian/AirplayServer/lib/threads.h
compat.h
/home/julian/AirplayServer/lib/compat.h
netutils.h
/home/julian/AirplayServer/lib/netutils.h
byteutils.h
/home/julian/AirplayServer/lib/byteutils.h
/home/julian/AirplayServer/lib/raop_ntp.h
stdbool.h
-
stdint.h
-
logger.h
/home/julian/AirplayServer/lib/logger.h
/home/julian/AirplayServer/lib/raop_rtp.c
stdlib.h
-
stdio.h
-
string.h
-
assert.h
-
errno.h
-
stdbool.h
-
raop_rtp.h
/home/julian/AirplayServer/lib/raop_rtp.h
raop.h
/home/julian/AirplayServer/lib/raop.h
raop_buffer.h
/home/julian/AirplayServer/lib/raop_buffer.h
netutils.h
/home/julian/AirplayServer/lib/netutils.h
compat.h
/home/julian/AirplayServer/lib/compat.h
logger.h
/home/julian/AirplayServer/lib/logger.h
byteutils.h
/home/julian/AirplayServer/lib/byteutils.h
mirror_buffer.h
/home/julian/AirplayServer/lib/mirror_buffer.h
stream.h
/home/julian/AirplayServer/lib/stream.h
/home/julian/AirplayServer/lib/raop_rtp.h
raop.h
/home/julian/AirplayServer/lib/raop.h
logger.h
/home/julian/AirplayServer/lib/logger.h
raop_ntp.h
/home/julian/AirplayServer/lib/raop_ntp.h
/home/julian/AirplayServer/lib/raop_rtp_mirror.c
raop_rtp_mirror.h
/home/julian/AirplayServer/lib/raop_rtp_mirror.h
stdlib.h
-
stdio.h
-
string.h
-
assert.h
-
errno.h
-
stdbool.h
-
raop.h
/home/julian/AirplayServer/lib/raop.h
netutils.h
/home/julian/AirplayServer/lib/netutils.h
compat.h
/home/julian/AirplayServer/lib/compat.h
logger.h
/home/julian/AirplayServer/lib/logger.h
byteutils.h
/home/julian/AirplayServer/lib/byteutils.h
mirror_buffer.h
/home/julian/AirplayServer/lib/mirror_buffer.h
stream.h
/home/julian/AirplayServer/lib/stream.h
/home/julian/AirplayServer/lib/raop_rtp_mirror.h
stdint.h
-
raop.h
/home/julian/AirplayServer/lib/raop.h
logger.h
/home/julian/AirplayServer/lib/logger.h
raop_ntp.h
/home/julian/AirplayServer/lib/raop_ntp.h
/home/julian/AirplayServer/lib/sockets.h
/home/julian/AirplayServer/lib/stream.h
stdint.h
-
/home/julian/AirplayServer/lib/threads.h
windows.h
-
pthread.h
-
unistd.h
-
/home/julian/AirplayServer/lib/utils.c
stdlib.h
-
stdio.h
-
string.h
-
assert.h
-
/home/julian/AirplayServer/lib/utils.h

View File

@@ -1,45 +0,0 @@
# 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/AirplayServer/lib/byteutils.c" "/home/julian/AirplayServer/build/lib/CMakeFiles/airplay.dir/byteutils.c.o"
"/home/julian/AirplayServer/lib/crypto.c" "/home/julian/AirplayServer/build/lib/CMakeFiles/airplay.dir/crypto.c.o"
"/home/julian/AirplayServer/lib/dnssd.c" "/home/julian/AirplayServer/build/lib/CMakeFiles/airplay.dir/dnssd.c.o"
"/home/julian/AirplayServer/lib/fairplay_playfair.c" "/home/julian/AirplayServer/build/lib/CMakeFiles/airplay.dir/fairplay_playfair.c.o"
"/home/julian/AirplayServer/lib/http_parser.c" "/home/julian/AirplayServer/build/lib/CMakeFiles/airplay.dir/http_parser.c.o"
"/home/julian/AirplayServer/lib/http_request.c" "/home/julian/AirplayServer/build/lib/CMakeFiles/airplay.dir/http_request.c.o"
"/home/julian/AirplayServer/lib/http_response.c" "/home/julian/AirplayServer/build/lib/CMakeFiles/airplay.dir/http_response.c.o"
"/home/julian/AirplayServer/lib/httpd.c" "/home/julian/AirplayServer/build/lib/CMakeFiles/airplay.dir/httpd.c.o"
"/home/julian/AirplayServer/lib/logger.c" "/home/julian/AirplayServer/build/lib/CMakeFiles/airplay.dir/logger.c.o"
"/home/julian/AirplayServer/lib/mirror_buffer.c" "/home/julian/AirplayServer/build/lib/CMakeFiles/airplay.dir/mirror_buffer.c.o"
"/home/julian/AirplayServer/lib/netutils.c" "/home/julian/AirplayServer/build/lib/CMakeFiles/airplay.dir/netutils.c.o"
"/home/julian/AirplayServer/lib/pairing.c" "/home/julian/AirplayServer/build/lib/CMakeFiles/airplay.dir/pairing.c.o"
"/home/julian/AirplayServer/lib/raop.c" "/home/julian/AirplayServer/build/lib/CMakeFiles/airplay.dir/raop.c.o"
"/home/julian/AirplayServer/lib/raop_buffer.c" "/home/julian/AirplayServer/build/lib/CMakeFiles/airplay.dir/raop_buffer.c.o"
"/home/julian/AirplayServer/lib/raop_ntp.c" "/home/julian/AirplayServer/build/lib/CMakeFiles/airplay.dir/raop_ntp.c.o"
"/home/julian/AirplayServer/lib/raop_rtp.c" "/home/julian/AirplayServer/build/lib/CMakeFiles/airplay.dir/raop_rtp.c.o"
"/home/julian/AirplayServer/lib/raop_rtp_mirror.c" "/home/julian/AirplayServer/build/lib/CMakeFiles/airplay.dir/raop_rtp_mirror.c.o"
"/home/julian/AirplayServer/lib/utils.c" "/home/julian/AirplayServer/build/lib/CMakeFiles/airplay.dir/utils.c.o"
)
set(CMAKE_C_COMPILER_ID "GNU")
# The include file search paths:
set(CMAKE_C_TARGET_INCLUDE_PATH
"../lib/curve25519"
"../lib/ed25519"
"../lib/playfair"
"../lib/plist/plist"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
"/home/julian/AirplayServer/build/lib/curve25519/CMakeFiles/curve25519.dir/DependInfo.cmake"
"/home/julian/AirplayServer/build/lib/ed25519/CMakeFiles/ed25519.dir/DependInfo.cmake"
"/home/julian/AirplayServer/build/lib/playfair/CMakeFiles/playfair.dir/DependInfo.cmake"
"/home/julian/AirplayServer/build/lib/plist/CMakeFiles/plist.dir/DependInfo.cmake"
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

View File

@@ -1,573 +0,0 @@
# 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/AirplayServer
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/julian/AirplayServer/build
# Include any dependencies generated for this target.
include lib/CMakeFiles/airplay.dir/depend.make
# Include the progress variables for this target.
include lib/CMakeFiles/airplay.dir/progress.make
# Include the compile flags for this target's objects.
include lib/CMakeFiles/airplay.dir/flags.make
lib/CMakeFiles/airplay.dir/byteutils.c.o: lib/CMakeFiles/airplay.dir/flags.make
lib/CMakeFiles/airplay.dir/byteutils.c.o: ../lib/byteutils.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/julian/AirplayServer/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object lib/CMakeFiles/airplay.dir/byteutils.c.o"
cd /home/julian/AirplayServer/build/lib && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/airplay.dir/byteutils.c.o -c /home/julian/AirplayServer/lib/byteutils.c
lib/CMakeFiles/airplay.dir/byteutils.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/airplay.dir/byteutils.c.i"
cd /home/julian/AirplayServer/build/lib && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/julian/AirplayServer/lib/byteutils.c > CMakeFiles/airplay.dir/byteutils.c.i
lib/CMakeFiles/airplay.dir/byteutils.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/airplay.dir/byteutils.c.s"
cd /home/julian/AirplayServer/build/lib && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/julian/AirplayServer/lib/byteutils.c -o CMakeFiles/airplay.dir/byteutils.c.s
lib/CMakeFiles/airplay.dir/byteutils.c.o.requires:
.PHONY : lib/CMakeFiles/airplay.dir/byteutils.c.o.requires
lib/CMakeFiles/airplay.dir/byteutils.c.o.provides: lib/CMakeFiles/airplay.dir/byteutils.c.o.requires
$(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/byteutils.c.o.provides.build
.PHONY : lib/CMakeFiles/airplay.dir/byteutils.c.o.provides
lib/CMakeFiles/airplay.dir/byteutils.c.o.provides.build: lib/CMakeFiles/airplay.dir/byteutils.c.o
lib/CMakeFiles/airplay.dir/crypto.c.o: lib/CMakeFiles/airplay.dir/flags.make
lib/CMakeFiles/airplay.dir/crypto.c.o: ../lib/crypto.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/julian/AirplayServer/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object lib/CMakeFiles/airplay.dir/crypto.c.o"
cd /home/julian/AirplayServer/build/lib && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/airplay.dir/crypto.c.o -c /home/julian/AirplayServer/lib/crypto.c
lib/CMakeFiles/airplay.dir/crypto.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/airplay.dir/crypto.c.i"
cd /home/julian/AirplayServer/build/lib && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/julian/AirplayServer/lib/crypto.c > CMakeFiles/airplay.dir/crypto.c.i
lib/CMakeFiles/airplay.dir/crypto.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/airplay.dir/crypto.c.s"
cd /home/julian/AirplayServer/build/lib && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/julian/AirplayServer/lib/crypto.c -o CMakeFiles/airplay.dir/crypto.c.s
lib/CMakeFiles/airplay.dir/crypto.c.o.requires:
.PHONY : lib/CMakeFiles/airplay.dir/crypto.c.o.requires
lib/CMakeFiles/airplay.dir/crypto.c.o.provides: lib/CMakeFiles/airplay.dir/crypto.c.o.requires
$(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/crypto.c.o.provides.build
.PHONY : lib/CMakeFiles/airplay.dir/crypto.c.o.provides
lib/CMakeFiles/airplay.dir/crypto.c.o.provides.build: lib/CMakeFiles/airplay.dir/crypto.c.o
lib/CMakeFiles/airplay.dir/dnssd.c.o: lib/CMakeFiles/airplay.dir/flags.make
lib/CMakeFiles/airplay.dir/dnssd.c.o: ../lib/dnssd.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/julian/AirplayServer/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object lib/CMakeFiles/airplay.dir/dnssd.c.o"
cd /home/julian/AirplayServer/build/lib && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/airplay.dir/dnssd.c.o -c /home/julian/AirplayServer/lib/dnssd.c
lib/CMakeFiles/airplay.dir/dnssd.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/airplay.dir/dnssd.c.i"
cd /home/julian/AirplayServer/build/lib && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/julian/AirplayServer/lib/dnssd.c > CMakeFiles/airplay.dir/dnssd.c.i
lib/CMakeFiles/airplay.dir/dnssd.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/airplay.dir/dnssd.c.s"
cd /home/julian/AirplayServer/build/lib && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/julian/AirplayServer/lib/dnssd.c -o CMakeFiles/airplay.dir/dnssd.c.s
lib/CMakeFiles/airplay.dir/dnssd.c.o.requires:
.PHONY : lib/CMakeFiles/airplay.dir/dnssd.c.o.requires
lib/CMakeFiles/airplay.dir/dnssd.c.o.provides: lib/CMakeFiles/airplay.dir/dnssd.c.o.requires
$(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/dnssd.c.o.provides.build
.PHONY : lib/CMakeFiles/airplay.dir/dnssd.c.o.provides
lib/CMakeFiles/airplay.dir/dnssd.c.o.provides.build: lib/CMakeFiles/airplay.dir/dnssd.c.o
lib/CMakeFiles/airplay.dir/fairplay_playfair.c.o: lib/CMakeFiles/airplay.dir/flags.make
lib/CMakeFiles/airplay.dir/fairplay_playfair.c.o: ../lib/fairplay_playfair.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/julian/AirplayServer/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object lib/CMakeFiles/airplay.dir/fairplay_playfair.c.o"
cd /home/julian/AirplayServer/build/lib && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/airplay.dir/fairplay_playfair.c.o -c /home/julian/AirplayServer/lib/fairplay_playfair.c
lib/CMakeFiles/airplay.dir/fairplay_playfair.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/airplay.dir/fairplay_playfair.c.i"
cd /home/julian/AirplayServer/build/lib && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/julian/AirplayServer/lib/fairplay_playfair.c > CMakeFiles/airplay.dir/fairplay_playfair.c.i
lib/CMakeFiles/airplay.dir/fairplay_playfair.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/airplay.dir/fairplay_playfair.c.s"
cd /home/julian/AirplayServer/build/lib && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/julian/AirplayServer/lib/fairplay_playfair.c -o CMakeFiles/airplay.dir/fairplay_playfair.c.s
lib/CMakeFiles/airplay.dir/fairplay_playfair.c.o.requires:
.PHONY : lib/CMakeFiles/airplay.dir/fairplay_playfair.c.o.requires
lib/CMakeFiles/airplay.dir/fairplay_playfair.c.o.provides: lib/CMakeFiles/airplay.dir/fairplay_playfair.c.o.requires
$(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/fairplay_playfair.c.o.provides.build
.PHONY : lib/CMakeFiles/airplay.dir/fairplay_playfair.c.o.provides
lib/CMakeFiles/airplay.dir/fairplay_playfair.c.o.provides.build: lib/CMakeFiles/airplay.dir/fairplay_playfair.c.o
lib/CMakeFiles/airplay.dir/http_parser.c.o: lib/CMakeFiles/airplay.dir/flags.make
lib/CMakeFiles/airplay.dir/http_parser.c.o: ../lib/http_parser.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/julian/AirplayServer/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object lib/CMakeFiles/airplay.dir/http_parser.c.o"
cd /home/julian/AirplayServer/build/lib && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/airplay.dir/http_parser.c.o -c /home/julian/AirplayServer/lib/http_parser.c
lib/CMakeFiles/airplay.dir/http_parser.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/airplay.dir/http_parser.c.i"
cd /home/julian/AirplayServer/build/lib && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/julian/AirplayServer/lib/http_parser.c > CMakeFiles/airplay.dir/http_parser.c.i
lib/CMakeFiles/airplay.dir/http_parser.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/airplay.dir/http_parser.c.s"
cd /home/julian/AirplayServer/build/lib && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/julian/AirplayServer/lib/http_parser.c -o CMakeFiles/airplay.dir/http_parser.c.s
lib/CMakeFiles/airplay.dir/http_parser.c.o.requires:
.PHONY : lib/CMakeFiles/airplay.dir/http_parser.c.o.requires
lib/CMakeFiles/airplay.dir/http_parser.c.o.provides: lib/CMakeFiles/airplay.dir/http_parser.c.o.requires
$(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/http_parser.c.o.provides.build
.PHONY : lib/CMakeFiles/airplay.dir/http_parser.c.o.provides
lib/CMakeFiles/airplay.dir/http_parser.c.o.provides.build: lib/CMakeFiles/airplay.dir/http_parser.c.o
lib/CMakeFiles/airplay.dir/http_request.c.o: lib/CMakeFiles/airplay.dir/flags.make
lib/CMakeFiles/airplay.dir/http_request.c.o: ../lib/http_request.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/julian/AirplayServer/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object lib/CMakeFiles/airplay.dir/http_request.c.o"
cd /home/julian/AirplayServer/build/lib && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/airplay.dir/http_request.c.o -c /home/julian/AirplayServer/lib/http_request.c
lib/CMakeFiles/airplay.dir/http_request.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/airplay.dir/http_request.c.i"
cd /home/julian/AirplayServer/build/lib && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/julian/AirplayServer/lib/http_request.c > CMakeFiles/airplay.dir/http_request.c.i
lib/CMakeFiles/airplay.dir/http_request.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/airplay.dir/http_request.c.s"
cd /home/julian/AirplayServer/build/lib && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/julian/AirplayServer/lib/http_request.c -o CMakeFiles/airplay.dir/http_request.c.s
lib/CMakeFiles/airplay.dir/http_request.c.o.requires:
.PHONY : lib/CMakeFiles/airplay.dir/http_request.c.o.requires
lib/CMakeFiles/airplay.dir/http_request.c.o.provides: lib/CMakeFiles/airplay.dir/http_request.c.o.requires
$(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/http_request.c.o.provides.build
.PHONY : lib/CMakeFiles/airplay.dir/http_request.c.o.provides
lib/CMakeFiles/airplay.dir/http_request.c.o.provides.build: lib/CMakeFiles/airplay.dir/http_request.c.o
lib/CMakeFiles/airplay.dir/http_response.c.o: lib/CMakeFiles/airplay.dir/flags.make
lib/CMakeFiles/airplay.dir/http_response.c.o: ../lib/http_response.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/julian/AirplayServer/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object lib/CMakeFiles/airplay.dir/http_response.c.o"
cd /home/julian/AirplayServer/build/lib && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/airplay.dir/http_response.c.o -c /home/julian/AirplayServer/lib/http_response.c
lib/CMakeFiles/airplay.dir/http_response.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/airplay.dir/http_response.c.i"
cd /home/julian/AirplayServer/build/lib && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/julian/AirplayServer/lib/http_response.c > CMakeFiles/airplay.dir/http_response.c.i
lib/CMakeFiles/airplay.dir/http_response.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/airplay.dir/http_response.c.s"
cd /home/julian/AirplayServer/build/lib && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/julian/AirplayServer/lib/http_response.c -o CMakeFiles/airplay.dir/http_response.c.s
lib/CMakeFiles/airplay.dir/http_response.c.o.requires:
.PHONY : lib/CMakeFiles/airplay.dir/http_response.c.o.requires
lib/CMakeFiles/airplay.dir/http_response.c.o.provides: lib/CMakeFiles/airplay.dir/http_response.c.o.requires
$(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/http_response.c.o.provides.build
.PHONY : lib/CMakeFiles/airplay.dir/http_response.c.o.provides
lib/CMakeFiles/airplay.dir/http_response.c.o.provides.build: lib/CMakeFiles/airplay.dir/http_response.c.o
lib/CMakeFiles/airplay.dir/httpd.c.o: lib/CMakeFiles/airplay.dir/flags.make
lib/CMakeFiles/airplay.dir/httpd.c.o: ../lib/httpd.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/julian/AirplayServer/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building C object lib/CMakeFiles/airplay.dir/httpd.c.o"
cd /home/julian/AirplayServer/build/lib && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/airplay.dir/httpd.c.o -c /home/julian/AirplayServer/lib/httpd.c
lib/CMakeFiles/airplay.dir/httpd.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/airplay.dir/httpd.c.i"
cd /home/julian/AirplayServer/build/lib && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/julian/AirplayServer/lib/httpd.c > CMakeFiles/airplay.dir/httpd.c.i
lib/CMakeFiles/airplay.dir/httpd.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/airplay.dir/httpd.c.s"
cd /home/julian/AirplayServer/build/lib && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/julian/AirplayServer/lib/httpd.c -o CMakeFiles/airplay.dir/httpd.c.s
lib/CMakeFiles/airplay.dir/httpd.c.o.requires:
.PHONY : lib/CMakeFiles/airplay.dir/httpd.c.o.requires
lib/CMakeFiles/airplay.dir/httpd.c.o.provides: lib/CMakeFiles/airplay.dir/httpd.c.o.requires
$(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/httpd.c.o.provides.build
.PHONY : lib/CMakeFiles/airplay.dir/httpd.c.o.provides
lib/CMakeFiles/airplay.dir/httpd.c.o.provides.build: lib/CMakeFiles/airplay.dir/httpd.c.o
lib/CMakeFiles/airplay.dir/logger.c.o: lib/CMakeFiles/airplay.dir/flags.make
lib/CMakeFiles/airplay.dir/logger.c.o: ../lib/logger.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/julian/AirplayServer/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building C object lib/CMakeFiles/airplay.dir/logger.c.o"
cd /home/julian/AirplayServer/build/lib && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/airplay.dir/logger.c.o -c /home/julian/AirplayServer/lib/logger.c
lib/CMakeFiles/airplay.dir/logger.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/airplay.dir/logger.c.i"
cd /home/julian/AirplayServer/build/lib && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/julian/AirplayServer/lib/logger.c > CMakeFiles/airplay.dir/logger.c.i
lib/CMakeFiles/airplay.dir/logger.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/airplay.dir/logger.c.s"
cd /home/julian/AirplayServer/build/lib && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/julian/AirplayServer/lib/logger.c -o CMakeFiles/airplay.dir/logger.c.s
lib/CMakeFiles/airplay.dir/logger.c.o.requires:
.PHONY : lib/CMakeFiles/airplay.dir/logger.c.o.requires
lib/CMakeFiles/airplay.dir/logger.c.o.provides: lib/CMakeFiles/airplay.dir/logger.c.o.requires
$(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/logger.c.o.provides.build
.PHONY : lib/CMakeFiles/airplay.dir/logger.c.o.provides
lib/CMakeFiles/airplay.dir/logger.c.o.provides.build: lib/CMakeFiles/airplay.dir/logger.c.o
lib/CMakeFiles/airplay.dir/mirror_buffer.c.o: lib/CMakeFiles/airplay.dir/flags.make
lib/CMakeFiles/airplay.dir/mirror_buffer.c.o: ../lib/mirror_buffer.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/julian/AirplayServer/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building C object lib/CMakeFiles/airplay.dir/mirror_buffer.c.o"
cd /home/julian/AirplayServer/build/lib && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/airplay.dir/mirror_buffer.c.o -c /home/julian/AirplayServer/lib/mirror_buffer.c
lib/CMakeFiles/airplay.dir/mirror_buffer.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/airplay.dir/mirror_buffer.c.i"
cd /home/julian/AirplayServer/build/lib && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/julian/AirplayServer/lib/mirror_buffer.c > CMakeFiles/airplay.dir/mirror_buffer.c.i
lib/CMakeFiles/airplay.dir/mirror_buffer.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/airplay.dir/mirror_buffer.c.s"
cd /home/julian/AirplayServer/build/lib && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/julian/AirplayServer/lib/mirror_buffer.c -o CMakeFiles/airplay.dir/mirror_buffer.c.s
lib/CMakeFiles/airplay.dir/mirror_buffer.c.o.requires:
.PHONY : lib/CMakeFiles/airplay.dir/mirror_buffer.c.o.requires
lib/CMakeFiles/airplay.dir/mirror_buffer.c.o.provides: lib/CMakeFiles/airplay.dir/mirror_buffer.c.o.requires
$(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/mirror_buffer.c.o.provides.build
.PHONY : lib/CMakeFiles/airplay.dir/mirror_buffer.c.o.provides
lib/CMakeFiles/airplay.dir/mirror_buffer.c.o.provides.build: lib/CMakeFiles/airplay.dir/mirror_buffer.c.o
lib/CMakeFiles/airplay.dir/netutils.c.o: lib/CMakeFiles/airplay.dir/flags.make
lib/CMakeFiles/airplay.dir/netutils.c.o: ../lib/netutils.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/julian/AirplayServer/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building C object lib/CMakeFiles/airplay.dir/netutils.c.o"
cd /home/julian/AirplayServer/build/lib && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/airplay.dir/netutils.c.o -c /home/julian/AirplayServer/lib/netutils.c
lib/CMakeFiles/airplay.dir/netutils.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/airplay.dir/netutils.c.i"
cd /home/julian/AirplayServer/build/lib && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/julian/AirplayServer/lib/netutils.c > CMakeFiles/airplay.dir/netutils.c.i
lib/CMakeFiles/airplay.dir/netutils.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/airplay.dir/netutils.c.s"
cd /home/julian/AirplayServer/build/lib && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/julian/AirplayServer/lib/netutils.c -o CMakeFiles/airplay.dir/netutils.c.s
lib/CMakeFiles/airplay.dir/netutils.c.o.requires:
.PHONY : lib/CMakeFiles/airplay.dir/netutils.c.o.requires
lib/CMakeFiles/airplay.dir/netutils.c.o.provides: lib/CMakeFiles/airplay.dir/netutils.c.o.requires
$(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/netutils.c.o.provides.build
.PHONY : lib/CMakeFiles/airplay.dir/netutils.c.o.provides
lib/CMakeFiles/airplay.dir/netutils.c.o.provides.build: lib/CMakeFiles/airplay.dir/netutils.c.o
lib/CMakeFiles/airplay.dir/pairing.c.o: lib/CMakeFiles/airplay.dir/flags.make
lib/CMakeFiles/airplay.dir/pairing.c.o: ../lib/pairing.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/julian/AirplayServer/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building C object lib/CMakeFiles/airplay.dir/pairing.c.o"
cd /home/julian/AirplayServer/build/lib && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/airplay.dir/pairing.c.o -c /home/julian/AirplayServer/lib/pairing.c
lib/CMakeFiles/airplay.dir/pairing.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/airplay.dir/pairing.c.i"
cd /home/julian/AirplayServer/build/lib && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/julian/AirplayServer/lib/pairing.c > CMakeFiles/airplay.dir/pairing.c.i
lib/CMakeFiles/airplay.dir/pairing.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/airplay.dir/pairing.c.s"
cd /home/julian/AirplayServer/build/lib && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/julian/AirplayServer/lib/pairing.c -o CMakeFiles/airplay.dir/pairing.c.s
lib/CMakeFiles/airplay.dir/pairing.c.o.requires:
.PHONY : lib/CMakeFiles/airplay.dir/pairing.c.o.requires
lib/CMakeFiles/airplay.dir/pairing.c.o.provides: lib/CMakeFiles/airplay.dir/pairing.c.o.requires
$(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/pairing.c.o.provides.build
.PHONY : lib/CMakeFiles/airplay.dir/pairing.c.o.provides
lib/CMakeFiles/airplay.dir/pairing.c.o.provides.build: lib/CMakeFiles/airplay.dir/pairing.c.o
lib/CMakeFiles/airplay.dir/raop.c.o: lib/CMakeFiles/airplay.dir/flags.make
lib/CMakeFiles/airplay.dir/raop.c.o: ../lib/raop.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/julian/AirplayServer/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building C object lib/CMakeFiles/airplay.dir/raop.c.o"
cd /home/julian/AirplayServer/build/lib && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/airplay.dir/raop.c.o -c /home/julian/AirplayServer/lib/raop.c
lib/CMakeFiles/airplay.dir/raop.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/airplay.dir/raop.c.i"
cd /home/julian/AirplayServer/build/lib && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/julian/AirplayServer/lib/raop.c > CMakeFiles/airplay.dir/raop.c.i
lib/CMakeFiles/airplay.dir/raop.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/airplay.dir/raop.c.s"
cd /home/julian/AirplayServer/build/lib && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/julian/AirplayServer/lib/raop.c -o CMakeFiles/airplay.dir/raop.c.s
lib/CMakeFiles/airplay.dir/raop.c.o.requires:
.PHONY : lib/CMakeFiles/airplay.dir/raop.c.o.requires
lib/CMakeFiles/airplay.dir/raop.c.o.provides: lib/CMakeFiles/airplay.dir/raop.c.o.requires
$(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/raop.c.o.provides.build
.PHONY : lib/CMakeFiles/airplay.dir/raop.c.o.provides
lib/CMakeFiles/airplay.dir/raop.c.o.provides.build: lib/CMakeFiles/airplay.dir/raop.c.o
lib/CMakeFiles/airplay.dir/raop_buffer.c.o: lib/CMakeFiles/airplay.dir/flags.make
lib/CMakeFiles/airplay.dir/raop_buffer.c.o: ../lib/raop_buffer.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/julian/AirplayServer/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Building C object lib/CMakeFiles/airplay.dir/raop_buffer.c.o"
cd /home/julian/AirplayServer/build/lib && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/airplay.dir/raop_buffer.c.o -c /home/julian/AirplayServer/lib/raop_buffer.c
lib/CMakeFiles/airplay.dir/raop_buffer.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/airplay.dir/raop_buffer.c.i"
cd /home/julian/AirplayServer/build/lib && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/julian/AirplayServer/lib/raop_buffer.c > CMakeFiles/airplay.dir/raop_buffer.c.i
lib/CMakeFiles/airplay.dir/raop_buffer.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/airplay.dir/raop_buffer.c.s"
cd /home/julian/AirplayServer/build/lib && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/julian/AirplayServer/lib/raop_buffer.c -o CMakeFiles/airplay.dir/raop_buffer.c.s
lib/CMakeFiles/airplay.dir/raop_buffer.c.o.requires:
.PHONY : lib/CMakeFiles/airplay.dir/raop_buffer.c.o.requires
lib/CMakeFiles/airplay.dir/raop_buffer.c.o.provides: lib/CMakeFiles/airplay.dir/raop_buffer.c.o.requires
$(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/raop_buffer.c.o.provides.build
.PHONY : lib/CMakeFiles/airplay.dir/raop_buffer.c.o.provides
lib/CMakeFiles/airplay.dir/raop_buffer.c.o.provides.build: lib/CMakeFiles/airplay.dir/raop_buffer.c.o
lib/CMakeFiles/airplay.dir/raop_ntp.c.o: lib/CMakeFiles/airplay.dir/flags.make
lib/CMakeFiles/airplay.dir/raop_ntp.c.o: ../lib/raop_ntp.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/julian/AirplayServer/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Building C object lib/CMakeFiles/airplay.dir/raop_ntp.c.o"
cd /home/julian/AirplayServer/build/lib && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/airplay.dir/raop_ntp.c.o -c /home/julian/AirplayServer/lib/raop_ntp.c
lib/CMakeFiles/airplay.dir/raop_ntp.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/airplay.dir/raop_ntp.c.i"
cd /home/julian/AirplayServer/build/lib && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/julian/AirplayServer/lib/raop_ntp.c > CMakeFiles/airplay.dir/raop_ntp.c.i
lib/CMakeFiles/airplay.dir/raop_ntp.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/airplay.dir/raop_ntp.c.s"
cd /home/julian/AirplayServer/build/lib && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/julian/AirplayServer/lib/raop_ntp.c -o CMakeFiles/airplay.dir/raop_ntp.c.s
lib/CMakeFiles/airplay.dir/raop_ntp.c.o.requires:
.PHONY : lib/CMakeFiles/airplay.dir/raop_ntp.c.o.requires
lib/CMakeFiles/airplay.dir/raop_ntp.c.o.provides: lib/CMakeFiles/airplay.dir/raop_ntp.c.o.requires
$(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/raop_ntp.c.o.provides.build
.PHONY : lib/CMakeFiles/airplay.dir/raop_ntp.c.o.provides
lib/CMakeFiles/airplay.dir/raop_ntp.c.o.provides.build: lib/CMakeFiles/airplay.dir/raop_ntp.c.o
lib/CMakeFiles/airplay.dir/raop_rtp.c.o: lib/CMakeFiles/airplay.dir/flags.make
lib/CMakeFiles/airplay.dir/raop_rtp.c.o: ../lib/raop_rtp.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/julian/AirplayServer/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_16) "Building C object lib/CMakeFiles/airplay.dir/raop_rtp.c.o"
cd /home/julian/AirplayServer/build/lib && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/airplay.dir/raop_rtp.c.o -c /home/julian/AirplayServer/lib/raop_rtp.c
lib/CMakeFiles/airplay.dir/raop_rtp.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/airplay.dir/raop_rtp.c.i"
cd /home/julian/AirplayServer/build/lib && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/julian/AirplayServer/lib/raop_rtp.c > CMakeFiles/airplay.dir/raop_rtp.c.i
lib/CMakeFiles/airplay.dir/raop_rtp.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/airplay.dir/raop_rtp.c.s"
cd /home/julian/AirplayServer/build/lib && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/julian/AirplayServer/lib/raop_rtp.c -o CMakeFiles/airplay.dir/raop_rtp.c.s
lib/CMakeFiles/airplay.dir/raop_rtp.c.o.requires:
.PHONY : lib/CMakeFiles/airplay.dir/raop_rtp.c.o.requires
lib/CMakeFiles/airplay.dir/raop_rtp.c.o.provides: lib/CMakeFiles/airplay.dir/raop_rtp.c.o.requires
$(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/raop_rtp.c.o.provides.build
.PHONY : lib/CMakeFiles/airplay.dir/raop_rtp.c.o.provides
lib/CMakeFiles/airplay.dir/raop_rtp.c.o.provides.build: lib/CMakeFiles/airplay.dir/raop_rtp.c.o
lib/CMakeFiles/airplay.dir/raop_rtp_mirror.c.o: lib/CMakeFiles/airplay.dir/flags.make
lib/CMakeFiles/airplay.dir/raop_rtp_mirror.c.o: ../lib/raop_rtp_mirror.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/julian/AirplayServer/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_17) "Building C object lib/CMakeFiles/airplay.dir/raop_rtp_mirror.c.o"
cd /home/julian/AirplayServer/build/lib && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/airplay.dir/raop_rtp_mirror.c.o -c /home/julian/AirplayServer/lib/raop_rtp_mirror.c
lib/CMakeFiles/airplay.dir/raop_rtp_mirror.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/airplay.dir/raop_rtp_mirror.c.i"
cd /home/julian/AirplayServer/build/lib && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/julian/AirplayServer/lib/raop_rtp_mirror.c > CMakeFiles/airplay.dir/raop_rtp_mirror.c.i
lib/CMakeFiles/airplay.dir/raop_rtp_mirror.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/airplay.dir/raop_rtp_mirror.c.s"
cd /home/julian/AirplayServer/build/lib && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/julian/AirplayServer/lib/raop_rtp_mirror.c -o CMakeFiles/airplay.dir/raop_rtp_mirror.c.s
lib/CMakeFiles/airplay.dir/raop_rtp_mirror.c.o.requires:
.PHONY : lib/CMakeFiles/airplay.dir/raop_rtp_mirror.c.o.requires
lib/CMakeFiles/airplay.dir/raop_rtp_mirror.c.o.provides: lib/CMakeFiles/airplay.dir/raop_rtp_mirror.c.o.requires
$(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/raop_rtp_mirror.c.o.provides.build
.PHONY : lib/CMakeFiles/airplay.dir/raop_rtp_mirror.c.o.provides
lib/CMakeFiles/airplay.dir/raop_rtp_mirror.c.o.provides.build: lib/CMakeFiles/airplay.dir/raop_rtp_mirror.c.o
lib/CMakeFiles/airplay.dir/utils.c.o: lib/CMakeFiles/airplay.dir/flags.make
lib/CMakeFiles/airplay.dir/utils.c.o: ../lib/utils.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/julian/AirplayServer/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_18) "Building C object lib/CMakeFiles/airplay.dir/utils.c.o"
cd /home/julian/AirplayServer/build/lib && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/airplay.dir/utils.c.o -c /home/julian/AirplayServer/lib/utils.c
lib/CMakeFiles/airplay.dir/utils.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/airplay.dir/utils.c.i"
cd /home/julian/AirplayServer/build/lib && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/julian/AirplayServer/lib/utils.c > CMakeFiles/airplay.dir/utils.c.i
lib/CMakeFiles/airplay.dir/utils.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/airplay.dir/utils.c.s"
cd /home/julian/AirplayServer/build/lib && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/julian/AirplayServer/lib/utils.c -o CMakeFiles/airplay.dir/utils.c.s
lib/CMakeFiles/airplay.dir/utils.c.o.requires:
.PHONY : lib/CMakeFiles/airplay.dir/utils.c.o.requires
lib/CMakeFiles/airplay.dir/utils.c.o.provides: lib/CMakeFiles/airplay.dir/utils.c.o.requires
$(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/utils.c.o.provides.build
.PHONY : lib/CMakeFiles/airplay.dir/utils.c.o.provides
lib/CMakeFiles/airplay.dir/utils.c.o.provides.build: lib/CMakeFiles/airplay.dir/utils.c.o
# Object files for target airplay
airplay_OBJECTS = \
"CMakeFiles/airplay.dir/byteutils.c.o" \
"CMakeFiles/airplay.dir/crypto.c.o" \
"CMakeFiles/airplay.dir/dnssd.c.o" \
"CMakeFiles/airplay.dir/fairplay_playfair.c.o" \
"CMakeFiles/airplay.dir/http_parser.c.o" \
"CMakeFiles/airplay.dir/http_request.c.o" \
"CMakeFiles/airplay.dir/http_response.c.o" \
"CMakeFiles/airplay.dir/httpd.c.o" \
"CMakeFiles/airplay.dir/logger.c.o" \
"CMakeFiles/airplay.dir/mirror_buffer.c.o" \
"CMakeFiles/airplay.dir/netutils.c.o" \
"CMakeFiles/airplay.dir/pairing.c.o" \
"CMakeFiles/airplay.dir/raop.c.o" \
"CMakeFiles/airplay.dir/raop_buffer.c.o" \
"CMakeFiles/airplay.dir/raop_ntp.c.o" \
"CMakeFiles/airplay.dir/raop_rtp.c.o" \
"CMakeFiles/airplay.dir/raop_rtp_mirror.c.o" \
"CMakeFiles/airplay.dir/utils.c.o"
# External object files for target airplay
airplay_EXTERNAL_OBJECTS =
lib/libairplay.a: lib/CMakeFiles/airplay.dir/byteutils.c.o
lib/libairplay.a: lib/CMakeFiles/airplay.dir/crypto.c.o
lib/libairplay.a: lib/CMakeFiles/airplay.dir/dnssd.c.o
lib/libairplay.a: lib/CMakeFiles/airplay.dir/fairplay_playfair.c.o
lib/libairplay.a: lib/CMakeFiles/airplay.dir/http_parser.c.o
lib/libairplay.a: lib/CMakeFiles/airplay.dir/http_request.c.o
lib/libairplay.a: lib/CMakeFiles/airplay.dir/http_response.c.o
lib/libairplay.a: lib/CMakeFiles/airplay.dir/httpd.c.o
lib/libairplay.a: lib/CMakeFiles/airplay.dir/logger.c.o
lib/libairplay.a: lib/CMakeFiles/airplay.dir/mirror_buffer.c.o
lib/libairplay.a: lib/CMakeFiles/airplay.dir/netutils.c.o
lib/libairplay.a: lib/CMakeFiles/airplay.dir/pairing.c.o
lib/libairplay.a: lib/CMakeFiles/airplay.dir/raop.c.o
lib/libairplay.a: lib/CMakeFiles/airplay.dir/raop_buffer.c.o
lib/libairplay.a: lib/CMakeFiles/airplay.dir/raop_ntp.c.o
lib/libairplay.a: lib/CMakeFiles/airplay.dir/raop_rtp.c.o
lib/libairplay.a: lib/CMakeFiles/airplay.dir/raop_rtp_mirror.c.o
lib/libairplay.a: lib/CMakeFiles/airplay.dir/utils.c.o
lib/libairplay.a: lib/CMakeFiles/airplay.dir/build.make
lib/libairplay.a: lib/CMakeFiles/airplay.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/julian/AirplayServer/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_19) "Linking C static library libairplay.a"
cd /home/julian/AirplayServer/build/lib && $(CMAKE_COMMAND) -P CMakeFiles/airplay.dir/cmake_clean_target.cmake
cd /home/julian/AirplayServer/build/lib && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/airplay.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
lib/CMakeFiles/airplay.dir/build: lib/libairplay.a
.PHONY : lib/CMakeFiles/airplay.dir/build
lib/CMakeFiles/airplay.dir/requires: lib/CMakeFiles/airplay.dir/byteutils.c.o.requires
lib/CMakeFiles/airplay.dir/requires: lib/CMakeFiles/airplay.dir/crypto.c.o.requires
lib/CMakeFiles/airplay.dir/requires: lib/CMakeFiles/airplay.dir/dnssd.c.o.requires
lib/CMakeFiles/airplay.dir/requires: lib/CMakeFiles/airplay.dir/fairplay_playfair.c.o.requires
lib/CMakeFiles/airplay.dir/requires: lib/CMakeFiles/airplay.dir/http_parser.c.o.requires
lib/CMakeFiles/airplay.dir/requires: lib/CMakeFiles/airplay.dir/http_request.c.o.requires
lib/CMakeFiles/airplay.dir/requires: lib/CMakeFiles/airplay.dir/http_response.c.o.requires
lib/CMakeFiles/airplay.dir/requires: lib/CMakeFiles/airplay.dir/httpd.c.o.requires
lib/CMakeFiles/airplay.dir/requires: lib/CMakeFiles/airplay.dir/logger.c.o.requires
lib/CMakeFiles/airplay.dir/requires: lib/CMakeFiles/airplay.dir/mirror_buffer.c.o.requires
lib/CMakeFiles/airplay.dir/requires: lib/CMakeFiles/airplay.dir/netutils.c.o.requires
lib/CMakeFiles/airplay.dir/requires: lib/CMakeFiles/airplay.dir/pairing.c.o.requires
lib/CMakeFiles/airplay.dir/requires: lib/CMakeFiles/airplay.dir/raop.c.o.requires
lib/CMakeFiles/airplay.dir/requires: lib/CMakeFiles/airplay.dir/raop_buffer.c.o.requires
lib/CMakeFiles/airplay.dir/requires: lib/CMakeFiles/airplay.dir/raop_ntp.c.o.requires
lib/CMakeFiles/airplay.dir/requires: lib/CMakeFiles/airplay.dir/raop_rtp.c.o.requires
lib/CMakeFiles/airplay.dir/requires: lib/CMakeFiles/airplay.dir/raop_rtp_mirror.c.o.requires
lib/CMakeFiles/airplay.dir/requires: lib/CMakeFiles/airplay.dir/utils.c.o.requires
.PHONY : lib/CMakeFiles/airplay.dir/requires
lib/CMakeFiles/airplay.dir/clean:
cd /home/julian/AirplayServer/build/lib && $(CMAKE_COMMAND) -P CMakeFiles/airplay.dir/cmake_clean.cmake
.PHONY : lib/CMakeFiles/airplay.dir/clean
lib/CMakeFiles/airplay.dir/depend:
cd /home/julian/AirplayServer/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/julian/AirplayServer /home/julian/AirplayServer/lib /home/julian/AirplayServer/build /home/julian/AirplayServer/build/lib /home/julian/AirplayServer/build/lib/CMakeFiles/airplay.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : lib/CMakeFiles/airplay.dir/depend

View File

@@ -1,27 +0,0 @@
file(REMOVE_RECURSE
"CMakeFiles/airplay.dir/byteutils.c.o"
"CMakeFiles/airplay.dir/crypto.c.o"
"CMakeFiles/airplay.dir/dnssd.c.o"
"CMakeFiles/airplay.dir/fairplay_playfair.c.o"
"CMakeFiles/airplay.dir/http_parser.c.o"
"CMakeFiles/airplay.dir/http_request.c.o"
"CMakeFiles/airplay.dir/http_response.c.o"
"CMakeFiles/airplay.dir/httpd.c.o"
"CMakeFiles/airplay.dir/logger.c.o"
"CMakeFiles/airplay.dir/mirror_buffer.c.o"
"CMakeFiles/airplay.dir/netutils.c.o"
"CMakeFiles/airplay.dir/pairing.c.o"
"CMakeFiles/airplay.dir/raop.c.o"
"CMakeFiles/airplay.dir/raop_buffer.c.o"
"CMakeFiles/airplay.dir/raop_ntp.c.o"
"CMakeFiles/airplay.dir/raop_rtp.c.o"
"CMakeFiles/airplay.dir/raop_rtp_mirror.c.o"
"CMakeFiles/airplay.dir/utils.c.o"
"libairplay.pdb"
"libairplay.a"
)
# Per-language clean rules from dependency scanning.
foreach(lang C)
include(CMakeFiles/airplay.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

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

View File

@@ -1,163 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.10
lib/CMakeFiles/airplay.dir/byteutils.c.o
/home/julian/AirplayServer/lib/byteutils.c
/home/julian/AirplayServer/lib/byteutils.h
lib/CMakeFiles/airplay.dir/crypto.c.o
/home/julian/AirplayServer/lib/crypto.c
/home/julian/AirplayServer/lib/crypto.h
lib/CMakeFiles/airplay.dir/dnssd.c.o
/home/julian/AirplayServer/lib/compat.h
/home/julian/AirplayServer/lib/dnssd.c
/home/julian/AirplayServer/lib/dnssd.h
/home/julian/AirplayServer/lib/dnssdint.h
/home/julian/AirplayServer/lib/global.h
/home/julian/AirplayServer/lib/memalign.h
/home/julian/AirplayServer/lib/sockets.h
/home/julian/AirplayServer/lib/threads.h
/home/julian/AirplayServer/lib/utils.h
lib/CMakeFiles/airplay.dir/fairplay_playfair.c.o
/home/julian/AirplayServer/lib/fairplay.h
/home/julian/AirplayServer/lib/fairplay_playfair.c
/home/julian/AirplayServer/lib/logger.h
/home/julian/AirplayServer/lib/playfair/playfair.h
lib/CMakeFiles/airplay.dir/http_parser.c.o
/home/julian/AirplayServer/lib/http_parser.c
/home/julian/AirplayServer/lib/http_parser.h
lib/CMakeFiles/airplay.dir/http_request.c.o
/home/julian/AirplayServer/lib/http_parser.h
/home/julian/AirplayServer/lib/http_request.c
/home/julian/AirplayServer/lib/http_request.h
lib/CMakeFiles/airplay.dir/http_response.c.o
/home/julian/AirplayServer/lib/compat.h
/home/julian/AirplayServer/lib/http_response.c
/home/julian/AirplayServer/lib/http_response.h
/home/julian/AirplayServer/lib/memalign.h
/home/julian/AirplayServer/lib/sockets.h
/home/julian/AirplayServer/lib/threads.h
lib/CMakeFiles/airplay.dir/httpd.c.o
/home/julian/AirplayServer/lib/compat.h
/home/julian/AirplayServer/lib/http_request.h
/home/julian/AirplayServer/lib/http_response.h
/home/julian/AirplayServer/lib/httpd.c
/home/julian/AirplayServer/lib/httpd.h
/home/julian/AirplayServer/lib/logger.h
/home/julian/AirplayServer/lib/memalign.h
/home/julian/AirplayServer/lib/netutils.h
/home/julian/AirplayServer/lib/sockets.h
/home/julian/AirplayServer/lib/threads.h
lib/CMakeFiles/airplay.dir/logger.c.o
/home/julian/AirplayServer/lib/compat.h
/home/julian/AirplayServer/lib/logger.c
/home/julian/AirplayServer/lib/logger.h
/home/julian/AirplayServer/lib/memalign.h
/home/julian/AirplayServer/lib/sockets.h
/home/julian/AirplayServer/lib/threads.h
lib/CMakeFiles/airplay.dir/mirror_buffer.c.o
/home/julian/AirplayServer/lib/compat.h
/home/julian/AirplayServer/lib/crypto.h
/home/julian/AirplayServer/lib/dnssd.h
/home/julian/AirplayServer/lib/logger.h
/home/julian/AirplayServer/lib/memalign.h
/home/julian/AirplayServer/lib/mirror_buffer.c
/home/julian/AirplayServer/lib/mirror_buffer.h
/home/julian/AirplayServer/lib/raop.h
/home/julian/AirplayServer/lib/raop_ntp.h
/home/julian/AirplayServer/lib/raop_rtp.h
/home/julian/AirplayServer/lib/sockets.h
/home/julian/AirplayServer/lib/stream.h
/home/julian/AirplayServer/lib/threads.h
lib/CMakeFiles/airplay.dir/netutils.c.o
/home/julian/AirplayServer/lib/compat.h
/home/julian/AirplayServer/lib/memalign.h
/home/julian/AirplayServer/lib/netutils.c
/home/julian/AirplayServer/lib/sockets.h
/home/julian/AirplayServer/lib/threads.h
lib/CMakeFiles/airplay.dir/pairing.c.o
/home/julian/AirplayServer/lib/crypto.h
/home/julian/AirplayServer/lib/curve25519/curve25519.h
/home/julian/AirplayServer/lib/ed25519/ed25519.h
/home/julian/AirplayServer/lib/pairing.c
/home/julian/AirplayServer/lib/pairing.h
lib/CMakeFiles/airplay.dir/raop.c.o
/home/julian/AirplayServer/lib/compat.h
/home/julian/AirplayServer/lib/dnssd.h
/home/julian/AirplayServer/lib/dnssdint.h
/home/julian/AirplayServer/lib/fairplay.h
/home/julian/AirplayServer/lib/global.h
/home/julian/AirplayServer/lib/http_request.h
/home/julian/AirplayServer/lib/http_response.h
/home/julian/AirplayServer/lib/httpd.h
/home/julian/AirplayServer/lib/logger.h
/home/julian/AirplayServer/lib/memalign.h
/home/julian/AirplayServer/lib/netutils.h
/home/julian/AirplayServer/lib/pairing.h
/home/julian/AirplayServer/lib/plist/plist/plist.h
/home/julian/AirplayServer/lib/raop.c
/home/julian/AirplayServer/lib/raop.h
/home/julian/AirplayServer/lib/raop_handlers.h
/home/julian/AirplayServer/lib/raop_ntp.h
/home/julian/AirplayServer/lib/raop_rtp.h
/home/julian/AirplayServer/lib/raop_rtp_mirror.h
/home/julian/AirplayServer/lib/sockets.h
/home/julian/AirplayServer/lib/stream.h
/home/julian/AirplayServer/lib/threads.h
/home/julian/AirplayServer/lib/utils.h
lib/CMakeFiles/airplay.dir/raop_buffer.c.o
/home/julian/AirplayServer/lib/compat.h
/home/julian/AirplayServer/lib/crypto.h
/home/julian/AirplayServer/lib/dnssd.h
/home/julian/AirplayServer/lib/logger.h
/home/julian/AirplayServer/lib/memalign.h
/home/julian/AirplayServer/lib/raop.h
/home/julian/AirplayServer/lib/raop_buffer.c
/home/julian/AirplayServer/lib/raop_buffer.h
/home/julian/AirplayServer/lib/raop_ntp.h
/home/julian/AirplayServer/lib/raop_rtp.h
/home/julian/AirplayServer/lib/sockets.h
/home/julian/AirplayServer/lib/stream.h
/home/julian/AirplayServer/lib/threads.h
lib/CMakeFiles/airplay.dir/raop_ntp.c.o
/home/julian/AirplayServer/lib/byteutils.h
/home/julian/AirplayServer/lib/compat.h
/home/julian/AirplayServer/lib/logger.h
/home/julian/AirplayServer/lib/memalign.h
/home/julian/AirplayServer/lib/netutils.h
/home/julian/AirplayServer/lib/raop_ntp.c
/home/julian/AirplayServer/lib/raop_ntp.h
/home/julian/AirplayServer/lib/sockets.h
/home/julian/AirplayServer/lib/threads.h
lib/CMakeFiles/airplay.dir/raop_rtp.c.o
/home/julian/AirplayServer/lib/byteutils.h
/home/julian/AirplayServer/lib/compat.h
/home/julian/AirplayServer/lib/dnssd.h
/home/julian/AirplayServer/lib/logger.h
/home/julian/AirplayServer/lib/memalign.h
/home/julian/AirplayServer/lib/mirror_buffer.h
/home/julian/AirplayServer/lib/netutils.h
/home/julian/AirplayServer/lib/raop.h
/home/julian/AirplayServer/lib/raop_buffer.h
/home/julian/AirplayServer/lib/raop_ntp.h
/home/julian/AirplayServer/lib/raop_rtp.c
/home/julian/AirplayServer/lib/raop_rtp.h
/home/julian/AirplayServer/lib/sockets.h
/home/julian/AirplayServer/lib/stream.h
/home/julian/AirplayServer/lib/threads.h
lib/CMakeFiles/airplay.dir/raop_rtp_mirror.c.o
/home/julian/AirplayServer/lib/byteutils.h
/home/julian/AirplayServer/lib/compat.h
/home/julian/AirplayServer/lib/dnssd.h
/home/julian/AirplayServer/lib/logger.h
/home/julian/AirplayServer/lib/memalign.h
/home/julian/AirplayServer/lib/mirror_buffer.h
/home/julian/AirplayServer/lib/netutils.h
/home/julian/AirplayServer/lib/raop.h
/home/julian/AirplayServer/lib/raop_ntp.h
/home/julian/AirplayServer/lib/raop_rtp_mirror.c
/home/julian/AirplayServer/lib/raop_rtp_mirror.h
/home/julian/AirplayServer/lib/sockets.h
/home/julian/AirplayServer/lib/stream.h
/home/julian/AirplayServer/lib/threads.h
lib/CMakeFiles/airplay.dir/utils.c.o
/home/julian/AirplayServer/lib/utils.c

View File

@@ -1,163 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.10
lib/CMakeFiles/airplay.dir/byteutils.c.o: ../lib/byteutils.c
lib/CMakeFiles/airplay.dir/byteutils.c.o: ../lib/byteutils.h
lib/CMakeFiles/airplay.dir/crypto.c.o: ../lib/crypto.c
lib/CMakeFiles/airplay.dir/crypto.c.o: ../lib/crypto.h
lib/CMakeFiles/airplay.dir/dnssd.c.o: ../lib/compat.h
lib/CMakeFiles/airplay.dir/dnssd.c.o: ../lib/dnssd.c
lib/CMakeFiles/airplay.dir/dnssd.c.o: ../lib/dnssd.h
lib/CMakeFiles/airplay.dir/dnssd.c.o: ../lib/dnssdint.h
lib/CMakeFiles/airplay.dir/dnssd.c.o: ../lib/global.h
lib/CMakeFiles/airplay.dir/dnssd.c.o: ../lib/memalign.h
lib/CMakeFiles/airplay.dir/dnssd.c.o: ../lib/sockets.h
lib/CMakeFiles/airplay.dir/dnssd.c.o: ../lib/threads.h
lib/CMakeFiles/airplay.dir/dnssd.c.o: ../lib/utils.h
lib/CMakeFiles/airplay.dir/fairplay_playfair.c.o: ../lib/fairplay.h
lib/CMakeFiles/airplay.dir/fairplay_playfair.c.o: ../lib/fairplay_playfair.c
lib/CMakeFiles/airplay.dir/fairplay_playfair.c.o: ../lib/logger.h
lib/CMakeFiles/airplay.dir/fairplay_playfair.c.o: ../lib/playfair/playfair.h
lib/CMakeFiles/airplay.dir/http_parser.c.o: ../lib/http_parser.c
lib/CMakeFiles/airplay.dir/http_parser.c.o: ../lib/http_parser.h
lib/CMakeFiles/airplay.dir/http_request.c.o: ../lib/http_parser.h
lib/CMakeFiles/airplay.dir/http_request.c.o: ../lib/http_request.c
lib/CMakeFiles/airplay.dir/http_request.c.o: ../lib/http_request.h
lib/CMakeFiles/airplay.dir/http_response.c.o: ../lib/compat.h
lib/CMakeFiles/airplay.dir/http_response.c.o: ../lib/http_response.c
lib/CMakeFiles/airplay.dir/http_response.c.o: ../lib/http_response.h
lib/CMakeFiles/airplay.dir/http_response.c.o: ../lib/memalign.h
lib/CMakeFiles/airplay.dir/http_response.c.o: ../lib/sockets.h
lib/CMakeFiles/airplay.dir/http_response.c.o: ../lib/threads.h
lib/CMakeFiles/airplay.dir/httpd.c.o: ../lib/compat.h
lib/CMakeFiles/airplay.dir/httpd.c.o: ../lib/http_request.h
lib/CMakeFiles/airplay.dir/httpd.c.o: ../lib/http_response.h
lib/CMakeFiles/airplay.dir/httpd.c.o: ../lib/httpd.c
lib/CMakeFiles/airplay.dir/httpd.c.o: ../lib/httpd.h
lib/CMakeFiles/airplay.dir/httpd.c.o: ../lib/logger.h
lib/CMakeFiles/airplay.dir/httpd.c.o: ../lib/memalign.h
lib/CMakeFiles/airplay.dir/httpd.c.o: ../lib/netutils.h
lib/CMakeFiles/airplay.dir/httpd.c.o: ../lib/sockets.h
lib/CMakeFiles/airplay.dir/httpd.c.o: ../lib/threads.h
lib/CMakeFiles/airplay.dir/logger.c.o: ../lib/compat.h
lib/CMakeFiles/airplay.dir/logger.c.o: ../lib/logger.c
lib/CMakeFiles/airplay.dir/logger.c.o: ../lib/logger.h
lib/CMakeFiles/airplay.dir/logger.c.o: ../lib/memalign.h
lib/CMakeFiles/airplay.dir/logger.c.o: ../lib/sockets.h
lib/CMakeFiles/airplay.dir/logger.c.o: ../lib/threads.h
lib/CMakeFiles/airplay.dir/mirror_buffer.c.o: ../lib/compat.h
lib/CMakeFiles/airplay.dir/mirror_buffer.c.o: ../lib/crypto.h
lib/CMakeFiles/airplay.dir/mirror_buffer.c.o: ../lib/dnssd.h
lib/CMakeFiles/airplay.dir/mirror_buffer.c.o: ../lib/logger.h
lib/CMakeFiles/airplay.dir/mirror_buffer.c.o: ../lib/memalign.h
lib/CMakeFiles/airplay.dir/mirror_buffer.c.o: ../lib/mirror_buffer.c
lib/CMakeFiles/airplay.dir/mirror_buffer.c.o: ../lib/mirror_buffer.h
lib/CMakeFiles/airplay.dir/mirror_buffer.c.o: ../lib/raop.h
lib/CMakeFiles/airplay.dir/mirror_buffer.c.o: ../lib/raop_ntp.h
lib/CMakeFiles/airplay.dir/mirror_buffer.c.o: ../lib/raop_rtp.h
lib/CMakeFiles/airplay.dir/mirror_buffer.c.o: ../lib/sockets.h
lib/CMakeFiles/airplay.dir/mirror_buffer.c.o: ../lib/stream.h
lib/CMakeFiles/airplay.dir/mirror_buffer.c.o: ../lib/threads.h
lib/CMakeFiles/airplay.dir/netutils.c.o: ../lib/compat.h
lib/CMakeFiles/airplay.dir/netutils.c.o: ../lib/memalign.h
lib/CMakeFiles/airplay.dir/netutils.c.o: ../lib/netutils.c
lib/CMakeFiles/airplay.dir/netutils.c.o: ../lib/sockets.h
lib/CMakeFiles/airplay.dir/netutils.c.o: ../lib/threads.h
lib/CMakeFiles/airplay.dir/pairing.c.o: ../lib/crypto.h
lib/CMakeFiles/airplay.dir/pairing.c.o: ../lib/curve25519/curve25519.h
lib/CMakeFiles/airplay.dir/pairing.c.o: ../lib/ed25519/ed25519.h
lib/CMakeFiles/airplay.dir/pairing.c.o: ../lib/pairing.c
lib/CMakeFiles/airplay.dir/pairing.c.o: ../lib/pairing.h
lib/CMakeFiles/airplay.dir/raop.c.o: ../lib/compat.h
lib/CMakeFiles/airplay.dir/raop.c.o: ../lib/dnssd.h
lib/CMakeFiles/airplay.dir/raop.c.o: ../lib/dnssdint.h
lib/CMakeFiles/airplay.dir/raop.c.o: ../lib/fairplay.h
lib/CMakeFiles/airplay.dir/raop.c.o: ../lib/global.h
lib/CMakeFiles/airplay.dir/raop.c.o: ../lib/http_request.h
lib/CMakeFiles/airplay.dir/raop.c.o: ../lib/http_response.h
lib/CMakeFiles/airplay.dir/raop.c.o: ../lib/httpd.h
lib/CMakeFiles/airplay.dir/raop.c.o: ../lib/logger.h
lib/CMakeFiles/airplay.dir/raop.c.o: ../lib/memalign.h
lib/CMakeFiles/airplay.dir/raop.c.o: ../lib/netutils.h
lib/CMakeFiles/airplay.dir/raop.c.o: ../lib/pairing.h
lib/CMakeFiles/airplay.dir/raop.c.o: ../lib/plist/plist/plist.h
lib/CMakeFiles/airplay.dir/raop.c.o: ../lib/raop.c
lib/CMakeFiles/airplay.dir/raop.c.o: ../lib/raop.h
lib/CMakeFiles/airplay.dir/raop.c.o: ../lib/raop_handlers.h
lib/CMakeFiles/airplay.dir/raop.c.o: ../lib/raop_ntp.h
lib/CMakeFiles/airplay.dir/raop.c.o: ../lib/raop_rtp.h
lib/CMakeFiles/airplay.dir/raop.c.o: ../lib/raop_rtp_mirror.h
lib/CMakeFiles/airplay.dir/raop.c.o: ../lib/sockets.h
lib/CMakeFiles/airplay.dir/raop.c.o: ../lib/stream.h
lib/CMakeFiles/airplay.dir/raop.c.o: ../lib/threads.h
lib/CMakeFiles/airplay.dir/raop.c.o: ../lib/utils.h
lib/CMakeFiles/airplay.dir/raop_buffer.c.o: ../lib/compat.h
lib/CMakeFiles/airplay.dir/raop_buffer.c.o: ../lib/crypto.h
lib/CMakeFiles/airplay.dir/raop_buffer.c.o: ../lib/dnssd.h
lib/CMakeFiles/airplay.dir/raop_buffer.c.o: ../lib/logger.h
lib/CMakeFiles/airplay.dir/raop_buffer.c.o: ../lib/memalign.h
lib/CMakeFiles/airplay.dir/raop_buffer.c.o: ../lib/raop.h
lib/CMakeFiles/airplay.dir/raop_buffer.c.o: ../lib/raop_buffer.c
lib/CMakeFiles/airplay.dir/raop_buffer.c.o: ../lib/raop_buffer.h
lib/CMakeFiles/airplay.dir/raop_buffer.c.o: ../lib/raop_ntp.h
lib/CMakeFiles/airplay.dir/raop_buffer.c.o: ../lib/raop_rtp.h
lib/CMakeFiles/airplay.dir/raop_buffer.c.o: ../lib/sockets.h
lib/CMakeFiles/airplay.dir/raop_buffer.c.o: ../lib/stream.h
lib/CMakeFiles/airplay.dir/raop_buffer.c.o: ../lib/threads.h
lib/CMakeFiles/airplay.dir/raop_ntp.c.o: ../lib/byteutils.h
lib/CMakeFiles/airplay.dir/raop_ntp.c.o: ../lib/compat.h
lib/CMakeFiles/airplay.dir/raop_ntp.c.o: ../lib/logger.h
lib/CMakeFiles/airplay.dir/raop_ntp.c.o: ../lib/memalign.h
lib/CMakeFiles/airplay.dir/raop_ntp.c.o: ../lib/netutils.h
lib/CMakeFiles/airplay.dir/raop_ntp.c.o: ../lib/raop_ntp.c
lib/CMakeFiles/airplay.dir/raop_ntp.c.o: ../lib/raop_ntp.h
lib/CMakeFiles/airplay.dir/raop_ntp.c.o: ../lib/sockets.h
lib/CMakeFiles/airplay.dir/raop_ntp.c.o: ../lib/threads.h
lib/CMakeFiles/airplay.dir/raop_rtp.c.o: ../lib/byteutils.h
lib/CMakeFiles/airplay.dir/raop_rtp.c.o: ../lib/compat.h
lib/CMakeFiles/airplay.dir/raop_rtp.c.o: ../lib/dnssd.h
lib/CMakeFiles/airplay.dir/raop_rtp.c.o: ../lib/logger.h
lib/CMakeFiles/airplay.dir/raop_rtp.c.o: ../lib/memalign.h
lib/CMakeFiles/airplay.dir/raop_rtp.c.o: ../lib/mirror_buffer.h
lib/CMakeFiles/airplay.dir/raop_rtp.c.o: ../lib/netutils.h
lib/CMakeFiles/airplay.dir/raop_rtp.c.o: ../lib/raop.h
lib/CMakeFiles/airplay.dir/raop_rtp.c.o: ../lib/raop_buffer.h
lib/CMakeFiles/airplay.dir/raop_rtp.c.o: ../lib/raop_ntp.h
lib/CMakeFiles/airplay.dir/raop_rtp.c.o: ../lib/raop_rtp.c
lib/CMakeFiles/airplay.dir/raop_rtp.c.o: ../lib/raop_rtp.h
lib/CMakeFiles/airplay.dir/raop_rtp.c.o: ../lib/sockets.h
lib/CMakeFiles/airplay.dir/raop_rtp.c.o: ../lib/stream.h
lib/CMakeFiles/airplay.dir/raop_rtp.c.o: ../lib/threads.h
lib/CMakeFiles/airplay.dir/raop_rtp_mirror.c.o: ../lib/byteutils.h
lib/CMakeFiles/airplay.dir/raop_rtp_mirror.c.o: ../lib/compat.h
lib/CMakeFiles/airplay.dir/raop_rtp_mirror.c.o: ../lib/dnssd.h
lib/CMakeFiles/airplay.dir/raop_rtp_mirror.c.o: ../lib/logger.h
lib/CMakeFiles/airplay.dir/raop_rtp_mirror.c.o: ../lib/memalign.h
lib/CMakeFiles/airplay.dir/raop_rtp_mirror.c.o: ../lib/mirror_buffer.h
lib/CMakeFiles/airplay.dir/raop_rtp_mirror.c.o: ../lib/netutils.h
lib/CMakeFiles/airplay.dir/raop_rtp_mirror.c.o: ../lib/raop.h
lib/CMakeFiles/airplay.dir/raop_rtp_mirror.c.o: ../lib/raop_ntp.h
lib/CMakeFiles/airplay.dir/raop_rtp_mirror.c.o: ../lib/raop_rtp_mirror.c
lib/CMakeFiles/airplay.dir/raop_rtp_mirror.c.o: ../lib/raop_rtp_mirror.h
lib/CMakeFiles/airplay.dir/raop_rtp_mirror.c.o: ../lib/sockets.h
lib/CMakeFiles/airplay.dir/raop_rtp_mirror.c.o: ../lib/stream.h
lib/CMakeFiles/airplay.dir/raop_rtp_mirror.c.o: ../lib/threads.h
lib/CMakeFiles/airplay.dir/utils.c.o: ../lib/utils.c

View File

@@ -1,10 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.10
# compile C with /usr/bin/cc
C_FLAGS = -DCMAKE_BUILD_TYPE=Release -Ofast -march=native -DSTANDALONE -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -D_LINUX -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -U_FORTIFY_SOURCE -Wall -g
C_DEFINES =
C_INCLUDES = -I/home/julian/AirplayServer/lib/curve25519 -I/home/julian/AirplayServer/lib/ed25519 -I/home/julian/AirplayServer/lib/playfair -I/home/julian/AirplayServer/lib/plist/plist

View File

@@ -1,2 +0,0 @@
/usr/bin/ar qc libairplay.a CMakeFiles/airplay.dir/byteutils.c.o CMakeFiles/airplay.dir/crypto.c.o CMakeFiles/airplay.dir/dnssd.c.o CMakeFiles/airplay.dir/fairplay_playfair.c.o CMakeFiles/airplay.dir/http_parser.c.o CMakeFiles/airplay.dir/http_request.c.o CMakeFiles/airplay.dir/http_response.c.o CMakeFiles/airplay.dir/httpd.c.o CMakeFiles/airplay.dir/logger.c.o CMakeFiles/airplay.dir/mirror_buffer.c.o CMakeFiles/airplay.dir/netutils.c.o CMakeFiles/airplay.dir/pairing.c.o CMakeFiles/airplay.dir/raop.c.o CMakeFiles/airplay.dir/raop_buffer.c.o CMakeFiles/airplay.dir/raop_ntp.c.o CMakeFiles/airplay.dir/raop_rtp.c.o CMakeFiles/airplay.dir/raop_rtp_mirror.c.o CMakeFiles/airplay.dir/utils.c.o
/usr/bin/ranlib libairplay.a

View File

@@ -1,20 +0,0 @@
CMAKE_PROGRESS_1 = 3
CMAKE_PROGRESS_2 = 4
CMAKE_PROGRESS_3 = 5
CMAKE_PROGRESS_4 = 6
CMAKE_PROGRESS_5 = 7
CMAKE_PROGRESS_6 = 8
CMAKE_PROGRESS_7 = 9
CMAKE_PROGRESS_8 = 10
CMAKE_PROGRESS_9 = 11
CMAKE_PROGRESS_10 = 12
CMAKE_PROGRESS_11 = 13
CMAKE_PROGRESS_12 = 14
CMAKE_PROGRESS_13 = 15
CMAKE_PROGRESS_14 = 16
CMAKE_PROGRESS_15 = 17
CMAKE_PROGRESS_16 = 18
CMAKE_PROGRESS_17 = 19
CMAKE_PROGRESS_18 = 20
CMAKE_PROGRESS_19 = 21

View File

@@ -1 +0,0 @@
51

View File

@@ -1,740 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.10
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# 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/AirplayServer
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/julian/AirplayServer/build
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
install/strip/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
/usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# Special rule for the target list_install_components
list_install_components:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
.PHONY : list_install_components
# Special rule for the target list_install_components
list_install_components/fast: list_install_components
.PHONY : list_install_components/fast
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
install/local/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# The main all target
all: cmake_check_build_system
cd /home/julian/AirplayServer/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/julian/AirplayServer/build/CMakeFiles /home/julian/AirplayServer/build/lib/CMakeFiles/progress.marks
cd /home/julian/AirplayServer/build && $(MAKE) -f CMakeFiles/Makefile2 lib/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/julian/AirplayServer/build/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/julian/AirplayServer/build && $(MAKE) -f CMakeFiles/Makefile2 lib/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /home/julian/AirplayServer/build && $(MAKE) -f CMakeFiles/Makefile2 lib/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/julian/AirplayServer/build && $(MAKE) -f CMakeFiles/Makefile2 lib/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/julian/AirplayServer/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
lib/CMakeFiles/airplay.dir/rule:
cd /home/julian/AirplayServer/build && $(MAKE) -f CMakeFiles/Makefile2 lib/CMakeFiles/airplay.dir/rule
.PHONY : lib/CMakeFiles/airplay.dir/rule
# Convenience name for target.
airplay: lib/CMakeFiles/airplay.dir/rule
.PHONY : airplay
# fast build rule for target.
airplay/fast:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/build
.PHONY : airplay/fast
byteutils.o: byteutils.c.o
.PHONY : byteutils.o
# target to build an object file
byteutils.c.o:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/byteutils.c.o
.PHONY : byteutils.c.o
byteutils.i: byteutils.c.i
.PHONY : byteutils.i
# target to preprocess a source file
byteutils.c.i:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/byteutils.c.i
.PHONY : byteutils.c.i
byteutils.s: byteutils.c.s
.PHONY : byteutils.s
# target to generate assembly for a file
byteutils.c.s:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/byteutils.c.s
.PHONY : byteutils.c.s
crypto.o: crypto.c.o
.PHONY : crypto.o
# target to build an object file
crypto.c.o:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/crypto.c.o
.PHONY : crypto.c.o
crypto.i: crypto.c.i
.PHONY : crypto.i
# target to preprocess a source file
crypto.c.i:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/crypto.c.i
.PHONY : crypto.c.i
crypto.s: crypto.c.s
.PHONY : crypto.s
# target to generate assembly for a file
crypto.c.s:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/crypto.c.s
.PHONY : crypto.c.s
dnssd.o: dnssd.c.o
.PHONY : dnssd.o
# target to build an object file
dnssd.c.o:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/dnssd.c.o
.PHONY : dnssd.c.o
dnssd.i: dnssd.c.i
.PHONY : dnssd.i
# target to preprocess a source file
dnssd.c.i:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/dnssd.c.i
.PHONY : dnssd.c.i
dnssd.s: dnssd.c.s
.PHONY : dnssd.s
# target to generate assembly for a file
dnssd.c.s:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/dnssd.c.s
.PHONY : dnssd.c.s
fairplay_playfair.o: fairplay_playfair.c.o
.PHONY : fairplay_playfair.o
# target to build an object file
fairplay_playfair.c.o:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/fairplay_playfair.c.o
.PHONY : fairplay_playfair.c.o
fairplay_playfair.i: fairplay_playfair.c.i
.PHONY : fairplay_playfair.i
# target to preprocess a source file
fairplay_playfair.c.i:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/fairplay_playfair.c.i
.PHONY : fairplay_playfair.c.i
fairplay_playfair.s: fairplay_playfair.c.s
.PHONY : fairplay_playfair.s
# target to generate assembly for a file
fairplay_playfair.c.s:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/fairplay_playfair.c.s
.PHONY : fairplay_playfair.c.s
http_parser.o: http_parser.c.o
.PHONY : http_parser.o
# target to build an object file
http_parser.c.o:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/http_parser.c.o
.PHONY : http_parser.c.o
http_parser.i: http_parser.c.i
.PHONY : http_parser.i
# target to preprocess a source file
http_parser.c.i:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/http_parser.c.i
.PHONY : http_parser.c.i
http_parser.s: http_parser.c.s
.PHONY : http_parser.s
# target to generate assembly for a file
http_parser.c.s:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/http_parser.c.s
.PHONY : http_parser.c.s
http_request.o: http_request.c.o
.PHONY : http_request.o
# target to build an object file
http_request.c.o:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/http_request.c.o
.PHONY : http_request.c.o
http_request.i: http_request.c.i
.PHONY : http_request.i
# target to preprocess a source file
http_request.c.i:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/http_request.c.i
.PHONY : http_request.c.i
http_request.s: http_request.c.s
.PHONY : http_request.s
# target to generate assembly for a file
http_request.c.s:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/http_request.c.s
.PHONY : http_request.c.s
http_response.o: http_response.c.o
.PHONY : http_response.o
# target to build an object file
http_response.c.o:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/http_response.c.o
.PHONY : http_response.c.o
http_response.i: http_response.c.i
.PHONY : http_response.i
# target to preprocess a source file
http_response.c.i:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/http_response.c.i
.PHONY : http_response.c.i
http_response.s: http_response.c.s
.PHONY : http_response.s
# target to generate assembly for a file
http_response.c.s:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/http_response.c.s
.PHONY : http_response.c.s
httpd.o: httpd.c.o
.PHONY : httpd.o
# target to build an object file
httpd.c.o:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/httpd.c.o
.PHONY : httpd.c.o
httpd.i: httpd.c.i
.PHONY : httpd.i
# target to preprocess a source file
httpd.c.i:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/httpd.c.i
.PHONY : httpd.c.i
httpd.s: httpd.c.s
.PHONY : httpd.s
# target to generate assembly for a file
httpd.c.s:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/httpd.c.s
.PHONY : httpd.c.s
logger.o: logger.c.o
.PHONY : logger.o
# target to build an object file
logger.c.o:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/logger.c.o
.PHONY : logger.c.o
logger.i: logger.c.i
.PHONY : logger.i
# target to preprocess a source file
logger.c.i:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/logger.c.i
.PHONY : logger.c.i
logger.s: logger.c.s
.PHONY : logger.s
# target to generate assembly for a file
logger.c.s:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/logger.c.s
.PHONY : logger.c.s
mirror_buffer.o: mirror_buffer.c.o
.PHONY : mirror_buffer.o
# target to build an object file
mirror_buffer.c.o:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/mirror_buffer.c.o
.PHONY : mirror_buffer.c.o
mirror_buffer.i: mirror_buffer.c.i
.PHONY : mirror_buffer.i
# target to preprocess a source file
mirror_buffer.c.i:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/mirror_buffer.c.i
.PHONY : mirror_buffer.c.i
mirror_buffer.s: mirror_buffer.c.s
.PHONY : mirror_buffer.s
# target to generate assembly for a file
mirror_buffer.c.s:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/mirror_buffer.c.s
.PHONY : mirror_buffer.c.s
netutils.o: netutils.c.o
.PHONY : netutils.o
# target to build an object file
netutils.c.o:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/netutils.c.o
.PHONY : netutils.c.o
netutils.i: netutils.c.i
.PHONY : netutils.i
# target to preprocess a source file
netutils.c.i:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/netutils.c.i
.PHONY : netutils.c.i
netutils.s: netutils.c.s
.PHONY : netutils.s
# target to generate assembly for a file
netutils.c.s:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/netutils.c.s
.PHONY : netutils.c.s
pairing.o: pairing.c.o
.PHONY : pairing.o
# target to build an object file
pairing.c.o:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/pairing.c.o
.PHONY : pairing.c.o
pairing.i: pairing.c.i
.PHONY : pairing.i
# target to preprocess a source file
pairing.c.i:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/pairing.c.i
.PHONY : pairing.c.i
pairing.s: pairing.c.s
.PHONY : pairing.s
# target to generate assembly for a file
pairing.c.s:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/pairing.c.s
.PHONY : pairing.c.s
raop.o: raop.c.o
.PHONY : raop.o
# target to build an object file
raop.c.o:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/raop.c.o
.PHONY : raop.c.o
raop.i: raop.c.i
.PHONY : raop.i
# target to preprocess a source file
raop.c.i:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/raop.c.i
.PHONY : raop.c.i
raop.s: raop.c.s
.PHONY : raop.s
# target to generate assembly for a file
raop.c.s:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/raop.c.s
.PHONY : raop.c.s
raop_buffer.o: raop_buffer.c.o
.PHONY : raop_buffer.o
# target to build an object file
raop_buffer.c.o:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/raop_buffer.c.o
.PHONY : raop_buffer.c.o
raop_buffer.i: raop_buffer.c.i
.PHONY : raop_buffer.i
# target to preprocess a source file
raop_buffer.c.i:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/raop_buffer.c.i
.PHONY : raop_buffer.c.i
raop_buffer.s: raop_buffer.c.s
.PHONY : raop_buffer.s
# target to generate assembly for a file
raop_buffer.c.s:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/raop_buffer.c.s
.PHONY : raop_buffer.c.s
raop_ntp.o: raop_ntp.c.o
.PHONY : raop_ntp.o
# target to build an object file
raop_ntp.c.o:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/raop_ntp.c.o
.PHONY : raop_ntp.c.o
raop_ntp.i: raop_ntp.c.i
.PHONY : raop_ntp.i
# target to preprocess a source file
raop_ntp.c.i:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/raop_ntp.c.i
.PHONY : raop_ntp.c.i
raop_ntp.s: raop_ntp.c.s
.PHONY : raop_ntp.s
# target to generate assembly for a file
raop_ntp.c.s:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/raop_ntp.c.s
.PHONY : raop_ntp.c.s
raop_rtp.o: raop_rtp.c.o
.PHONY : raop_rtp.o
# target to build an object file
raop_rtp.c.o:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/raop_rtp.c.o
.PHONY : raop_rtp.c.o
raop_rtp.i: raop_rtp.c.i
.PHONY : raop_rtp.i
# target to preprocess a source file
raop_rtp.c.i:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/raop_rtp.c.i
.PHONY : raop_rtp.c.i
raop_rtp.s: raop_rtp.c.s
.PHONY : raop_rtp.s
# target to generate assembly for a file
raop_rtp.c.s:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/raop_rtp.c.s
.PHONY : raop_rtp.c.s
raop_rtp_mirror.o: raop_rtp_mirror.c.o
.PHONY : raop_rtp_mirror.o
# target to build an object file
raop_rtp_mirror.c.o:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/raop_rtp_mirror.c.o
.PHONY : raop_rtp_mirror.c.o
raop_rtp_mirror.i: raop_rtp_mirror.c.i
.PHONY : raop_rtp_mirror.i
# target to preprocess a source file
raop_rtp_mirror.c.i:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/raop_rtp_mirror.c.i
.PHONY : raop_rtp_mirror.c.i
raop_rtp_mirror.s: raop_rtp_mirror.c.s
.PHONY : raop_rtp_mirror.s
# target to generate assembly for a file
raop_rtp_mirror.c.s:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/raop_rtp_mirror.c.s
.PHONY : raop_rtp_mirror.c.s
utils.o: utils.c.o
.PHONY : utils.o
# target to build an object file
utils.c.o:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/utils.c.o
.PHONY : utils.c.o
utils.i: utils.c.i
.PHONY : utils.i
# target to preprocess a source file
utils.c.i:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/utils.c.i
.PHONY : utils.c.i
utils.s: utils.c.s
.PHONY : utils.s
# target to generate assembly for a file
utils.c.s:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/CMakeFiles/airplay.dir/build.make lib/CMakeFiles/airplay.dir/utils.c.s
.PHONY : utils.c.s
# Help Target
help:
@echo "The following are some of the valid targets for this Makefile:"
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... install/strip"
@echo "... edit_cache"
@echo "... airplay"
@echo "... list_install_components"
@echo "... install/local"
@echo "... rebuild_cache"
@echo "... install"
@echo "... byteutils.o"
@echo "... byteutils.i"
@echo "... byteutils.s"
@echo "... crypto.o"
@echo "... crypto.i"
@echo "... crypto.s"
@echo "... dnssd.o"
@echo "... dnssd.i"
@echo "... dnssd.s"
@echo "... fairplay_playfair.o"
@echo "... fairplay_playfair.i"
@echo "... fairplay_playfair.s"
@echo "... http_parser.o"
@echo "... http_parser.i"
@echo "... http_parser.s"
@echo "... http_request.o"
@echo "... http_request.i"
@echo "... http_request.s"
@echo "... http_response.o"
@echo "... http_response.i"
@echo "... http_response.s"
@echo "... httpd.o"
@echo "... httpd.i"
@echo "... httpd.s"
@echo "... logger.o"
@echo "... logger.i"
@echo "... logger.s"
@echo "... mirror_buffer.o"
@echo "... mirror_buffer.i"
@echo "... mirror_buffer.s"
@echo "... netutils.o"
@echo "... netutils.i"
@echo "... netutils.s"
@echo "... pairing.o"
@echo "... pairing.i"
@echo "... pairing.s"
@echo "... raop.o"
@echo "... raop.i"
@echo "... raop.s"
@echo "... raop_buffer.o"
@echo "... raop_buffer.i"
@echo "... raop_buffer.s"
@echo "... raop_ntp.o"
@echo "... raop_ntp.i"
@echo "... raop_ntp.s"
@echo "... raop_rtp.o"
@echo "... raop_rtp.i"
@echo "... raop_rtp.s"
@echo "... raop_rtp_mirror.o"
@echo "... raop_rtp_mirror.i"
@echo "... raop_rtp_mirror.s"
@echo "... utils.o"
@echo "... utils.i"
@echo "... utils.s"
.PHONY : help
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /home/julian/AirplayServer/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

View File

@@ -1,39 +0,0 @@
# Install script for directory: /home/julian/AirplayServer/lib
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/usr/local")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Install shared libraries without execute permission?
if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
set(CMAKE_INSTALL_SO_NO_EXE "1")
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "FALSE")
endif()

View File

@@ -1,16 +0,0 @@
# 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/AirplayServer")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/julian/AirplayServer/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

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

View File

@@ -1,20 +0,0 @@
# 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/AirplayServer/lib/curve25519/curve25519-donna.c" "/home/julian/AirplayServer/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

@@ -1,114 +0,0 @@
# 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/AirplayServer
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/julian/AirplayServer/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/AirplayServer/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object lib/curve25519/CMakeFiles/curve25519.dir/curve25519-donna.c.o"
cd /home/julian/AirplayServer/build/lib/curve25519 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/curve25519.dir/curve25519-donna.c.o -c /home/julian/AirplayServer/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/AirplayServer/build/lib/curve25519 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/julian/AirplayServer/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/AirplayServer/build/lib/curve25519 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/julian/AirplayServer/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/AirplayServer/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C static library libcurve25519.a"
cd /home/julian/AirplayServer/build/lib/curve25519 && $(CMAKE_COMMAND) -P CMakeFiles/curve25519.dir/cmake_clean_target.cmake
cd /home/julian/AirplayServer/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/AirplayServer/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/AirplayServer/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/julian/AirplayServer /home/julian/AirplayServer/lib/curve25519 /home/julian/AirplayServer/build /home/julian/AirplayServer/build/lib/curve25519 /home/julian/AirplayServer/build/lib/curve25519/CMakeFiles/curve25519.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : lib/curve25519/CMakeFiles/curve25519.dir/depend

View File

@@ -1,10 +0,0 @@
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

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

View File

@@ -1,5 +0,0 @@
# 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/AirplayServer/lib/curve25519/curve25519-donna.c

View File

@@ -1,5 +0,0 @@
# 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

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

View File

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

View File

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

View File

@@ -1 +0,0 @@
2

View File

@@ -1,230 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.10
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# 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/AirplayServer
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/julian/AirplayServer/build
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
install/strip/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
/usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# Special rule for the target list_install_components
list_install_components:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
.PHONY : list_install_components
# Special rule for the target list_install_components
list_install_components/fast: list_install_components
.PHONY : list_install_components/fast
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
install/local/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# The main all target
all: cmake_check_build_system
cd /home/julian/AirplayServer/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/julian/AirplayServer/build/CMakeFiles /home/julian/AirplayServer/build/lib/curve25519/CMakeFiles/progress.marks
cd /home/julian/AirplayServer/build && $(MAKE) -f CMakeFiles/Makefile2 lib/curve25519/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/julian/AirplayServer/build/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/julian/AirplayServer/build && $(MAKE) -f CMakeFiles/Makefile2 lib/curve25519/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /home/julian/AirplayServer/build && $(MAKE) -f CMakeFiles/Makefile2 lib/curve25519/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/julian/AirplayServer/build && $(MAKE) -f CMakeFiles/Makefile2 lib/curve25519/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/julian/AirplayServer/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
lib/curve25519/CMakeFiles/curve25519.dir/rule:
cd /home/julian/AirplayServer/build && $(MAKE) -f CMakeFiles/Makefile2 lib/curve25519/CMakeFiles/curve25519.dir/rule
.PHONY : lib/curve25519/CMakeFiles/curve25519.dir/rule
# Convenience name for target.
curve25519: lib/curve25519/CMakeFiles/curve25519.dir/rule
.PHONY : curve25519
# fast build rule for target.
curve25519/fast:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/curve25519/CMakeFiles/curve25519.dir/build.make lib/curve25519/CMakeFiles/curve25519.dir/build
.PHONY : curve25519/fast
curve25519-donna.o: curve25519-donna.c.o
.PHONY : curve25519-donna.o
# target to build an object file
curve25519-donna.c.o:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/curve25519/CMakeFiles/curve25519.dir/build.make lib/curve25519/CMakeFiles/curve25519.dir/curve25519-donna.c.o
.PHONY : curve25519-donna.c.o
curve25519-donna.i: curve25519-donna.c.i
.PHONY : curve25519-donna.i
# target to preprocess a source file
curve25519-donna.c.i:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/curve25519/CMakeFiles/curve25519.dir/build.make lib/curve25519/CMakeFiles/curve25519.dir/curve25519-donna.c.i
.PHONY : curve25519-donna.c.i
curve25519-donna.s: curve25519-donna.c.s
.PHONY : curve25519-donna.s
# target to generate assembly for a file
curve25519-donna.c.s:
cd /home/julian/AirplayServer/build && $(MAKE) -f lib/curve25519/CMakeFiles/curve25519.dir/build.make lib/curve25519/CMakeFiles/curve25519.dir/curve25519-donna.c.s
.PHONY : curve25519-donna.c.s
# Help Target
help:
@echo "The following are some of the valid targets for this Makefile:"
@echo "... all (the default if no target is provided)"
@echo "... clean"
@echo "... depend"
@echo "... install/strip"
@echo "... edit_cache"
@echo "... curve25519"
@echo "... list_install_components"
@echo "... install/local"
@echo "... rebuild_cache"
@echo "... install"
@echo "... curve25519-donna.o"
@echo "... curve25519-donna.i"
@echo "... curve25519-donna.s"
.PHONY : help
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
cd /home/julian/AirplayServer/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

View File

@@ -1,39 +0,0 @@
# Install script for directory: /home/julian/AirplayServer/lib/curve25519
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/usr/local")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Install shared libraries without execute permission?
if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
set(CMAKE_INSTALL_SO_NO_EXE "1")
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "FALSE")
endif()

Binary file not shown.

View File

@@ -1,16 +0,0 @@
# 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/AirplayServer")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/julian/AirplayServer/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

@@ -1,116 +0,0 @@
#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">])
#IncludeRegexScan: ^.*$
#IncludeRegexComplain: ^$
#IncludeRegexTransform:
/home/julian/AirplayServer/lib/ed25519/add_scalar.c
ed25519.h
/home/julian/AirplayServer/lib/ed25519/ed25519.h
ge.h
/home/julian/AirplayServer/lib/ed25519/ge.h
sc.h
/home/julian/AirplayServer/lib/ed25519/sc.h
sha512.h
/home/julian/AirplayServer/lib/ed25519/sha512.h
/home/julian/AirplayServer/lib/ed25519/ed25519.h
stddef.h
-
/home/julian/AirplayServer/lib/ed25519/fe.c
fixedint.h
/home/julian/AirplayServer/lib/ed25519/fixedint.h
fe.h
/home/julian/AirplayServer/lib/ed25519/fe.h
/home/julian/AirplayServer/lib/ed25519/fe.h
fixedint.h
/home/julian/AirplayServer/lib/ed25519/fixedint.h
/home/julian/AirplayServer/lib/ed25519/fixedint.h
stdint.h
-
limits.h
-
limits.h
-
/home/julian/AirplayServer/lib/ed25519/ge.c
ge.h
/home/julian/AirplayServer/lib/ed25519/ge.h
precomp_data.h
/home/julian/AirplayServer/lib/ed25519/precomp_data.h
/home/julian/AirplayServer/lib/ed25519/ge.h
fe.h
/home/julian/AirplayServer/lib/ed25519/fe.h
/home/julian/AirplayServer/lib/ed25519/key_exchange.c
ed25519.h
/home/julian/AirplayServer/lib/ed25519/ed25519.h
fe.h
/home/julian/AirplayServer/lib/ed25519/fe.h
/home/julian/AirplayServer/lib/ed25519/keypair.c
ed25519.h
/home/julian/AirplayServer/lib/ed25519/ed25519.h
sha512.h
/home/julian/AirplayServer/lib/ed25519/sha512.h
ge.h
/home/julian/AirplayServer/lib/ed25519/ge.h
/home/julian/AirplayServer/lib/ed25519/precomp_data.h
/home/julian/AirplayServer/lib/ed25519/sc.c
fixedint.h
/home/julian/AirplayServer/lib/ed25519/fixedint.h
sc.h
/home/julian/AirplayServer/lib/ed25519/sc.h
/home/julian/AirplayServer/lib/ed25519/sc.h
/home/julian/AirplayServer/lib/ed25519/seed.c
ed25519.h
/home/julian/AirplayServer/lib/ed25519/ed25519.h
windows.h
-
wincrypt.h
-
stdio.h
-
/home/julian/AirplayServer/lib/ed25519/sha512.c
fixedint.h
/home/julian/AirplayServer/lib/ed25519/fixedint.h
sha512.h
/home/julian/AirplayServer/lib/ed25519/sha512.h
/home/julian/AirplayServer/lib/ed25519/sha512.h
stddef.h
-
fixedint.h
/home/julian/AirplayServer/lib/ed25519/fixedint.h
/home/julian/AirplayServer/lib/ed25519/sign.c
ed25519.h
/home/julian/AirplayServer/lib/ed25519/ed25519.h
sha512.h
/home/julian/AirplayServer/lib/ed25519/sha512.h
ge.h
/home/julian/AirplayServer/lib/ed25519/ge.h
sc.h
/home/julian/AirplayServer/lib/ed25519/sc.h
/home/julian/AirplayServer/lib/ed25519/verify.c
ed25519.h
/home/julian/AirplayServer/lib/ed25519/ed25519.h
sha512.h
/home/julian/AirplayServer/lib/ed25519/sha512.h
ge.h
/home/julian/AirplayServer/lib/ed25519/ge.h
sc.h
/home/julian/AirplayServer/lib/ed25519/sc.h

View File

@@ -1,29 +0,0 @@
# 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/AirplayServer/lib/ed25519/add_scalar.c" "/home/julian/AirplayServer/build/lib/ed25519/CMakeFiles/ed25519.dir/add_scalar.c.o"
"/home/julian/AirplayServer/lib/ed25519/fe.c" "/home/julian/AirplayServer/build/lib/ed25519/CMakeFiles/ed25519.dir/fe.c.o"
"/home/julian/AirplayServer/lib/ed25519/ge.c" "/home/julian/AirplayServer/build/lib/ed25519/CMakeFiles/ed25519.dir/ge.c.o"
"/home/julian/AirplayServer/lib/ed25519/key_exchange.c" "/home/julian/AirplayServer/build/lib/ed25519/CMakeFiles/ed25519.dir/key_exchange.c.o"
"/home/julian/AirplayServer/lib/ed25519/keypair.c" "/home/julian/AirplayServer/build/lib/ed25519/CMakeFiles/ed25519.dir/keypair.c.o"
"/home/julian/AirplayServer/lib/ed25519/sc.c" "/home/julian/AirplayServer/build/lib/ed25519/CMakeFiles/ed25519.dir/sc.c.o"
"/home/julian/AirplayServer/lib/ed25519/seed.c" "/home/julian/AirplayServer/build/lib/ed25519/CMakeFiles/ed25519.dir/seed.c.o"
"/home/julian/AirplayServer/lib/ed25519/sha512.c" "/home/julian/AirplayServer/build/lib/ed25519/CMakeFiles/ed25519.dir/sha512.c.o"
"/home/julian/AirplayServer/lib/ed25519/sign.c" "/home/julian/AirplayServer/build/lib/ed25519/CMakeFiles/ed25519.dir/sign.c.o"
"/home/julian/AirplayServer/lib/ed25519/verify.c" "/home/julian/AirplayServer/build/lib/ed25519/CMakeFiles/ed25519.dir/verify.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

@@ -1,357 +0,0 @@
# 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/AirplayServer
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/julian/AirplayServer/build
# Include any dependencies generated for this target.
include lib/ed25519/CMakeFiles/ed25519.dir/depend.make
# Include the progress variables for this target.
include lib/ed25519/CMakeFiles/ed25519.dir/progress.make
# Include the compile flags for this target's objects.
include lib/ed25519/CMakeFiles/ed25519.dir/flags.make
lib/ed25519/CMakeFiles/ed25519.dir/add_scalar.c.o: lib/ed25519/CMakeFiles/ed25519.dir/flags.make
lib/ed25519/CMakeFiles/ed25519.dir/add_scalar.c.o: ../lib/ed25519/add_scalar.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/julian/AirplayServer/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object lib/ed25519/CMakeFiles/ed25519.dir/add_scalar.c.o"
cd /home/julian/AirplayServer/build/lib/ed25519 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/ed25519.dir/add_scalar.c.o -c /home/julian/AirplayServer/lib/ed25519/add_scalar.c
lib/ed25519/CMakeFiles/ed25519.dir/add_scalar.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/ed25519.dir/add_scalar.c.i"
cd /home/julian/AirplayServer/build/lib/ed25519 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/julian/AirplayServer/lib/ed25519/add_scalar.c > CMakeFiles/ed25519.dir/add_scalar.c.i
lib/ed25519/CMakeFiles/ed25519.dir/add_scalar.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/ed25519.dir/add_scalar.c.s"
cd /home/julian/AirplayServer/build/lib/ed25519 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/julian/AirplayServer/lib/ed25519/add_scalar.c -o CMakeFiles/ed25519.dir/add_scalar.c.s
lib/ed25519/CMakeFiles/ed25519.dir/add_scalar.c.o.requires:
.PHONY : lib/ed25519/CMakeFiles/ed25519.dir/add_scalar.c.o.requires
lib/ed25519/CMakeFiles/ed25519.dir/add_scalar.c.o.provides: lib/ed25519/CMakeFiles/ed25519.dir/add_scalar.c.o.requires
$(MAKE) -f lib/ed25519/CMakeFiles/ed25519.dir/build.make lib/ed25519/CMakeFiles/ed25519.dir/add_scalar.c.o.provides.build
.PHONY : lib/ed25519/CMakeFiles/ed25519.dir/add_scalar.c.o.provides
lib/ed25519/CMakeFiles/ed25519.dir/add_scalar.c.o.provides.build: lib/ed25519/CMakeFiles/ed25519.dir/add_scalar.c.o
lib/ed25519/CMakeFiles/ed25519.dir/fe.c.o: lib/ed25519/CMakeFiles/ed25519.dir/flags.make
lib/ed25519/CMakeFiles/ed25519.dir/fe.c.o: ../lib/ed25519/fe.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/julian/AirplayServer/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object lib/ed25519/CMakeFiles/ed25519.dir/fe.c.o"
cd /home/julian/AirplayServer/build/lib/ed25519 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/ed25519.dir/fe.c.o -c /home/julian/AirplayServer/lib/ed25519/fe.c
lib/ed25519/CMakeFiles/ed25519.dir/fe.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/ed25519.dir/fe.c.i"
cd /home/julian/AirplayServer/build/lib/ed25519 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/julian/AirplayServer/lib/ed25519/fe.c > CMakeFiles/ed25519.dir/fe.c.i
lib/ed25519/CMakeFiles/ed25519.dir/fe.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/ed25519.dir/fe.c.s"
cd /home/julian/AirplayServer/build/lib/ed25519 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/julian/AirplayServer/lib/ed25519/fe.c -o CMakeFiles/ed25519.dir/fe.c.s
lib/ed25519/CMakeFiles/ed25519.dir/fe.c.o.requires:
.PHONY : lib/ed25519/CMakeFiles/ed25519.dir/fe.c.o.requires
lib/ed25519/CMakeFiles/ed25519.dir/fe.c.o.provides: lib/ed25519/CMakeFiles/ed25519.dir/fe.c.o.requires
$(MAKE) -f lib/ed25519/CMakeFiles/ed25519.dir/build.make lib/ed25519/CMakeFiles/ed25519.dir/fe.c.o.provides.build
.PHONY : lib/ed25519/CMakeFiles/ed25519.dir/fe.c.o.provides
lib/ed25519/CMakeFiles/ed25519.dir/fe.c.o.provides.build: lib/ed25519/CMakeFiles/ed25519.dir/fe.c.o
lib/ed25519/CMakeFiles/ed25519.dir/ge.c.o: lib/ed25519/CMakeFiles/ed25519.dir/flags.make
lib/ed25519/CMakeFiles/ed25519.dir/ge.c.o: ../lib/ed25519/ge.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/julian/AirplayServer/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object lib/ed25519/CMakeFiles/ed25519.dir/ge.c.o"
cd /home/julian/AirplayServer/build/lib/ed25519 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/ed25519.dir/ge.c.o -c /home/julian/AirplayServer/lib/ed25519/ge.c
lib/ed25519/CMakeFiles/ed25519.dir/ge.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/ed25519.dir/ge.c.i"
cd /home/julian/AirplayServer/build/lib/ed25519 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/julian/AirplayServer/lib/ed25519/ge.c > CMakeFiles/ed25519.dir/ge.c.i
lib/ed25519/CMakeFiles/ed25519.dir/ge.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/ed25519.dir/ge.c.s"
cd /home/julian/AirplayServer/build/lib/ed25519 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/julian/AirplayServer/lib/ed25519/ge.c -o CMakeFiles/ed25519.dir/ge.c.s
lib/ed25519/CMakeFiles/ed25519.dir/ge.c.o.requires:
.PHONY : lib/ed25519/CMakeFiles/ed25519.dir/ge.c.o.requires
lib/ed25519/CMakeFiles/ed25519.dir/ge.c.o.provides: lib/ed25519/CMakeFiles/ed25519.dir/ge.c.o.requires
$(MAKE) -f lib/ed25519/CMakeFiles/ed25519.dir/build.make lib/ed25519/CMakeFiles/ed25519.dir/ge.c.o.provides.build
.PHONY : lib/ed25519/CMakeFiles/ed25519.dir/ge.c.o.provides
lib/ed25519/CMakeFiles/ed25519.dir/ge.c.o.provides.build: lib/ed25519/CMakeFiles/ed25519.dir/ge.c.o
lib/ed25519/CMakeFiles/ed25519.dir/key_exchange.c.o: lib/ed25519/CMakeFiles/ed25519.dir/flags.make
lib/ed25519/CMakeFiles/ed25519.dir/key_exchange.c.o: ../lib/ed25519/key_exchange.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/julian/AirplayServer/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object lib/ed25519/CMakeFiles/ed25519.dir/key_exchange.c.o"
cd /home/julian/AirplayServer/build/lib/ed25519 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/ed25519.dir/key_exchange.c.o -c /home/julian/AirplayServer/lib/ed25519/key_exchange.c
lib/ed25519/CMakeFiles/ed25519.dir/key_exchange.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/ed25519.dir/key_exchange.c.i"
cd /home/julian/AirplayServer/build/lib/ed25519 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/julian/AirplayServer/lib/ed25519/key_exchange.c > CMakeFiles/ed25519.dir/key_exchange.c.i
lib/ed25519/CMakeFiles/ed25519.dir/key_exchange.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/ed25519.dir/key_exchange.c.s"
cd /home/julian/AirplayServer/build/lib/ed25519 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/julian/AirplayServer/lib/ed25519/key_exchange.c -o CMakeFiles/ed25519.dir/key_exchange.c.s
lib/ed25519/CMakeFiles/ed25519.dir/key_exchange.c.o.requires:
.PHONY : lib/ed25519/CMakeFiles/ed25519.dir/key_exchange.c.o.requires
lib/ed25519/CMakeFiles/ed25519.dir/key_exchange.c.o.provides: lib/ed25519/CMakeFiles/ed25519.dir/key_exchange.c.o.requires
$(MAKE) -f lib/ed25519/CMakeFiles/ed25519.dir/build.make lib/ed25519/CMakeFiles/ed25519.dir/key_exchange.c.o.provides.build
.PHONY : lib/ed25519/CMakeFiles/ed25519.dir/key_exchange.c.o.provides
lib/ed25519/CMakeFiles/ed25519.dir/key_exchange.c.o.provides.build: lib/ed25519/CMakeFiles/ed25519.dir/key_exchange.c.o
lib/ed25519/CMakeFiles/ed25519.dir/keypair.c.o: lib/ed25519/CMakeFiles/ed25519.dir/flags.make
lib/ed25519/CMakeFiles/ed25519.dir/keypair.c.o: ../lib/ed25519/keypair.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/julian/AirplayServer/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object lib/ed25519/CMakeFiles/ed25519.dir/keypair.c.o"
cd /home/julian/AirplayServer/build/lib/ed25519 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/ed25519.dir/keypair.c.o -c /home/julian/AirplayServer/lib/ed25519/keypair.c
lib/ed25519/CMakeFiles/ed25519.dir/keypair.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/ed25519.dir/keypair.c.i"
cd /home/julian/AirplayServer/build/lib/ed25519 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/julian/AirplayServer/lib/ed25519/keypair.c > CMakeFiles/ed25519.dir/keypair.c.i
lib/ed25519/CMakeFiles/ed25519.dir/keypair.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/ed25519.dir/keypair.c.s"
cd /home/julian/AirplayServer/build/lib/ed25519 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/julian/AirplayServer/lib/ed25519/keypair.c -o CMakeFiles/ed25519.dir/keypair.c.s
lib/ed25519/CMakeFiles/ed25519.dir/keypair.c.o.requires:
.PHONY : lib/ed25519/CMakeFiles/ed25519.dir/keypair.c.o.requires
lib/ed25519/CMakeFiles/ed25519.dir/keypair.c.o.provides: lib/ed25519/CMakeFiles/ed25519.dir/keypair.c.o.requires
$(MAKE) -f lib/ed25519/CMakeFiles/ed25519.dir/build.make lib/ed25519/CMakeFiles/ed25519.dir/keypair.c.o.provides.build
.PHONY : lib/ed25519/CMakeFiles/ed25519.dir/keypair.c.o.provides
lib/ed25519/CMakeFiles/ed25519.dir/keypair.c.o.provides.build: lib/ed25519/CMakeFiles/ed25519.dir/keypair.c.o
lib/ed25519/CMakeFiles/ed25519.dir/sc.c.o: lib/ed25519/CMakeFiles/ed25519.dir/flags.make
lib/ed25519/CMakeFiles/ed25519.dir/sc.c.o: ../lib/ed25519/sc.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/julian/AirplayServer/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object lib/ed25519/CMakeFiles/ed25519.dir/sc.c.o"
cd /home/julian/AirplayServer/build/lib/ed25519 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/ed25519.dir/sc.c.o -c /home/julian/AirplayServer/lib/ed25519/sc.c
lib/ed25519/CMakeFiles/ed25519.dir/sc.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/ed25519.dir/sc.c.i"
cd /home/julian/AirplayServer/build/lib/ed25519 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/julian/AirplayServer/lib/ed25519/sc.c > CMakeFiles/ed25519.dir/sc.c.i
lib/ed25519/CMakeFiles/ed25519.dir/sc.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/ed25519.dir/sc.c.s"
cd /home/julian/AirplayServer/build/lib/ed25519 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/julian/AirplayServer/lib/ed25519/sc.c -o CMakeFiles/ed25519.dir/sc.c.s
lib/ed25519/CMakeFiles/ed25519.dir/sc.c.o.requires:
.PHONY : lib/ed25519/CMakeFiles/ed25519.dir/sc.c.o.requires
lib/ed25519/CMakeFiles/ed25519.dir/sc.c.o.provides: lib/ed25519/CMakeFiles/ed25519.dir/sc.c.o.requires
$(MAKE) -f lib/ed25519/CMakeFiles/ed25519.dir/build.make lib/ed25519/CMakeFiles/ed25519.dir/sc.c.o.provides.build
.PHONY : lib/ed25519/CMakeFiles/ed25519.dir/sc.c.o.provides
lib/ed25519/CMakeFiles/ed25519.dir/sc.c.o.provides.build: lib/ed25519/CMakeFiles/ed25519.dir/sc.c.o
lib/ed25519/CMakeFiles/ed25519.dir/seed.c.o: lib/ed25519/CMakeFiles/ed25519.dir/flags.make
lib/ed25519/CMakeFiles/ed25519.dir/seed.c.o: ../lib/ed25519/seed.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/julian/AirplayServer/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object lib/ed25519/CMakeFiles/ed25519.dir/seed.c.o"
cd /home/julian/AirplayServer/build/lib/ed25519 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/ed25519.dir/seed.c.o -c /home/julian/AirplayServer/lib/ed25519/seed.c
lib/ed25519/CMakeFiles/ed25519.dir/seed.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/ed25519.dir/seed.c.i"
cd /home/julian/AirplayServer/build/lib/ed25519 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/julian/AirplayServer/lib/ed25519/seed.c > CMakeFiles/ed25519.dir/seed.c.i
lib/ed25519/CMakeFiles/ed25519.dir/seed.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/ed25519.dir/seed.c.s"
cd /home/julian/AirplayServer/build/lib/ed25519 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/julian/AirplayServer/lib/ed25519/seed.c -o CMakeFiles/ed25519.dir/seed.c.s
lib/ed25519/CMakeFiles/ed25519.dir/seed.c.o.requires:
.PHONY : lib/ed25519/CMakeFiles/ed25519.dir/seed.c.o.requires
lib/ed25519/CMakeFiles/ed25519.dir/seed.c.o.provides: lib/ed25519/CMakeFiles/ed25519.dir/seed.c.o.requires
$(MAKE) -f lib/ed25519/CMakeFiles/ed25519.dir/build.make lib/ed25519/CMakeFiles/ed25519.dir/seed.c.o.provides.build
.PHONY : lib/ed25519/CMakeFiles/ed25519.dir/seed.c.o.provides
lib/ed25519/CMakeFiles/ed25519.dir/seed.c.o.provides.build: lib/ed25519/CMakeFiles/ed25519.dir/seed.c.o
lib/ed25519/CMakeFiles/ed25519.dir/sha512.c.o: lib/ed25519/CMakeFiles/ed25519.dir/flags.make
lib/ed25519/CMakeFiles/ed25519.dir/sha512.c.o: ../lib/ed25519/sha512.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/julian/AirplayServer/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building C object lib/ed25519/CMakeFiles/ed25519.dir/sha512.c.o"
cd /home/julian/AirplayServer/build/lib/ed25519 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/ed25519.dir/sha512.c.o -c /home/julian/AirplayServer/lib/ed25519/sha512.c
lib/ed25519/CMakeFiles/ed25519.dir/sha512.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/ed25519.dir/sha512.c.i"
cd /home/julian/AirplayServer/build/lib/ed25519 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/julian/AirplayServer/lib/ed25519/sha512.c > CMakeFiles/ed25519.dir/sha512.c.i
lib/ed25519/CMakeFiles/ed25519.dir/sha512.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/ed25519.dir/sha512.c.s"
cd /home/julian/AirplayServer/build/lib/ed25519 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/julian/AirplayServer/lib/ed25519/sha512.c -o CMakeFiles/ed25519.dir/sha512.c.s
lib/ed25519/CMakeFiles/ed25519.dir/sha512.c.o.requires:
.PHONY : lib/ed25519/CMakeFiles/ed25519.dir/sha512.c.o.requires
lib/ed25519/CMakeFiles/ed25519.dir/sha512.c.o.provides: lib/ed25519/CMakeFiles/ed25519.dir/sha512.c.o.requires
$(MAKE) -f lib/ed25519/CMakeFiles/ed25519.dir/build.make lib/ed25519/CMakeFiles/ed25519.dir/sha512.c.o.provides.build
.PHONY : lib/ed25519/CMakeFiles/ed25519.dir/sha512.c.o.provides
lib/ed25519/CMakeFiles/ed25519.dir/sha512.c.o.provides.build: lib/ed25519/CMakeFiles/ed25519.dir/sha512.c.o
lib/ed25519/CMakeFiles/ed25519.dir/sign.c.o: lib/ed25519/CMakeFiles/ed25519.dir/flags.make
lib/ed25519/CMakeFiles/ed25519.dir/sign.c.o: ../lib/ed25519/sign.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/julian/AirplayServer/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building C object lib/ed25519/CMakeFiles/ed25519.dir/sign.c.o"
cd /home/julian/AirplayServer/build/lib/ed25519 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/ed25519.dir/sign.c.o -c /home/julian/AirplayServer/lib/ed25519/sign.c
lib/ed25519/CMakeFiles/ed25519.dir/sign.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/ed25519.dir/sign.c.i"
cd /home/julian/AirplayServer/build/lib/ed25519 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/julian/AirplayServer/lib/ed25519/sign.c > CMakeFiles/ed25519.dir/sign.c.i
lib/ed25519/CMakeFiles/ed25519.dir/sign.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/ed25519.dir/sign.c.s"
cd /home/julian/AirplayServer/build/lib/ed25519 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/julian/AirplayServer/lib/ed25519/sign.c -o CMakeFiles/ed25519.dir/sign.c.s
lib/ed25519/CMakeFiles/ed25519.dir/sign.c.o.requires:
.PHONY : lib/ed25519/CMakeFiles/ed25519.dir/sign.c.o.requires
lib/ed25519/CMakeFiles/ed25519.dir/sign.c.o.provides: lib/ed25519/CMakeFiles/ed25519.dir/sign.c.o.requires
$(MAKE) -f lib/ed25519/CMakeFiles/ed25519.dir/build.make lib/ed25519/CMakeFiles/ed25519.dir/sign.c.o.provides.build
.PHONY : lib/ed25519/CMakeFiles/ed25519.dir/sign.c.o.provides
lib/ed25519/CMakeFiles/ed25519.dir/sign.c.o.provides.build: lib/ed25519/CMakeFiles/ed25519.dir/sign.c.o
lib/ed25519/CMakeFiles/ed25519.dir/verify.c.o: lib/ed25519/CMakeFiles/ed25519.dir/flags.make
lib/ed25519/CMakeFiles/ed25519.dir/verify.c.o: ../lib/ed25519/verify.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/julian/AirplayServer/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building C object lib/ed25519/CMakeFiles/ed25519.dir/verify.c.o"
cd /home/julian/AirplayServer/build/lib/ed25519 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/ed25519.dir/verify.c.o -c /home/julian/AirplayServer/lib/ed25519/verify.c
lib/ed25519/CMakeFiles/ed25519.dir/verify.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/ed25519.dir/verify.c.i"
cd /home/julian/AirplayServer/build/lib/ed25519 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/julian/AirplayServer/lib/ed25519/verify.c > CMakeFiles/ed25519.dir/verify.c.i
lib/ed25519/CMakeFiles/ed25519.dir/verify.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/ed25519.dir/verify.c.s"
cd /home/julian/AirplayServer/build/lib/ed25519 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/julian/AirplayServer/lib/ed25519/verify.c -o CMakeFiles/ed25519.dir/verify.c.s
lib/ed25519/CMakeFiles/ed25519.dir/verify.c.o.requires:
.PHONY : lib/ed25519/CMakeFiles/ed25519.dir/verify.c.o.requires
lib/ed25519/CMakeFiles/ed25519.dir/verify.c.o.provides: lib/ed25519/CMakeFiles/ed25519.dir/verify.c.o.requires
$(MAKE) -f lib/ed25519/CMakeFiles/ed25519.dir/build.make lib/ed25519/CMakeFiles/ed25519.dir/verify.c.o.provides.build
.PHONY : lib/ed25519/CMakeFiles/ed25519.dir/verify.c.o.provides
lib/ed25519/CMakeFiles/ed25519.dir/verify.c.o.provides.build: lib/ed25519/CMakeFiles/ed25519.dir/verify.c.o
# Object files for target ed25519
ed25519_OBJECTS = \
"CMakeFiles/ed25519.dir/add_scalar.c.o" \
"CMakeFiles/ed25519.dir/fe.c.o" \
"CMakeFiles/ed25519.dir/ge.c.o" \
"CMakeFiles/ed25519.dir/key_exchange.c.o" \
"CMakeFiles/ed25519.dir/keypair.c.o" \
"CMakeFiles/ed25519.dir/sc.c.o" \
"CMakeFiles/ed25519.dir/seed.c.o" \
"CMakeFiles/ed25519.dir/sha512.c.o" \
"CMakeFiles/ed25519.dir/sign.c.o" \
"CMakeFiles/ed25519.dir/verify.c.o"
# External object files for target ed25519
ed25519_EXTERNAL_OBJECTS =
lib/ed25519/libed25519.a: lib/ed25519/CMakeFiles/ed25519.dir/add_scalar.c.o
lib/ed25519/libed25519.a: lib/ed25519/CMakeFiles/ed25519.dir/fe.c.o
lib/ed25519/libed25519.a: lib/ed25519/CMakeFiles/ed25519.dir/ge.c.o
lib/ed25519/libed25519.a: lib/ed25519/CMakeFiles/ed25519.dir/key_exchange.c.o
lib/ed25519/libed25519.a: lib/ed25519/CMakeFiles/ed25519.dir/keypair.c.o
lib/ed25519/libed25519.a: lib/ed25519/CMakeFiles/ed25519.dir/sc.c.o
lib/ed25519/libed25519.a: lib/ed25519/CMakeFiles/ed25519.dir/seed.c.o
lib/ed25519/libed25519.a: lib/ed25519/CMakeFiles/ed25519.dir/sha512.c.o
lib/ed25519/libed25519.a: lib/ed25519/CMakeFiles/ed25519.dir/sign.c.o
lib/ed25519/libed25519.a: lib/ed25519/CMakeFiles/ed25519.dir/verify.c.o
lib/ed25519/libed25519.a: lib/ed25519/CMakeFiles/ed25519.dir/build.make
lib/ed25519/libed25519.a: lib/ed25519/CMakeFiles/ed25519.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/julian/AirplayServer/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Linking C static library libed25519.a"
cd /home/julian/AirplayServer/build/lib/ed25519 && $(CMAKE_COMMAND) -P CMakeFiles/ed25519.dir/cmake_clean_target.cmake
cd /home/julian/AirplayServer/build/lib/ed25519 && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/ed25519.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
lib/ed25519/CMakeFiles/ed25519.dir/build: lib/ed25519/libed25519.a
.PHONY : lib/ed25519/CMakeFiles/ed25519.dir/build
lib/ed25519/CMakeFiles/ed25519.dir/requires: lib/ed25519/CMakeFiles/ed25519.dir/add_scalar.c.o.requires
lib/ed25519/CMakeFiles/ed25519.dir/requires: lib/ed25519/CMakeFiles/ed25519.dir/fe.c.o.requires
lib/ed25519/CMakeFiles/ed25519.dir/requires: lib/ed25519/CMakeFiles/ed25519.dir/ge.c.o.requires
lib/ed25519/CMakeFiles/ed25519.dir/requires: lib/ed25519/CMakeFiles/ed25519.dir/key_exchange.c.o.requires
lib/ed25519/CMakeFiles/ed25519.dir/requires: lib/ed25519/CMakeFiles/ed25519.dir/keypair.c.o.requires
lib/ed25519/CMakeFiles/ed25519.dir/requires: lib/ed25519/CMakeFiles/ed25519.dir/sc.c.o.requires
lib/ed25519/CMakeFiles/ed25519.dir/requires: lib/ed25519/CMakeFiles/ed25519.dir/seed.c.o.requires
lib/ed25519/CMakeFiles/ed25519.dir/requires: lib/ed25519/CMakeFiles/ed25519.dir/sha512.c.o.requires
lib/ed25519/CMakeFiles/ed25519.dir/requires: lib/ed25519/CMakeFiles/ed25519.dir/sign.c.o.requires
lib/ed25519/CMakeFiles/ed25519.dir/requires: lib/ed25519/CMakeFiles/ed25519.dir/verify.c.o.requires
.PHONY : lib/ed25519/CMakeFiles/ed25519.dir/requires
lib/ed25519/CMakeFiles/ed25519.dir/clean:
cd /home/julian/AirplayServer/build/lib/ed25519 && $(CMAKE_COMMAND) -P CMakeFiles/ed25519.dir/cmake_clean.cmake
.PHONY : lib/ed25519/CMakeFiles/ed25519.dir/clean
lib/ed25519/CMakeFiles/ed25519.dir/depend:
cd /home/julian/AirplayServer/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/julian/AirplayServer /home/julian/AirplayServer/lib/ed25519 /home/julian/AirplayServer/build /home/julian/AirplayServer/build/lib/ed25519 /home/julian/AirplayServer/build/lib/ed25519/CMakeFiles/ed25519.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : lib/ed25519/CMakeFiles/ed25519.dir/depend

View File

@@ -1,19 +0,0 @@
file(REMOVE_RECURSE
"CMakeFiles/ed25519.dir/add_scalar.c.o"
"CMakeFiles/ed25519.dir/fe.c.o"
"CMakeFiles/ed25519.dir/ge.c.o"
"CMakeFiles/ed25519.dir/key_exchange.c.o"
"CMakeFiles/ed25519.dir/keypair.c.o"
"CMakeFiles/ed25519.dir/sc.c.o"
"CMakeFiles/ed25519.dir/seed.c.o"
"CMakeFiles/ed25519.dir/sha512.c.o"
"CMakeFiles/ed25519.dir/sign.c.o"
"CMakeFiles/ed25519.dir/verify.c.o"
"libed25519.pdb"
"libed25519.a"
)
# Per-language clean rules from dependency scanning.
foreach(lang C)
include(CMakeFiles/ed25519.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

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

View File

@@ -1,60 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.10
lib/ed25519/CMakeFiles/ed25519.dir/add_scalar.c.o
/home/julian/AirplayServer/lib/ed25519/add_scalar.c
/home/julian/AirplayServer/lib/ed25519/ed25519.h
/home/julian/AirplayServer/lib/ed25519/fe.h
/home/julian/AirplayServer/lib/ed25519/fixedint.h
/home/julian/AirplayServer/lib/ed25519/ge.h
/home/julian/AirplayServer/lib/ed25519/sc.h
/home/julian/AirplayServer/lib/ed25519/sha512.h
lib/ed25519/CMakeFiles/ed25519.dir/fe.c.o
/home/julian/AirplayServer/lib/ed25519/fe.c
/home/julian/AirplayServer/lib/ed25519/fe.h
/home/julian/AirplayServer/lib/ed25519/fixedint.h
lib/ed25519/CMakeFiles/ed25519.dir/ge.c.o
/home/julian/AirplayServer/lib/ed25519/fe.h
/home/julian/AirplayServer/lib/ed25519/fixedint.h
/home/julian/AirplayServer/lib/ed25519/ge.c
/home/julian/AirplayServer/lib/ed25519/ge.h
/home/julian/AirplayServer/lib/ed25519/precomp_data.h
lib/ed25519/CMakeFiles/ed25519.dir/key_exchange.c.o
/home/julian/AirplayServer/lib/ed25519/ed25519.h
/home/julian/AirplayServer/lib/ed25519/fe.h
/home/julian/AirplayServer/lib/ed25519/fixedint.h
/home/julian/AirplayServer/lib/ed25519/key_exchange.c
lib/ed25519/CMakeFiles/ed25519.dir/keypair.c.o
/home/julian/AirplayServer/lib/ed25519/ed25519.h
/home/julian/AirplayServer/lib/ed25519/fe.h
/home/julian/AirplayServer/lib/ed25519/fixedint.h
/home/julian/AirplayServer/lib/ed25519/ge.h
/home/julian/AirplayServer/lib/ed25519/keypair.c
/home/julian/AirplayServer/lib/ed25519/sha512.h
lib/ed25519/CMakeFiles/ed25519.dir/sc.c.o
/home/julian/AirplayServer/lib/ed25519/fixedint.h
/home/julian/AirplayServer/lib/ed25519/sc.c
/home/julian/AirplayServer/lib/ed25519/sc.h
lib/ed25519/CMakeFiles/ed25519.dir/seed.c.o
/home/julian/AirplayServer/lib/ed25519/ed25519.h
/home/julian/AirplayServer/lib/ed25519/seed.c
lib/ed25519/CMakeFiles/ed25519.dir/sha512.c.o
/home/julian/AirplayServer/lib/ed25519/fixedint.h
/home/julian/AirplayServer/lib/ed25519/sha512.c
/home/julian/AirplayServer/lib/ed25519/sha512.h
lib/ed25519/CMakeFiles/ed25519.dir/sign.c.o
/home/julian/AirplayServer/lib/ed25519/ed25519.h
/home/julian/AirplayServer/lib/ed25519/fe.h
/home/julian/AirplayServer/lib/ed25519/fixedint.h
/home/julian/AirplayServer/lib/ed25519/ge.h
/home/julian/AirplayServer/lib/ed25519/sc.h
/home/julian/AirplayServer/lib/ed25519/sha512.h
/home/julian/AirplayServer/lib/ed25519/sign.c
lib/ed25519/CMakeFiles/ed25519.dir/verify.c.o
/home/julian/AirplayServer/lib/ed25519/ed25519.h
/home/julian/AirplayServer/lib/ed25519/fe.h
/home/julian/AirplayServer/lib/ed25519/fixedint.h
/home/julian/AirplayServer/lib/ed25519/ge.h
/home/julian/AirplayServer/lib/ed25519/sc.h
/home/julian/AirplayServer/lib/ed25519/sha512.h
/home/julian/AirplayServer/lib/ed25519/verify.c

View File

@@ -1,60 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.10
lib/ed25519/CMakeFiles/ed25519.dir/add_scalar.c.o: ../lib/ed25519/add_scalar.c
lib/ed25519/CMakeFiles/ed25519.dir/add_scalar.c.o: ../lib/ed25519/ed25519.h
lib/ed25519/CMakeFiles/ed25519.dir/add_scalar.c.o: ../lib/ed25519/fe.h
lib/ed25519/CMakeFiles/ed25519.dir/add_scalar.c.o: ../lib/ed25519/fixedint.h
lib/ed25519/CMakeFiles/ed25519.dir/add_scalar.c.o: ../lib/ed25519/ge.h
lib/ed25519/CMakeFiles/ed25519.dir/add_scalar.c.o: ../lib/ed25519/sc.h
lib/ed25519/CMakeFiles/ed25519.dir/add_scalar.c.o: ../lib/ed25519/sha512.h
lib/ed25519/CMakeFiles/ed25519.dir/fe.c.o: ../lib/ed25519/fe.c
lib/ed25519/CMakeFiles/ed25519.dir/fe.c.o: ../lib/ed25519/fe.h
lib/ed25519/CMakeFiles/ed25519.dir/fe.c.o: ../lib/ed25519/fixedint.h
lib/ed25519/CMakeFiles/ed25519.dir/ge.c.o: ../lib/ed25519/fe.h
lib/ed25519/CMakeFiles/ed25519.dir/ge.c.o: ../lib/ed25519/fixedint.h
lib/ed25519/CMakeFiles/ed25519.dir/ge.c.o: ../lib/ed25519/ge.c
lib/ed25519/CMakeFiles/ed25519.dir/ge.c.o: ../lib/ed25519/ge.h
lib/ed25519/CMakeFiles/ed25519.dir/ge.c.o: ../lib/ed25519/precomp_data.h
lib/ed25519/CMakeFiles/ed25519.dir/key_exchange.c.o: ../lib/ed25519/ed25519.h
lib/ed25519/CMakeFiles/ed25519.dir/key_exchange.c.o: ../lib/ed25519/fe.h
lib/ed25519/CMakeFiles/ed25519.dir/key_exchange.c.o: ../lib/ed25519/fixedint.h
lib/ed25519/CMakeFiles/ed25519.dir/key_exchange.c.o: ../lib/ed25519/key_exchange.c
lib/ed25519/CMakeFiles/ed25519.dir/keypair.c.o: ../lib/ed25519/ed25519.h
lib/ed25519/CMakeFiles/ed25519.dir/keypair.c.o: ../lib/ed25519/fe.h
lib/ed25519/CMakeFiles/ed25519.dir/keypair.c.o: ../lib/ed25519/fixedint.h
lib/ed25519/CMakeFiles/ed25519.dir/keypair.c.o: ../lib/ed25519/ge.h
lib/ed25519/CMakeFiles/ed25519.dir/keypair.c.o: ../lib/ed25519/keypair.c
lib/ed25519/CMakeFiles/ed25519.dir/keypair.c.o: ../lib/ed25519/sha512.h
lib/ed25519/CMakeFiles/ed25519.dir/sc.c.o: ../lib/ed25519/fixedint.h
lib/ed25519/CMakeFiles/ed25519.dir/sc.c.o: ../lib/ed25519/sc.c
lib/ed25519/CMakeFiles/ed25519.dir/sc.c.o: ../lib/ed25519/sc.h
lib/ed25519/CMakeFiles/ed25519.dir/seed.c.o: ../lib/ed25519/ed25519.h
lib/ed25519/CMakeFiles/ed25519.dir/seed.c.o: ../lib/ed25519/seed.c
lib/ed25519/CMakeFiles/ed25519.dir/sha512.c.o: ../lib/ed25519/fixedint.h
lib/ed25519/CMakeFiles/ed25519.dir/sha512.c.o: ../lib/ed25519/sha512.c
lib/ed25519/CMakeFiles/ed25519.dir/sha512.c.o: ../lib/ed25519/sha512.h
lib/ed25519/CMakeFiles/ed25519.dir/sign.c.o: ../lib/ed25519/ed25519.h
lib/ed25519/CMakeFiles/ed25519.dir/sign.c.o: ../lib/ed25519/fe.h
lib/ed25519/CMakeFiles/ed25519.dir/sign.c.o: ../lib/ed25519/fixedint.h
lib/ed25519/CMakeFiles/ed25519.dir/sign.c.o: ../lib/ed25519/ge.h
lib/ed25519/CMakeFiles/ed25519.dir/sign.c.o: ../lib/ed25519/sc.h
lib/ed25519/CMakeFiles/ed25519.dir/sign.c.o: ../lib/ed25519/sha512.h
lib/ed25519/CMakeFiles/ed25519.dir/sign.c.o: ../lib/ed25519/sign.c
lib/ed25519/CMakeFiles/ed25519.dir/verify.c.o: ../lib/ed25519/ed25519.h
lib/ed25519/CMakeFiles/ed25519.dir/verify.c.o: ../lib/ed25519/fe.h
lib/ed25519/CMakeFiles/ed25519.dir/verify.c.o: ../lib/ed25519/fixedint.h
lib/ed25519/CMakeFiles/ed25519.dir/verify.c.o: ../lib/ed25519/ge.h
lib/ed25519/CMakeFiles/ed25519.dir/verify.c.o: ../lib/ed25519/sc.h
lib/ed25519/CMakeFiles/ed25519.dir/verify.c.o: ../lib/ed25519/sha512.h
lib/ed25519/CMakeFiles/ed25519.dir/verify.c.o: ../lib/ed25519/verify.c

View File

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

View File

@@ -1,2 +0,0 @@
/usr/bin/ar qc libed25519.a CMakeFiles/ed25519.dir/add_scalar.c.o CMakeFiles/ed25519.dir/fe.c.o CMakeFiles/ed25519.dir/ge.c.o CMakeFiles/ed25519.dir/key_exchange.c.o CMakeFiles/ed25519.dir/keypair.c.o CMakeFiles/ed25519.dir/sc.c.o CMakeFiles/ed25519.dir/seed.c.o CMakeFiles/ed25519.dir/sha512.c.o CMakeFiles/ed25519.dir/sign.c.o CMakeFiles/ed25519.dir/verify.c.o
/usr/bin/ranlib libed25519.a

View File

@@ -1,12 +0,0 @@
CMAKE_PROGRESS_1 = 24
CMAKE_PROGRESS_2 = 25
CMAKE_PROGRESS_3 = 26
CMAKE_PROGRESS_4 = 27
CMAKE_PROGRESS_5 = 28
CMAKE_PROGRESS_6 = 29
CMAKE_PROGRESS_7 = 30
CMAKE_PROGRESS_8 = 31
CMAKE_PROGRESS_9 = 32
CMAKE_PROGRESS_10 = 33
CMAKE_PROGRESS_11 = 34

Some files were not shown because too many files have changed in this diff Show More