1 # CMAKE generated file: DO NOT EDIT!
2 # Generated by "Unix Makefiles" Generator, CMake Version 2.8
4 # Default target executed when no arguments are given to make.
6 .PHONY : default_target
8 #=============================================================================
9 # Special targets provided by cmake.
11 # Disable implicit rules so canonical targets will work.
14 # Remove some rules from gmake that .SUFFIXES does not remove.
17 .SUFFIXES: .hpux_make_needs_suffix_list
19 # Suppress display of executed commands.
22 # A target that is always out of date.
26 #=============================================================================
27 # Set environment variables for the build.
29 # The shell in which to execute make rules.
32 # The CMake executable.
33 CMAKE_COMMAND = /usr/bin/cmake
35 # The command to remove a file.
36 RM = /usr/bin/cmake -E remove -f
38 # Escaping for special characters.
41 # The top-level source directory on which CMake was run.
42 CMAKE_SOURCE_DIR = /home/rvb/git/rtl_433
44 # The top-level build directory on which CMake was run.
45 CMAKE_BINARY_DIR = /home/rvb/git/rtl_433/build
47 #=============================================================================
48 # Targets provided globally by CMake.
50 # Special rule for the target edit_cache
52 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running interactive CMake command-line interface..."
56 # Special rule for the target edit_cache
57 edit_cache/fast: edit_cache
58 .PHONY : edit_cache/fast
60 # Special rule for the target install
62 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
63 /usr/bin/cmake -P cmake_install.cmake
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
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
78 # Special rule for the target install/local
79 install/local/fast: install/local
80 .PHONY : install/local/fast
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
88 # Special rule for the target install/strip
89 install/strip/fast: install/strip
90 .PHONY : install/strip/fast
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
97 # Special rule for the target list_install_components
98 list_install_components/fast: list_install_components
99 .PHONY : list_install_components/fast
101 # Special rule for the target 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
107 # Special rule for the target rebuild_cache
108 rebuild_cache/fast: rebuild_cache
109 .PHONY : rebuild_cache/fast
111 # The main all target
112 all: cmake_check_build_system
113 cd /home/rvb/git/rtl_433/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/rvb/git/rtl_433/build/CMakeFiles /home/rvb/git/rtl_433/build/include/CMakeFiles/progress.marks
114 cd /home/rvb/git/rtl_433/build && $(MAKE) -f CMakeFiles/Makefile2 include/all
115 $(CMAKE_COMMAND) -E cmake_progress_start /home/rvb/git/rtl_433/build/CMakeFiles 0
118 # The main clean target
120 cd /home/rvb/git/rtl_433/build && $(MAKE) -f CMakeFiles/Makefile2 include/clean
123 # The main clean target
127 # Prepare targets for installation.
129 cd /home/rvb/git/rtl_433/build && $(MAKE) -f CMakeFiles/Makefile2 include/preinstall
132 # Prepare targets for installation.
134 cd /home/rvb/git/rtl_433/build && $(MAKE) -f CMakeFiles/Makefile2 include/preinstall
135 .PHONY : preinstall/fast
139 cd /home/rvb/git/rtl_433/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
144 @echo "The following are some of the valid targets for this Makefile:"
145 @echo "... all (the default if no target is provided)"
148 @echo "... edit_cache"
150 @echo "... install/local"
151 @echo "... install/strip"
152 @echo "... list_install_components"
153 @echo "... rebuild_cache"
158 #=============================================================================
159 # Special targets to cleanup operation of make.
161 # Special rule to run CMake to check the build system integrity.
162 # No rule that depends on this can have commands that come from listfiles
163 # because they might be regenerated.
164 cmake_check_build_system:
165 cd /home/rvb/git/rtl_433/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
166 .PHONY : cmake_check_build_system