Skip to content

Commit 9d3ca3d

Browse files
committed
Forcefield and g2o agents added. Minor changes.
1 parent 041f9ee commit 9d3ca3d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+6594
-110147
lines changed

IROS_experiments/webots_bridge_iros/Makefile

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CMAKE generated file: DO NOT EDIT!
2-
# Generated by "Unix Makefiles" Generator, CMake Version 3.27
2+
# Generated by "Unix Makefiles" Generator, CMake Version 3.26
33

44
# Default target executed when no arguments are given to make.
55
default_target: all
@@ -48,10 +48,10 @@ cmake_force:
4848
SHELL = /bin/sh
4949

5050
# The CMake executable.
51-
CMAKE_COMMAND = /snap/clion/265/bin/cmake/linux/x64/bin/cmake
51+
CMAKE_COMMAND = /usr/local/lib/python3.10/dist-packages/cmake/data/bin/cmake
5252

5353
# The command to remove a file.
54-
RM = /snap/clion/265/bin/cmake/linux/x64/bin/cmake -E rm -f
54+
RM = /usr/local/lib/python3.10/dist-packages/cmake/data/bin/cmake -E rm -f
5555

5656
# Escaping for special characters.
5757
EQUALS = =
@@ -67,8 +67,8 @@ CMAKE_BINARY_DIR = /home/robolab/robocomp/components/robocomp-shadow/IROS_experi
6767

6868
# Special rule for the target edit_cache
6969
edit_cache:
70-
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "No interactive CMake dialog available..."
71-
/snap/clion/265/bin/cmake/linux/x64/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
70+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
71+
/usr/local/lib/python3.10/dist-packages/cmake/data/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
7272
.PHONY : edit_cache
7373

7474
# Special rule for the target edit_cache
@@ -77,8 +77,8 @@ edit_cache/fast: edit_cache
7777

7878
# Special rule for the target rebuild_cache
7979
rebuild_cache:
80-
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..."
81-
/snap/clion/265/bin/cmake/linux/x64/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
80+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
81+
/usr/local/lib/python3.10/dist-packages/cmake/data/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
8282
.PHONY : rebuild_cache
8383

8484
# Special rule for the target rebuild_cache
@@ -87,7 +87,7 @@ rebuild_cache/fast: rebuild_cache
8787

8888
# Special rule for the target list_install_components
8989
list_install_components:
90-
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\""
90+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
9191
.PHONY : list_install_components
9292

9393
# Special rule for the target list_install_components
@@ -96,38 +96,38 @@ list_install_components/fast: list_install_components
9696

9797
# Special rule for the target install
9898
install: preinstall
99-
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
100-
/snap/clion/265/bin/cmake/linux/x64/bin/cmake -P cmake_install.cmake
99+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
100+
/usr/local/lib/python3.10/dist-packages/cmake/data/bin/cmake -P cmake_install.cmake
101101
.PHONY : install
102102

103103
# Special rule for the target install
104104
install/fast: preinstall/fast
105-
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
106-
/snap/clion/265/bin/cmake/linux/x64/bin/cmake -P cmake_install.cmake
105+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
106+
/usr/local/lib/python3.10/dist-packages/cmake/data/bin/cmake -P cmake_install.cmake
107107
.PHONY : install/fast
108108

109109
# Special rule for the target install/local
110110
install/local: preinstall
111-
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
112-
/snap/clion/265/bin/cmake/linux/x64/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
111+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
112+
/usr/local/lib/python3.10/dist-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
113113
.PHONY : install/local
114114

115115
# Special rule for the target install/local
116116
install/local/fast: preinstall/fast
117-
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
118-
/snap/clion/265/bin/cmake/linux/x64/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
117+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
118+
/usr/local/lib/python3.10/dist-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
119119
.PHONY : install/local/fast
120120

121121
# Special rule for the target install/strip
122122
install/strip: preinstall
123-
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
124-
/snap/clion/265/bin/cmake/linux/x64/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
123+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
124+
/usr/local/lib/python3.10/dist-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
125125
.PHONY : install/strip
126126

127127
# Special rule for the target install/strip
128128
install/strip/fast: preinstall/fast
129-
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
130-
/snap/clion/265/bin/cmake/linux/x64/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
129+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
130+
/usr/local/lib/python3.10/dist-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
131131
.PHONY : install/strip/fast
132132

133133
# The main all target

0 commit comments

Comments
 (0)