# CMAKE generated file: DO NOT EDIT! # Generated by "Unix Makefiles" Generator, CMake Version 3.13 # Default target executed when no arguments are given to make. default_target: all .PHONY : default_target # The main recursive all target all: .PHONY : all # The main recursive preinstall target preinstall: .PHONY : preinstall # The main recursive clean target clean: .PHONY : clean #============================================================================= # 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/key/Git/linux/developpment # The top-level build directory on which CMake was run. CMAKE_BINARY_DIR = /home/key/Git/linux/developpment/build #============================================================================= # Target rules for target CMakeFiles/integrator.dir # All Build rule for target. CMakeFiles/integrator.dir/all: communication/i2c/CMakeFiles/i_i2c.dir/all CMakeFiles/integrator.dir/all: drivers/bh1750/CMakeFiles/p_bh1750.dir/all CMakeFiles/integrator.dir/all: drivers/mcp4725/CMakeFiles/p_mcp4725.dir/all CMakeFiles/integrator.dir/all: drivers/pca9555/CMakeFiles/p_pca9555.dir/all CMakeFiles/integrator.dir/all: drivers/pca9685/CMakeFiles/p_pca9685.dir/all CMakeFiles/integrator.dir/all: drivers/pf8574/CMakeFiles/p_pf8574.dir/all CMakeFiles/integrator.dir/all: management/command/CMakeFiles/p_commandManager.dir/all CMakeFiles/integrator.dir/all: periferals/gpio/CMakeFiles/p_gpio.dir/all CMakeFiles/integrator.dir/all: systems/systemcall/CMakeFiles/p_systemCall.dir/all CMakeFiles/integrator.dir/all: algorithms/bitgestion/CMakeFiles/p_bitgestion.dir/all $(MAKE) -f CMakeFiles/integrator.dir/build.make CMakeFiles/integrator.dir/depend $(MAKE) -f CMakeFiles/integrator.dir/build.make CMakeFiles/integrator.dir/build @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/key/Git/linux/developpment/build/CMakeFiles --progress-num=3,4 "Built target integrator" .PHONY : CMakeFiles/integrator.dir/all # Include target in all. all: CMakeFiles/integrator.dir/all .PHONY : all # Build rule for subdir invocation for target. CMakeFiles/integrator.dir/rule: cmake_check_build_system $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/linux/developpment/build/CMakeFiles 22 $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/integrator.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/linux/developpment/build/CMakeFiles 0 .PHONY : CMakeFiles/integrator.dir/rule # Convenience name for target. integrator: CMakeFiles/integrator.dir/rule .PHONY : integrator # clean rule for target. CMakeFiles/integrator.dir/clean: $(MAKE) -f CMakeFiles/integrator.dir/build.make CMakeFiles/integrator.dir/clean .PHONY : CMakeFiles/integrator.dir/clean # clean rule for target. clean: CMakeFiles/integrator.dir/clean .PHONY : clean #============================================================================= # Directory level rules for directory communication # Convenience name for "all" pass in the directory. communication/all: communication/i2c/all .PHONY : communication/all # Convenience name for "clean" pass in the directory. communication/clean: communication/i2c/clean .PHONY : communication/clean # Convenience name for "preinstall" pass in the directory. communication/preinstall: communication/i2c/preinstall .PHONY : communication/preinstall #============================================================================= # Directory level rules for directory communication/i2c # Convenience name for "all" pass in the directory. communication/i2c/all: communication/i2c/CMakeFiles/i_i2c.dir/all .PHONY : communication/i2c/all # Convenience name for "clean" pass in the directory. communication/i2c/clean: communication/i2c/CMakeFiles/i_i2c.dir/clean .PHONY : communication/i2c/clean # Convenience name for "preinstall" pass in the directory. communication/i2c/preinstall: .PHONY : communication/i2c/preinstall #============================================================================= # Target rules for target communication/i2c/CMakeFiles/i_i2c.dir # All Build rule for target. communication/i2c/CMakeFiles/i_i2c.dir/all: $(MAKE) -f communication/i2c/CMakeFiles/i_i2c.dir/build.make communication/i2c/CMakeFiles/i_i2c.dir/depend $(MAKE) -f communication/i2c/CMakeFiles/i_i2c.dir/build.make communication/i2c/CMakeFiles/i_i2c.dir/build @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/key/Git/linux/developpment/build/CMakeFiles --progress-num=1,2 "Built target i_i2c" .PHONY : communication/i2c/CMakeFiles/i_i2c.dir/all # Include target in all. all: communication/i2c/CMakeFiles/i_i2c.dir/all .PHONY : all # Build rule for subdir invocation for target. communication/i2c/CMakeFiles/i_i2c.dir/rule: cmake_check_build_system $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/linux/developpment/build/CMakeFiles 2 $(MAKE) -f CMakeFiles/Makefile2 communication/i2c/CMakeFiles/i_i2c.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/linux/developpment/build/CMakeFiles 0 .PHONY : communication/i2c/CMakeFiles/i_i2c.dir/rule # Convenience name for target. i_i2c: communication/i2c/CMakeFiles/i_i2c.dir/rule .PHONY : i_i2c # clean rule for target. communication/i2c/CMakeFiles/i_i2c.dir/clean: $(MAKE) -f communication/i2c/CMakeFiles/i_i2c.dir/build.make communication/i2c/CMakeFiles/i_i2c.dir/clean .PHONY : communication/i2c/CMakeFiles/i_i2c.dir/clean # clean rule for target. clean: communication/i2c/CMakeFiles/i_i2c.dir/clean .PHONY : clean #============================================================================= # Directory level rules for directory drivers # Convenience name for "all" pass in the directory. drivers/all: drivers/bh1750/all drivers/all: drivers/mcp4725/all drivers/all: drivers/pca9555/all drivers/all: drivers/pca9685/all drivers/all: drivers/pf8574/all .PHONY : drivers/all # Convenience name for "clean" pass in the directory. drivers/clean: drivers/bh1750/clean drivers/clean: drivers/mcp4725/clean drivers/clean: drivers/pca9555/clean drivers/clean: drivers/pca9685/clean drivers/clean: drivers/pf8574/clean .PHONY : drivers/clean # Convenience name for "preinstall" pass in the directory. drivers/preinstall: drivers/bh1750/preinstall drivers/preinstall: drivers/mcp4725/preinstall drivers/preinstall: drivers/pca9555/preinstall drivers/preinstall: drivers/pca9685/preinstall drivers/preinstall: drivers/pf8574/preinstall .PHONY : drivers/preinstall #============================================================================= # Directory level rules for directory drivers/bh1750 # Convenience name for "all" pass in the directory. drivers/bh1750/all: drivers/bh1750/CMakeFiles/p_bh1750.dir/all .PHONY : drivers/bh1750/all # Convenience name for "clean" pass in the directory. drivers/bh1750/clean: drivers/bh1750/CMakeFiles/p_bh1750.dir/clean .PHONY : drivers/bh1750/clean # Convenience name for "preinstall" pass in the directory. drivers/bh1750/preinstall: .PHONY : drivers/bh1750/preinstall #============================================================================= # Target rules for target drivers/bh1750/CMakeFiles/p_bh1750.dir # All Build rule for target. drivers/bh1750/CMakeFiles/p_bh1750.dir/all: $(MAKE) -f drivers/bh1750/CMakeFiles/p_bh1750.dir/build.make drivers/bh1750/CMakeFiles/p_bh1750.dir/depend $(MAKE) -f drivers/bh1750/CMakeFiles/p_bh1750.dir/build.make drivers/bh1750/CMakeFiles/p_bh1750.dir/build @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/key/Git/linux/developpment/build/CMakeFiles --progress-num=5,6 "Built target p_bh1750" .PHONY : drivers/bh1750/CMakeFiles/p_bh1750.dir/all # Include target in all. all: drivers/bh1750/CMakeFiles/p_bh1750.dir/all .PHONY : all # Build rule for subdir invocation for target. drivers/bh1750/CMakeFiles/p_bh1750.dir/rule: cmake_check_build_system $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/linux/developpment/build/CMakeFiles 2 $(MAKE) -f CMakeFiles/Makefile2 drivers/bh1750/CMakeFiles/p_bh1750.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/linux/developpment/build/CMakeFiles 0 .PHONY : drivers/bh1750/CMakeFiles/p_bh1750.dir/rule # Convenience name for target. p_bh1750: drivers/bh1750/CMakeFiles/p_bh1750.dir/rule .PHONY : p_bh1750 # clean rule for target. drivers/bh1750/CMakeFiles/p_bh1750.dir/clean: $(MAKE) -f drivers/bh1750/CMakeFiles/p_bh1750.dir/build.make drivers/bh1750/CMakeFiles/p_bh1750.dir/clean .PHONY : drivers/bh1750/CMakeFiles/p_bh1750.dir/clean # clean rule for target. clean: drivers/bh1750/CMakeFiles/p_bh1750.dir/clean .PHONY : clean #============================================================================= # Directory level rules for directory drivers/mcp4725 # Convenience name for "all" pass in the directory. drivers/mcp4725/all: drivers/mcp4725/CMakeFiles/p_mcp4725.dir/all .PHONY : drivers/mcp4725/all # Convenience name for "clean" pass in the directory. drivers/mcp4725/clean: drivers/mcp4725/CMakeFiles/p_mcp4725.dir/clean .PHONY : drivers/mcp4725/clean # Convenience name for "preinstall" pass in the directory. drivers/mcp4725/preinstall: .PHONY : drivers/mcp4725/preinstall #============================================================================= # Target rules for target drivers/mcp4725/CMakeFiles/p_mcp4725.dir # All Build rule for target. drivers/mcp4725/CMakeFiles/p_mcp4725.dir/all: $(MAKE) -f drivers/mcp4725/CMakeFiles/p_mcp4725.dir/build.make drivers/mcp4725/CMakeFiles/p_mcp4725.dir/depend $(MAKE) -f drivers/mcp4725/CMakeFiles/p_mcp4725.dir/build.make drivers/mcp4725/CMakeFiles/p_mcp4725.dir/build @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/key/Git/linux/developpment/build/CMakeFiles --progress-num=13,14 "Built target p_mcp4725" .PHONY : drivers/mcp4725/CMakeFiles/p_mcp4725.dir/all # Include target in all. all: drivers/mcp4725/CMakeFiles/p_mcp4725.dir/all .PHONY : all # Build rule for subdir invocation for target. drivers/mcp4725/CMakeFiles/p_mcp4725.dir/rule: cmake_check_build_system $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/linux/developpment/build/CMakeFiles 2 $(MAKE) -f CMakeFiles/Makefile2 drivers/mcp4725/CMakeFiles/p_mcp4725.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/linux/developpment/build/CMakeFiles 0 .PHONY : drivers/mcp4725/CMakeFiles/p_mcp4725.dir/rule # Convenience name for target. p_mcp4725: drivers/mcp4725/CMakeFiles/p_mcp4725.dir/rule .PHONY : p_mcp4725 # clean rule for target. drivers/mcp4725/CMakeFiles/p_mcp4725.dir/clean: $(MAKE) -f drivers/mcp4725/CMakeFiles/p_mcp4725.dir/build.make drivers/mcp4725/CMakeFiles/p_mcp4725.dir/clean .PHONY : drivers/mcp4725/CMakeFiles/p_mcp4725.dir/clean # clean rule for target. clean: drivers/mcp4725/CMakeFiles/p_mcp4725.dir/clean .PHONY : clean #============================================================================= # Directory level rules for directory drivers/pca9555 # Convenience name for "all" pass in the directory. drivers/pca9555/all: drivers/pca9555/CMakeFiles/p_pca9555.dir/all .PHONY : drivers/pca9555/all # Convenience name for "clean" pass in the directory. drivers/pca9555/clean: drivers/pca9555/CMakeFiles/p_pca9555.dir/clean .PHONY : drivers/pca9555/clean # Convenience name for "preinstall" pass in the directory. drivers/pca9555/preinstall: .PHONY : drivers/pca9555/preinstall #============================================================================= # Target rules for target drivers/pca9555/CMakeFiles/p_pca9555.dir # All Build rule for target. drivers/pca9555/CMakeFiles/p_pca9555.dir/all: $(MAKE) -f drivers/pca9555/CMakeFiles/p_pca9555.dir/build.make drivers/pca9555/CMakeFiles/p_pca9555.dir/depend $(MAKE) -f drivers/pca9555/CMakeFiles/p_pca9555.dir/build.make drivers/pca9555/CMakeFiles/p_pca9555.dir/build @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/key/Git/linux/developpment/build/CMakeFiles --progress-num=15,16 "Built target p_pca9555" .PHONY : drivers/pca9555/CMakeFiles/p_pca9555.dir/all # Include target in all. all: drivers/pca9555/CMakeFiles/p_pca9555.dir/all .PHONY : all # Build rule for subdir invocation for target. drivers/pca9555/CMakeFiles/p_pca9555.dir/rule: cmake_check_build_system $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/linux/developpment/build/CMakeFiles 2 $(MAKE) -f CMakeFiles/Makefile2 drivers/pca9555/CMakeFiles/p_pca9555.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/linux/developpment/build/CMakeFiles 0 .PHONY : drivers/pca9555/CMakeFiles/p_pca9555.dir/rule # Convenience name for target. p_pca9555: drivers/pca9555/CMakeFiles/p_pca9555.dir/rule .PHONY : p_pca9555 # clean rule for target. drivers/pca9555/CMakeFiles/p_pca9555.dir/clean: $(MAKE) -f drivers/pca9555/CMakeFiles/p_pca9555.dir/build.make drivers/pca9555/CMakeFiles/p_pca9555.dir/clean .PHONY : drivers/pca9555/CMakeFiles/p_pca9555.dir/clean # clean rule for target. clean: drivers/pca9555/CMakeFiles/p_pca9555.dir/clean .PHONY : clean #============================================================================= # Directory level rules for directory drivers/pca9685 # Convenience name for "all" pass in the directory. drivers/pca9685/all: drivers/pca9685/CMakeFiles/p_pca9685.dir/all .PHONY : drivers/pca9685/all # Convenience name for "clean" pass in the directory. drivers/pca9685/clean: drivers/pca9685/CMakeFiles/p_pca9685.dir/clean .PHONY : drivers/pca9685/clean # Convenience name for "preinstall" pass in the directory. drivers/pca9685/preinstall: .PHONY : drivers/pca9685/preinstall #============================================================================= # Target rules for target drivers/pca9685/CMakeFiles/p_pca9685.dir # All Build rule for target. drivers/pca9685/CMakeFiles/p_pca9685.dir/all: $(MAKE) -f drivers/pca9685/CMakeFiles/p_pca9685.dir/build.make drivers/pca9685/CMakeFiles/p_pca9685.dir/depend $(MAKE) -f drivers/pca9685/CMakeFiles/p_pca9685.dir/build.make drivers/pca9685/CMakeFiles/p_pca9685.dir/build @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/key/Git/linux/developpment/build/CMakeFiles --progress-num=17,18 "Built target p_pca9685" .PHONY : drivers/pca9685/CMakeFiles/p_pca9685.dir/all # Include target in all. all: drivers/pca9685/CMakeFiles/p_pca9685.dir/all .PHONY : all # Build rule for subdir invocation for target. drivers/pca9685/CMakeFiles/p_pca9685.dir/rule: cmake_check_build_system $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/linux/developpment/build/CMakeFiles 2 $(MAKE) -f CMakeFiles/Makefile2 drivers/pca9685/CMakeFiles/p_pca9685.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/linux/developpment/build/CMakeFiles 0 .PHONY : drivers/pca9685/CMakeFiles/p_pca9685.dir/rule # Convenience name for target. p_pca9685: drivers/pca9685/CMakeFiles/p_pca9685.dir/rule .PHONY : p_pca9685 # clean rule for target. drivers/pca9685/CMakeFiles/p_pca9685.dir/clean: $(MAKE) -f drivers/pca9685/CMakeFiles/p_pca9685.dir/build.make drivers/pca9685/CMakeFiles/p_pca9685.dir/clean .PHONY : drivers/pca9685/CMakeFiles/p_pca9685.dir/clean # clean rule for target. clean: drivers/pca9685/CMakeFiles/p_pca9685.dir/clean .PHONY : clean #============================================================================= # Directory level rules for directory drivers/pf8574 # Convenience name for "all" pass in the directory. drivers/pf8574/all: drivers/pf8574/CMakeFiles/p_pf8574.dir/all .PHONY : drivers/pf8574/all # Convenience name for "clean" pass in the directory. drivers/pf8574/clean: drivers/pf8574/CMakeFiles/p_pf8574.dir/clean .PHONY : drivers/pf8574/clean # Convenience name for "preinstall" pass in the directory. drivers/pf8574/preinstall: .PHONY : drivers/pf8574/preinstall #============================================================================= # Target rules for target drivers/pf8574/CMakeFiles/p_pf8574.dir # All Build rule for target. drivers/pf8574/CMakeFiles/p_pf8574.dir/all: $(MAKE) -f drivers/pf8574/CMakeFiles/p_pf8574.dir/build.make drivers/pf8574/CMakeFiles/p_pf8574.dir/depend $(MAKE) -f drivers/pf8574/CMakeFiles/p_pf8574.dir/build.make drivers/pf8574/CMakeFiles/p_pf8574.dir/build @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/key/Git/linux/developpment/build/CMakeFiles --progress-num=19,20 "Built target p_pf8574" .PHONY : drivers/pf8574/CMakeFiles/p_pf8574.dir/all # Include target in all. all: drivers/pf8574/CMakeFiles/p_pf8574.dir/all .PHONY : all # Build rule for subdir invocation for target. drivers/pf8574/CMakeFiles/p_pf8574.dir/rule: cmake_check_build_system $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/linux/developpment/build/CMakeFiles 2 $(MAKE) -f CMakeFiles/Makefile2 drivers/pf8574/CMakeFiles/p_pf8574.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/linux/developpment/build/CMakeFiles 0 .PHONY : drivers/pf8574/CMakeFiles/p_pf8574.dir/rule # Convenience name for target. p_pf8574: drivers/pf8574/CMakeFiles/p_pf8574.dir/rule .PHONY : p_pf8574 # clean rule for target. drivers/pf8574/CMakeFiles/p_pf8574.dir/clean: $(MAKE) -f drivers/pf8574/CMakeFiles/p_pf8574.dir/build.make drivers/pf8574/CMakeFiles/p_pf8574.dir/clean .PHONY : drivers/pf8574/CMakeFiles/p_pf8574.dir/clean # clean rule for target. clean: drivers/pf8574/CMakeFiles/p_pf8574.dir/clean .PHONY : clean #============================================================================= # Directory level rules for directory management # Convenience name for "all" pass in the directory. management/all: management/command/all .PHONY : management/all # Convenience name for "clean" pass in the directory. management/clean: management/command/clean .PHONY : management/clean # Convenience name for "preinstall" pass in the directory. management/preinstall: management/command/preinstall .PHONY : management/preinstall #============================================================================= # Directory level rules for directory management/command # Convenience name for "all" pass in the directory. management/command/all: management/command/CMakeFiles/p_commandManager.dir/all .PHONY : management/command/all # Convenience name for "clean" pass in the directory. management/command/clean: management/command/CMakeFiles/p_commandManager.dir/clean .PHONY : management/command/clean # Convenience name for "preinstall" pass in the directory. management/command/preinstall: .PHONY : management/command/preinstall #============================================================================= # Target rules for target management/command/CMakeFiles/p_commandManager.dir # All Build rule for target. management/command/CMakeFiles/p_commandManager.dir/all: $(MAKE) -f management/command/CMakeFiles/p_commandManager.dir/build.make management/command/CMakeFiles/p_commandManager.dir/depend $(MAKE) -f management/command/CMakeFiles/p_commandManager.dir/build.make management/command/CMakeFiles/p_commandManager.dir/build @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/key/Git/linux/developpment/build/CMakeFiles --progress-num=9,10 "Built target p_commandManager" .PHONY : management/command/CMakeFiles/p_commandManager.dir/all # Include target in all. all: management/command/CMakeFiles/p_commandManager.dir/all .PHONY : all # Build rule for subdir invocation for target. management/command/CMakeFiles/p_commandManager.dir/rule: cmake_check_build_system $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/linux/developpment/build/CMakeFiles 2 $(MAKE) -f CMakeFiles/Makefile2 management/command/CMakeFiles/p_commandManager.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/linux/developpment/build/CMakeFiles 0 .PHONY : management/command/CMakeFiles/p_commandManager.dir/rule # Convenience name for target. p_commandManager: management/command/CMakeFiles/p_commandManager.dir/rule .PHONY : p_commandManager # clean rule for target. management/command/CMakeFiles/p_commandManager.dir/clean: $(MAKE) -f management/command/CMakeFiles/p_commandManager.dir/build.make management/command/CMakeFiles/p_commandManager.dir/clean .PHONY : management/command/CMakeFiles/p_commandManager.dir/clean # clean rule for target. clean: management/command/CMakeFiles/p_commandManager.dir/clean .PHONY : clean #============================================================================= # Directory level rules for directory periferals # Convenience name for "all" pass in the directory. periferals/all: periferals/gpio/all .PHONY : periferals/all # Convenience name for "clean" pass in the directory. periferals/clean: periferals/gpio/clean .PHONY : periferals/clean # Convenience name for "preinstall" pass in the directory. periferals/preinstall: periferals/gpio/preinstall .PHONY : periferals/preinstall #============================================================================= # Directory level rules for directory periferals/gpio # Convenience name for "all" pass in the directory. periferals/gpio/all: periferals/gpio/CMakeFiles/p_gpio.dir/all .PHONY : periferals/gpio/all # Convenience name for "clean" pass in the directory. periferals/gpio/clean: periferals/gpio/CMakeFiles/p_gpio.dir/clean .PHONY : periferals/gpio/clean # Convenience name for "preinstall" pass in the directory. periferals/gpio/preinstall: .PHONY : periferals/gpio/preinstall #============================================================================= # Target rules for target periferals/gpio/CMakeFiles/p_gpio.dir # All Build rule for target. periferals/gpio/CMakeFiles/p_gpio.dir/all: $(MAKE) -f periferals/gpio/CMakeFiles/p_gpio.dir/build.make periferals/gpio/CMakeFiles/p_gpio.dir/depend $(MAKE) -f periferals/gpio/CMakeFiles/p_gpio.dir/build.make periferals/gpio/CMakeFiles/p_gpio.dir/build @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/key/Git/linux/developpment/build/CMakeFiles --progress-num=11,12 "Built target p_gpio" .PHONY : periferals/gpio/CMakeFiles/p_gpio.dir/all # Include target in all. all: periferals/gpio/CMakeFiles/p_gpio.dir/all .PHONY : all # Build rule for subdir invocation for target. periferals/gpio/CMakeFiles/p_gpio.dir/rule: cmake_check_build_system $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/linux/developpment/build/CMakeFiles 2 $(MAKE) -f CMakeFiles/Makefile2 periferals/gpio/CMakeFiles/p_gpio.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/linux/developpment/build/CMakeFiles 0 .PHONY : periferals/gpio/CMakeFiles/p_gpio.dir/rule # Convenience name for target. p_gpio: periferals/gpio/CMakeFiles/p_gpio.dir/rule .PHONY : p_gpio # clean rule for target. periferals/gpio/CMakeFiles/p_gpio.dir/clean: $(MAKE) -f periferals/gpio/CMakeFiles/p_gpio.dir/build.make periferals/gpio/CMakeFiles/p_gpio.dir/clean .PHONY : periferals/gpio/CMakeFiles/p_gpio.dir/clean # clean rule for target. clean: periferals/gpio/CMakeFiles/p_gpio.dir/clean .PHONY : clean #============================================================================= # Directory level rules for directory systems # Convenience name for "all" pass in the directory. systems/all: systems/systemcall/all .PHONY : systems/all # Convenience name for "clean" pass in the directory. systems/clean: systems/systemcall/clean .PHONY : systems/clean # Convenience name for "preinstall" pass in the directory. systems/preinstall: systems/systemcall/preinstall .PHONY : systems/preinstall #============================================================================= # Directory level rules for directory systems/systemcall # Convenience name for "all" pass in the directory. systems/systemcall/all: systems/systemcall/CMakeFiles/p_systemCall.dir/all .PHONY : systems/systemcall/all # Convenience name for "clean" pass in the directory. systems/systemcall/clean: systems/systemcall/CMakeFiles/p_systemCall.dir/clean .PHONY : systems/systemcall/clean # Convenience name for "preinstall" pass in the directory. systems/systemcall/preinstall: .PHONY : systems/systemcall/preinstall #============================================================================= # Target rules for target systems/systemcall/CMakeFiles/p_systemCall.dir # All Build rule for target. systems/systemcall/CMakeFiles/p_systemCall.dir/all: $(MAKE) -f systems/systemcall/CMakeFiles/p_systemCall.dir/build.make systems/systemcall/CMakeFiles/p_systemCall.dir/depend $(MAKE) -f systems/systemcall/CMakeFiles/p_systemCall.dir/build.make systems/systemcall/CMakeFiles/p_systemCall.dir/build @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/key/Git/linux/developpment/build/CMakeFiles --progress-num=21,22 "Built target p_systemCall" .PHONY : systems/systemcall/CMakeFiles/p_systemCall.dir/all # Include target in all. all: systems/systemcall/CMakeFiles/p_systemCall.dir/all .PHONY : all # Build rule for subdir invocation for target. systems/systemcall/CMakeFiles/p_systemCall.dir/rule: cmake_check_build_system $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/linux/developpment/build/CMakeFiles 2 $(MAKE) -f CMakeFiles/Makefile2 systems/systemcall/CMakeFiles/p_systemCall.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/linux/developpment/build/CMakeFiles 0 .PHONY : systems/systemcall/CMakeFiles/p_systemCall.dir/rule # Convenience name for target. p_systemCall: systems/systemcall/CMakeFiles/p_systemCall.dir/rule .PHONY : p_systemCall # clean rule for target. systems/systemcall/CMakeFiles/p_systemCall.dir/clean: $(MAKE) -f systems/systemcall/CMakeFiles/p_systemCall.dir/build.make systems/systemcall/CMakeFiles/p_systemCall.dir/clean .PHONY : systems/systemcall/CMakeFiles/p_systemCall.dir/clean # clean rule for target. clean: systems/systemcall/CMakeFiles/p_systemCall.dir/clean .PHONY : clean #============================================================================= # Directory level rules for directory algorithms # Convenience name for "all" pass in the directory. algorithms/all: algorithms/bitgestion/all .PHONY : algorithms/all # Convenience name for "clean" pass in the directory. algorithms/clean: algorithms/bitgestion/clean .PHONY : algorithms/clean # Convenience name for "preinstall" pass in the directory. algorithms/preinstall: algorithms/bitgestion/preinstall .PHONY : algorithms/preinstall #============================================================================= # Directory level rules for directory algorithms/bitgestion # Convenience name for "all" pass in the directory. algorithms/bitgestion/all: algorithms/bitgestion/CMakeFiles/p_bitgestion.dir/all .PHONY : algorithms/bitgestion/all # Convenience name for "clean" pass in the directory. algorithms/bitgestion/clean: algorithms/bitgestion/CMakeFiles/p_bitgestion.dir/clean .PHONY : algorithms/bitgestion/clean # Convenience name for "preinstall" pass in the directory. algorithms/bitgestion/preinstall: .PHONY : algorithms/bitgestion/preinstall #============================================================================= # Target rules for target algorithms/bitgestion/CMakeFiles/p_bitgestion.dir # All Build rule for target. algorithms/bitgestion/CMakeFiles/p_bitgestion.dir/all: $(MAKE) -f algorithms/bitgestion/CMakeFiles/p_bitgestion.dir/build.make algorithms/bitgestion/CMakeFiles/p_bitgestion.dir/depend $(MAKE) -f algorithms/bitgestion/CMakeFiles/p_bitgestion.dir/build.make algorithms/bitgestion/CMakeFiles/p_bitgestion.dir/build @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/key/Git/linux/developpment/build/CMakeFiles --progress-num=7,8 "Built target p_bitgestion" .PHONY : algorithms/bitgestion/CMakeFiles/p_bitgestion.dir/all # Include target in all. all: algorithms/bitgestion/CMakeFiles/p_bitgestion.dir/all .PHONY : all # Build rule for subdir invocation for target. algorithms/bitgestion/CMakeFiles/p_bitgestion.dir/rule: cmake_check_build_system $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/linux/developpment/build/CMakeFiles 2 $(MAKE) -f CMakeFiles/Makefile2 algorithms/bitgestion/CMakeFiles/p_bitgestion.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/linux/developpment/build/CMakeFiles 0 .PHONY : algorithms/bitgestion/CMakeFiles/p_bitgestion.dir/rule # Convenience name for target. p_bitgestion: algorithms/bitgestion/CMakeFiles/p_bitgestion.dir/rule .PHONY : p_bitgestion # clean rule for target. algorithms/bitgestion/CMakeFiles/p_bitgestion.dir/clean: $(MAKE) -f algorithms/bitgestion/CMakeFiles/p_bitgestion.dir/build.make algorithms/bitgestion/CMakeFiles/p_bitgestion.dir/clean .PHONY : algorithms/bitgestion/CMakeFiles/p_bitgestion.dir/clean # clean rule for target. clean: algorithms/bitgestion/CMakeFiles/p_bitgestion.dir/clean .PHONY : clean #============================================================================= # 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: $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 .PHONY : cmake_check_build_system