################################################################################ # Automatically-generated file. Do not edit! ################################################################################ -include ../makefile.init RM := rm # All of the sources participating in the build are defined here -include sources.mk -include Src/subdir.mk -include Drivers/STM32F4xx_HAL_Driver/Src/subdir.mk -include Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/subdir.mk -include Drivers/CMSIS/DSP_Lib/Source/TransformFunctions/subdir.mk -include Drivers/CMSIS/DSP_Lib/Source/SupportFunctions/subdir.mk -include Drivers/CMSIS/DSP_Lib/Source/StatisticsFunctions/subdir.mk -include Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/subdir.mk -include Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/subdir.mk -include Drivers/CMSIS/DSP_Lib/Source/FastMathFunctions/subdir.mk -include Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/subdir.mk -include Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/subdir.mk -include Drivers/CMSIS/DSP_Lib/Source/CommonTables/subdir.mk -include Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/subdir.mk -include Drivers/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/subdir.mk -include Drivers/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/subdir.mk -include Drivers/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/subdir.mk -include Drivers/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/subdir.mk -include Drivers/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/subdir.mk -include Drivers/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/subdir.mk -include Drivers/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/subdir.mk -include Drivers/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/GCC/subdir.mk -include Drivers/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/subdir.mk -include Drivers/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/GCC/subdir.mk -include Drivers/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/subdir.mk -include Drivers/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/subdir.mk -include Drivers/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/subdir.mk -include Drivers/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/subdir.mk -include Drivers/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/subdir.mk -include subdir.mk -include objects.mk ifneq ($(MAKECMDGOALS),clean) ifneq ($(strip $(C_DEPS)),) -include $(C_DEPS) endif endif -include ../makefile.defs # Add inputs and outputs from these tool invocations to the build variables # All Target all: test2 # Tool invocations test2: $(OBJS) $(USER_OBJS) @echo 'Building target: $@' @echo 'Invoking: Cross GCC Linker' arm-none-eabi-gcc -flto -o "test2" $(OBJS) $(USER_OBJS) $(LIBS) @echo 'Finished building target: $@' @echo ' ' # Other Targets clean: -$(RM) $(OBJS)$(C_DEPS)$(EXECUTABLES) test2 -@echo ' ' .PHONY: all clean dependents .SECONDARY: -include ../makefile.targets