arduino test position control for DC motor
This commit is contained in:
@@ -0,0 +1,106 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
-include ../makefile.init
|
||||
|
||||
RM := rm -f
|
||||
|
||||
# All of the sources participating in the build are defined here
|
||||
-include sources.mk
|
||||
-include subdir.mk
|
||||
-include libraries/SoftwareSerial/src/subdir.mk
|
||||
-include libraries/Servo/src/stm32f4/subdir.mk
|
||||
-include libraries/Servo/src/samd/subdir.mk
|
||||
-include libraries/Servo/src/sam/subdir.mk
|
||||
-include libraries/Servo/src/nrf52/subdir.mk
|
||||
-include libraries/Servo/src/megaavr/subdir.mk
|
||||
-include libraries/Servo/src/mbed/subdir.mk
|
||||
-include libraries/Servo/src/avr/subdir.mk
|
||||
-include core/core/subdir.mk
|
||||
-include objects.mk
|
||||
|
||||
ifneq ($(MAKECMDGOALS),clean)
|
||||
ifneq ($(strip $(CC_DEPS)),)
|
||||
-include $(CC_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(C++_DEPS)),)
|
||||
-include $(C++_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(C_UPPER_DEPS)),)
|
||||
-include $(C_UPPER_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(CXX_DEPS)),)
|
||||
-include $(CXX_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(ASM_DEPS)),)
|
||||
-include $(ASM_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(INO_DEPS)),)
|
||||
-include $(INO_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(PDE_DEPS)),)
|
||||
-include $(PDE_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(S_UPPER_DEPS)),)
|
||||
-include $(S_UPPER_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(CPP_DEPS)),)
|
||||
-include $(CPP_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(C_DEPS)),)
|
||||
-include $(C_DEPS)
|
||||
endif
|
||||
endif
|
||||
|
||||
-include ../makefile.defs
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
AR += \
|
||||
/home/andrew/Documents/sloeber-workspace/test/Release/arduino.ar \
|
||||
|
||||
ELF += \
|
||||
test.elf \
|
||||
|
||||
HEX += \
|
||||
test.hex \
|
||||
|
||||
|
||||
# All Target
|
||||
all: test
|
||||
|
||||
# Tool invocations
|
||||
test: $(HEX)
|
||||
@echo 'Building target: $@'
|
||||
@echo 'Printing size:'
|
||||
"/home/andrew/Downloads/V4.4.0_linux64.2021-07-04_06-48-31/Sloeber/arduinoPlugin/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino7/bin/avr-size" -A "/home/andrew/Documents/sloeber-workspace/test/Release/test.elf"
|
||||
@echo 'Finished building target: $@'
|
||||
@echo ' '
|
||||
|
||||
/home/andrew/Documents/sloeber-workspace/test/Release/arduino.ar: $(AR_OBJ)
|
||||
@echo 'Starting archiver'
|
||||
"/home/andrew/Downloads/V4.4.0_linux64.2021-07-04_06-48-31/Sloeber/arduinoPlugin/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino7/bin/avr-gcc-ar" rcs /home/andrew/Documents/sloeber-workspace/test/Release/arduino.ar $(AR_OBJ)
|
||||
@echo 'Finished building: $@'
|
||||
@echo ' '
|
||||
|
||||
test.elf: $(LINK_OBJ) $(AR)
|
||||
@echo 'Starting combiner'
|
||||
"/home/andrew/Downloads/V4.4.0_linux64.2021-07-04_06-48-31/Sloeber/arduinoPlugin/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino7/bin/avr-gcc" -w -Os -g -flto -fuse-linker-plugin -Wl,--gc-sections -mmcu=atmega328p -o "/home/andrew/Documents/sloeber-workspace/test/Release/test.elf" $(LINK_OBJ) /home/andrew/Documents/sloeber-workspace/test/Release/arduino.ar "-L/home/andrew/Documents/sloeber-workspace/test/Release" -lm
|
||||
@echo 'Finished building: $@'
|
||||
@echo ' '
|
||||
|
||||
test.hex: $(ELF)
|
||||
@echo 'Do all objcopy commands'
|
||||
${recipe.objcopy.eep.pattern}
|
||||
${recipe.objcopy.hex.pattern}
|
||||
@echo 'Finished building: $@'
|
||||
@echo ' '
|
||||
|
||||
# Other Targets
|
||||
clean:
|
||||
-$(RM) $(C_UPPER_DEPS)$(PDE_DEPS)$(C_DEPS)$(AR)$(CC_DEPS)$(AR_OBJ)$(C++_DEPS)$(LINK_OBJ)$(CXX_DEPS)$(ASM_DEPS)$(HEX)$(INO_DEPS)$(SIZEDUMMY)$(S_UPPER_DEPS)$(ELF)$(CPP_DEPS)
|
||||
-@echo ' '
|
||||
|
||||
.PHONY: all clean dependents
|
||||
|
||||
-include ../makefile.targets
|
||||
Reference in New Issue
Block a user