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 | # Suppress display of executed commands. |
---|
22 | $(VERBOSE).SILENT: |
---|
23 | |
---|
24 | # A target that is always out of date. |
---|
25 | cmake_force: |
---|
26 | |
---|
27 | #============================================================================= |
---|
28 | # Set environment variables for the build. |
---|
29 | |
---|
30 | # The shell in which to execute make rules. |
---|
31 | SHELL = /bin/sh |
---|
32 | |
---|
33 | # The CMake executable. |
---|
34 | CMAKE_COMMAND = /usr/bin/cmake |
---|
35 | |
---|
36 | # The command to remove a file. |
---|
37 | RM = /usr/bin/cmake -E remove -f |
---|
38 | |
---|
39 | # The program to use to edit the cache. |
---|
40 | CMAKE_EDIT_COMMAND = /usr/bin/ccmake |
---|
41 | |
---|
42 | # The top-level source directory on which CMake was run. |
---|
43 | CMAKE_SOURCE_DIR = /home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial |
---|
44 | |
---|
45 | # The top-level build directory on which CMake was run. |
---|
46 | CMAKE_BINARY_DIR = /home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial |
---|
47 | |
---|
48 | #============================================================================= |
---|
49 | # Target rules for target CMakeFiles/OIS_LIBS.dir |
---|
50 | |
---|
51 | # All Build rule for target. |
---|
52 | CMakeFiles/OIS_LIBS.dir/all: |
---|
53 | $(MAKE) -f CMakeFiles/OIS_LIBS.dir/build.make CMakeFiles/OIS_LIBS.dir/depend |
---|
54 | $(MAKE) -f CMakeFiles/OIS_LIBS.dir/build.make CMakeFiles/OIS_LIBS.dir/build |
---|
55 | $(CMAKE_COMMAND) -E cmake_progress_report /home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial/CMakeFiles |
---|
56 | @echo "Built target OIS_LIBS" |
---|
57 | |
---|
58 | # Include target in all. |
---|
59 | all: CMakeFiles/OIS_LIBS.dir/all |
---|
60 | |
---|
61 | # Build rule for subdir invocation for target. |
---|
62 | CMakeFiles/OIS_LIBS.dir/rule: cmake_check_build_system |
---|
63 | $(CMAKE_COMMAND) -E cmake_progress_start /home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial/CMakeFiles 0 |
---|
64 | $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/OIS_LIBS.dir/all |
---|
65 | $(CMAKE_COMMAND) -E cmake_progress_start /home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial/CMakeFiles 0 |
---|
66 | |
---|
67 | # Convenience name for target. |
---|
68 | OIS_LIBS: CMakeFiles/OIS_LIBS.dir/rule |
---|
69 | |
---|
70 | # clean rule for target. |
---|
71 | CMakeFiles/OIS_LIBS.dir/clean: |
---|
72 | $(MAKE) -f CMakeFiles/OIS_LIBS.dir/build.make CMakeFiles/OIS_LIBS.dir/clean |
---|
73 | |
---|
74 | # clean rule for target. |
---|
75 | clean: CMakeFiles/OIS_LIBS.dir/clean |
---|
76 | |
---|
77 | #============================================================================= |
---|
78 | # Target rules for target CMakeFiles/main.dir |
---|
79 | |
---|
80 | # All Build rule for target. |
---|
81 | CMakeFiles/main.dir/all: CMakeFiles/OIS_LIBS.dir/all |
---|
82 | $(MAKE) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/depend |
---|
83 | $(MAKE) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/build |
---|
84 | $(CMAKE_COMMAND) -E cmake_progress_report /home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial/CMakeFiles 1 |
---|
85 | @echo "Built target main" |
---|
86 | |
---|
87 | # Include target in all. |
---|
88 | all: CMakeFiles/main.dir/all |
---|
89 | |
---|
90 | # Build rule for subdir invocation for target. |
---|
91 | CMakeFiles/main.dir/rule: cmake_check_build_system |
---|
92 | $(CMAKE_COMMAND) -E cmake_progress_start /home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial/CMakeFiles 1 |
---|
93 | $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/main.dir/all |
---|
94 | $(CMAKE_COMMAND) -E cmake_progress_start /home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial/CMakeFiles 0 |
---|
95 | |
---|
96 | # Convenience name for target. |
---|
97 | main: CMakeFiles/main.dir/rule |
---|
98 | |
---|
99 | # clean rule for target. |
---|
100 | CMakeFiles/main.dir/clean: |
---|
101 | $(MAKE) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/clean |
---|
102 | |
---|
103 | # clean rule for target. |
---|
104 | clean: CMakeFiles/main.dir/clean |
---|
105 | |
---|
106 | #============================================================================= |
---|
107 | # Special targets to cleanup operation of make. |
---|
108 | |
---|
109 | # Special rule to run CMake to check the build system integrity. |
---|
110 | # No rule that depends on this can have commands that come from listfiles |
---|
111 | # because they might be regenerated. |
---|
112 | cmake_check_build_system: |
---|
113 | $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 |
---|
114 | |
---|