1 # CMAKE generated file: DO NOT EDIT! |
|
2 # Generated by "Unix Makefiles" Generator, CMake Version 2.8 |
|
3 |
|
4 # Default target executed when no arguments are given to make. |
|
5 default_target: all |
|
6 .PHONY : default_target |
|
7 |
|
8 #============================================================================= |
|
9 # Special targets provided by cmake. |
|
10 |
|
11 # Disable implicit rules so canonical targets will work. |
|
12 .SUFFIXES: |
|
13 |
|
14 # Remove some rules from gmake that .SUFFIXES does not remove. |
|
15 SUFFIXES = |
|
16 |
|
17 .SUFFIXES: .hpux_make_needs_suffix_list |
|
18 |
|
19 # Suppress display of executed commands. |
|
20 $(VERBOSE).SILENT: |
|
21 |
|
22 # A target that is always out of date. |
|
23 cmake_force: |
|
24 .PHONY : cmake_force |
|
25 |
|
26 #============================================================================= |
|
27 # Set environment variables for the build. |
|
28 |
|
29 # The shell in which to execute make rules. |
|
30 SHELL = /bin/sh |
|
31 |
|
32 # The CMake executable. |
|
33 CMAKE_COMMAND = /usr/bin/cmake |
|
34 |
|
35 # The command to remove a file. |
|
36 RM = /usr/bin/cmake -E remove -f |
|
37 |
|
38 # Escaping for special characters. |
|
39 EQUALS = = |
|
40 |
|
41 # The program to use to edit the cache. |
|
42 CMAKE_EDIT_COMMAND = /usr/bin/ccmake |
|
43 |
|
44 # The top-level source directory on which CMake was run. |
|
45 CMAKE_SOURCE_DIR = /home/baphomet/hg/hedgewars/trunk |
|
46 |
|
47 # The top-level build directory on which CMake was run. |
|
48 CMAKE_BINARY_DIR = /home/baphomet/hg/hedgewars/trunk |
|
49 |
|
50 #============================================================================= |
|
51 # Targets provided globally by CMake. |
|
52 |
|
53 # Special rule for the target edit_cache |
|
54 edit_cache: |
|
55 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." |
|
56 /usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) |
|
57 .PHONY : edit_cache |
|
58 |
|
59 # Special rule for the target edit_cache |
|
60 edit_cache/fast: edit_cache |
|
61 .PHONY : edit_cache/fast |
|
62 |
|
63 # Special rule for the target install |
|
64 install: preinstall |
|
65 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." |
|
66 /usr/bin/cmake -P cmake_install.cmake |
|
67 .PHONY : install |
|
68 |
|
69 # Special rule for the target install |
|
70 install/fast: preinstall/fast |
|
71 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." |
|
72 /usr/bin/cmake -P cmake_install.cmake |
|
73 .PHONY : install/fast |
|
74 |
|
75 # Special rule for the target install/local |
|
76 install/local: preinstall |
|
77 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." |
|
78 /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake |
|
79 .PHONY : install/local |
|
80 |
|
81 # Special rule for the target install/local |
|
82 install/local/fast: install/local |
|
83 .PHONY : install/local/fast |
|
84 |
|
85 # Special rule for the target install/strip |
|
86 install/strip: preinstall |
|
87 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." |
|
88 /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake |
|
89 .PHONY : install/strip |
|
90 |
|
91 # Special rule for the target install/strip |
|
92 install/strip/fast: install/strip |
|
93 .PHONY : install/strip/fast |
|
94 |
|
95 # Special rule for the target list_install_components |
|
96 list_install_components: |
|
97 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" |
|
98 .PHONY : list_install_components |
|
99 |
|
100 # Special rule for the target list_install_components |
|
101 list_install_components/fast: list_install_components |
|
102 .PHONY : list_install_components/fast |
|
103 |
|
104 # Special rule for the target package |
|
105 package: preinstall |
|
106 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..." |
|
107 cd /home/baphomet/hg/hedgewars/trunk && /usr/bin/cpack --config ./CPackConfig.cmake |
|
108 .PHONY : package |
|
109 |
|
110 # Special rule for the target package |
|
111 package/fast: package |
|
112 .PHONY : package/fast |
|
113 |
|
114 # Special rule for the target package_source |
|
115 package_source: |
|
116 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..." |
|
117 cd /home/baphomet/hg/hedgewars/trunk && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/baphomet/hg/hedgewars/trunk/CPackSourceConfig.cmake |
|
118 .PHONY : package_source |
|
119 |
|
120 # Special rule for the target package_source |
|
121 package_source/fast: package_source |
|
122 .PHONY : package_source/fast |
|
123 |
|
124 # Special rule for the target rebuild_cache |
|
125 rebuild_cache: |
|
126 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." |
|
127 /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) |
|
128 .PHONY : rebuild_cache |
|
129 |
|
130 # Special rule for the target rebuild_cache |
|
131 rebuild_cache/fast: rebuild_cache |
|
132 .PHONY : rebuild_cache/fast |
|
133 |
|
134 # The main all target |
|
135 all: cmake_check_build_system |
|
136 cd /home/baphomet/hg/hedgewars/trunk && $(CMAKE_COMMAND) -E cmake_progress_start /home/baphomet/hg/hedgewars/trunk/CMakeFiles /home/baphomet/hg/hedgewars/trunk/share/CMakeFiles/progress.marks |
|
137 cd /home/baphomet/hg/hedgewars/trunk && $(MAKE) -f CMakeFiles/Makefile2 share/all |
|
138 $(CMAKE_COMMAND) -E cmake_progress_start /home/baphomet/hg/hedgewars/trunk/CMakeFiles 0 |
|
139 .PHONY : all |
|
140 |
|
141 # The main clean target |
|
142 clean: |
|
143 cd /home/baphomet/hg/hedgewars/trunk && $(MAKE) -f CMakeFiles/Makefile2 share/clean |
|
144 .PHONY : clean |
|
145 |
|
146 # The main clean target |
|
147 clean/fast: clean |
|
148 .PHONY : clean/fast |
|
149 |
|
150 # Prepare targets for installation. |
|
151 preinstall: all |
|
152 cd /home/baphomet/hg/hedgewars/trunk && $(MAKE) -f CMakeFiles/Makefile2 share/preinstall |
|
153 .PHONY : preinstall |
|
154 |
|
155 # Prepare targets for installation. |
|
156 preinstall/fast: |
|
157 cd /home/baphomet/hg/hedgewars/trunk && $(MAKE) -f CMakeFiles/Makefile2 share/preinstall |
|
158 .PHONY : preinstall/fast |
|
159 |
|
160 # clear depends |
|
161 depend: |
|
162 cd /home/baphomet/hg/hedgewars/trunk && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 |
|
163 .PHONY : depend |
|
164 |
|
165 # Help Target |
|
166 help: |
|
167 @echo "The following are some of the valid targets for this Makefile:" |
|
168 @echo "... all (the default if no target is provided)" |
|
169 @echo "... clean" |
|
170 @echo "... depend" |
|
171 @echo "... edit_cache" |
|
172 @echo "... install" |
|
173 @echo "... install/local" |
|
174 @echo "... install/strip" |
|
175 @echo "... list_install_components" |
|
176 @echo "... package" |
|
177 @echo "... package_source" |
|
178 @echo "... rebuild_cache" |
|
179 .PHONY : help |
|
180 |
|
181 |
|
182 |
|
183 #============================================================================= |
|
184 # Special targets to cleanup operation of make. |
|
185 |
|
186 # Special rule to run CMake to check the build system integrity. |
|
187 # No rule that depends on this can have commands that come from listfiles |
|
188 # because they might be regenerated. |
|
189 cmake_check_build_system: |
|
190 cd /home/baphomet/hg/hedgewars/trunk && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 |
|
191 .PHONY : cmake_check_build_system |
|
192 |
|