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 | # The main recursive all target |
---|
8 | all: |
---|
9 | |
---|
10 | # The main recursive preinstall target |
---|
11 | preinstall: |
---|
12 | |
---|
13 | #============================================================================= |
---|
14 | # Special targets provided by cmake. |
---|
15 | |
---|
16 | # Disable implicit rules so canoncical targets will work. |
---|
17 | .SUFFIXES: |
---|
18 | |
---|
19 | .SUFFIXES: .hpux_make_needs_suffix_list |
---|
20 | |
---|
21 | # Produce verbose output by default. |
---|
22 | VERBOSE = 1 |
---|
23 | |
---|
24 | # Suppress display of executed commands. |
---|
25 | $(VERBOSE).SILENT: |
---|
26 | |
---|
27 | # A target that is always out of date. |
---|
28 | cmake_force: |
---|
29 | |
---|
30 | #============================================================================= |
---|
31 | # Set environment variables for the build. |
---|
32 | |
---|
33 | # The shell in which to execute make rules. |
---|
34 | SHELL = /bin/sh |
---|
35 | |
---|
36 | # The CMake executable. |
---|
37 | CMAKE_COMMAND = /usr/pack/cmake-2.4.5-mo/i686-debian-linux3.1/bin/cmake |
---|
38 | |
---|
39 | # The command to remove a file. |
---|
40 | RM = /usr/pack/cmake-2.4.5-mo/i686-debian-linux3.1/bin/cmake -E remove -f |
---|
41 | |
---|
42 | # The program to use to edit the cache. |
---|
43 | CMAKE_EDIT_COMMAND = /usr/pack/cmake-2.4.5-mo/i686-debian-linux3.1/bin/ccmake |
---|
44 | |
---|
45 | # The top-level source directory on which CMake was run. |
---|
46 | CMAKE_SOURCE_DIR = /home/scheusso/orxonox/network |
---|
47 | |
---|
48 | # The top-level build directory on which CMake was run. |
---|
49 | CMAKE_BINARY_DIR = /home/scheusso/orxonox/network |
---|
50 | |
---|
51 | #============================================================================= |
---|
52 | # Directory level rules for directory src |
---|
53 | |
---|
54 | # Convenience name for "all" pass in the directory. |
---|
55 | src/all: src/CMakeFiles/../bin/main.dir/all |
---|
56 | |
---|
57 | # Convenience name for "clean" pass in the directory. |
---|
58 | src/clean: src/CMakeFiles/../bin/main.dir/clean |
---|
59 | |
---|
60 | # Convenience name for "preinstall" pass in the directory. |
---|
61 | src/preinstall: |
---|
62 | |
---|
63 | #============================================================================= |
---|
64 | # Target rules for target src/CMakeFiles/../bin/main.dir |
---|
65 | |
---|
66 | # All Build rule for target. |
---|
67 | src/CMakeFiles/../bin/main.dir/all: |
---|
68 | $(MAKE) -f src/CMakeFiles/../bin/main.dir/build.make src/CMakeFiles/../bin/main.dir/depend |
---|
69 | $(MAKE) -f src/CMakeFiles/../bin/main.dir/build.make src/CMakeFiles/../bin/main.dir/build |
---|
70 | $(CMAKE_COMMAND) -E cmake_progress_report /home/scheusso/orxonox/network/CMakeFiles 1 |
---|
71 | @echo "Built target ../bin/main" |
---|
72 | |
---|
73 | # Include target in all. |
---|
74 | all: src/CMakeFiles/../bin/main.dir/all |
---|
75 | |
---|
76 | # Build rule for subdir invocation for target. |
---|
77 | src/CMakeFiles/../bin/main.dir/rule: cmake_check_build_system |
---|
78 | $(CMAKE_COMMAND) -E cmake_progress_start /home/scheusso/orxonox/network/CMakeFiles 1 |
---|
79 | $(MAKE) -f CMakeFiles/Makefile2 src/CMakeFiles/../bin/main.dir/all |
---|
80 | $(CMAKE_COMMAND) -E cmake_progress_start /home/scheusso/orxonox/network/CMakeFiles 0 |
---|
81 | |
---|
82 | # Convenience name for target. |
---|
83 | ../bin/main: src/CMakeFiles/../bin/main.dir/rule |
---|
84 | |
---|
85 | # clean rule for target. |
---|
86 | src/CMakeFiles/../bin/main.dir/clean: |
---|
87 | $(MAKE) -f src/CMakeFiles/../bin/main.dir/build.make src/CMakeFiles/../bin/main.dir/clean |
---|
88 | |
---|
89 | # clean rule for target. |
---|
90 | clean: src/CMakeFiles/../bin/main.dir/clean |
---|
91 | |
---|
92 | #============================================================================= |
---|
93 | # Special targets to cleanup operation of make. |
---|
94 | |
---|
95 | # Special rule to run CMake to check the build system integrity. |
---|
96 | # No rule that depends on this can have commands that come from listfiles |
---|
97 | # because they might be regenerated. |
---|
98 | cmake_check_build_system: |
---|
99 | $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 |
---|
100 | |
---|