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 = /opt/robomap3/1.7.3/core2-64/sysroots/x86_64-pokysdk-linux/usr/bin/cmake
|
---|
34 |
|
---|
35 | # The command to remove a file.
|
---|
36 | RM = /opt/robomap3/1.7.3/core2-64/sysroots/x86_64-pokysdk-linux/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/tfuhrman/dev/flair/flair-src/tools/Controller/Mavlink
|
---|
43 |
|
---|
44 | # The top-level build directory on which CMake was run.
|
---|
45 | CMAKE_BINARY_DIR = /home/tfuhrman/dev/flair/flair-src/tools/Controller/Mavlink/build_x86_64
|
---|
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 | /opt/robomap3/1.7.3/core2-64/sysroots/x86_64-pokysdk-linux/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 | /opt/robomap3/1.7.3/core2-64/sysroots/x86_64-pokysdk-linux/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 | /opt/robomap3/1.7.3/core2-64/sysroots/x86_64-pokysdk-linux/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 | /opt/robomap3/1.7.3/core2-64/sysroots/x86_64-pokysdk-linux/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 list_install_components
|
---|
83 | list_install_components:
|
---|
84 | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
|
---|
85 | .PHONY : list_install_components
|
---|
86 |
|
---|
87 | # Special rule for the target list_install_components
|
---|
88 | list_install_components/fast: list_install_components
|
---|
89 | .PHONY : list_install_components/fast
|
---|
90 |
|
---|
91 | # Special rule for the target rebuild_cache
|
---|
92 | rebuild_cache:
|
---|
93 | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
|
---|
94 | /opt/robomap3/1.7.3/core2-64/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
---|
95 | .PHONY : rebuild_cache
|
---|
96 |
|
---|
97 | # Special rule for the target rebuild_cache
|
---|
98 | rebuild_cache/fast: rebuild_cache
|
---|
99 | .PHONY : rebuild_cache/fast
|
---|
100 |
|
---|
101 | # The main all target
|
---|
102 | all: cmake_check_build_system
|
---|
103 | $(CMAKE_COMMAND) -E cmake_progress_start /home/tfuhrman/dev/flair/flair-src/tools/Controller/Mavlink/build_x86_64/CMakeFiles /home/tfuhrman/dev/flair/flair-src/tools/Controller/Mavlink/build_x86_64/CMakeFiles/progress.marks
|
---|
104 | $(MAKE) -f CMakeFiles/Makefile2 all
|
---|
105 | $(CMAKE_COMMAND) -E cmake_progress_start /home/tfuhrman/dev/flair/flair-src/tools/Controller/Mavlink/build_x86_64/CMakeFiles 0
|
---|
106 | .PHONY : all
|
---|
107 |
|
---|
108 | # The main clean target
|
---|
109 | clean:
|
---|
110 | $(MAKE) -f CMakeFiles/Makefile2 clean
|
---|
111 | .PHONY : clean
|
---|
112 |
|
---|
113 | # The main clean target
|
---|
114 | clean/fast: clean
|
---|
115 | .PHONY : clean/fast
|
---|
116 |
|
---|
117 | # Prepare targets for installation.
|
---|
118 | preinstall: all
|
---|
119 | $(MAKE) -f CMakeFiles/Makefile2 preinstall
|
---|
120 | .PHONY : preinstall
|
---|
121 |
|
---|
122 | # Prepare targets for installation.
|
---|
123 | preinstall/fast:
|
---|
124 | $(MAKE) -f CMakeFiles/Makefile2 preinstall
|
---|
125 | .PHONY : preinstall/fast
|
---|
126 |
|
---|
127 | # clear depends
|
---|
128 | depend:
|
---|
129 | $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
---|
130 | .PHONY : depend
|
---|
131 |
|
---|
132 | #=============================================================================
|
---|
133 | # Target rules for targets named mavlink_test
|
---|
134 |
|
---|
135 | # Build rule for target.
|
---|
136 | mavlink_test: cmake_check_build_system
|
---|
137 | $(MAKE) -f CMakeFiles/Makefile2 mavlink_test
|
---|
138 | .PHONY : mavlink_test
|
---|
139 |
|
---|
140 | # fast build rule for target.
|
---|
141 | mavlink_test/fast:
|
---|
142 | $(MAKE) -f CMakeFiles/mavlink_test.dir/build.make CMakeFiles/mavlink_test.dir/build
|
---|
143 | .PHONY : mavlink_test/fast
|
---|
144 |
|
---|
145 | src/Mavlink_test.o: src/Mavlink_test.cpp.o
|
---|
146 | .PHONY : src/Mavlink_test.o
|
---|
147 |
|
---|
148 | # target to build an object file
|
---|
149 | src/Mavlink_test.cpp.o:
|
---|
150 | $(MAKE) -f CMakeFiles/mavlink_test.dir/build.make CMakeFiles/mavlink_test.dir/src/Mavlink_test.cpp.o
|
---|
151 | .PHONY : src/Mavlink_test.cpp.o
|
---|
152 |
|
---|
153 | src/Mavlink_test.i: src/Mavlink_test.cpp.i
|
---|
154 | .PHONY : src/Mavlink_test.i
|
---|
155 |
|
---|
156 | # target to preprocess a source file
|
---|
157 | src/Mavlink_test.cpp.i:
|
---|
158 | $(MAKE) -f CMakeFiles/mavlink_test.dir/build.make CMakeFiles/mavlink_test.dir/src/Mavlink_test.cpp.i
|
---|
159 | .PHONY : src/Mavlink_test.cpp.i
|
---|
160 |
|
---|
161 | src/Mavlink_test.s: src/Mavlink_test.cpp.s
|
---|
162 | .PHONY : src/Mavlink_test.s
|
---|
163 |
|
---|
164 | # target to generate assembly for a file
|
---|
165 | src/Mavlink_test.cpp.s:
|
---|
166 | $(MAKE) -f CMakeFiles/mavlink_test.dir/build.make CMakeFiles/mavlink_test.dir/src/Mavlink_test.cpp.s
|
---|
167 | .PHONY : src/Mavlink_test.cpp.s
|
---|
168 |
|
---|
169 | src/main.o: src/main.cpp.o
|
---|
170 | .PHONY : src/main.o
|
---|
171 |
|
---|
172 | # target to build an object file
|
---|
173 | src/main.cpp.o:
|
---|
174 | $(MAKE) -f CMakeFiles/mavlink_test.dir/build.make CMakeFiles/mavlink_test.dir/src/main.cpp.o
|
---|
175 | .PHONY : src/main.cpp.o
|
---|
176 |
|
---|
177 | src/main.i: src/main.cpp.i
|
---|
178 | .PHONY : src/main.i
|
---|
179 |
|
---|
180 | # target to preprocess a source file
|
---|
181 | src/main.cpp.i:
|
---|
182 | $(MAKE) -f CMakeFiles/mavlink_test.dir/build.make CMakeFiles/mavlink_test.dir/src/main.cpp.i
|
---|
183 | .PHONY : src/main.cpp.i
|
---|
184 |
|
---|
185 | src/main.s: src/main.cpp.s
|
---|
186 | .PHONY : src/main.s
|
---|
187 |
|
---|
188 | # target to generate assembly for a file
|
---|
189 | src/main.cpp.s:
|
---|
190 | $(MAKE) -f CMakeFiles/mavlink_test.dir/build.make CMakeFiles/mavlink_test.dir/src/main.cpp.s
|
---|
191 | .PHONY : src/main.cpp.s
|
---|
192 |
|
---|
193 | # Help Target
|
---|
194 | help:
|
---|
195 | @echo "The following are some of the valid targets for this Makefile:"
|
---|
196 | @echo "... all (the default if no target is provided)"
|
---|
197 | @echo "... clean"
|
---|
198 | @echo "... depend"
|
---|
199 | @echo "... edit_cache"
|
---|
200 | @echo "... install"
|
---|
201 | @echo "... install/local"
|
---|
202 | @echo "... list_install_components"
|
---|
203 | @echo "... mavlink_test"
|
---|
204 | @echo "... rebuild_cache"
|
---|
205 | @echo "... src/Mavlink_test.o"
|
---|
206 | @echo "... src/Mavlink_test.i"
|
---|
207 | @echo "... src/Mavlink_test.s"
|
---|
208 | @echo "... src/main.o"
|
---|
209 | @echo "... src/main.i"
|
---|
210 | @echo "... src/main.s"
|
---|
211 | .PHONY : help
|
---|
212 |
|
---|
213 |
|
---|
214 |
|
---|
215 | #=============================================================================
|
---|
216 | # Special targets to cleanup operation of make.
|
---|
217 |
|
---|
218 | # Special rule to run CMake to check the build system integrity.
|
---|
219 | # No rule that depends on this can have commands that come from listfiles
|
---|
220 | # because they might be regenerated.
|
---|
221 | cmake_check_build_system:
|
---|
222 | $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
---|
223 | .PHONY : cmake_check_build_system
|
---|
224 |
|
---|