initial import of uboox utilities
[project/ubox.git] / Makefile
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 top-level source directory on which CMake was run.
42 CMAKE_SOURCE_DIR = /openwrt/ubox
43
44 # The top-level build directory on which CMake was run.
45 CMAKE_BINARY_DIR = /openwrt/ubox
46
47 #=============================================================================
48 # Targets provided globally by CMake.
49
50 # Special rule for the target edit_cache
51 edit_cache:
52         @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running interactive CMake command-line interface..."
53         /usr/bin/cmake -i .
54 .PHONY : edit_cache
55
56 # Special rule for the target edit_cache
57 edit_cache/fast: edit_cache
58 .PHONY : edit_cache/fast
59
60 # Special rule for the target install
61 install: preinstall
62         @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
63         /usr/bin/cmake -P cmake_install.cmake
64 .PHONY : install
65
66 # Special rule for the target install
67 install/fast: preinstall/fast
68         @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
69         /usr/bin/cmake -P cmake_install.cmake
70 .PHONY : install/fast
71
72 # Special rule for the target install/local
73 install/local: preinstall
74         @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
75         /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
76 .PHONY : install/local
77
78 # Special rule for the target install/local
79 install/local/fast: install/local
80 .PHONY : install/local/fast
81
82 # Special rule for the target install/strip
83 install/strip: preinstall
84         @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
85         /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
86 .PHONY : install/strip
87
88 # Special rule for the target install/strip
89 install/strip/fast: install/strip
90 .PHONY : install/strip/fast
91
92 # Special rule for the target list_install_components
93 list_install_components:
94         @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
95 .PHONY : list_install_components
96
97 # Special rule for the target list_install_components
98 list_install_components/fast: list_install_components
99 .PHONY : list_install_components/fast
100
101 # Special rule for the target rebuild_cache
102 rebuild_cache:
103         @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
104         /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
105 .PHONY : rebuild_cache
106
107 # Special rule for the target rebuild_cache
108 rebuild_cache/fast: rebuild_cache
109 .PHONY : rebuild_cache/fast
110
111 # The main all target
112 all: cmake_check_build_system
113         $(CMAKE_COMMAND) -E cmake_progress_start /openwrt/ubox/CMakeFiles /openwrt/ubox/CMakeFiles/progress.marks
114         $(MAKE) -f CMakeFiles/Makefile2 all
115         $(CMAKE_COMMAND) -E cmake_progress_start /openwrt/ubox/CMakeFiles 0
116 .PHONY : all
117
118 # The main clean target
119 clean:
120         $(MAKE) -f CMakeFiles/Makefile2 clean
121 .PHONY : clean
122
123 # The main clean target
124 clean/fast: clean
125 .PHONY : clean/fast
126
127 # Prepare targets for installation.
128 preinstall: all
129         $(MAKE) -f CMakeFiles/Makefile2 preinstall
130 .PHONY : preinstall
131
132 # Prepare targets for installation.
133 preinstall/fast:
134         $(MAKE) -f CMakeFiles/Makefile2 preinstall
135 .PHONY : preinstall/fast
136
137 # clear depends
138 depend:
139         $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
140 .PHONY : depend
141
142 #=============================================================================
143 # Target rules for targets named board
144
145 # Build rule for target.
146 board: cmake_check_build_system
147         $(MAKE) -f CMakeFiles/Makefile2 board
148 .PHONY : board
149
150 # fast build rule for target.
151 board/fast:
152         $(MAKE) -f CMakeFiles/board.dir/build.make CMakeFiles/board.dir/build
153 .PHONY : board/fast
154
155 #=============================================================================
156 # Target rules for targets named kmodloader
157
158 # Build rule for target.
159 kmodloader: cmake_check_build_system
160         $(MAKE) -f CMakeFiles/Makefile2 kmodloader
161 .PHONY : kmodloader
162
163 # fast build rule for target.
164 kmodloader/fast:
165         $(MAKE) -f CMakeFiles/kmodloader.dir/build.make CMakeFiles/kmodloader.dir/build
166 .PHONY : kmodloader/fast
167
168 #=============================================================================
169 # Target rules for targets named lsbloader
170
171 # Build rule for target.
172 lsbloader: cmake_check_build_system
173         $(MAKE) -f CMakeFiles/Makefile2 lsbloader
174 .PHONY : lsbloader
175
176 # fast build rule for target.
177 lsbloader/fast:
178         $(MAKE) -f CMakeFiles/lsbloader.dir/build.make CMakeFiles/lsbloader.dir/build
179 .PHONY : lsbloader/fast
180
181 #=============================================================================
182 # Target rules for targets named mount_root
183
184 # Build rule for target.
185 mount_root: cmake_check_build_system
186         $(MAKE) -f CMakeFiles/Makefile2 mount_root
187 .PHONY : mount_root
188
189 # fast build rule for target.
190 mount_root/fast:
191         $(MAKE) -f CMakeFiles/mount_root.dir/build.make CMakeFiles/mount_root.dir/build
192 .PHONY : mount_root/fast
193
194 board.o: board.c.o
195 .PHONY : board.o
196
197 # target to build an object file
198 board.c.o:
199         $(MAKE) -f CMakeFiles/board.dir/build.make CMakeFiles/board.dir/board.c.o
200 .PHONY : board.c.o
201
202 board.i: board.c.i
203 .PHONY : board.i
204
205 # target to preprocess a source file
206 board.c.i:
207         $(MAKE) -f CMakeFiles/board.dir/build.make CMakeFiles/board.dir/board.c.i
208 .PHONY : board.c.i
209
210 board.s: board.c.s
211 .PHONY : board.s
212
213 # target to generate assembly for a file
214 board.c.s:
215         $(MAKE) -f CMakeFiles/board.dir/build.make CMakeFiles/board.dir/board.c.s
216 .PHONY : board.c.s
217
218 kmodloader.o: kmodloader.c.o
219 .PHONY : kmodloader.o
220
221 # target to build an object file
222 kmodloader.c.o:
223         $(MAKE) -f CMakeFiles/kmodloader.dir/build.make CMakeFiles/kmodloader.dir/kmodloader.c.o
224 .PHONY : kmodloader.c.o
225
226 kmodloader.i: kmodloader.c.i
227 .PHONY : kmodloader.i
228
229 # target to preprocess a source file
230 kmodloader.c.i:
231         $(MAKE) -f CMakeFiles/kmodloader.dir/build.make CMakeFiles/kmodloader.dir/kmodloader.c.i
232 .PHONY : kmodloader.c.i
233
234 kmodloader.s: kmodloader.c.s
235 .PHONY : kmodloader.s
236
237 # target to generate assembly for a file
238 kmodloader.c.s:
239         $(MAKE) -f CMakeFiles/kmodloader.dir/build.make CMakeFiles/kmodloader.dir/kmodloader.c.s
240 .PHONY : kmodloader.c.s
241
242 lsbloader.o: lsbloader.c.o
243 .PHONY : lsbloader.o
244
245 # target to build an object file
246 lsbloader.c.o:
247         $(MAKE) -f CMakeFiles/lsbloader.dir/build.make CMakeFiles/lsbloader.dir/lsbloader.c.o
248 .PHONY : lsbloader.c.o
249
250 lsbloader.i: lsbloader.c.i
251 .PHONY : lsbloader.i
252
253 # target to preprocess a source file
254 lsbloader.c.i:
255         $(MAKE) -f CMakeFiles/lsbloader.dir/build.make CMakeFiles/lsbloader.dir/lsbloader.c.i
256 .PHONY : lsbloader.c.i
257
258 lsbloader.s: lsbloader.c.s
259 .PHONY : lsbloader.s
260
261 # target to generate assembly for a file
262 lsbloader.c.s:
263         $(MAKE) -f CMakeFiles/lsbloader.dir/build.make CMakeFiles/lsbloader.dir/lsbloader.c.s
264 .PHONY : lsbloader.c.s
265
266 mount_root.o: mount_root.c.o
267 .PHONY : mount_root.o
268
269 # target to build an object file
270 mount_root.c.o:
271         $(MAKE) -f CMakeFiles/mount_root.dir/build.make CMakeFiles/mount_root.dir/mount_root.c.o
272 .PHONY : mount_root.c.o
273
274 mount_root.i: mount_root.c.i
275 .PHONY : mount_root.i
276
277 # target to preprocess a source file
278 mount_root.c.i:
279         $(MAKE) -f CMakeFiles/mount_root.dir/build.make CMakeFiles/mount_root.dir/mount_root.c.i
280 .PHONY : mount_root.c.i
281
282 mount_root.s: mount_root.c.s
283 .PHONY : mount_root.s
284
285 # target to generate assembly for a file
286 mount_root.c.s:
287         $(MAKE) -f CMakeFiles/mount_root.dir/build.make CMakeFiles/mount_root.dir/mount_root.c.s
288 .PHONY : mount_root.c.s
289
290 # Help Target
291 help:
292         @echo "The following are some of the valid targets for this Makefile:"
293         @echo "... all (the default if no target is provided)"
294         @echo "... clean"
295         @echo "... depend"
296         @echo "... board"
297         @echo "... edit_cache"
298         @echo "... install"
299         @echo "... install/local"
300         @echo "... install/strip"
301         @echo "... kmodloader"
302         @echo "... list_install_components"
303         @echo "... lsbloader"
304         @echo "... mount_root"
305         @echo "... rebuild_cache"
306         @echo "... board.o"
307         @echo "... board.i"
308         @echo "... board.s"
309         @echo "... kmodloader.o"
310         @echo "... kmodloader.i"
311         @echo "... kmodloader.s"
312         @echo "... lsbloader.o"
313         @echo "... lsbloader.i"
314         @echo "... lsbloader.s"
315         @echo "... mount_root.o"
316         @echo "... mount_root.i"
317         @echo "... mount_root.s"
318 .PHONY : help
319
320
321
322 #=============================================================================
323 # Special targets to cleanup operation of make.
324
325 # Special rule to run CMake to check the build system integrity.
326 # No rule that depends on this can have commands that come from listfiles
327 # because they might be regenerated.
328 cmake_check_build_system:
329         $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
330 .PHONY : cmake_check_build_system
331