You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
319 lines
9.3 KiB
319 lines
9.3 KiB
# 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
|
|
|
|
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
|
|
.NOTPARALLEL:
|
|
|
|
|
|
#=============================================================================
|
|
# 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
|
|
|
|
#=============================================================================
|
|
# Targets provided globally by CMake.
|
|
|
|
# Special rule for the target rebuild_cache
|
|
rebuild_cache:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
|
|
/usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
|
.PHONY : rebuild_cache
|
|
|
|
# Special rule for the target rebuild_cache
|
|
rebuild_cache/fast: rebuild_cache
|
|
|
|
.PHONY : rebuild_cache/fast
|
|
|
|
# Special rule for the target edit_cache
|
|
edit_cache:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
|
|
/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
|
|
.PHONY : edit_cache
|
|
|
|
# Special rule for the target edit_cache
|
|
edit_cache/fast: edit_cache
|
|
|
|
.PHONY : edit_cache/fast
|
|
|
|
# The main all target
|
|
all: cmake_check_build_system
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/linux/developpment/build/CMakeFiles /home/key/Git/linux/developpment/build/CMakeFiles/progress.marks
|
|
$(MAKE) -f CMakeFiles/Makefile2 all
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/key/Git/linux/developpment/build/CMakeFiles 0
|
|
.PHONY : all
|
|
|
|
# The main clean target
|
|
clean:
|
|
$(MAKE) -f CMakeFiles/Makefile2 clean
|
|
.PHONY : clean
|
|
|
|
# The main clean target
|
|
clean/fast: clean
|
|
|
|
.PHONY : clean/fast
|
|
|
|
# Prepare targets for installation.
|
|
preinstall: all
|
|
$(MAKE) -f CMakeFiles/Makefile2 preinstall
|
|
.PHONY : preinstall
|
|
|
|
# Prepare targets for installation.
|
|
preinstall/fast:
|
|
$(MAKE) -f CMakeFiles/Makefile2 preinstall
|
|
.PHONY : preinstall/fast
|
|
|
|
# clear depends
|
|
depend:
|
|
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
|
.PHONY : depend
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named integrator
|
|
|
|
# Build rule for target.
|
|
integrator: cmake_check_build_system
|
|
$(MAKE) -f CMakeFiles/Makefile2 integrator
|
|
.PHONY : integrator
|
|
|
|
# fast build rule for target.
|
|
integrator/fast:
|
|
$(MAKE) -f CMakeFiles/integrator.dir/build.make CMakeFiles/integrator.dir/build
|
|
.PHONY : integrator/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named i_i2c
|
|
|
|
# Build rule for target.
|
|
i_i2c: cmake_check_build_system
|
|
$(MAKE) -f CMakeFiles/Makefile2 i_i2c
|
|
.PHONY : i_i2c
|
|
|
|
# fast build rule for target.
|
|
i_i2c/fast:
|
|
$(MAKE) -f communication/i2c/CMakeFiles/i_i2c.dir/build.make communication/i2c/CMakeFiles/i_i2c.dir/build
|
|
.PHONY : i_i2c/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named p_bh1750
|
|
|
|
# Build rule for target.
|
|
p_bh1750: cmake_check_build_system
|
|
$(MAKE) -f CMakeFiles/Makefile2 p_bh1750
|
|
.PHONY : p_bh1750
|
|
|
|
# fast build rule for target.
|
|
p_bh1750/fast:
|
|
$(MAKE) -f drivers/bh1750/CMakeFiles/p_bh1750.dir/build.make drivers/bh1750/CMakeFiles/p_bh1750.dir/build
|
|
.PHONY : p_bh1750/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named p_mcp4725
|
|
|
|
# Build rule for target.
|
|
p_mcp4725: cmake_check_build_system
|
|
$(MAKE) -f CMakeFiles/Makefile2 p_mcp4725
|
|
.PHONY : p_mcp4725
|
|
|
|
# fast build rule for target.
|
|
p_mcp4725/fast:
|
|
$(MAKE) -f drivers/mcp4725/CMakeFiles/p_mcp4725.dir/build.make drivers/mcp4725/CMakeFiles/p_mcp4725.dir/build
|
|
.PHONY : p_mcp4725/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named p_pca9555
|
|
|
|
# Build rule for target.
|
|
p_pca9555: cmake_check_build_system
|
|
$(MAKE) -f CMakeFiles/Makefile2 p_pca9555
|
|
.PHONY : p_pca9555
|
|
|
|
# fast build rule for target.
|
|
p_pca9555/fast:
|
|
$(MAKE) -f drivers/pca9555/CMakeFiles/p_pca9555.dir/build.make drivers/pca9555/CMakeFiles/p_pca9555.dir/build
|
|
.PHONY : p_pca9555/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named p_pca9685
|
|
|
|
# Build rule for target.
|
|
p_pca9685: cmake_check_build_system
|
|
$(MAKE) -f CMakeFiles/Makefile2 p_pca9685
|
|
.PHONY : p_pca9685
|
|
|
|
# fast build rule for target.
|
|
p_pca9685/fast:
|
|
$(MAKE) -f drivers/pca9685/CMakeFiles/p_pca9685.dir/build.make drivers/pca9685/CMakeFiles/p_pca9685.dir/build
|
|
.PHONY : p_pca9685/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named p_pf8574
|
|
|
|
# Build rule for target.
|
|
p_pf8574: cmake_check_build_system
|
|
$(MAKE) -f CMakeFiles/Makefile2 p_pf8574
|
|
.PHONY : p_pf8574
|
|
|
|
# fast build rule for target.
|
|
p_pf8574/fast:
|
|
$(MAKE) -f drivers/pf8574/CMakeFiles/p_pf8574.dir/build.make drivers/pf8574/CMakeFiles/p_pf8574.dir/build
|
|
.PHONY : p_pf8574/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named p_commandManager
|
|
|
|
# Build rule for target.
|
|
p_commandManager: cmake_check_build_system
|
|
$(MAKE) -f CMakeFiles/Makefile2 p_commandManager
|
|
.PHONY : p_commandManager
|
|
|
|
# fast build rule for target.
|
|
p_commandManager/fast:
|
|
$(MAKE) -f management/command/CMakeFiles/p_commandManager.dir/build.make management/command/CMakeFiles/p_commandManager.dir/build
|
|
.PHONY : p_commandManager/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named p_gpio
|
|
|
|
# Build rule for target.
|
|
p_gpio: cmake_check_build_system
|
|
$(MAKE) -f CMakeFiles/Makefile2 p_gpio
|
|
.PHONY : p_gpio
|
|
|
|
# fast build rule for target.
|
|
p_gpio/fast:
|
|
$(MAKE) -f periferals/gpio/CMakeFiles/p_gpio.dir/build.make periferals/gpio/CMakeFiles/p_gpio.dir/build
|
|
.PHONY : p_gpio/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named p_systemCall
|
|
|
|
# Build rule for target.
|
|
p_systemCall: cmake_check_build_system
|
|
$(MAKE) -f CMakeFiles/Makefile2 p_systemCall
|
|
.PHONY : p_systemCall
|
|
|
|
# fast build rule for target.
|
|
p_systemCall/fast:
|
|
$(MAKE) -f systems/systemcall/CMakeFiles/p_systemCall.dir/build.make systems/systemcall/CMakeFiles/p_systemCall.dir/build
|
|
.PHONY : p_systemCall/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named p_bitgestion
|
|
|
|
# Build rule for target.
|
|
p_bitgestion: cmake_check_build_system
|
|
$(MAKE) -f CMakeFiles/Makefile2 p_bitgestion
|
|
.PHONY : p_bitgestion
|
|
|
|
# fast build rule for target.
|
|
p_bitgestion/fast:
|
|
$(MAKE) -f algorithms/bitgestion/CMakeFiles/p_bitgestion.dir/build.make algorithms/bitgestion/CMakeFiles/p_bitgestion.dir/build
|
|
.PHONY : p_bitgestion/fast
|
|
|
|
interfacer.o: interfacer.cpp.o
|
|
|
|
.PHONY : interfacer.o
|
|
|
|
# target to build an object file
|
|
interfacer.cpp.o:
|
|
$(MAKE) -f CMakeFiles/integrator.dir/build.make CMakeFiles/integrator.dir/interfacer.cpp.o
|
|
.PHONY : interfacer.cpp.o
|
|
|
|
interfacer.i: interfacer.cpp.i
|
|
|
|
.PHONY : interfacer.i
|
|
|
|
# target to preprocess a source file
|
|
interfacer.cpp.i:
|
|
$(MAKE) -f CMakeFiles/integrator.dir/build.make CMakeFiles/integrator.dir/interfacer.cpp.i
|
|
.PHONY : interfacer.cpp.i
|
|
|
|
interfacer.s: interfacer.cpp.s
|
|
|
|
.PHONY : interfacer.s
|
|
|
|
# target to generate assembly for a file
|
|
interfacer.cpp.s:
|
|
$(MAKE) -f CMakeFiles/integrator.dir/build.make CMakeFiles/integrator.dir/interfacer.cpp.s
|
|
.PHONY : interfacer.cpp.s
|
|
|
|
# Help Target
|
|
help:
|
|
@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 "... rebuild_cache"
|
|
@echo "... integrator"
|
|
@echo "... edit_cache"
|
|
@echo "... i_i2c"
|
|
@echo "... p_bh1750"
|
|
@echo "... p_mcp4725"
|
|
@echo "... p_pca9555"
|
|
@echo "... p_pca9685"
|
|
@echo "... p_pf8574"
|
|
@echo "... p_commandManager"
|
|
@echo "... p_gpio"
|
|
@echo "... p_systemCall"
|
|
@echo "... p_bitgestion"
|
|
@echo "... interfacer.o"
|
|
@echo "... interfacer.i"
|
|
@echo "... interfacer.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:
|
|
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
|
.PHONY : cmake_check_build_system
|
|
|