source: flair-src/branches/mavlink/tools/Controller/Mavlink/build_x86_64/CMakeFiles/Makefile2@ 81

Last change on this file since 81 was 46, checked in by Thomas Fuhrmann, 8 years ago

Add the mavlink branch

File size: 3.4 KB
Line 
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.
5default_target: all
6.PHONY : default_target
7
8# The main recursive all target
9all:
10.PHONY : all
11
12# The main recursive preinstall target
13preinstall:
14.PHONY : preinstall
15
16#=============================================================================
17# Special targets provided by cmake.
18
19# Disable implicit rules so canonical targets will work.
20.SUFFIXES:
21
22# Remove some rules from gmake that .SUFFIXES does not remove.
23SUFFIXES =
24
25.SUFFIXES: .hpux_make_needs_suffix_list
26
27# Suppress display of executed commands.
28$(VERBOSE).SILENT:
29
30# A target that is always out of date.
31cmake_force:
32.PHONY : cmake_force
33
34#=============================================================================
35# Set environment variables for the build.
36
37# The shell in which to execute make rules.
38SHELL = /bin/sh
39
40# The CMake executable.
41CMAKE_COMMAND = /opt/robomap3/1.7.3/core2-64/sysroots/x86_64-pokysdk-linux/usr/bin/cmake
42
43# The command to remove a file.
44RM = /opt/robomap3/1.7.3/core2-64/sysroots/x86_64-pokysdk-linux/usr/bin/cmake -E remove -f
45
46# Escaping for special characters.
47EQUALS = =
48
49# The top-level source directory on which CMake was run.
50CMAKE_SOURCE_DIR = /home/tfuhrman/dev/flair/flair-src/tools/Controller/Mavlink
51
52# The top-level build directory on which CMake was run.
53CMAKE_BINARY_DIR = /home/tfuhrman/dev/flair/flair-src/tools/Controller/Mavlink/build_x86_64
54
55#=============================================================================
56# Target rules for target CMakeFiles/mavlink_test.dir
57
58# All Build rule for target.
59CMakeFiles/mavlink_test.dir/all:
60 $(MAKE) -f CMakeFiles/mavlink_test.dir/build.make CMakeFiles/mavlink_test.dir/depend
61 $(MAKE) -f CMakeFiles/mavlink_test.dir/build.make CMakeFiles/mavlink_test.dir/build
62 $(CMAKE_COMMAND) -E cmake_progress_report /home/tfuhrman/dev/flair/flair-src/tools/Controller/Mavlink/build_x86_64/CMakeFiles 1 2
63 @echo "Built target mavlink_test"
64.PHONY : CMakeFiles/mavlink_test.dir/all
65
66# Include target in all.
67all: CMakeFiles/mavlink_test.dir/all
68.PHONY : all
69
70# Build rule for subdir invocation for target.
71CMakeFiles/mavlink_test.dir/rule: cmake_check_build_system
72 $(CMAKE_COMMAND) -E cmake_progress_start /home/tfuhrman/dev/flair/flair-src/tools/Controller/Mavlink/build_x86_64/CMakeFiles 2
73 $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/mavlink_test.dir/all
74 $(CMAKE_COMMAND) -E cmake_progress_start /home/tfuhrman/dev/flair/flair-src/tools/Controller/Mavlink/build_x86_64/CMakeFiles 0
75.PHONY : CMakeFiles/mavlink_test.dir/rule
76
77# Convenience name for target.
78mavlink_test: CMakeFiles/mavlink_test.dir/rule
79.PHONY : mavlink_test
80
81# clean rule for target.
82CMakeFiles/mavlink_test.dir/clean:
83 $(MAKE) -f CMakeFiles/mavlink_test.dir/build.make CMakeFiles/mavlink_test.dir/clean
84.PHONY : CMakeFiles/mavlink_test.dir/clean
85
86# clean rule for target.
87clean: CMakeFiles/mavlink_test.dir/clean
88.PHONY : clean
89
90#=============================================================================
91# Special targets to cleanup operation of make.
92
93# Special rule to run CMake to check the build system integrity.
94# No rule that depends on this can have commands that come from listfiles
95# because they might be regenerated.
96cmake_check_build_system:
97 $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
98.PHONY : cmake_check_build_system
99
Note: See TracBrowser for help on using the repository browser.