Lines Matching refs:install
90 @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"devel\" \"runtime\""
97 # Special rule for the target install
98 install: preinstall
101 .PHONY : install
103 # Special rule for the target install
104 install/fast: preinstall/fast
107 .PHONY : install/fast
109 # Special rule for the target install/local
110 install/local: preinstall
113 .PHONY : install/local
115 # Special rule for the target install/local
116 install/local/fast: preinstall/fast
119 .PHONY : install/local/fast
121 # Special rule for the target install/strip
122 install/strip: preinstall
125 .PHONY : install/strip
127 # Special rule for the target install/strip
128 install/strip/fast: preinstall/fast
131 .PHONY : install/strip/fast
7410 @echo "... install"
7411 @echo "... install/local"
7412 @echo "... install/strip"