UNPKG

5.86 kBPlain TextView Raw
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#=============================================================================
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.
15SUFFIXES =
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.
23cmake_force:
24.PHONY : cmake_force
25
26#=============================================================================
27# Set environment variables for the build.
28
29# The shell in which to execute make rules.
30SHELL = /bin/sh
31
32# The CMake executable.
33CMAKE_COMMAND = /usr/bin/cmake
34
35# The command to remove a file.
36RM = /usr/bin/cmake -E remove -f
37
38# The top-level source directory on which CMake was run.
39CMAKE_SOURCE_DIR = /home/travis/build/noflo/noflo-runtime-msgflo/mosquitto-1.3.1
40
41# The top-level build directory on which CMake was run.
42CMAKE_BINARY_DIR = /home/travis/build/noflo/noflo-runtime-msgflo/mosquitto-1.3.1
43
44#=============================================================================
45# Targets provided globally by CMake.
46
47# Special rule for the target edit_cache
48edit_cache:
49 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running interactive CMake command-line interface..."
50 /usr/bin/cmake -i .
51.PHONY : edit_cache
52
53# Special rule for the target edit_cache
54edit_cache/fast: edit_cache
55.PHONY : edit_cache/fast
56
57# Special rule for the target install
58install: preinstall
59 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
60 /usr/bin/cmake -P cmake_install.cmake
61.PHONY : install
62
63# Special rule for the target install
64install/fast: preinstall/fast
65 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
66 /usr/bin/cmake -P cmake_install.cmake
67.PHONY : install/fast
68
69# Special rule for the target install/local
70install/local: preinstall
71 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
72 /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
73.PHONY : install/local
74
75# Special rule for the target install/local
76install/local/fast: install/local
77.PHONY : install/local/fast
78
79# Special rule for the target install/strip
80install/strip: preinstall
81 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
82 /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
83.PHONY : install/strip
84
85# Special rule for the target install/strip
86install/strip/fast: install/strip
87.PHONY : install/strip/fast
88
89# Special rule for the target list_install_components
90list_install_components:
91 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
92.PHONY : list_install_components
93
94# Special rule for the target list_install_components
95list_install_components/fast: list_install_components
96.PHONY : list_install_components/fast
97
98# Special rule for the target rebuild_cache
99rebuild_cache:
100 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
101 /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
102.PHONY : rebuild_cache
103
104# Special rule for the target rebuild_cache
105rebuild_cache/fast: rebuild_cache
106.PHONY : rebuild_cache/fast
107
108# The main all target
109all: cmake_check_build_system
110 cd /home/travis/build/noflo/noflo-runtime-msgflo/mosquitto-1.3.1 && $(CMAKE_COMMAND) -E cmake_progress_start /home/travis/build/noflo/noflo-runtime-msgflo/mosquitto-1.3.1/CMakeFiles /home/travis/build/noflo/noflo-runtime-msgflo/mosquitto-1.3.1/man/CMakeFiles/progress.marks
111 cd /home/travis/build/noflo/noflo-runtime-msgflo/mosquitto-1.3.1 && $(MAKE) -f CMakeFiles/Makefile2 man/all
112 $(CMAKE_COMMAND) -E cmake_progress_start /home/travis/build/noflo/noflo-runtime-msgflo/mosquitto-1.3.1/CMakeFiles 0
113.PHONY : all
114
115# The main clean target
116clean:
117 cd /home/travis/build/noflo/noflo-runtime-msgflo/mosquitto-1.3.1 && $(MAKE) -f CMakeFiles/Makefile2 man/clean
118.PHONY : clean
119
120# The main clean target
121clean/fast: clean
122.PHONY : clean/fast
123
124# Prepare targets for installation.
125preinstall: all
126 cd /home/travis/build/noflo/noflo-runtime-msgflo/mosquitto-1.3.1 && $(MAKE) -f CMakeFiles/Makefile2 man/preinstall
127.PHONY : preinstall
128
129# Prepare targets for installation.
130preinstall/fast:
131 cd /home/travis/build/noflo/noflo-runtime-msgflo/mosquitto-1.3.1 && $(MAKE) -f CMakeFiles/Makefile2 man/preinstall
132.PHONY : preinstall/fast
133
134# clear depends
135depend:
136 cd /home/travis/build/noflo/noflo-runtime-msgflo/mosquitto-1.3.1 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
137.PHONY : depend
138
139# Help Target
140help:
141 @echo "The following are some of the valid targets for this Makefile:"
142 @echo "... all (the default if no target is provided)"
143 @echo "... clean"
144 @echo "... depend"
145 @echo "... edit_cache"
146 @echo "... install"
147 @echo "... install/local"
148 @echo "... install/strip"
149 @echo "... list_install_components"
150 @echo "... rebuild_cache"
151.PHONY : help
152
153
154
155#=============================================================================
156# Special targets to cleanup operation of make.
157
158# Special rule to run CMake to check the build system integrity.
159# No rule that depends on this can have commands that come from listfiles
160# because they might be regenerated.
161cmake_check_build_system:
162 cd /home/travis/build/noflo/noflo-runtime-msgflo/mosquitto-1.3.1 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
163.PHONY : cmake_check_build_system
164