Test 1
This commit is contained in:
23
build/CMakeFiles/avrtest-atmega32.elf.dir/DependInfo.cmake
Normal file
23
build/CMakeFiles/avrtest-atmega32.elf.dir/DependInfo.cmake
Normal file
@@ -0,0 +1,23 @@
|
||||
|
||||
# Consider dependencies only in project.
|
||||
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
|
||||
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
)
|
||||
|
||||
# The set of dependency files which are needed:
|
||||
set(CMAKE_DEPENDS_DEPENDENCY_FILES
|
||||
"/home/bruno/Documents/Programming/projects/avrservo/main.c" "CMakeFiles/avrtest-atmega32.elf.dir/main.c.obj" "gcc" "CMakeFiles/avrtest-atmega32.elf.dir/main.c.obj.d"
|
||||
)
|
||||
|
||||
# Targets to which this target links which contain Fortran sources.
|
||||
set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Targets to which this target links which contain Fortran sources.
|
||||
set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
113
build/CMakeFiles/avrtest-atmega32.elf.dir/build.make
Normal file
113
build/CMakeFiles/avrtest-atmega32.elf.dir/build.make
Normal file
@@ -0,0 +1,113 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 4.0
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
#=============================================================================
|
||||
# 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
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include CMakeFiles/avrtest-atmega32.elf.dir/depend.make
|
||||
# Include any dependencies generated by the compiler for this target.
|
||||
include CMakeFiles/avrtest-atmega32.elf.dir/compiler_depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include CMakeFiles/avrtest-atmega32.elf.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include CMakeFiles/avrtest-atmega32.elf.dir/flags.make
|
||||
|
||||
CMakeFiles/avrtest-atmega32.elf.dir/codegen:
|
||||
.PHONY : CMakeFiles/avrtest-atmega32.elf.dir/codegen
|
||||
|
||||
CMakeFiles/avrtest-atmega32.elf.dir/main.c.obj: CMakeFiles/avrtest-atmega32.elf.dir/flags.make
|
||||
CMakeFiles/avrtest-atmega32.elf.dir/main.c.obj: /home/bruno/Documents/Programming/projects/avrservo/main.c
|
||||
CMakeFiles/avrtest-atmega32.elf.dir/main.c.obj: CMakeFiles/avrtest-atmega32.elf.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/bruno/Documents/Programming/projects/avrservo/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/avrtest-atmega32.elf.dir/main.c.obj"
|
||||
/usr/bin/avr-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/avrtest-atmega32.elf.dir/main.c.obj -MF CMakeFiles/avrtest-atmega32.elf.dir/main.c.obj.d -o CMakeFiles/avrtest-atmega32.elf.dir/main.c.obj -c /home/bruno/Documents/Programming/projects/avrservo/main.c
|
||||
|
||||
CMakeFiles/avrtest-atmega32.elf.dir/main.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/avrtest-atmega32.elf.dir/main.c.i"
|
||||
/usr/bin/avr-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/bruno/Documents/Programming/projects/avrservo/main.c > CMakeFiles/avrtest-atmega32.elf.dir/main.c.i
|
||||
|
||||
CMakeFiles/avrtest-atmega32.elf.dir/main.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/avrtest-atmega32.elf.dir/main.c.s"
|
||||
/usr/bin/avr-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/bruno/Documents/Programming/projects/avrservo/main.c -o CMakeFiles/avrtest-atmega32.elf.dir/main.c.s
|
||||
|
||||
# Object files for target avrtest-atmega32.elf
|
||||
avrtest__atmega32_elf_OBJECTS = \
|
||||
"CMakeFiles/avrtest-atmega32.elf.dir/main.c.obj"
|
||||
|
||||
# External object files for target avrtest-atmega32.elf
|
||||
avrtest__atmega32_elf_EXTERNAL_OBJECTS =
|
||||
|
||||
avrtest-atmega32.elf: CMakeFiles/avrtest-atmega32.elf.dir/main.c.obj
|
||||
avrtest-atmega32.elf: CMakeFiles/avrtest-atmega32.elf.dir/build.make
|
||||
avrtest-atmega32.elf: CMakeFiles/avrtest-atmega32.elf.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/bruno/Documents/Programming/projects/avrservo/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable avrtest-atmega32.elf"
|
||||
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/avrtest-atmega32.elf.dir/link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
CMakeFiles/avrtest-atmega32.elf.dir/build: avrtest-atmega32.elf
|
||||
.PHONY : CMakeFiles/avrtest-atmega32.elf.dir/build
|
||||
|
||||
CMakeFiles/avrtest-atmega32.elf.dir/clean:
|
||||
$(CMAKE_COMMAND) -P CMakeFiles/avrtest-atmega32.elf.dir/cmake_clean.cmake
|
||||
.PHONY : CMakeFiles/avrtest-atmega32.elf.dir/clean
|
||||
|
||||
CMakeFiles/avrtest-atmega32.elf.dir/depend:
|
||||
cd /home/bruno/Documents/Programming/projects/avrservo/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/bruno/Documents/Programming/projects/avrservo /home/bruno/Documents/Programming/projects/avrservo /home/bruno/Documents/Programming/projects/avrservo/build /home/bruno/Documents/Programming/projects/avrservo/build /home/bruno/Documents/Programming/projects/avrservo/build/CMakeFiles/avrtest-atmega32.elf.dir/DependInfo.cmake "--color=$(COLOR)"
|
||||
.PHONY : CMakeFiles/avrtest-atmega32.elf.dir/depend
|
||||
|
12
build/CMakeFiles/avrtest-atmega32.elf.dir/cmake_clean.cmake
Normal file
12
build/CMakeFiles/avrtest-atmega32.elf.dir/cmake_clean.cmake
Normal file
@@ -0,0 +1,12 @@
|
||||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/avrtest-atmega32.elf.dir/main.c.obj"
|
||||
"CMakeFiles/avrtest-atmega32.elf.dir/main.c.obj.d"
|
||||
"avrtest-atmega32.elf"
|
||||
"avrtest-atmega32.elf.pdb"
|
||||
"avrtest-atmega32.map"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang C)
|
||||
include(CMakeFiles/avrtest-atmega32.elf.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
@@ -0,0 +1,19 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 4.0
|
||||
|
||||
CMakeFiles/avrtest-atmega32.elf.dir/main.c.obj
|
||||
/home/bruno/Documents/Programming/projects/avrservo/main.c
|
||||
/usr/avr/include/avr/common.h
|
||||
/usr/avr/include/avr/fuse.h
|
||||
/usr/avr/include/avr/io.h
|
||||
/usr/avr/include/avr/iom32.h
|
||||
/usr/avr/include/avr/lock.h
|
||||
/usr/avr/include/avr/portpins.h
|
||||
/usr/avr/include/avr/sfr_defs.h
|
||||
/usr/avr/include/avr/version.h
|
||||
/usr/avr/include/inttypes.h
|
||||
/usr/avr/include/stdint.h
|
||||
/usr/avr/include/util/delay.h
|
||||
/usr/avr/include/util/delay_basic.h
|
||||
/usr/lib/gcc/avr/14.2.0/include/stdint.h
|
||||
|
@@ -0,0 +1,46 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 4.0
|
||||
|
||||
CMakeFiles/avrtest-atmega32.elf.dir/main.c.obj: /home/bruno/Documents/Programming/projects/avrservo/main.c \
|
||||
/usr/avr/include/avr/common.h \
|
||||
/usr/avr/include/avr/fuse.h \
|
||||
/usr/avr/include/avr/io.h \
|
||||
/usr/avr/include/avr/iom32.h \
|
||||
/usr/avr/include/avr/lock.h \
|
||||
/usr/avr/include/avr/portpins.h \
|
||||
/usr/avr/include/avr/sfr_defs.h \
|
||||
/usr/avr/include/avr/version.h \
|
||||
/usr/avr/include/inttypes.h \
|
||||
/usr/avr/include/stdint.h \
|
||||
/usr/avr/include/util/delay.h \
|
||||
/usr/avr/include/util/delay_basic.h \
|
||||
/usr/lib/gcc/avr/14.2.0/include/stdint.h
|
||||
|
||||
|
||||
/usr/lib/gcc/avr/14.2.0/include/stdint.h:
|
||||
|
||||
/home/bruno/Documents/Programming/projects/avrservo/main.c:
|
||||
|
||||
/usr/avr/include/avr/sfr_defs.h:
|
||||
|
||||
/usr/avr/include/avr/common.h:
|
||||
|
||||
/usr/avr/include/avr/fuse.h:
|
||||
|
||||
/usr/avr/include/avr/io.h:
|
||||
|
||||
/usr/avr/include/avr/iom32.h:
|
||||
|
||||
/usr/avr/include/avr/lock.h:
|
||||
|
||||
/usr/avr/include/avr/portpins.h:
|
||||
|
||||
/usr/avr/include/util/delay_basic.h:
|
||||
|
||||
/usr/avr/include/avr/version.h:
|
||||
|
||||
/usr/avr/include/stdint.h:
|
||||
|
||||
/usr/avr/include/inttypes.h:
|
||||
|
||||
/usr/avr/include/util/delay.h:
|
@@ -0,0 +1,2 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Timestamp file for compiler generated dependencies management for avrtest-atmega32.elf.
|
2
build/CMakeFiles/avrtest-atmega32.elf.dir/depend.make
Normal file
2
build/CMakeFiles/avrtest-atmega32.elf.dir/depend.make
Normal file
@@ -0,0 +1,2 @@
|
||||
# Empty dependencies file for avrtest-atmega32.elf.
|
||||
# This may be replaced when dependencies are built.
|
10
build/CMakeFiles/avrtest-atmega32.elf.dir/flags.make
Normal file
10
build/CMakeFiles/avrtest-atmega32.elf.dir/flags.make
Normal file
@@ -0,0 +1,10 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 4.0
|
||||
|
||||
# compile C with /usr/bin/avr-gcc
|
||||
C_DEFINES = -DF_CPU=8000000UL
|
||||
|
||||
C_INCLUDES =
|
||||
|
||||
C_FLAGS = -Os -fpack-struct -fshort-enums -Wall -Werror -pedantic -pedantic-errors -funsigned-char -funsigned-bitfields -ffunction-sections -c -std=gnu99 -mmcu=atmega32
|
||||
|
1
build/CMakeFiles/avrtest-atmega32.elf.dir/link.txt
Normal file
1
build/CMakeFiles/avrtest-atmega32.elf.dir/link.txt
Normal file
@@ -0,0 +1 @@
|
||||
/usr/bin/avr-gcc -Os -mmcu=atmega32 -Wl,--gc-sections -mrelax -Wl,-Map,avrtest-atmega32.map "CMakeFiles/avrtest-atmega32.elf.dir/main.c.obj" -o avrtest-atmega32.elf
|
BIN
build/CMakeFiles/avrtest-atmega32.elf.dir/main.c.obj
Normal file
BIN
build/CMakeFiles/avrtest-atmega32.elf.dir/main.c.obj
Normal file
Binary file not shown.
9
build/CMakeFiles/avrtest-atmega32.elf.dir/main.c.obj.d
Normal file
9
build/CMakeFiles/avrtest-atmega32.elf.dir/main.c.obj.d
Normal file
@@ -0,0 +1,9 @@
|
||||
CMakeFiles/avrtest-atmega32.elf.dir/main.c.obj: \
|
||||
/home/bruno/Documents/Programming/projects/avrservo/main.c \
|
||||
/usr/avr/include/avr/io.h /usr/avr/include/avr/sfr_defs.h \
|
||||
/usr/avr/include/inttypes.h /usr/lib/gcc/avr/14.2.0/include/stdint.h \
|
||||
/usr/avr/include/stdint.h /usr/avr/include/avr/iom32.h \
|
||||
/usr/avr/include/avr/portpins.h /usr/avr/include/avr/common.h \
|
||||
/usr/avr/include/avr/version.h /usr/avr/include/avr/fuse.h \
|
||||
/usr/avr/include/avr/lock.h /usr/avr/include/util/delay.h \
|
||||
/usr/avr/include/util/delay_basic.h
|
3
build/CMakeFiles/avrtest-atmega32.elf.dir/progress.make
Normal file
3
build/CMakeFiles/avrtest-atmega32.elf.dir/progress.make
Normal file
@@ -0,0 +1,3 @@
|
||||
CMAKE_PROGRESS_1 = 4
|
||||
CMAKE_PROGRESS_2 = 5
|
||||
|
Reference in New Issue
Block a user