📄 makefile
字号:
# CMAKE generated file: DO NOT EDIT!# Generated by "Unix Makefiles" Generator, CMake Version 2.6# Default target executed when no arguments are given to make.default_target: all.PHONY : default_target#=============================================================================# Special targets provided by cmake.# Disable implicit rules so canoncical targets will work..SUFFIXES:# Remove some rules from gmake that .SUFFIXES does not remove.SUFFIXES =.SUFFIXES: .hpux_make_needs_suffix_list# Produce verbose output by default.VERBOSE = 1# Suppress display of executed commands.$(VERBOSE).SILENT:# A target that is always out of date.cmake_force:.PHONY : cmake_force#=============================================================================# Set environment variables for the build.# The shell in which to execute make rules.SHELL = /bin/sh# The CMake executable.CMAKE_COMMAND = /usr/bin/cmake# The command to remove a file.RM = /usr/bin/cmake -E remove -f# The program to use to edit the cache.CMAKE_EDIT_COMMAND = /usr/bin/ccmake# The top-level source directory on which CMake was run.CMAKE_SOURCE_DIR = /home/cyril/workspace/eblearn# The top-level build directory on which CMake was run.CMAKE_BINARY_DIR = /home/cyril/workspace/eblearn#=============================================================================# Targets provided globally by CMake.# Special rule for the target edit_cacheedit_cache: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." cd /home/cyril/workspace/eblearn/eblearn/gui && /usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR).PHONY : edit_cache# Special rule for the target edit_cacheedit_cache/fast: edit_cache.PHONY : edit_cache/fast# Special rule for the target installinstall: preinstall @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." cd /home/cyril/workspace/eblearn/eblearn/gui && /usr/bin/cmake -P cmake_install.cmake.PHONY : install# Special rule for the target installinstall/fast: preinstall/fast @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." cd /home/cyril/workspace/eblearn/eblearn/gui && /usr/bin/cmake -P cmake_install.cmake.PHONY : install/fast# Special rule for the target install/localinstall/local: preinstall @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." cd /home/cyril/workspace/eblearn/eblearn/gui && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake.PHONY : install/local# Special rule for the target install/localinstall/local/fast: install/local.PHONY : install/local/fast# Special rule for the target install/stripinstall/strip: preinstall @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." cd /home/cyril/workspace/eblearn/eblearn/gui && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake.PHONY : install/strip# Special rule for the target install/stripinstall/strip/fast: install/strip.PHONY : install/strip/fast# Special rule for the target list_install_componentslist_install_components: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Only default component available".PHONY : list_install_components# Special rule for the target list_install_componentslist_install_components/fast: list_install_components.PHONY : list_install_components/fast# Special rule for the target rebuild_cacherebuild_cache: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." cd /home/cyril/workspace/eblearn/eblearn/gui && /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR).PHONY : rebuild_cache# Special rule for the target rebuild_cacherebuild_cache/fast: rebuild_cache.PHONY : rebuild_cache/fast# The main all targetall: cmake_check_build_system cd /home/cyril/workspace/eblearn && $(CMAKE_COMMAND) -E cmake_progress_start /home/cyril/workspace/eblearn/CMakeFiles /home/cyril/workspace/eblearn/eblearn/gui/CMakeFiles/progress.make cd /home/cyril/workspace/eblearn && $(MAKE) -f CMakeFiles/Makefile2 eblearn/gui/all $(CMAKE_COMMAND) -E cmake_progress_start /home/cyril/workspace/eblearn/CMakeFiles 0.PHONY : all# The main clean targetclean: cd /home/cyril/workspace/eblearn && $(MAKE) -f CMakeFiles/Makefile2 eblearn/gui/clean.PHONY : clean# The main clean targetclean/fast: clean.PHONY : clean/fast# Prepare targets for installation.preinstall: all cd /home/cyril/workspace/eblearn && $(MAKE) -f CMakeFiles/Makefile2 eblearn/gui/preinstall.PHONY : preinstall# Prepare targets for installation.preinstall/fast: cd /home/cyril/workspace/eblearn && $(MAKE) -f CMakeFiles/Makefile2 eblearn/gui/preinstall.PHONY : preinstall/fast# clear dependsdepend: cd /home/cyril/workspace/eblearn && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1.PHONY : depend# Convenience name for target.eblearn/gui/CMakeFiles/eblearn_gui.dir/rule: cd /home/cyril/workspace/eblearn && $(MAKE) -f CMakeFiles/Makefile2 eblearn/gui/CMakeFiles/eblearn_gui.dir/rule.PHONY : eblearn/gui/CMakeFiles/eblearn_gui.dir/rule# Convenience name for target.eblearn_gui: eblearn/gui/CMakeFiles/eblearn_gui.dir/rule.PHONY : eblearn_gui# fast build rule for target.eblearn_gui/fast: cd /home/cyril/workspace/eblearn && $(MAKE) -f eblearn/gui/CMakeFiles/eblearn_gui.dir/build.make eblearn/gui/CMakeFiles/eblearn_gui.dir/build.PHONY : eblearn_gui/fast# target to build an object filesrc/ebm_gui.o: cd /home/cyril/workspace/eblearn && $(MAKE) -f eblearn/gui/CMakeFiles/eblearn_gui.dir/build.make eblearn/gui/CMakeFiles/eblearn_gui.dir/src/ebm_gui.o.PHONY : src/ebm_gui.o# target to preprocess a source filesrc/ebm_gui.i: cd /home/cyril/workspace/eblearn && $(MAKE) -f eblearn/gui/CMakeFiles/eblearn_gui.dir/build.make eblearn/gui/CMakeFiles/eblearn_gui.dir/src/ebm_gui.i.PHONY : src/ebm_gui.i# target to generate assembly for a filesrc/ebm_gui.s: cd /home/cyril/workspace/eblearn && $(MAKE) -f eblearn/gui/CMakeFiles/eblearn_gui.dir/build.make eblearn/gui/CMakeFiles/eblearn_gui.dir/src/ebm_gui.s.PHONY : src/ebm_gui.s# target to build an object filesrc/moc_ebm_gui.o: cd /home/cyril/workspace/eblearn && $(MAKE) -f eblearn/gui/CMakeFiles/eblearn_gui.dir/build.make eblearn/gui/CMakeFiles/eblearn_gui.dir/src/moc_ebm_gui.o.PHONY : src/moc_ebm_gui.o# target to preprocess a source filesrc/moc_ebm_gui.i: cd /home/cyril/workspace/eblearn && $(MAKE) -f eblearn/gui/CMakeFiles/eblearn_gui.dir/build.make eblearn/gui/CMakeFiles/eblearn_gui.dir/src/moc_ebm_gui.i.PHONY : src/moc_ebm_gui.i# target to generate assembly for a filesrc/moc_ebm_gui.s: cd /home/cyril/workspace/eblearn && $(MAKE) -f eblearn/gui/CMakeFiles/eblearn_gui.dir/build.make eblearn/gui/CMakeFiles/eblearn_gui.dir/src/moc_ebm_gui.s.PHONY : src/moc_ebm_gui.s# Help Targethelp: @echo "The following are some of the valid targets for this Makefile:" @echo "... all (the default if no target is provided)" @echo "... clean" @echo "... depend" @echo "... eblearn_gui" @echo "... edit_cache" @echo "... install" @echo "... install/local" @echo "... install/strip" @echo "... list_install_components" @echo "... rebuild_cache" @echo "... src/ebm_gui.o" @echo "... src/ebm_gui.i" @echo "... src/ebm_gui.s" @echo "... src/moc_ebm_gui.o" @echo "... src/moc_ebm_gui.i" @echo "... src/moc_ebm_gui.s".PHONY : help#=============================================================================# Special targets to cleanup operation of make.# Special rule to run CMake to check the build system integrity.# No rule that depends on this can have commands that come from listfiles# because they might be regenerated.cmake_check_build_system: cd /home/cyril/workspace/eblearn && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0.PHONY : cmake_check_build_system
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -