[96] | 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 | # Produce verbose output by default. |
---|
| 16 | VERBOSE = 1 |
---|
| 17 | |
---|
| 18 | # Suppress display of executed commands. |
---|
| 19 | $(VERBOSE).SILENT: |
---|
| 20 | |
---|
| 21 | # A target that is always out of date. |
---|
| 22 | cmake_force: |
---|
| 23 | |
---|
| 24 | #============================================================================= |
---|
| 25 | # Set environment variables for the build. |
---|
| 26 | |
---|
| 27 | # The shell in which to execute make rules. |
---|
| 28 | SHELL = /bin/sh |
---|
| 29 | |
---|
| 30 | # The CMake executable. |
---|
[99] | 31 | CMAKE_COMMAND = /usr/pack/cmake-2.4.5-mo/sun4u-sun-solaris2.8/bin/cmake |
---|
[96] | 32 | |
---|
| 33 | # The command to remove a file. |
---|
[99] | 34 | RM = /usr/pack/cmake-2.4.5-mo/sun4u-sun-solaris2.8/bin/cmake -E remove -f |
---|
[96] | 35 | |
---|
| 36 | # The program to use to edit the cache. |
---|
[99] | 37 | CMAKE_EDIT_COMMAND = /usr/pack/cmake-2.4.5-mo/sun4u-sun-solaris2.8/bin/ccmake |
---|
[96] | 38 | |
---|
| 39 | # The top-level source directory on which CMake was run. |
---|
| 40 | CMAKE_SOURCE_DIR = /home/scheusso/orxonox/network |
---|
| 41 | |
---|
| 42 | # The top-level build directory on which CMake was run. |
---|
| 43 | CMAKE_BINARY_DIR = /home/scheusso/orxonox/network |
---|
| 44 | |
---|
| 45 | # Include the progress variables for this target. |
---|
| 46 | include CMakeFiles/progress.make |
---|
| 47 | |
---|
| 48 | #============================================================================= |
---|
| 49 | # Targets provided globally by CMake. |
---|
| 50 | |
---|
| 51 | # Special rule for the target edit_cache |
---|
| 52 | edit_cache: |
---|
| 53 | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." |
---|
[99] | 54 | /usr/pack/cmake-2.4.5-mo/sun4u-sun-solaris2.8/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) |
---|
[96] | 55 | |
---|
| 56 | # Special rule for the target edit_cache |
---|
| 57 | edit_cache/fast: edit_cache |
---|
| 58 | |
---|
| 59 | # Special rule for the target rebuild_cache |
---|
| 60 | rebuild_cache: |
---|
| 61 | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." |
---|
[99] | 62 | /usr/pack/cmake-2.4.5-mo/sun4u-sun-solaris2.8/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) |
---|
[96] | 63 | |
---|
| 64 | # Special rule for the target rebuild_cache |
---|
| 65 | rebuild_cache/fast: rebuild_cache |
---|
| 66 | |
---|
| 67 | # The main all target |
---|
| 68 | all: cmake_check_build_system |
---|
| 69 | $(CMAKE_COMMAND) -E cmake_progress_start /home/scheusso/orxonox/network/CMakeFiles $(CMAKE_ALL_PROGRESS) |
---|
| 70 | $(MAKE) -f CMakeFiles/Makefile2 all |
---|
| 71 | $(CMAKE_COMMAND) -E cmake_progress_start /home/scheusso/orxonox/network/CMakeFiles 0 |
---|
| 72 | |
---|
| 73 | # The main clean target |
---|
| 74 | clean: |
---|
| 75 | $(MAKE) -f CMakeFiles/Makefile2 clean |
---|
| 76 | |
---|
| 77 | # The main clean target |
---|
| 78 | clean/fast: clean |
---|
| 79 | |
---|
| 80 | # Prepare targets for installation. |
---|
| 81 | preinstall: all |
---|
| 82 | $(MAKE) -f CMakeFiles/Makefile2 preinstall |
---|
| 83 | |
---|
| 84 | # Prepare targets for installation. |
---|
| 85 | preinstall/fast: |
---|
| 86 | $(MAKE) -f CMakeFiles/Makefile2 preinstall |
---|
| 87 | |
---|
| 88 | # clear depends |
---|
| 89 | depend: |
---|
| 90 | $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 |
---|
| 91 | |
---|
| 92 | #============================================================================= |
---|
| 93 | # Target rules for targets named ../bin/main |
---|
| 94 | |
---|
| 95 | # Build rule for target. |
---|
| 96 | ../bin/main: cmake_check_build_system |
---|
| 97 | $(MAKE) -f CMakeFiles/Makefile2 ../bin/main |
---|
| 98 | |
---|
| 99 | # fast build rule for target. |
---|
| 100 | ../bin/main/fast: |
---|
| 101 | $(MAKE) -f src/CMakeFiles/../bin/main.dir/build.make src/CMakeFiles/../bin/main.dir/build |
---|
| 102 | |
---|
| 103 | # Help Target |
---|
| 104 | help:: |
---|
| 105 | @echo "The following are some of the valid targets for this Makefile:" |
---|
| 106 | @echo "... all (the default if no target is provided)" |
---|
| 107 | @echo "... clean" |
---|
| 108 | @echo "... depend" |
---|
| 109 | @echo "... edit_cache" |
---|
| 110 | @echo "... rebuild_cache" |
---|
| 111 | @echo "... ../bin/main" |
---|
| 112 | |
---|
| 113 | |
---|
| 114 | |
---|
| 115 | #============================================================================= |
---|
| 116 | # Special targets to cleanup operation of make. |
---|
| 117 | |
---|
| 118 | # Special rule to run CMake to check the build system integrity. |
---|
| 119 | # No rule that depends on this can have commands that come from listfiles |
---|
| 120 | # because they might be regenerated. |
---|
| 121 | cmake_check_build_system: |
---|
| 122 | $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 |
---|
| 123 | |
---|