Remove duplicated directory
This commit is contained in:
@@ -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,14 +126,14 @@ install/fast: preinstall/fast
|
||||
|
||||
# The main all target
|
||||
all: cmake_check_build_system
|
||||
cd /home/julian/UxPlay/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/julian/UxPlay/build/CMakeFiles /home/julian/UxPlay/build/lib/curve25519/CMakeFiles/progress.marks
|
||||
cd /home/julian/UxPlay/build && $(MAKE) -f CMakeFiles/Makefile2 lib/curve25519/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/julian/UxPlay/build/CMakeFiles 0
|
||||
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/UxPlay/build && $(MAKE) -f CMakeFiles/Makefile2 lib/curve25519/clean
|
||||
cd /home/julian/AirplayServer/build && $(MAKE) -f CMakeFiles/Makefile2 lib/curve25519/clean
|
||||
.PHONY : clean
|
||||
|
||||
# The main clean target
|
||||
@@ -143,22 +143,22 @@ clean/fast: clean
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall: all
|
||||
cd /home/julian/UxPlay/build && $(MAKE) -f CMakeFiles/Makefile2 lib/curve25519/preinstall
|
||||
cd /home/julian/AirplayServer/build && $(MAKE) -f CMakeFiles/Makefile2 lib/curve25519/preinstall
|
||||
.PHONY : preinstall
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall/fast:
|
||||
cd /home/julian/UxPlay/build && $(MAKE) -f CMakeFiles/Makefile2 lib/curve25519/preinstall
|
||||
cd /home/julian/AirplayServer/build && $(MAKE) -f CMakeFiles/Makefile2 lib/curve25519/preinstall
|
||||
.PHONY : preinstall/fast
|
||||
|
||||
# clear depends
|
||||
depend:
|
||||
cd /home/julian/UxPlay/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
||||
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/UxPlay/build && $(MAKE) -f CMakeFiles/Makefile2 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.
|
||||
@@ -168,7 +168,7 @@ curve25519: lib/curve25519/CMakeFiles/curve25519.dir/rule
|
||||
|
||||
# fast build rule for target.
|
||||
curve25519/fast:
|
||||
cd /home/julian/UxPlay/build && $(MAKE) -f lib/curve25519/CMakeFiles/curve25519.dir/build.make lib/curve25519/CMakeFiles/curve25519.dir/build
|
||||
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
|
||||
@@ -177,7 +177,7 @@ curve25519-donna.o: curve25519-donna.c.o
|
||||
|
||||
# target to build an object file
|
||||
curve25519-donna.c.o:
|
||||
cd /home/julian/UxPlay/build && $(MAKE) -f lib/curve25519/CMakeFiles/curve25519.dir/build.make lib/curve25519/CMakeFiles/curve25519.dir/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
|
||||
@@ -186,7 +186,7 @@ curve25519-donna.i: curve25519-donna.c.i
|
||||
|
||||
# target to preprocess a source file
|
||||
curve25519-donna.c.i:
|
||||
cd /home/julian/UxPlay/build && $(MAKE) -f lib/curve25519/CMakeFiles/curve25519.dir/build.make lib/curve25519/CMakeFiles/curve25519.dir/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
|
||||
@@ -195,7 +195,7 @@ curve25519-donna.s: curve25519-donna.c.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
curve25519-donna.c.s:
|
||||
cd /home/julian/UxPlay/build && $(MAKE) -f lib/curve25519/CMakeFiles/curve25519.dir/build.make lib/curve25519/CMakeFiles/curve25519.dir/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
|
||||
@@ -225,6 +225,6 @@ help:
|
||||
# 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/UxPlay/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user