Forked from git://github.com/merbanan/rtl_433.git
[rtl-433.git] / build / 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 = /home/rvb/git/rtl_433
43
44 # The top-level build directory on which CMake was run.
45 CMAKE_BINARY_DIR = /home/rvb/git/rtl_433/build
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 /home/rvb/git/rtl_433/build/CMakeFiles /home/rvb/git/rtl_433/build/CMakeFiles/progress.marks
114         $(MAKE) -f CMakeFiles/Makefile2 all
115         $(CMAKE_COMMAND) -E cmake_progress_start /home/rvb/git/rtl_433/build/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 uninstall
144
145 # Build rule for target.
146 uninstall: cmake_check_build_system
147         $(MAKE) -f CMakeFiles/Makefile2 uninstall
148 .PHONY : uninstall
149
150 # fast build rule for target.
151 uninstall/fast:
152         $(MAKE) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build
153 .PHONY : uninstall/fast
154
155 #=============================================================================
156 # Target rules for targets named rtl_433
157
158 # Build rule for target.
159 rtl_433: cmake_check_build_system
160         $(MAKE) -f CMakeFiles/Makefile2 rtl_433
161 .PHONY : rtl_433
162
163 # fast build rule for target.
164 rtl_433/fast:
165         $(MAKE) -f src/CMakeFiles/rtl_433.dir/build.make src/CMakeFiles/rtl_433.dir/build
166 .PHONY : rtl_433/fast
167
168 #=============================================================================
169 # Target rules for targets named rtl_adsb
170
171 # Build rule for target.
172 rtl_adsb: cmake_check_build_system
173         $(MAKE) -f CMakeFiles/Makefile2 rtl_adsb
174 .PHONY : rtl_adsb
175
176 # fast build rule for target.
177 rtl_adsb/fast:
178         $(MAKE) -f src/CMakeFiles/rtl_adsb.dir/build.make src/CMakeFiles/rtl_adsb.dir/build
179 .PHONY : rtl_adsb/fast
180
181 #=============================================================================
182 # Target rules for targets named rtl_eeprom
183
184 # Build rule for target.
185 rtl_eeprom: cmake_check_build_system
186         $(MAKE) -f CMakeFiles/Makefile2 rtl_eeprom
187 .PHONY : rtl_eeprom
188
189 # fast build rule for target.
190 rtl_eeprom/fast:
191         $(MAKE) -f src/CMakeFiles/rtl_eeprom.dir/build.make src/CMakeFiles/rtl_eeprom.dir/build
192 .PHONY : rtl_eeprom/fast
193
194 #=============================================================================
195 # Target rules for targets named rtl_fm
196
197 # Build rule for target.
198 rtl_fm: cmake_check_build_system
199         $(MAKE) -f CMakeFiles/Makefile2 rtl_fm
200 .PHONY : rtl_fm
201
202 # fast build rule for target.
203 rtl_fm/fast:
204         $(MAKE) -f src/CMakeFiles/rtl_fm.dir/build.make src/CMakeFiles/rtl_fm.dir/build
205 .PHONY : rtl_fm/fast
206
207 #=============================================================================
208 # Target rules for targets named rtl_sdr
209
210 # Build rule for target.
211 rtl_sdr: cmake_check_build_system
212         $(MAKE) -f CMakeFiles/Makefile2 rtl_sdr
213 .PHONY : rtl_sdr
214
215 # fast build rule for target.
216 rtl_sdr/fast:
217         $(MAKE) -f src/CMakeFiles/rtl_sdr.dir/build.make src/CMakeFiles/rtl_sdr.dir/build
218 .PHONY : rtl_sdr/fast
219
220 #=============================================================================
221 # Target rules for targets named rtl_tcp
222
223 # Build rule for target.
224 rtl_tcp: cmake_check_build_system
225         $(MAKE) -f CMakeFiles/Makefile2 rtl_tcp
226 .PHONY : rtl_tcp
227
228 # fast build rule for target.
229 rtl_tcp/fast:
230         $(MAKE) -f src/CMakeFiles/rtl_tcp.dir/build.make src/CMakeFiles/rtl_tcp.dir/build
231 .PHONY : rtl_tcp/fast
232
233 #=============================================================================
234 # Target rules for targets named rtl_test
235
236 # Build rule for target.
237 rtl_test: cmake_check_build_system
238         $(MAKE) -f CMakeFiles/Makefile2 rtl_test
239 .PHONY : rtl_test
240
241 # fast build rule for target.
242 rtl_test/fast:
243         $(MAKE) -f src/CMakeFiles/rtl_test.dir/build.make src/CMakeFiles/rtl_test.dir/build
244 .PHONY : rtl_test/fast
245
246 #=============================================================================
247 # Target rules for targets named rtlsdr_shared
248
249 # Build rule for target.
250 rtlsdr_shared: cmake_check_build_system
251         $(MAKE) -f CMakeFiles/Makefile2 rtlsdr_shared
252 .PHONY : rtlsdr_shared
253
254 # fast build rule for target.
255 rtlsdr_shared/fast:
256         $(MAKE) -f src/CMakeFiles/rtlsdr_shared.dir/build.make src/CMakeFiles/rtlsdr_shared.dir/build
257 .PHONY : rtlsdr_shared/fast
258
259 #=============================================================================
260 # Target rules for targets named rtlsdr_static
261
262 # Build rule for target.
263 rtlsdr_static: cmake_check_build_system
264         $(MAKE) -f CMakeFiles/Makefile2 rtlsdr_static
265 .PHONY : rtlsdr_static
266
267 # fast build rule for target.
268 rtlsdr_static/fast:
269         $(MAKE) -f src/CMakeFiles/rtlsdr_static.dir/build.make src/CMakeFiles/rtlsdr_static.dir/build
270 .PHONY : rtlsdr_static/fast
271
272 # Help Target
273 help:
274         @echo "The following are some of the valid targets for this Makefile:"
275         @echo "... all (the default if no target is provided)"
276         @echo "... clean"
277         @echo "... depend"
278         @echo "... edit_cache"
279         @echo "... install"
280         @echo "... install/local"
281         @echo "... install/strip"
282         @echo "... list_install_components"
283         @echo "... rebuild_cache"
284         @echo "... uninstall"
285         @echo "... rtl_433"
286         @echo "... rtl_adsb"
287         @echo "... rtl_eeprom"
288         @echo "... rtl_fm"
289         @echo "... rtl_sdr"
290         @echo "... rtl_tcp"
291         @echo "... rtl_test"
292         @echo "... rtlsdr_shared"
293         @echo "... rtlsdr_static"
294 .PHONY : help
295
296
297
298 #=============================================================================
299 # Special targets to cleanup operation of make.
300
301 # Special rule to run CMake to check the build system integrity.
302 # No rule that depends on this can have commands that come from listfiles
303 # because they might be regenerated.
304 cmake_check_build_system:
305         $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
306 .PHONY : cmake_check_build_system
307