Test 1
This commit is contained in:
254
build/CMakeFiles/Makefile2
Normal file
254
build/CMakeFiles/Makefile2
Normal file
@@ -0,0 +1,254 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 4.0
|
||||
|
||||
# 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 canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#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 rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/bruno/Documents/Programming/projects/avrservo
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/bruno/Documents/Programming/projects/avrservo/build
|
||||
|
||||
#=============================================================================
|
||||
# Directory level rules for the build root directory
|
||||
|
||||
# The main recursive "all" target.
|
||||
all: CMakeFiles/avrtest.dir/all
|
||||
.PHONY : all
|
||||
|
||||
# The main recursive "codegen" target.
|
||||
codegen: CMakeFiles/avrtest.dir/codegen
|
||||
.PHONY : codegen
|
||||
|
||||
# The main recursive "preinstall" target.
|
||||
preinstall:
|
||||
.PHONY : preinstall
|
||||
|
||||
# The main recursive "clean" target.
|
||||
clean: CMakeFiles/avrtest-atmega32.elf.dir/clean
|
||||
clean: CMakeFiles/avrtest.dir/clean
|
||||
clean: CMakeFiles/upload_avrtest.dir/clean
|
||||
clean: CMakeFiles/upload_avrtest_eeprom.dir/clean
|
||||
clean: CMakeFiles/disassemble_avrtest.dir/clean
|
||||
.PHONY : clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target CMakeFiles/avrtest-atmega32.elf.dir
|
||||
|
||||
# All Build rule for target.
|
||||
CMakeFiles/avrtest-atmega32.elf.dir/all:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/avrtest-atmega32.elf.dir/build.make CMakeFiles/avrtest-atmega32.elf.dir/depend
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/avrtest-atmega32.elf.dir/build.make CMakeFiles/avrtest-atmega32.elf.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/bruno/Documents/Programming/projects/avrservo/build/CMakeFiles --progress-num=4,5 "Built target avrtest-atmega32.elf"
|
||||
.PHONY : CMakeFiles/avrtest-atmega32.elf.dir/all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
CMakeFiles/avrtest-atmega32.elf.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/bruno/Documents/Programming/projects/avrservo/build/CMakeFiles 2
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/avrtest-atmega32.elf.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/bruno/Documents/Programming/projects/avrservo/build/CMakeFiles 0
|
||||
.PHONY : CMakeFiles/avrtest-atmega32.elf.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
avrtest-atmega32.elf: CMakeFiles/avrtest-atmega32.elf.dir/rule
|
||||
.PHONY : avrtest-atmega32.elf
|
||||
|
||||
# codegen rule for target.
|
||||
CMakeFiles/avrtest-atmega32.elf.dir/codegen:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/avrtest-atmega32.elf.dir/build.make CMakeFiles/avrtest-atmega32.elf.dir/codegen
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/bruno/Documents/Programming/projects/avrservo/build/CMakeFiles --progress-num=4,5 "Finished codegen for target avrtest-atmega32.elf"
|
||||
.PHONY : CMakeFiles/avrtest-atmega32.elf.dir/codegen
|
||||
|
||||
# clean rule for target.
|
||||
CMakeFiles/avrtest-atmega32.elf.dir/clean:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/avrtest-atmega32.elf.dir/build.make CMakeFiles/avrtest-atmega32.elf.dir/clean
|
||||
.PHONY : CMakeFiles/avrtest-atmega32.elf.dir/clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target CMakeFiles/avrtest.dir
|
||||
|
||||
# All Build rule for target.
|
||||
CMakeFiles/avrtest.dir/all: CMakeFiles/avrtest-atmega32.elf.dir/all
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/avrtest.dir/build.make CMakeFiles/avrtest.dir/depend
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/avrtest.dir/build.make CMakeFiles/avrtest.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/bruno/Documents/Programming/projects/avrservo/build/CMakeFiles --progress-num=1,2,3 "Built target avrtest"
|
||||
.PHONY : CMakeFiles/avrtest.dir/all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
CMakeFiles/avrtest.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/bruno/Documents/Programming/projects/avrservo/build/CMakeFiles 5
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/avrtest.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/bruno/Documents/Programming/projects/avrservo/build/CMakeFiles 0
|
||||
.PHONY : CMakeFiles/avrtest.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
avrtest: CMakeFiles/avrtest.dir/rule
|
||||
.PHONY : avrtest
|
||||
|
||||
# codegen rule for target.
|
||||
CMakeFiles/avrtest.dir/codegen: CMakeFiles/avrtest-atmega32.elf.dir/all
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/avrtest.dir/build.make CMakeFiles/avrtest.dir/codegen
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/bruno/Documents/Programming/projects/avrservo/build/CMakeFiles --progress-num=1,2,3 "Finished codegen for target avrtest"
|
||||
.PHONY : CMakeFiles/avrtest.dir/codegen
|
||||
|
||||
# clean rule for target.
|
||||
CMakeFiles/avrtest.dir/clean:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/avrtest.dir/build.make CMakeFiles/avrtest.dir/clean
|
||||
.PHONY : CMakeFiles/avrtest.dir/clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target CMakeFiles/upload_avrtest.dir
|
||||
|
||||
# All Build rule for target.
|
||||
CMakeFiles/upload_avrtest.dir/all: CMakeFiles/avrtest-atmega32.elf.dir/all
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/upload_avrtest.dir/build.make CMakeFiles/upload_avrtest.dir/depend
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/upload_avrtest.dir/build.make CMakeFiles/upload_avrtest.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/bruno/Documents/Programming/projects/avrservo/build/CMakeFiles --progress-num=6,7 "Built target upload_avrtest"
|
||||
.PHONY : CMakeFiles/upload_avrtest.dir/all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
CMakeFiles/upload_avrtest.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/bruno/Documents/Programming/projects/avrservo/build/CMakeFiles 4
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/upload_avrtest.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/bruno/Documents/Programming/projects/avrservo/build/CMakeFiles 0
|
||||
.PHONY : CMakeFiles/upload_avrtest.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
upload_avrtest: CMakeFiles/upload_avrtest.dir/rule
|
||||
.PHONY : upload_avrtest
|
||||
|
||||
# codegen rule for target.
|
||||
CMakeFiles/upload_avrtest.dir/codegen: CMakeFiles/avrtest-atmega32.elf.dir/all
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/upload_avrtest.dir/build.make CMakeFiles/upload_avrtest.dir/codegen
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/bruno/Documents/Programming/projects/avrservo/build/CMakeFiles --progress-num=6,7 "Finished codegen for target upload_avrtest"
|
||||
.PHONY : CMakeFiles/upload_avrtest.dir/codegen
|
||||
|
||||
# clean rule for target.
|
||||
CMakeFiles/upload_avrtest.dir/clean:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/upload_avrtest.dir/build.make CMakeFiles/upload_avrtest.dir/clean
|
||||
.PHONY : CMakeFiles/upload_avrtest.dir/clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target CMakeFiles/upload_avrtest_eeprom.dir
|
||||
|
||||
# All Build rule for target.
|
||||
CMakeFiles/upload_avrtest_eeprom.dir/all: CMakeFiles/avrtest-atmega32.elf.dir/all
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/upload_avrtest_eeprom.dir/build.make CMakeFiles/upload_avrtest_eeprom.dir/depend
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/upload_avrtest_eeprom.dir/build.make CMakeFiles/upload_avrtest_eeprom.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/bruno/Documents/Programming/projects/avrservo/build/CMakeFiles --progress-num=8,9 "Built target upload_avrtest_eeprom"
|
||||
.PHONY : CMakeFiles/upload_avrtest_eeprom.dir/all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
CMakeFiles/upload_avrtest_eeprom.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/bruno/Documents/Programming/projects/avrservo/build/CMakeFiles 4
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/upload_avrtest_eeprom.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/bruno/Documents/Programming/projects/avrservo/build/CMakeFiles 0
|
||||
.PHONY : CMakeFiles/upload_avrtest_eeprom.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
upload_avrtest_eeprom: CMakeFiles/upload_avrtest_eeprom.dir/rule
|
||||
.PHONY : upload_avrtest_eeprom
|
||||
|
||||
# codegen rule for target.
|
||||
CMakeFiles/upload_avrtest_eeprom.dir/codegen: CMakeFiles/avrtest-atmega32.elf.dir/all
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/upload_avrtest_eeprom.dir/build.make CMakeFiles/upload_avrtest_eeprom.dir/codegen
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/bruno/Documents/Programming/projects/avrservo/build/CMakeFiles --progress-num=8,9 "Finished codegen for target upload_avrtest_eeprom"
|
||||
.PHONY : CMakeFiles/upload_avrtest_eeprom.dir/codegen
|
||||
|
||||
# clean rule for target.
|
||||
CMakeFiles/upload_avrtest_eeprom.dir/clean:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/upload_avrtest_eeprom.dir/build.make CMakeFiles/upload_avrtest_eeprom.dir/clean
|
||||
.PHONY : CMakeFiles/upload_avrtest_eeprom.dir/clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target CMakeFiles/disassemble_avrtest.dir
|
||||
|
||||
# All Build rule for target.
|
||||
CMakeFiles/disassemble_avrtest.dir/all: CMakeFiles/avrtest-atmega32.elf.dir/all
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/disassemble_avrtest.dir/build.make CMakeFiles/disassemble_avrtest.dir/depend
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/disassemble_avrtest.dir/build.make CMakeFiles/disassemble_avrtest.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/bruno/Documents/Programming/projects/avrservo/build/CMakeFiles --progress-num= "Built target disassemble_avrtest"
|
||||
.PHONY : CMakeFiles/disassemble_avrtest.dir/all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
CMakeFiles/disassemble_avrtest.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/bruno/Documents/Programming/projects/avrservo/build/CMakeFiles 2
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/disassemble_avrtest.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/bruno/Documents/Programming/projects/avrservo/build/CMakeFiles 0
|
||||
.PHONY : CMakeFiles/disassemble_avrtest.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
disassemble_avrtest: CMakeFiles/disassemble_avrtest.dir/rule
|
||||
.PHONY : disassemble_avrtest
|
||||
|
||||
# codegen rule for target.
|
||||
CMakeFiles/disassemble_avrtest.dir/codegen: CMakeFiles/avrtest-atmega32.elf.dir/all
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/disassemble_avrtest.dir/build.make CMakeFiles/disassemble_avrtest.dir/codegen
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/bruno/Documents/Programming/projects/avrservo/build/CMakeFiles --progress-num= "Finished codegen for target disassemble_avrtest"
|
||||
.PHONY : CMakeFiles/disassemble_avrtest.dir/codegen
|
||||
|
||||
# clean rule for target.
|
||||
CMakeFiles/disassemble_avrtest.dir/clean:
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/disassemble_avrtest.dir/build.make CMakeFiles/disassemble_avrtest.dir/clean
|
||||
.PHONY : CMakeFiles/disassemble_avrtest.dir/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
|
||||
|
Reference in New Issue
Block a user