[1168] | 1 | # CMAKE generated file: DO NOT EDIT! |
---|
| 2 | # Generated by "Unix Makefiles" Generator, CMake Version 2.4 |
---|
| 3 | |
---|
| 4 | # Default target executed when no arguments are given to make. |
---|
| 5 | default_target: all |
---|
| 6 | |
---|
| 7 | #============================================================================= |
---|
| 8 | # Special targets provided by cmake. |
---|
| 9 | |
---|
| 10 | # Disable implicit rules so canoncical targets will work. |
---|
| 11 | .SUFFIXES: |
---|
| 12 | |
---|
| 13 | .SUFFIXES: .hpux_make_needs_suffix_list |
---|
| 14 | |
---|
| 15 | # Suppress display of executed commands. |
---|
| 16 | $(VERBOSE).SILENT: |
---|
| 17 | |
---|
| 18 | # A target that is always out of date. |
---|
| 19 | cmake_force: |
---|
| 20 | |
---|
| 21 | #============================================================================= |
---|
| 22 | # Set environment variables for the build. |
---|
| 23 | |
---|
| 24 | # The shell in which to execute make rules. |
---|
| 25 | SHELL = /bin/sh |
---|
| 26 | |
---|
| 27 | # The CMake executable. |
---|
[1176] | 28 | CMAKE_COMMAND = /usr/bin/cmake |
---|
[1168] | 29 | |
---|
| 30 | # The command to remove a file. |
---|
[1176] | 31 | RM = /usr/bin/cmake -E remove -f |
---|
[1168] | 32 | |
---|
| 33 | # The program to use to edit the cache. |
---|
[1176] | 34 | CMAKE_EDIT_COMMAND = /usr/bin/ccmake |
---|
[1168] | 35 | |
---|
| 36 | # The top-level source directory on which CMake was run. |
---|
[1176] | 37 | CMAKE_SOURCE_DIR = /home/dude/orxonox/network |
---|
[1168] | 38 | |
---|
| 39 | # The top-level build directory on which CMake was run. |
---|
[1176] | 40 | CMAKE_BINARY_DIR = /home/dude/orxonox/network |
---|
[1168] | 41 | |
---|
| 42 | # Include the progress variables for this target. |
---|
| 43 | include CMakeFiles/progress.make |
---|
| 44 | |
---|
| 45 | #============================================================================= |
---|
| 46 | # Targets provided globally by CMake. |
---|
| 47 | |
---|
| 48 | # Special rule for the target edit_cache |
---|
| 49 | edit_cache: |
---|
| 50 | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." |
---|
[1176] | 51 | cd /home/dude/orxonox/network/src/network && /usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) |
---|
[1168] | 52 | |
---|
| 53 | # Special rule for the target edit_cache |
---|
| 54 | edit_cache/fast: edit_cache |
---|
| 55 | |
---|
| 56 | # Special rule for the target rebuild_cache |
---|
| 57 | rebuild_cache: |
---|
| 58 | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." |
---|
[1176] | 59 | cd /home/dude/orxonox/network/src/network && /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) |
---|
[1168] | 60 | |
---|
| 61 | # Special rule for the target rebuild_cache |
---|
| 62 | rebuild_cache/fast: rebuild_cache |
---|
| 63 | |
---|
| 64 | # The main all target |
---|
| 65 | all: cmake_check_build_system |
---|
[1176] | 66 | cd /home/dude/orxonox/network && $(CMAKE_COMMAND) -E cmake_progress_start /home/dude/orxonox/network/CMakeFiles $(CMAKE_ALL_PROGRESS) |
---|
| 67 | cd /home/dude/orxonox/network && $(MAKE) -f CMakeFiles/Makefile2 src/network/all |
---|
| 68 | $(CMAKE_COMMAND) -E cmake_progress_start /home/dude/orxonox/network/CMakeFiles 0 |
---|
[1168] | 69 | |
---|
| 70 | # The main clean target |
---|
| 71 | clean: |
---|
[1176] | 72 | cd /home/dude/orxonox/network && $(MAKE) -f CMakeFiles/Makefile2 src/network/clean |
---|
[1168] | 73 | |
---|
| 74 | # The main clean target |
---|
| 75 | clean/fast: clean |
---|
| 76 | |
---|
| 77 | # Prepare targets for installation. |
---|
| 78 | preinstall: all |
---|
[1176] | 79 | cd /home/dude/orxonox/network && $(MAKE) -f CMakeFiles/Makefile2 src/network/preinstall |
---|
[1168] | 80 | |
---|
| 81 | # Prepare targets for installation. |
---|
| 82 | preinstall/fast: |
---|
[1176] | 83 | cd /home/dude/orxonox/network && $(MAKE) -f CMakeFiles/Makefile2 src/network/preinstall |
---|
[1168] | 84 | |
---|
| 85 | # clear depends |
---|
| 86 | depend: |
---|
| 87 | $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 |
---|
| 88 | |
---|
| 89 | # Convenience name for target. |
---|
| 90 | src/network/CMakeFiles/network.dir/rule: |
---|
[1176] | 91 | cd /home/dude/orxonox/network && $(MAKE) -f CMakeFiles/Makefile2 src/network/CMakeFiles/network.dir/rule |
---|
[1168] | 92 | |
---|
| 93 | # Convenience name for target. |
---|
| 94 | network: src/network/CMakeFiles/network.dir/rule |
---|
| 95 | |
---|
| 96 | # fast build rule for target. |
---|
| 97 | network/fast: |
---|
[1176] | 98 | cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/network.dir/build.make src/network/CMakeFiles/network.dir/build |
---|
[1168] | 99 | |
---|
[1176] | 100 | # Convenience name for target. |
---|
| 101 | src/network/CMakeFiles/networktest.dir/rule: |
---|
| 102 | cd /home/dude/orxonox/network && $(MAKE) -f CMakeFiles/Makefile2 src/network/CMakeFiles/networktest.dir/rule |
---|
| 103 | |
---|
| 104 | # Convenience name for target. |
---|
| 105 | networktest: src/network/CMakeFiles/networktest.dir/rule |
---|
| 106 | |
---|
| 107 | # fast build rule for target. |
---|
| 108 | networktest/fast: |
---|
| 109 | cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/networktest.dir/build.make src/network/CMakeFiles/networktest.dir/build |
---|
| 110 | |
---|
[1168] | 111 | # target to build an object file |
---|
| 112 | Client.o: |
---|
[1176] | 113 | cd /home/dude/orxonox/network && cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/network.dir/build.make src/network/CMakeFiles/network.dir/Client.o |
---|
| 114 | cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/networktest.dir/build.make src/network/CMakeFiles/networktest.dir/Client.o |
---|
[1168] | 115 | |
---|
| 116 | # target to preprocess a source file |
---|
| 117 | Client.i: |
---|
[1176] | 118 | cd /home/dude/orxonox/network && cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/network.dir/build.make src/network/CMakeFiles/network.dir/Client.i |
---|
| 119 | cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/networktest.dir/build.make src/network/CMakeFiles/networktest.dir/Client.i |
---|
[1168] | 120 | |
---|
| 121 | # target to generate assembly for a file |
---|
| 122 | Client.s: |
---|
[1176] | 123 | cd /home/dude/orxonox/network && cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/network.dir/build.make src/network/CMakeFiles/network.dir/Client.s |
---|
| 124 | cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/networktest.dir/build.make src/network/CMakeFiles/networktest.dir/Client.s |
---|
[1168] | 125 | |
---|
| 126 | # target to build an object file |
---|
| 127 | ClientConnection.o: |
---|
[1176] | 128 | cd /home/dude/orxonox/network && cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/network.dir/build.make src/network/CMakeFiles/network.dir/ClientConnection.o |
---|
| 129 | cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/networktest.dir/build.make src/network/CMakeFiles/networktest.dir/ClientConnection.o |
---|
[1168] | 130 | |
---|
| 131 | # target to preprocess a source file |
---|
| 132 | ClientConnection.i: |
---|
[1176] | 133 | cd /home/dude/orxonox/network && cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/network.dir/build.make src/network/CMakeFiles/network.dir/ClientConnection.i |
---|
| 134 | cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/networktest.dir/build.make src/network/CMakeFiles/networktest.dir/ClientConnection.i |
---|
[1168] | 135 | |
---|
| 136 | # target to generate assembly for a file |
---|
| 137 | ClientConnection.s: |
---|
[1176] | 138 | cd /home/dude/orxonox/network && cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/network.dir/build.make src/network/CMakeFiles/network.dir/ClientConnection.s |
---|
| 139 | cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/networktest.dir/build.make src/network/CMakeFiles/networktest.dir/ClientConnection.s |
---|
[1168] | 140 | |
---|
| 141 | # target to build an object file |
---|
| 142 | ClientInformation.o: |
---|
[1176] | 143 | cd /home/dude/orxonox/network && cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/network.dir/build.make src/network/CMakeFiles/network.dir/ClientInformation.o |
---|
| 144 | cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/networktest.dir/build.make src/network/CMakeFiles/networktest.dir/ClientInformation.o |
---|
[1168] | 145 | |
---|
| 146 | # target to preprocess a source file |
---|
| 147 | ClientInformation.i: |
---|
[1176] | 148 | cd /home/dude/orxonox/network && cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/network.dir/build.make src/network/CMakeFiles/network.dir/ClientInformation.i |
---|
| 149 | cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/networktest.dir/build.make src/network/CMakeFiles/networktest.dir/ClientInformation.i |
---|
[1168] | 150 | |
---|
| 151 | # target to generate assembly for a file |
---|
| 152 | ClientInformation.s: |
---|
[1176] | 153 | cd /home/dude/orxonox/network && cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/network.dir/build.make src/network/CMakeFiles/network.dir/ClientInformation.s |
---|
| 154 | cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/networktest.dir/build.make src/network/CMakeFiles/networktest.dir/ClientInformation.s |
---|
[1168] | 155 | |
---|
| 156 | # target to build an object file |
---|
| 157 | ConnectionManager.o: |
---|
[1176] | 158 | cd /home/dude/orxonox/network && cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/network.dir/build.make src/network/CMakeFiles/network.dir/ConnectionManager.o |
---|
| 159 | cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/networktest.dir/build.make src/network/CMakeFiles/networktest.dir/ConnectionManager.o |
---|
[1168] | 160 | |
---|
| 161 | # target to preprocess a source file |
---|
| 162 | ConnectionManager.i: |
---|
[1176] | 163 | cd /home/dude/orxonox/network && cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/network.dir/build.make src/network/CMakeFiles/network.dir/ConnectionManager.i |
---|
| 164 | cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/networktest.dir/build.make src/network/CMakeFiles/networktest.dir/ConnectionManager.i |
---|
[1168] | 165 | |
---|
| 166 | # target to generate assembly for a file |
---|
| 167 | ConnectionManager.s: |
---|
[1176] | 168 | cd /home/dude/orxonox/network && cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/network.dir/build.make src/network/CMakeFiles/network.dir/ConnectionManager.s |
---|
| 169 | cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/networktest.dir/build.make src/network/CMakeFiles/networktest.dir/ConnectionManager.s |
---|
[1168] | 170 | |
---|
| 171 | # target to build an object file |
---|
| 172 | GameStateClient.o: |
---|
[1176] | 173 | cd /home/dude/orxonox/network && cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/network.dir/build.make src/network/CMakeFiles/network.dir/GameStateClient.o |
---|
| 174 | cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/networktest.dir/build.make src/network/CMakeFiles/networktest.dir/GameStateClient.o |
---|
[1168] | 175 | |
---|
| 176 | # target to preprocess a source file |
---|
| 177 | GameStateClient.i: |
---|
[1176] | 178 | cd /home/dude/orxonox/network && cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/network.dir/build.make src/network/CMakeFiles/network.dir/GameStateClient.i |
---|
| 179 | cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/networktest.dir/build.make src/network/CMakeFiles/networktest.dir/GameStateClient.i |
---|
[1168] | 180 | |
---|
| 181 | # target to generate assembly for a file |
---|
| 182 | GameStateClient.s: |
---|
[1176] | 183 | cd /home/dude/orxonox/network && cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/network.dir/build.make src/network/CMakeFiles/network.dir/GameStateClient.s |
---|
| 184 | cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/networktest.dir/build.make src/network/CMakeFiles/networktest.dir/GameStateClient.s |
---|
[1168] | 185 | |
---|
| 186 | # target to build an object file |
---|
| 187 | GameStateManager.o: |
---|
[1176] | 188 | cd /home/dude/orxonox/network && cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/network.dir/build.make src/network/CMakeFiles/network.dir/GameStateManager.o |
---|
| 189 | cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/networktest.dir/build.make src/network/CMakeFiles/networktest.dir/GameStateManager.o |
---|
[1168] | 190 | |
---|
| 191 | # target to preprocess a source file |
---|
| 192 | GameStateManager.i: |
---|
[1176] | 193 | cd /home/dude/orxonox/network && cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/network.dir/build.make src/network/CMakeFiles/network.dir/GameStateManager.i |
---|
| 194 | cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/networktest.dir/build.make src/network/CMakeFiles/networktest.dir/GameStateManager.i |
---|
[1168] | 195 | |
---|
| 196 | # target to generate assembly for a file |
---|
| 197 | GameStateManager.s: |
---|
[1176] | 198 | cd /home/dude/orxonox/network && cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/network.dir/build.make src/network/CMakeFiles/network.dir/GameStateManager.s |
---|
| 199 | cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/networktest.dir/build.make src/network/CMakeFiles/networktest.dir/GameStateManager.s |
---|
[1168] | 200 | |
---|
| 201 | # target to build an object file |
---|
| 202 | PacketBuffer.o: |
---|
[1176] | 203 | cd /home/dude/orxonox/network && cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/network.dir/build.make src/network/CMakeFiles/network.dir/PacketBuffer.o |
---|
| 204 | cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/networktest.dir/build.make src/network/CMakeFiles/networktest.dir/PacketBuffer.o |
---|
[1168] | 205 | |
---|
| 206 | # target to preprocess a source file |
---|
| 207 | PacketBuffer.i: |
---|
[1176] | 208 | cd /home/dude/orxonox/network && cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/network.dir/build.make src/network/CMakeFiles/network.dir/PacketBuffer.i |
---|
| 209 | cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/networktest.dir/build.make src/network/CMakeFiles/networktest.dir/PacketBuffer.i |
---|
[1168] | 210 | |
---|
| 211 | # target to generate assembly for a file |
---|
| 212 | PacketBuffer.s: |
---|
[1176] | 213 | cd /home/dude/orxonox/network && cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/network.dir/build.make src/network/CMakeFiles/network.dir/PacketBuffer.s |
---|
| 214 | cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/networktest.dir/build.make src/network/CMakeFiles/networktest.dir/PacketBuffer.s |
---|
[1168] | 215 | |
---|
| 216 | # target to build an object file |
---|
| 217 | PacketDecoder.o: |
---|
[1176] | 218 | cd /home/dude/orxonox/network && cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/network.dir/build.make src/network/CMakeFiles/network.dir/PacketDecoder.o |
---|
| 219 | cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/networktest.dir/build.make src/network/CMakeFiles/networktest.dir/PacketDecoder.o |
---|
[1168] | 220 | |
---|
| 221 | # target to preprocess a source file |
---|
| 222 | PacketDecoder.i: |
---|
[1176] | 223 | cd /home/dude/orxonox/network && cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/network.dir/build.make src/network/CMakeFiles/network.dir/PacketDecoder.i |
---|
| 224 | cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/networktest.dir/build.make src/network/CMakeFiles/networktest.dir/PacketDecoder.i |
---|
[1168] | 225 | |
---|
| 226 | # target to generate assembly for a file |
---|
| 227 | PacketDecoder.s: |
---|
[1176] | 228 | cd /home/dude/orxonox/network && cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/network.dir/build.make src/network/CMakeFiles/network.dir/PacketDecoder.s |
---|
| 229 | cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/networktest.dir/build.make src/network/CMakeFiles/networktest.dir/PacketDecoder.s |
---|
[1168] | 230 | |
---|
| 231 | # target to build an object file |
---|
| 232 | PacketGenerator.o: |
---|
[1176] | 233 | cd /home/dude/orxonox/network && cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/network.dir/build.make src/network/CMakeFiles/network.dir/PacketGenerator.o |
---|
| 234 | cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/networktest.dir/build.make src/network/CMakeFiles/networktest.dir/PacketGenerator.o |
---|
[1168] | 235 | |
---|
| 236 | # target to preprocess a source file |
---|
| 237 | PacketGenerator.i: |
---|
[1176] | 238 | cd /home/dude/orxonox/network && cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/network.dir/build.make src/network/CMakeFiles/network.dir/PacketGenerator.i |
---|
| 239 | cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/networktest.dir/build.make src/network/CMakeFiles/networktest.dir/PacketGenerator.i |
---|
[1168] | 240 | |
---|
| 241 | # target to generate assembly for a file |
---|
| 242 | PacketGenerator.s: |
---|
[1176] | 243 | cd /home/dude/orxonox/network && cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/network.dir/build.make src/network/CMakeFiles/network.dir/PacketGenerator.s |
---|
| 244 | cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/networktest.dir/build.make src/network/CMakeFiles/networktest.dir/PacketGenerator.s |
---|
[1168] | 245 | |
---|
| 246 | # target to build an object file |
---|
| 247 | Server.o: |
---|
[1176] | 248 | cd /home/dude/orxonox/network && cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/network.dir/build.make src/network/CMakeFiles/network.dir/Server.o |
---|
| 249 | cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/networktest.dir/build.make src/network/CMakeFiles/networktest.dir/Server.o |
---|
[1168] | 250 | |
---|
| 251 | # target to preprocess a source file |
---|
| 252 | Server.i: |
---|
[1176] | 253 | cd /home/dude/orxonox/network && cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/network.dir/build.make src/network/CMakeFiles/network.dir/Server.i |
---|
| 254 | cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/networktest.dir/build.make src/network/CMakeFiles/networktest.dir/Server.i |
---|
[1168] | 255 | |
---|
| 256 | # target to generate assembly for a file |
---|
| 257 | Server.s: |
---|
[1176] | 258 | cd /home/dude/orxonox/network && cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/network.dir/build.make src/network/CMakeFiles/network.dir/Server.s |
---|
| 259 | cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/networktest.dir/build.make src/network/CMakeFiles/networktest.dir/Server.s |
---|
[1168] | 260 | |
---|
| 261 | # target to build an object file |
---|
| 262 | Synchronisable.o: |
---|
[1176] | 263 | cd /home/dude/orxonox/network && cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/network.dir/build.make src/network/CMakeFiles/network.dir/Synchronisable.o |
---|
| 264 | cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/networktest.dir/build.make src/network/CMakeFiles/networktest.dir/Synchronisable.o |
---|
[1168] | 265 | |
---|
| 266 | # target to preprocess a source file |
---|
| 267 | Synchronisable.i: |
---|
[1176] | 268 | cd /home/dude/orxonox/network && cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/network.dir/build.make src/network/CMakeFiles/network.dir/Synchronisable.i |
---|
| 269 | cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/networktest.dir/build.make src/network/CMakeFiles/networktest.dir/Synchronisable.i |
---|
[1168] | 270 | |
---|
| 271 | # target to generate assembly for a file |
---|
| 272 | Synchronisable.s: |
---|
[1176] | 273 | cd /home/dude/orxonox/network && cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/network.dir/build.make src/network/CMakeFiles/network.dir/Synchronisable.s |
---|
| 274 | cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/networktest.dir/build.make src/network/CMakeFiles/networktest.dir/Synchronisable.s |
---|
[1168] | 275 | |
---|
[1176] | 276 | # target to build an object file |
---|
| 277 | diffTest.o: |
---|
| 278 | cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/networktest.dir/build.make src/network/CMakeFiles/networktest.dir/diffTest.o |
---|
| 279 | |
---|
| 280 | # target to preprocess a source file |
---|
| 281 | diffTest.i: |
---|
| 282 | cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/networktest.dir/build.make src/network/CMakeFiles/networktest.dir/diffTest.i |
---|
| 283 | |
---|
| 284 | # target to generate assembly for a file |
---|
| 285 | diffTest.s: |
---|
| 286 | cd /home/dude/orxonox/network && $(MAKE) -f src/network/CMakeFiles/networktest.dir/build.make src/network/CMakeFiles/networktest.dir/diffTest.s |
---|
| 287 | |
---|
[1168] | 288 | # Help Target |
---|
| 289 | help:: |
---|
| 290 | @echo "The following are some of the valid targets for this Makefile:" |
---|
| 291 | @echo "... all (the default if no target is provided)" |
---|
| 292 | @echo "... clean" |
---|
| 293 | @echo "... depend" |
---|
| 294 | @echo "... edit_cache" |
---|
| 295 | @echo "... network" |
---|
[1176] | 296 | @echo "... networktest" |
---|
[1168] | 297 | @echo "... rebuild_cache" |
---|
| 298 | @echo "... Client.o" |
---|
| 299 | @echo "... Client.i" |
---|
| 300 | @echo "... Client.s" |
---|
| 301 | @echo "... ClientConnection.o" |
---|
| 302 | @echo "... ClientConnection.i" |
---|
| 303 | @echo "... ClientConnection.s" |
---|
| 304 | @echo "... ClientInformation.o" |
---|
| 305 | @echo "... ClientInformation.i" |
---|
| 306 | @echo "... ClientInformation.s" |
---|
| 307 | @echo "... ConnectionManager.o" |
---|
| 308 | @echo "... ConnectionManager.i" |
---|
| 309 | @echo "... ConnectionManager.s" |
---|
| 310 | @echo "... GameStateClient.o" |
---|
| 311 | @echo "... GameStateClient.i" |
---|
| 312 | @echo "... GameStateClient.s" |
---|
| 313 | @echo "... GameStateManager.o" |
---|
| 314 | @echo "... GameStateManager.i" |
---|
| 315 | @echo "... GameStateManager.s" |
---|
| 316 | @echo "... PacketBuffer.o" |
---|
| 317 | @echo "... PacketBuffer.i" |
---|
| 318 | @echo "... PacketBuffer.s" |
---|
| 319 | @echo "... PacketDecoder.o" |
---|
| 320 | @echo "... PacketDecoder.i" |
---|
| 321 | @echo "... PacketDecoder.s" |
---|
| 322 | @echo "... PacketGenerator.o" |
---|
| 323 | @echo "... PacketGenerator.i" |
---|
| 324 | @echo "... PacketGenerator.s" |
---|
| 325 | @echo "... Server.o" |
---|
| 326 | @echo "... Server.i" |
---|
| 327 | @echo "... Server.s" |
---|
| 328 | @echo "... Synchronisable.o" |
---|
| 329 | @echo "... Synchronisable.i" |
---|
| 330 | @echo "... Synchronisable.s" |
---|
[1176] | 331 | @echo "... diffTest.o" |
---|
| 332 | @echo "... diffTest.i" |
---|
| 333 | @echo "... diffTest.s" |
---|
[1168] | 334 | |
---|
| 335 | |
---|
| 336 | |
---|
| 337 | #============================================================================= |
---|
| 338 | # Special targets to cleanup operation of make. |
---|
| 339 | |
---|
| 340 | # Special rule to run CMake to check the build system integrity. |
---|
| 341 | # No rule that depends on this can have commands that come from listfiles |
---|
| 342 | # because they might be regenerated. |
---|
| 343 | cmake_check_build_system: |
---|
[1176] | 344 | cd /home/dude/orxonox/network && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 |
---|
[1168] | 345 | |
---|