|
@@ -38,22 +38,19 @@ RM = /usr/bin/cmake -E remove -f
|
|
|
# Escaping for special characters.
|
|
|
EQUALS = =
|
|
|
|
|
|
-# The program to use to edit the cache.
|
|
|
-CMAKE_EDIT_COMMAND = /usr/bin/cmake-gui
|
|
|
-
|
|
|
# The top-level source directory on which CMake was run.
|
|
|
-CMAKE_SOURCE_DIR = /home/opcua/Downloads/open62541_external_datasource
|
|
|
+CMAKE_SOURCE_DIR = /home/fp/Downloads/open62541_ext
|
|
|
|
|
|
# The top-level build directory on which CMake was run.
|
|
|
-CMAKE_BINARY_DIR = /home/opcua/Downloads/open62541_external_datasource
|
|
|
+CMAKE_BINARY_DIR = /home/fp/Downloads/open62541_ext
|
|
|
|
|
|
#=============================================================================
|
|
|
# Targets provided globally by CMake.
|
|
|
|
|
|
# Special rule for the target edit_cache
|
|
|
edit_cache:
|
|
|
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
|
|
|
- /usr/bin/cmake-gui -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
|
|
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running interactive CMake command-line interface..."
|
|
|
+ /usr/bin/cmake -i .
|
|
|
.PHONY : edit_cache
|
|
|
|
|
|
# Special rule for the target edit_cache
|
|
@@ -72,9 +69,9 @@ rebuild_cache/fast: rebuild_cache
|
|
|
|
|
|
# The main all target
|
|
|
all: cmake_check_build_system
|
|
|
- $(CMAKE_COMMAND) -E cmake_progress_start /home/opcua/Downloads/open62541_external_datasource/CMakeFiles /home/opcua/Downloads/open62541_external_datasource/CMakeFiles/progress.marks
|
|
|
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/fp/Downloads/open62541_ext/CMakeFiles /home/fp/Downloads/open62541_ext/CMakeFiles/progress.marks
|
|
|
$(MAKE) -f CMakeFiles/Makefile2 all
|
|
|
- $(CMAKE_COMMAND) -E cmake_progress_start /home/opcua/Downloads/open62541_external_datasource/CMakeFiles 0
|
|
|
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/fp/Downloads/open62541_ext/CMakeFiles 0
|
|
|
.PHONY : all
|
|
|
|
|
|
# The main clean target
|