Remove duplicated directory

This commit is contained in:
2020-04-20 22:38:11 +02:00
parent ca48df38e5
commit 9b7b10615d
92 changed files with 14379 additions and 1349 deletions

View File

@@ -48,10 +48,10 @@ RM = /usr/bin/cmake -E remove -f
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/julian/UxPlay
CMAKE_SOURCE_DIR = /home/julian/AirplayServer
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/julian/UxPlay/build
CMAKE_BINARY_DIR = /home/julian/AirplayServer/build
#=============================================================================
# Targets provided globally by CMake.
@@ -126,9 +126,9 @@ install/fast: preinstall/fast
# The main all target
all: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/julian/UxPlay/build/CMakeFiles /home/julian/UxPlay/build/CMakeFiles/progress.marks
$(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/UxPlay/build/CMakeFiles 0
$(CMAKE_COMMAND) -E cmake_progress_start /home/julian/AirplayServer/build/CMakeFiles 0
.PHONY : all
# The main clean target