12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- # CMAKE generated file: DO NOT EDIT!
- # Generated by "Unix Makefiles" Generator, CMake Version 3.3
- # Delete rule output on recipe failure.
- .DELETE_ON_ERROR:
- #=============================================================================
- # Special targets provided by cmake.
- # Disable implicit rules so canonical targets will work.
- .SUFFIXES:
- # Remove some rules from gmake that .SUFFIXES does not remove.
- SUFFIXES =
- .SUFFIXES: .hpux_make_needs_suffix_list
- # 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
- # Escaping for special characters.
- EQUALS = =
- # The top-level source directory on which CMake was run.
- CMAKE_SOURCE_DIR = /home/maldela/projects/fancontrol-gui.git
- # The top-level build directory on which CMake was run.
- CMAKE_BINARY_DIR = /home/maldela/projects/fancontrol-gui.git/build
- # Utility rule file for kcm_fancontrol_automoc.
- # Include the progress variables for this target.
- include kcm/CMakeFiles/kcm_fancontrol_automoc.dir/progress.make
- kcm/CMakeFiles/kcm_fancontrol_automoc: kcm/kcm_fancontrol.json
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Automatic moc for target kcm_fancontrol"
- cd /home/maldela/projects/fancontrol-gui.git/build/kcm && /usr/bin/cmake -E cmake_autogen /home/maldela/projects/fancontrol-gui.git/build/kcm/CMakeFiles/kcm_fancontrol_automoc.dir/ Debug
- kcm/kcm_fancontrol.json: ../kcm/kcm_fancontrol.desktop
- @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/maldela/projects/fancontrol-gui.git/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Generating kcm_fancontrol.json"
- cd /home/maldela/projects/fancontrol-gui.git/kcm && /usr/bin/desktoptojson -i kcm_fancontrol.desktop -o /home/maldela/projects/fancontrol-gui.git/build/kcm/kcm_fancontrol.json
- kcm_fancontrol_automoc: kcm/CMakeFiles/kcm_fancontrol_automoc
- kcm_fancontrol_automoc: kcm/kcm_fancontrol.json
- kcm_fancontrol_automoc: kcm/CMakeFiles/kcm_fancontrol_automoc.dir/build.make
- .PHONY : kcm_fancontrol_automoc
- # Rule to build all files generated by this target.
- kcm/CMakeFiles/kcm_fancontrol_automoc.dir/build: kcm_fancontrol_automoc
- .PHONY : kcm/CMakeFiles/kcm_fancontrol_automoc.dir/build
- kcm/CMakeFiles/kcm_fancontrol_automoc.dir/clean:
- cd /home/maldela/projects/fancontrol-gui.git/build/kcm && $(CMAKE_COMMAND) -P CMakeFiles/kcm_fancontrol_automoc.dir/cmake_clean.cmake
- .PHONY : kcm/CMakeFiles/kcm_fancontrol_automoc.dir/clean
- kcm/CMakeFiles/kcm_fancontrol_automoc.dir/depend:
- cd /home/maldela/projects/fancontrol-gui.git/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/maldela/projects/fancontrol-gui.git /home/maldela/projects/fancontrol-gui.git/kcm /home/maldela/projects/fancontrol-gui.git/build /home/maldela/projects/fancontrol-gui.git/build/kcm /home/maldela/projects/fancontrol-gui.git/build/kcm/CMakeFiles/kcm_fancontrol_automoc.dir/DependInfo.cmake --color=$(COLOR)
- .PHONY : kcm/CMakeFiles/kcm_fancontrol_automoc.dir/depend
|