############################################################################# # Makefile for building: libcpu.a # Generated by qmake (2.01a) (Qt 4.8.4) on: jeu. févr. 14 21:51:56 2013 # Project: cpu.pro # Template: lib # Command: /opt/testlibuc2/libuc2/bin/qmake-libuc2 -o Makefile cpu.pro ############################################################################# ####### Compiler, tools and options CC = arm-none-eabi-gcc CXX = arm-none-eabi-g++ DEFINES = -D__OPTIMIZED_MATH -D"assert_param(expr)=((void)0)" -D__FPU_PRESENT=1 -DARM_MATH_CM4 CFLAGS = -mlittle-endian -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -std=c99 $(DEFINES) CXXFLAGS = -mlittle-endian -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -std=c99 s $(DEFINES) INCPATH = -I/opt/testlibuc2/libuc2/mkspecs/default -I. -I../../includes -ISTM32F4xx_StdPeriph_Driver/inc -ICMSIS/Include -I/opt/testlibuc2/libuc2/mkspecs/stm32f4 -I/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver -I/opt/testlibuc2/libuc2/include/STM32F4xx_CMSIS -I/opt/testlibuc2/libuc2/include -I/opt/testlibuc2/libuc2/include/GRAPHIC/CONTROLERS -I/opt/testlibuc2/libuc2/include/GRAPHIC/GUI/FONTS -I/opt/testlibuc2/libuc2/include/GRAPHIC/GUI/Widgets -I/opt/testlibuc2/libuc2/include AR = arm-none-eabi-ar -ru RANLIB = QMAKE = /opt/testlibuc2/libuc2/bin/qmake-libuc2 TAR = tar -cf COMPRESS = gzip -9f COPY = cp -f SED = sed COPY_FILE = $(COPY) COPY_DIR = $(COPY) -r STRIP = strip INSTALL_FILE = install -m 644 -p INSTALL_DIR = $(COPY_DIR) INSTALL_PROGRAM = install -m 755 -p DEL_FILE = rm -f SYMLINK = ln -f -s DEL_DIR = rmdir MOVE = mv -f CHK_DIR_EXISTS= test -d MKDIR = mkdir -p ####### Output directory OBJECTS_DIR = obj/ ####### Files SOURCES = CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_f32.c \ CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_f32.c \ CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_q15.c \ CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_q31.c \ CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_q15.c \ CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_q31.c \ CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_f32.c \ CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_f32.c \ CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_q15.c \ CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_q31.c \ CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_q15.c \ CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_q31.c \ CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_f32.c \ CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_f32.c \ CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_q15.c \ CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_q31.c \ CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_q15.c \ CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_q31.c \ CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_f32.c \ CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q15.c \ CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q31.c \ CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q7.c \ CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_f32.c \ CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q15.c \ CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q31.c \ CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q7.c \ CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q15.c \ CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q31.c \ CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q7.c \ CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_float.c \ CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_q31.c \ CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_q7.c \ CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_float.c \ CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_q15.c \ CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_q7.c \ CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_float.c \ CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_q15.c \ CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_q31.c \ CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_f32.c \ CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q15.c \ CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q31.c \ CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q7.c \ CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_f32.c \ CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q15.c \ CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q31.c \ CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q7.c \ CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_f32.c \ CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q15.c \ CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q31.c \ CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q7.c \ CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_f32.c \ CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q15.c \ CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q31.c \ CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q7.c \ CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_f32.c \ CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_q15.c \ CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_q31.c \ CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_f32.c \ CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_q15.c \ CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_q31.c \ CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_f32.c \ CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_q15.c \ CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_q31.c \ CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_f32.c \ CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_q15.c \ CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_q31.c \ CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_f32.c \ CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_q15.c \ CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_q31.c \ CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_inverse_f32.c \ CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_f32.c \ CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_fast_q15.c \ CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_fast_q31.c \ CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_q15.c \ CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_q31.c \ CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_f32.c \ CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_q15.c \ CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_q31.c \ CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_f32.c \ CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_q15.c \ CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_q31.c \ CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_f32.c \ CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_q15.c \ CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_q31.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_init_q31.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_q31.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_f32.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q15.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q31.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_f32.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q15.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q31.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_q15.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_q31.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_f32.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_init_f32.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_f32.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_fast_q15.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_fast_q31.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_f32.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_fast_q15.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_fast_q31.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q15.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q31.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q7.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q15.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q31.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q7.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_f32.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_fast_q15.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_fast_q31.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q15.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q31.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q7.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_f32.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_fast_q15.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_fast_q31.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_f32.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_q15.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_q31.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_q15.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_q31.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_f32.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_fast_q15.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_fast_q31.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_f32.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q15.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q31.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q7.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_f32.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_f32.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_q15.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_q31.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_q15.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_q31.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_f32.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_f32.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_q15.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_q31.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_q15.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_q31.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q15.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q31.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q7.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_f32.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_f32.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q15.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q31.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q7.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q15.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q31.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q7.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_f32.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_f32.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_q15.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_q31.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_q15.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_q31.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_f32.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_f32.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_q15.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_q31.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_f32.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_f32.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_q15.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_q31.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_q15.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_q31.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_q15.c \ CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_q31.c \ CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_f32.c \ CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_q15.c \ CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_q31.c \ CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_f32.c \ CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_q15.c \ CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_q31.c \ CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sqrt_q15.c \ CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sqrt_q31.c \ CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_f32.c \ CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_q15.c \ CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_q31.c \ CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_f32.c \ CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_q15.c \ CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_q31.c \ CMSIS/DSP_Lib/Source/ControllerFunctions/arm_sin_cos_f32.c \ CMSIS/DSP_Lib/Source/ControllerFunctions/arm_sin_cos_q31.c \ CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_f32.c \ CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_q15.c \ CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_q31.c \ CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_f32.c \ CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q15.c \ CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q31.c \ CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_f32.c \ CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_q15.c \ CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_q31.c \ CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_f32.c \ CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q15.c \ CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q31.c \ CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_f32.c \ CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q15.c \ CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q31.c \ CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_f32.c \ CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_q15.c \ CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_q31.c \ CMSIS/DSP_Lib/Source/CommonTables/arm_common_tables.c \ CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_f32.c \ CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q15.c \ CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q31.c \ CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q7.c \ CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_f32.c \ CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q15.c \ CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q31.c \ CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q7.c \ CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_f32.c \ CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q15.c \ CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q31.c \ CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q7.c \ CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_f32.c \ CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q15.c \ CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q31.c \ CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q7.c \ CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_f32.c \ CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q15.c \ CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q31.c \ CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q7.c \ CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_f32.c \ CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q15.c \ CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q31.c \ CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q7.c \ CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_f32.c \ CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q15.c \ CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q31.c \ CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q7.c \ CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q15.c \ CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q31.c \ CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q7.c \ CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_f32.c \ CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q15.c \ CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q31.c \ CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q7.c \ STM32F4xx_StdPeriph_Driver/src/stm32f4xx_wwdg.c \ STM32F4xx_StdPeriph_Driver/src/stm32f4xx_usart.c \ STM32F4xx_StdPeriph_Driver/src/stm32f4xx_tim.c \ STM32F4xx_StdPeriph_Driver/src/stm32f4xx_syscfg.c \ STM32F4xx_StdPeriph_Driver/src/stm32f4xx_spi.c \ STM32F4xx_StdPeriph_Driver/src/stm32f4xx_sdio.c \ STM32F4xx_StdPeriph_Driver/src/stm32f4xx_rtc.c \ STM32F4xx_StdPeriph_Driver/src/stm32f4xx_rng.c \ STM32F4xx_StdPeriph_Driver/src/stm32f4xx_rcc.c \ STM32F4xx_StdPeriph_Driver/src/stm32f4xx_pwr.c \ STM32F4xx_StdPeriph_Driver/src/stm32f4xx_iwdg.c \ STM32F4xx_StdPeriph_Driver/src/stm32f4xx_i2c.c \ STM32F4xx_StdPeriph_Driver/src/stm32f4xx_hash_sha1.c \ STM32F4xx_StdPeriph_Driver/src/stm32f4xx_hash_md5.c \ STM32F4xx_StdPeriph_Driver/src/stm32f4xx_hash.c \ STM32F4xx_StdPeriph_Driver/src/stm32f4xx_gpio.c \ STM32F4xx_StdPeriph_Driver/src/stm32f4xx_fsmc.c \ STM32F4xx_StdPeriph_Driver/src/stm32f4xx_flash.c \ STM32F4xx_StdPeriph_Driver/src/stm32f4xx_exti.c \ STM32F4xx_StdPeriph_Driver/src/stm32f4xx_dma.c \ STM32F4xx_StdPeriph_Driver/src/stm32f4xx_dcmi.c \ STM32F4xx_StdPeriph_Driver/src/stm32f4xx_dbgmcu.c \ STM32F4xx_StdPeriph_Driver/src/stm32f4xx_dac.c \ STM32F4xx_StdPeriph_Driver/src/stm32f4xx_cryp_tdes.c \ STM32F4xx_StdPeriph_Driver/src/stm32f4xx_cryp_des.c \ STM32F4xx_StdPeriph_Driver/src/stm32f4xx_cryp_aes.c \ STM32F4xx_StdPeriph_Driver/src/stm32f4xx_cryp.c \ STM32F4xx_StdPeriph_Driver/src/stm32f4xx_crc.c \ STM32F4xx_StdPeriph_Driver/src/stm32f4xx_can.c \ STM32F4xx_StdPeriph_Driver/src/stm32f4xx_adc.c \ STM32F4xx_StdPeriph_Driver/src/misc.c OBJECTS = obj/arm_cfft_radix4_f32.o \ obj/arm_cfft_radix4_init_f32.o \ obj/arm_cfft_radix4_init_q15.o \ obj/arm_cfft_radix4_init_q31.o \ obj/arm_cfft_radix4_q15.o \ obj/arm_cfft_radix4_q31.o \ obj/arm_dct4_f32.o \ obj/arm_dct4_init_f32.o \ obj/arm_dct4_init_q15.o \ obj/arm_dct4_init_q31.o \ obj/arm_dct4_q15.o \ obj/arm_dct4_q31.o \ obj/arm_rfft_f32.o \ obj/arm_rfft_init_f32.o \ obj/arm_rfft_init_q15.o \ obj/arm_rfft_init_q31.o \ obj/arm_rfft_q15.o \ obj/arm_rfft_q31.o \ obj/arm_copy_f32.o \ obj/arm_copy_q15.o \ obj/arm_copy_q31.o \ obj/arm_copy_q7.o \ obj/arm_fill_f32.o \ obj/arm_fill_q15.o \ obj/arm_fill_q31.o \ obj/arm_fill_q7.o \ obj/arm_float_to_q15.o \ obj/arm_float_to_q31.o \ obj/arm_float_to_q7.o \ obj/arm_q15_to_float.o \ obj/arm_q15_to_q31.o \ obj/arm_q15_to_q7.o \ obj/arm_q31_to_float.o \ obj/arm_q31_to_q15.o \ obj/arm_q31_to_q7.o \ obj/arm_q7_to_float.o \ obj/arm_q7_to_q15.o \ obj/arm_q7_to_q31.o \ obj/arm_max_f32.o \ obj/arm_max_q15.o \ obj/arm_max_q31.o \ obj/arm_max_q7.o \ obj/arm_mean_f32.o \ obj/arm_mean_q15.o \ obj/arm_mean_q31.o \ obj/arm_mean_q7.o \ obj/arm_min_f32.o \ obj/arm_min_q15.o \ obj/arm_min_q31.o \ obj/arm_min_q7.o \ obj/arm_power_f32.o \ obj/arm_power_q15.o \ obj/arm_power_q31.o \ obj/arm_power_q7.o \ obj/arm_rms_f32.o \ obj/arm_rms_q15.o \ obj/arm_rms_q31.o \ obj/arm_std_f32.o \ obj/arm_std_q15.o \ obj/arm_std_q31.o \ obj/arm_var_f32.o \ obj/arm_var_q15.o \ obj/arm_var_q31.o \ obj/arm_mat_add_f32.o \ obj/arm_mat_add_q15.o \ obj/arm_mat_add_q31.o \ obj/arm_mat_init_f32.o \ obj/arm_mat_init_q15.o \ obj/arm_mat_init_q31.o \ obj/arm_mat_inverse_f32.o \ obj/arm_mat_mult_f32.o \ obj/arm_mat_mult_fast_q15.o \ obj/arm_mat_mult_fast_q31.o \ obj/arm_mat_mult_q15.o \ obj/arm_mat_mult_q31.o \ obj/arm_mat_scale_f32.o \ obj/arm_mat_scale_q15.o \ obj/arm_mat_scale_q31.o \ obj/arm_mat_sub_f32.o \ obj/arm_mat_sub_q15.o \ obj/arm_mat_sub_q31.o \ obj/arm_mat_trans_f32.o \ obj/arm_mat_trans_q15.o \ obj/arm_mat_trans_q31.o \ obj/arm_biquad_cascade_df1_32x64_init_q31.o \ obj/arm_biquad_cascade_df1_32x64_q31.o \ obj/arm_biquad_cascade_df1_f32.o \ obj/arm_biquad_cascade_df1_fast_q15.o \ obj/arm_biquad_cascade_df1_fast_q31.o \ obj/arm_biquad_cascade_df1_init_f32.o \ obj/arm_biquad_cascade_df1_init_q15.o \ obj/arm_biquad_cascade_df1_init_q31.o \ obj/arm_biquad_cascade_df1_q15.o \ obj/arm_biquad_cascade_df1_q31.o \ obj/arm_biquad_cascade_df2T_f32.o \ obj/arm_biquad_cascade_df2T_init_f32.o \ obj/arm_conv_f32.o \ obj/arm_conv_fast_q15.o \ obj/arm_conv_fast_q31.o \ obj/arm_conv_partial_f32.o \ obj/arm_conv_partial_fast_q15.o \ obj/arm_conv_partial_fast_q31.o \ obj/arm_conv_partial_q15.o \ obj/arm_conv_partial_q31.o \ obj/arm_conv_partial_q7.o \ obj/arm_conv_q15.o \ obj/arm_conv_q31.o \ obj/arm_conv_q7.o \ obj/arm_correlate_f32.o \ obj/arm_correlate_fast_q15.o \ obj/arm_correlate_fast_q31.o \ obj/arm_correlate_q15.o \ obj/arm_correlate_q31.o \ obj/arm_correlate_q7.o \ obj/arm_fir_decimate_f32.o \ obj/arm_fir_decimate_fast_q15.o \ obj/arm_fir_decimate_fast_q31.o \ obj/arm_fir_decimate_init_f32.o \ obj/arm_fir_decimate_init_q15.o \ obj/arm_fir_decimate_init_q31.o \ obj/arm_fir_decimate_q15.o \ obj/arm_fir_decimate_q31.o \ obj/arm_fir_f32.o \ obj/arm_fir_fast_q15.o \ obj/arm_fir_fast_q31.o \ obj/arm_fir_init_f32.o \ obj/arm_fir_init_q15.o \ obj/arm_fir_init_q31.o \ obj/arm_fir_init_q7.o \ obj/arm_fir_interpolate_f32.o \ obj/arm_fir_interpolate_init_f32.o \ obj/arm_fir_interpolate_init_q15.o \ obj/arm_fir_interpolate_init_q31.o \ obj/arm_fir_interpolate_q15.o \ obj/arm_fir_interpolate_q31.o \ obj/arm_fir_lattice_f32.o \ obj/arm_fir_lattice_init_f32.o \ obj/arm_fir_lattice_init_q15.o \ obj/arm_fir_lattice_init_q31.o \ obj/arm_fir_lattice_q15.o \ obj/arm_fir_lattice_q31.o \ obj/arm_fir_q15.o \ obj/arm_fir_q31.o \ obj/arm_fir_q7.o \ obj/arm_fir_sparse_f32.o \ obj/arm_fir_sparse_init_f32.o \ obj/arm_fir_sparse_init_q15.o \ obj/arm_fir_sparse_init_q31.o \ obj/arm_fir_sparse_init_q7.o \ obj/arm_fir_sparse_q15.o \ obj/arm_fir_sparse_q31.o \ obj/arm_fir_sparse_q7.o \ obj/arm_iir_lattice_f32.o \ obj/arm_iir_lattice_init_f32.o \ obj/arm_iir_lattice_init_q15.o \ obj/arm_iir_lattice_init_q31.o \ obj/arm_iir_lattice_q15.o \ obj/arm_iir_lattice_q31.o \ obj/arm_lms_f32.o \ obj/arm_lms_init_f32.o \ obj/arm_lms_init_q15.o \ obj/arm_lms_init_q31.o \ obj/arm_lms_norm_f32.o \ obj/arm_lms_norm_init_f32.o \ obj/arm_lms_norm_init_q15.o \ obj/arm_lms_norm_init_q31.o \ obj/arm_lms_norm_q15.o \ obj/arm_lms_norm_q31.o \ obj/arm_lms_q15.o \ obj/arm_lms_q31.o \ obj/arm_cos_f32.o \ obj/arm_cos_q15.o \ obj/arm_cos_q31.o \ obj/arm_sin_f32.o \ obj/arm_sin_q15.o \ obj/arm_sin_q31.o \ obj/arm_sqrt_q15.o \ obj/arm_sqrt_q31.o \ obj/arm_pid_init_f32.o \ obj/arm_pid_init_q15.o \ obj/arm_pid_init_q31.o \ obj/arm_pid_reset_f32.o \ obj/arm_pid_reset_q15.o \ obj/arm_pid_reset_q31.o \ obj/arm_sin_cos_f32.o \ obj/arm_sin_cos_q31.o \ obj/arm_cmplx_conj_f32.o \ obj/arm_cmplx_conj_q15.o \ obj/arm_cmplx_conj_q31.o \ obj/arm_cmplx_dot_prod_f32.o \ obj/arm_cmplx_dot_prod_q15.o \ obj/arm_cmplx_dot_prod_q31.o \ obj/arm_cmplx_mag_f32.o \ obj/arm_cmplx_mag_q15.o \ obj/arm_cmplx_mag_q31.o \ obj/arm_cmplx_mag_squared_f32.o \ obj/arm_cmplx_mag_squared_q15.o \ obj/arm_cmplx_mag_squared_q31.o \ obj/arm_cmplx_mult_cmplx_f32.o \ obj/arm_cmplx_mult_cmplx_q15.o \ obj/arm_cmplx_mult_cmplx_q31.o \ obj/arm_cmplx_mult_real_f32.o \ obj/arm_cmplx_mult_real_q15.o \ obj/arm_cmplx_mult_real_q31.o \ obj/arm_common_tables.o \ obj/arm_abs_f32.o \ obj/arm_abs_q15.o \ obj/arm_abs_q31.o \ obj/arm_abs_q7.o \ obj/arm_add_f32.o \ obj/arm_add_q15.o \ obj/arm_add_q31.o \ obj/arm_add_q7.o \ obj/arm_dot_prod_f32.o \ obj/arm_dot_prod_q15.o \ obj/arm_dot_prod_q31.o \ obj/arm_dot_prod_q7.o \ obj/arm_mult_f32.o \ obj/arm_mult_q15.o \ obj/arm_mult_q31.o \ obj/arm_mult_q7.o \ obj/arm_negate_f32.o \ obj/arm_negate_q15.o \ obj/arm_negate_q31.o \ obj/arm_negate_q7.o \ obj/arm_offset_f32.o \ obj/arm_offset_q15.o \ obj/arm_offset_q31.o \ obj/arm_offset_q7.o \ obj/arm_scale_f32.o \ obj/arm_scale_q15.o \ obj/arm_scale_q31.o \ obj/arm_scale_q7.o \ obj/arm_shift_q15.o \ obj/arm_shift_q31.o \ obj/arm_shift_q7.o \ obj/arm_sub_f32.o \ obj/arm_sub_q15.o \ obj/arm_sub_q31.o \ obj/arm_sub_q7.o \ obj/stm32f4xx_wwdg.o \ obj/stm32f4xx_usart.o \ obj/stm32f4xx_tim.o \ obj/stm32f4xx_syscfg.o \ obj/stm32f4xx_spi.o \ obj/stm32f4xx_sdio.o \ obj/stm32f4xx_rtc.o \ obj/stm32f4xx_rng.o \ obj/stm32f4xx_rcc.o \ obj/stm32f4xx_pwr.o \ obj/stm32f4xx_iwdg.o \ obj/stm32f4xx_i2c.o \ obj/stm32f4xx_hash_sha1.o \ obj/stm32f4xx_hash_md5.o \ obj/stm32f4xx_hash.o \ obj/stm32f4xx_gpio.o \ obj/stm32f4xx_fsmc.o \ obj/stm32f4xx_flash.o \ obj/stm32f4xx_exti.o \ obj/stm32f4xx_dma.o \ obj/stm32f4xx_dcmi.o \ obj/stm32f4xx_dbgmcu.o \ obj/stm32f4xx_dac.o \ obj/stm32f4xx_cryp_tdes.o \ obj/stm32f4xx_cryp_des.o \ obj/stm32f4xx_cryp_aes.o \ obj/stm32f4xx_cryp.o \ obj/stm32f4xx_crc.o \ obj/stm32f4xx_can.o \ obj/stm32f4xx_adc.o \ obj/misc.o DIST = /opt/testlibuc2/libuc2/mkspecs/common/unix.conf \ /opt/testlibuc2/libuc2/mkspecs/common/linux.conf \ /opt/testlibuc2/libuc2/mkspecs/qconfig.pri \ /opt/testlibuc2/libuc2/mkspecs/features/qt_functions.prf \ /opt/testlibuc2/libuc2/mkspecs/features/qt_config.prf \ /opt/testlibuc2/libuc2/mkspecs/features/exclusive_builds.prf \ /opt/testlibuc2/libuc2/mkspecs/features/default_pre.prf \ CMSIS/CMSIS.pri \ USB/USB.pri \ STM32F4xx_StdPeriph_Driver/STM32F4xx_StdPeriph_Driver.pri \ /opt/testlibuc2/libuc2/mkspecs/features/release.prf \ /opt/testlibuc2/libuc2/mkspecs/features/default_post.prf \ /opt/testlibuc2/libuc2/mkspecs/features/warn_on.prf \ /opt/testlibuc2/libuc2/mkspecs/features/libuc2.prf \ /opt/testlibuc2/libuc2/mkspecs/common/arm-none-eabi.conf \ /opt/testlibuc2/libuc2/mkspecs/common/libuc2libs.conf \ /opt/testlibuc2/libuc2/mkspecs/stm32f4/qmake.conf \ /opt/testlibuc2/libuc2/mkspecs/features/ucswitch.prf \ /opt/testlibuc2/libuc2/mkspecs/features/staticlib.prf \ /opt/testlibuc2/libuc2/mkspecs/features/static.prf \ /opt/testlibuc2/libuc2/mkspecs/features/resources.prf \ /opt/testlibuc2/libuc2/mkspecs/features/uic.prf \ /opt/testlibuc2/libuc2/mkspecs/features/yacc.prf \ /opt/testlibuc2/libuc2/mkspecs/features/lex.prf \ /opt/testlibuc2/libuc2/mkspecs/features/include_source_dir.prf \ cpu.pro QMAKE_TARGET = cpu DESTDIR = TARGET = libcpu.a first: all ####### Implicit rules .SUFFIXES: .o .c .cpp .cc .cxx .C .cpp.o: $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<" .cc.o: $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<" .cxx.o: $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<" .C.o: $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<" .c.o: $(CC) -c $(CFLAGS) $(INCPATH) -o "$@" "$<" ####### Build rules all: Makefile $(TARGET) staticlib: $(TARGET) $(TARGET): $(OBJECTS) $(OBJCOMP) -$(DEL_FILE) $(TARGET) $(AR) $(TARGET) $(OBJECTS) Makefile: cpu.pro /opt/testlibuc2/libuc2/mkspecs/default/qmake.conf /opt/testlibuc2/libuc2/mkspecs/common/unix.conf \ /opt/testlibuc2/libuc2/mkspecs/common/linux.conf \ /opt/testlibuc2/libuc2/mkspecs/qconfig.pri \ /opt/testlibuc2/libuc2/mkspecs/features/qt_functions.prf \ /opt/testlibuc2/libuc2/mkspecs/features/qt_config.prf \ /opt/testlibuc2/libuc2/mkspecs/features/exclusive_builds.prf \ /opt/testlibuc2/libuc2/mkspecs/features/default_pre.prf \ CMSIS/CMSIS.pri \ USB/USB.pri \ STM32F4xx_StdPeriph_Driver/STM32F4xx_StdPeriph_Driver.pri \ /opt/testlibuc2/libuc2/mkspecs/features/release.prf \ /opt/testlibuc2/libuc2/mkspecs/features/default_post.prf \ /opt/testlibuc2/libuc2/mkspecs/features/warn_on.prf \ /opt/testlibuc2/libuc2/mkspecs/features/libuc2.prf \ /opt/testlibuc2/libuc2/mkspecs/common/arm-none-eabi.conf \ /opt/testlibuc2/libuc2/mkspecs/common/libuc2libs.conf \ /opt/testlibuc2/libuc2/mkspecs/stm32f4/qmake.conf \ /opt/testlibuc2/libuc2/mkspecs/features/ucswitch.prf \ /opt/testlibuc2/libuc2/mkspecs/features/staticlib.prf \ /opt/testlibuc2/libuc2/mkspecs/features/static.prf \ /opt/testlibuc2/libuc2/mkspecs/features/resources.prf \ /opt/testlibuc2/libuc2/mkspecs/features/uic.prf \ /opt/testlibuc2/libuc2/mkspecs/features/yacc.prf \ /opt/testlibuc2/libuc2/mkspecs/features/lex.prf \ /opt/testlibuc2/libuc2/mkspecs/features/include_source_dir.prf $(QMAKE) -o Makefile cpu.pro /opt/testlibuc2/libuc2/mkspecs/common/unix.conf: /opt/testlibuc2/libuc2/mkspecs/common/linux.conf: /opt/testlibuc2/libuc2/mkspecs/qconfig.pri: /opt/testlibuc2/libuc2/mkspecs/features/qt_functions.prf: /opt/testlibuc2/libuc2/mkspecs/features/qt_config.prf: /opt/testlibuc2/libuc2/mkspecs/features/exclusive_builds.prf: /opt/testlibuc2/libuc2/mkspecs/features/default_pre.prf: CMSIS/CMSIS.pri: USB/USB.pri: STM32F4xx_StdPeriph_Driver/STM32F4xx_StdPeriph_Driver.pri: /opt/testlibuc2/libuc2/mkspecs/features/release.prf: /opt/testlibuc2/libuc2/mkspecs/features/default_post.prf: /opt/testlibuc2/libuc2/mkspecs/features/warn_on.prf: /opt/testlibuc2/libuc2/mkspecs/features/libuc2.prf: /opt/testlibuc2/libuc2/mkspecs/common/arm-none-eabi.conf: /opt/testlibuc2/libuc2/mkspecs/common/libuc2libs.conf: /opt/testlibuc2/libuc2/mkspecs/stm32f4/qmake.conf: /opt/testlibuc2/libuc2/mkspecs/features/ucswitch.prf: /opt/testlibuc2/libuc2/mkspecs/features/staticlib.prf: /opt/testlibuc2/libuc2/mkspecs/features/static.prf: /opt/testlibuc2/libuc2/mkspecs/features/resources.prf: /opt/testlibuc2/libuc2/mkspecs/features/uic.prf: /opt/testlibuc2/libuc2/mkspecs/features/yacc.prf: /opt/testlibuc2/libuc2/mkspecs/features/lex.prf: /opt/testlibuc2/libuc2/mkspecs/features/include_source_dir.prf: qmake: FORCE @$(QMAKE) -o Makefile cpu.pro dist: @$(CHK_DIR_EXISTS) obj/cpu1.0.0 || $(MKDIR) obj/cpu1.0.0 $(COPY_FILE) --parents $(SOURCES) $(DIST) obj/cpu1.0.0/ && (cd `dirname obj/cpu1.0.0` && $(TAR) cpu1.0.0.tar cpu1.0.0 && $(COMPRESS) cpu1.0.0.tar) && $(MOVE) `dirname obj/cpu1.0.0`/cpu1.0.0.tar.gz . && $(DEL_FILE) -r obj/cpu1.0.0 clean:compiler_clean -$(DEL_FILE) $(OBJECTS) -$(DEL_FILE) *~ core *.core ####### Sub-libraries distclean: clean -$(DEL_FILE) $(TARGET) -$(DEL_FILE) Makefile check: first compiler_rcc_make_all: compiler_rcc_clean: compiler_uic_make_all: compiler_uic_clean: compiler_image_collection_make_all: qmake_image_collection.cpp compiler_image_collection_clean: -$(DEL_FILE) qmake_image_collection.cpp compiler_yacc_decl_make_all: compiler_yacc_decl_clean: compiler_yacc_impl_make_all: compiler_yacc_impl_clean: compiler_lex_make_all: compiler_lex_clean: compiler_clean: ####### Compile obj/arm_cfft_radix4_f32.o: CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_cfft_radix4_f32.o CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_f32.c obj/arm_cfft_radix4_init_f32.o: CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_cfft_radix4_init_f32.o CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_f32.c obj/arm_cfft_radix4_init_q15.o: CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_cfft_radix4_init_q15.o CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_q15.c obj/arm_cfft_radix4_init_q31.o: CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_cfft_radix4_init_q31.o CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_init_q31.c obj/arm_cfft_radix4_q15.o: CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_cfft_radix4_q15.o CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_q15.c obj/arm_cfft_radix4_q31.o: CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_cfft_radix4_q31.o CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_radix4_q31.c obj/arm_dct4_f32.o: CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_dct4_f32.o CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_f32.c obj/arm_dct4_init_f32.o: CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_dct4_init_f32.o CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_f32.c obj/arm_dct4_init_q15.o: CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_dct4_init_q15.o CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_q15.c obj/arm_dct4_init_q31.o: CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_dct4_init_q31.o CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_init_q31.c obj/arm_dct4_q15.o: CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_dct4_q15.o CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_q15.c obj/arm_dct4_q31.o: CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_dct4_q31.o CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_q31.c obj/arm_rfft_f32.o: CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_rfft_f32.o CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_f32.c obj/arm_rfft_init_f32.o: CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_rfft_init_f32.o CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_f32.c obj/arm_rfft_init_q15.o: CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_rfft_init_q15.o CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_q15.c obj/arm_rfft_init_q31.o: CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_rfft_init_q31.o CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_init_q31.c obj/arm_rfft_q15.o: CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_rfft_q15.o CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_q15.c obj/arm_rfft_q31.o: CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_rfft_q31.o CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_q31.c obj/arm_copy_f32.o: CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_copy_f32.o CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_f32.c obj/arm_copy_q15.o: CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_copy_q15.o CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q15.c obj/arm_copy_q31.o: CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_copy_q31.o CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q31.c obj/arm_copy_q7.o: CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q7.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_copy_q7.o CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q7.c obj/arm_fill_f32.o: CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_fill_f32.o CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_f32.c obj/arm_fill_q15.o: CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_fill_q15.o CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q15.c obj/arm_fill_q31.o: CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_fill_q31.o CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q31.c obj/arm_fill_q7.o: CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q7.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_fill_q7.o CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q7.c obj/arm_float_to_q15.o: CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_float_to_q15.o CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q15.c obj/arm_float_to_q31.o: CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_float_to_q31.o CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q31.c obj/arm_float_to_q7.o: CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q7.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_float_to_q7.o CMSIS/DSP_Lib/Source/SupportFunctions/arm_float_to_q7.c obj/arm_q15_to_float.o: CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_float.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_q15_to_float.o CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_float.c obj/arm_q15_to_q31.o: CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_q15_to_q31.o CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_q31.c obj/arm_q15_to_q7.o: CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_q7.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_q15_to_q7.o CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_q7.c obj/arm_q31_to_float.o: CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_float.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_q31_to_float.o CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_float.c obj/arm_q31_to_q15.o: CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_q31_to_q15.o CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_q15.c obj/arm_q31_to_q7.o: CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_q7.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_q31_to_q7.o CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_q7.c obj/arm_q7_to_float.o: CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_float.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_q7_to_float.o CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_float.c obj/arm_q7_to_q15.o: CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_q7_to_q15.o CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_q15.c obj/arm_q7_to_q31.o: CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_q7_to_q31.o CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_q31.c obj/arm_max_f32.o: CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_max_f32.o CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_f32.c obj/arm_max_q15.o: CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_max_q15.o CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q15.c obj/arm_max_q31.o: CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_max_q31.o CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q31.c obj/arm_max_q7.o: CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q7.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_max_q7.o CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q7.c obj/arm_mean_f32.o: CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_mean_f32.o CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_f32.c obj/arm_mean_q15.o: CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_mean_q15.o CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q15.c obj/arm_mean_q31.o: CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_mean_q31.o CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q31.c obj/arm_mean_q7.o: CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q7.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_mean_q7.o CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q7.c obj/arm_min_f32.o: CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_min_f32.o CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_f32.c obj/arm_min_q15.o: CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_min_q15.o CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q15.c obj/arm_min_q31.o: CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_min_q31.o CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q31.c obj/arm_min_q7.o: CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q7.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_min_q7.o CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q7.c obj/arm_power_f32.o: CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_power_f32.o CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_f32.c obj/arm_power_q15.o: CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_power_q15.o CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q15.c obj/arm_power_q31.o: CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_power_q31.o CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q31.c obj/arm_power_q7.o: CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q7.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_power_q7.o CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_power_q7.c obj/arm_rms_f32.o: CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_rms_f32.o CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_f32.c obj/arm_rms_q15.o: CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_rms_q15.o CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_q15.c obj/arm_rms_q31.o: CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_rms_q31.o CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_q31.c obj/arm_std_f32.o: CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_std_f32.o CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_f32.c obj/arm_std_q15.o: CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_std_q15.o CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_q15.c obj/arm_std_q31.o: CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_std_q31.o CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_q31.c obj/arm_var_f32.o: CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_var_f32.o CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_f32.c obj/arm_var_q15.o: CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_var_q15.o CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_q15.c obj/arm_var_q31.o: CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_var_q31.o CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_q31.c obj/arm_mat_add_f32.o: CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_mat_add_f32.o CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_f32.c obj/arm_mat_add_q15.o: CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_mat_add_q15.o CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_q15.c obj/arm_mat_add_q31.o: CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_mat_add_q31.o CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_q31.c obj/arm_mat_init_f32.o: CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_mat_init_f32.o CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_f32.c obj/arm_mat_init_q15.o: CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_mat_init_q15.o CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_q15.c obj/arm_mat_init_q31.o: CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_mat_init_q31.o CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_init_q31.c obj/arm_mat_inverse_f32.o: CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_inverse_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_mat_inverse_f32.o CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_inverse_f32.c obj/arm_mat_mult_f32.o: CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_mat_mult_f32.o CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_f32.c obj/arm_mat_mult_fast_q15.o: CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_fast_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_mat_mult_fast_q15.o CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_fast_q15.c obj/arm_mat_mult_fast_q31.o: CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_fast_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_mat_mult_fast_q31.o CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_fast_q31.c obj/arm_mat_mult_q15.o: CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_mat_mult_q15.o CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_q15.c obj/arm_mat_mult_q31.o: CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_mat_mult_q31.o CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_mult_q31.c obj/arm_mat_scale_f32.o: CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_mat_scale_f32.o CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_f32.c obj/arm_mat_scale_q15.o: CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_mat_scale_q15.o CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_q15.c obj/arm_mat_scale_q31.o: CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_mat_scale_q31.o CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_scale_q31.c obj/arm_mat_sub_f32.o: CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_mat_sub_f32.o CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_f32.c obj/arm_mat_sub_q15.o: CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_mat_sub_q15.o CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_q15.c obj/arm_mat_sub_q31.o: CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_mat_sub_q31.o CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_q31.c obj/arm_mat_trans_f32.o: CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_mat_trans_f32.o CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_f32.c obj/arm_mat_trans_q15.o: CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_mat_trans_q15.o CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_q15.c obj/arm_mat_trans_q31.o: CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_mat_trans_q31.o CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_trans_q31.c obj/arm_biquad_cascade_df1_32x64_init_q31.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_init_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_biquad_cascade_df1_32x64_init_q31.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_init_q31.c obj/arm_biquad_cascade_df1_32x64_q31.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_biquad_cascade_df1_32x64_q31.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_q31.c obj/arm_biquad_cascade_df1_f32.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_biquad_cascade_df1_f32.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_f32.c obj/arm_biquad_cascade_df1_fast_q15.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_biquad_cascade_df1_fast_q15.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q15.c obj/arm_biquad_cascade_df1_fast_q31.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_biquad_cascade_df1_fast_q31.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q31.c obj/arm_biquad_cascade_df1_init_f32.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_biquad_cascade_df1_init_f32.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_f32.c obj/arm_biquad_cascade_df1_init_q15.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_biquad_cascade_df1_init_q15.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q15.c obj/arm_biquad_cascade_df1_init_q31.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_biquad_cascade_df1_init_q31.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q31.c obj/arm_biquad_cascade_df1_q15.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_biquad_cascade_df1_q15.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_q15.c obj/arm_biquad_cascade_df1_q31.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_biquad_cascade_df1_q31.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_q31.c obj/arm_biquad_cascade_df2T_f32.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_biquad_cascade_df2T_f32.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_f32.c obj/arm_biquad_cascade_df2T_init_f32.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_init_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_biquad_cascade_df2T_init_f32.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_init_f32.c obj/arm_conv_f32.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_conv_f32.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_f32.c obj/arm_conv_fast_q15.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_fast_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_conv_fast_q15.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_fast_q15.c obj/arm_conv_fast_q31.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_fast_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_conv_fast_q31.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_fast_q31.c obj/arm_conv_partial_f32.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_conv_partial_f32.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_f32.c obj/arm_conv_partial_fast_q15.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_fast_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_conv_partial_fast_q15.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_fast_q15.c obj/arm_conv_partial_fast_q31.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_fast_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_conv_partial_fast_q31.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_fast_q31.c obj/arm_conv_partial_q15.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_conv_partial_q15.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q15.c obj/arm_conv_partial_q31.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_conv_partial_q31.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q31.c obj/arm_conv_partial_q7.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q7.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_conv_partial_q7.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_q7.c obj/arm_conv_q15.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_conv_q15.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q15.c obj/arm_conv_q31.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_conv_q31.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q31.c obj/arm_conv_q7.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q7.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_conv_q7.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q7.c obj/arm_correlate_f32.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_correlate_f32.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_f32.c obj/arm_correlate_fast_q15.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_fast_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_correlate_fast_q15.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_fast_q15.c obj/arm_correlate_fast_q31.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_fast_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_correlate_fast_q31.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_fast_q31.c obj/arm_correlate_q15.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_correlate_q15.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q15.c obj/arm_correlate_q31.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_correlate_q31.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q31.c obj/arm_correlate_q7.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q7.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_correlate_q7.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_correlate_q7.c obj/arm_fir_decimate_f32.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_fir_decimate_f32.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_f32.c obj/arm_fir_decimate_fast_q15.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_fast_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_fir_decimate_fast_q15.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_fast_q15.c obj/arm_fir_decimate_fast_q31.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_fast_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_fir_decimate_fast_q31.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_fast_q31.c obj/arm_fir_decimate_init_f32.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_fir_decimate_init_f32.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_f32.c obj/arm_fir_decimate_init_q15.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_fir_decimate_init_q15.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_q15.c obj/arm_fir_decimate_init_q31.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_fir_decimate_init_q31.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_init_q31.c obj/arm_fir_decimate_q15.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_fir_decimate_q15.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_q15.c obj/arm_fir_decimate_q31.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_fir_decimate_q31.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_decimate_q31.c obj/arm_fir_f32.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_fir_f32.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_f32.c obj/arm_fir_fast_q15.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_fast_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_fir_fast_q15.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_fast_q15.c obj/arm_fir_fast_q31.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_fast_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_fir_fast_q31.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_fast_q31.c obj/arm_fir_init_f32.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_fir_init_f32.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_f32.c obj/arm_fir_init_q15.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_fir_init_q15.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q15.c obj/arm_fir_init_q31.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_fir_init_q31.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q31.c obj/arm_fir_init_q7.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q7.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_fir_init_q7.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_init_q7.c obj/arm_fir_interpolate_f32.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_fir_interpolate_f32.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_f32.c obj/arm_fir_interpolate_init_f32.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_fir_interpolate_init_f32.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_f32.c obj/arm_fir_interpolate_init_q15.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_fir_interpolate_init_q15.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_q15.c obj/arm_fir_interpolate_init_q31.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_fir_interpolate_init_q31.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_init_q31.c obj/arm_fir_interpolate_q15.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_fir_interpolate_q15.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_q15.c obj/arm_fir_interpolate_q31.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_fir_interpolate_q31.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_interpolate_q31.c obj/arm_fir_lattice_f32.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_fir_lattice_f32.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_f32.c obj/arm_fir_lattice_init_f32.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_fir_lattice_init_f32.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_f32.c obj/arm_fir_lattice_init_q15.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_fir_lattice_init_q15.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_q15.c obj/arm_fir_lattice_init_q31.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_fir_lattice_init_q31.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_init_q31.c obj/arm_fir_lattice_q15.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_fir_lattice_q15.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_q15.c obj/arm_fir_lattice_q31.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_fir_lattice_q31.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_lattice_q31.c obj/arm_fir_q15.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_fir_q15.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q15.c obj/arm_fir_q31.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_fir_q31.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q31.c obj/arm_fir_q7.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q7.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_fir_q7.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q7.c obj/arm_fir_sparse_f32.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_fir_sparse_f32.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_f32.c obj/arm_fir_sparse_init_f32.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_fir_sparse_init_f32.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_f32.c obj/arm_fir_sparse_init_q15.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_fir_sparse_init_q15.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q15.c obj/arm_fir_sparse_init_q31.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_fir_sparse_init_q31.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q31.c obj/arm_fir_sparse_init_q7.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q7.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_fir_sparse_init_q7.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_init_q7.c obj/arm_fir_sparse_q15.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_fir_sparse_q15.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q15.c obj/arm_fir_sparse_q31.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_fir_sparse_q31.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q31.c obj/arm_fir_sparse_q7.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q7.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_fir_sparse_q7.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_sparse_q7.c obj/arm_iir_lattice_f32.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_iir_lattice_f32.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_f32.c obj/arm_iir_lattice_init_f32.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_iir_lattice_init_f32.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_f32.c obj/arm_iir_lattice_init_q15.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_iir_lattice_init_q15.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_q15.c obj/arm_iir_lattice_init_q31.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_iir_lattice_init_q31.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_init_q31.c obj/arm_iir_lattice_q15.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_iir_lattice_q15.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_q15.c obj/arm_iir_lattice_q31.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_iir_lattice_q31.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_iir_lattice_q31.c obj/arm_lms_f32.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_lms_f32.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_f32.c obj/arm_lms_init_f32.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_lms_init_f32.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_f32.c obj/arm_lms_init_q15.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_lms_init_q15.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_q15.c obj/arm_lms_init_q31.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_lms_init_q31.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_init_q31.c obj/arm_lms_norm_f32.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_lms_norm_f32.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_f32.c obj/arm_lms_norm_init_f32.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_lms_norm_init_f32.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_f32.c obj/arm_lms_norm_init_q15.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_lms_norm_init_q15.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_q15.c obj/arm_lms_norm_init_q31.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_lms_norm_init_q31.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_init_q31.c obj/arm_lms_norm_q15.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_lms_norm_q15.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_q15.c obj/arm_lms_norm_q31.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_lms_norm_q31.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_q31.c obj/arm_lms_q15.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_lms_q15.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_q15.c obj/arm_lms_q31.o: CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_lms_q31.o CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_q31.c obj/arm_cos_f32.o: CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_cos_f32.o CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_f32.c obj/arm_cos_q15.o: CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_cos_q15.o CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_q15.c obj/arm_cos_q31.o: CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_cos_q31.o CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_q31.c obj/arm_sin_f32.o: CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_sin_f32.o CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_f32.c obj/arm_sin_q15.o: CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_sin_q15.o CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_q15.c obj/arm_sin_q31.o: CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_sin_q31.o CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_q31.c obj/arm_sqrt_q15.o: CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sqrt_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_sqrt_q15.o CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sqrt_q15.c obj/arm_sqrt_q31.o: CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sqrt_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_sqrt_q31.o CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sqrt_q31.c obj/arm_pid_init_f32.o: CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_pid_init_f32.o CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_f32.c obj/arm_pid_init_q15.o: CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_pid_init_q15.o CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_q15.c obj/arm_pid_init_q31.o: CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_pid_init_q31.o CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_q31.c obj/arm_pid_reset_f32.o: CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_pid_reset_f32.o CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_f32.c obj/arm_pid_reset_q15.o: CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_pid_reset_q15.o CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_q15.c obj/arm_pid_reset_q31.o: CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_pid_reset_q31.o CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_q31.c obj/arm_sin_cos_f32.o: CMSIS/DSP_Lib/Source/ControllerFunctions/arm_sin_cos_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_sin_cos_f32.o CMSIS/DSP_Lib/Source/ControllerFunctions/arm_sin_cos_f32.c obj/arm_sin_cos_q31.o: CMSIS/DSP_Lib/Source/ControllerFunctions/arm_sin_cos_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_sin_cos_q31.o CMSIS/DSP_Lib/Source/ControllerFunctions/arm_sin_cos_q31.c obj/arm_cmplx_conj_f32.o: CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_cmplx_conj_f32.o CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_f32.c obj/arm_cmplx_conj_q15.o: CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_cmplx_conj_q15.o CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_q15.c obj/arm_cmplx_conj_q31.o: CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_cmplx_conj_q31.o CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_q31.c obj/arm_cmplx_dot_prod_f32.o: CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_cmplx_dot_prod_f32.o CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_f32.c obj/arm_cmplx_dot_prod_q15.o: CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_cmplx_dot_prod_q15.o CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q15.c obj/arm_cmplx_dot_prod_q31.o: CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_cmplx_dot_prod_q31.o CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q31.c obj/arm_cmplx_mag_f32.o: CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_cmplx_mag_f32.o CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_f32.c obj/arm_cmplx_mag_q15.o: CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_cmplx_mag_q15.o CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_q15.c obj/arm_cmplx_mag_q31.o: CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_cmplx_mag_q31.o CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_q31.c obj/arm_cmplx_mag_squared_f32.o: CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_cmplx_mag_squared_f32.o CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_f32.c obj/arm_cmplx_mag_squared_q15.o: CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_cmplx_mag_squared_q15.o CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q15.c obj/arm_cmplx_mag_squared_q31.o: CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_cmplx_mag_squared_q31.o CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q31.c obj/arm_cmplx_mult_cmplx_f32.o: CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_cmplx_mult_cmplx_f32.o CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_f32.c obj/arm_cmplx_mult_cmplx_q15.o: CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_cmplx_mult_cmplx_q15.o CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q15.c obj/arm_cmplx_mult_cmplx_q31.o: CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_cmplx_mult_cmplx_q31.o CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q31.c obj/arm_cmplx_mult_real_f32.o: CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_cmplx_mult_real_f32.o CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_f32.c obj/arm_cmplx_mult_real_q15.o: CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_cmplx_mult_real_q15.o CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_q15.c obj/arm_cmplx_mult_real_q31.o: CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_cmplx_mult_real_q31.o CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_q31.c obj/arm_common_tables.o: CMSIS/DSP_Lib/Source/CommonTables/arm_common_tables.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_common_tables.o CMSIS/DSP_Lib/Source/CommonTables/arm_common_tables.c obj/arm_abs_f32.o: CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_abs_f32.o CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_f32.c obj/arm_abs_q15.o: CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_abs_q15.o CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q15.c obj/arm_abs_q31.o: CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_abs_q31.o CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q31.c obj/arm_abs_q7.o: CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q7.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_abs_q7.o CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q7.c obj/arm_add_f32.o: CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_add_f32.o CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_f32.c obj/arm_add_q15.o: CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_add_q15.o CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q15.c obj/arm_add_q31.o: CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_add_q31.o CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q31.c obj/arm_add_q7.o: CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q7.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_add_q7.o CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q7.c obj/arm_dot_prod_f32.o: CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_dot_prod_f32.o CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_f32.c obj/arm_dot_prod_q15.o: CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_dot_prod_q15.o CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q15.c obj/arm_dot_prod_q31.o: CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_dot_prod_q31.o CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q31.c obj/arm_dot_prod_q7.o: CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q7.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_dot_prod_q7.o CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q7.c obj/arm_mult_f32.o: CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_mult_f32.o CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_f32.c obj/arm_mult_q15.o: CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_mult_q15.o CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q15.c obj/arm_mult_q31.o: CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_mult_q31.o CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q31.c obj/arm_mult_q7.o: CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q7.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_mult_q7.o CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q7.c obj/arm_negate_f32.o: CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_negate_f32.o CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_f32.c obj/arm_negate_q15.o: CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_negate_q15.o CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q15.c obj/arm_negate_q31.o: CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_negate_q31.o CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q31.c obj/arm_negate_q7.o: CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q7.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_negate_q7.o CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q7.c obj/arm_offset_f32.o: CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_offset_f32.o CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_f32.c obj/arm_offset_q15.o: CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_offset_q15.o CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q15.c obj/arm_offset_q31.o: CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_offset_q31.o CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q31.c obj/arm_offset_q7.o: CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q7.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_offset_q7.o CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q7.c obj/arm_scale_f32.o: CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_scale_f32.o CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_f32.c obj/arm_scale_q15.o: CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_scale_q15.o CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q15.c obj/arm_scale_q31.o: CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_scale_q31.o CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q31.c obj/arm_scale_q7.o: CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q7.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_scale_q7.o CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q7.c obj/arm_shift_q15.o: CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_shift_q15.o CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q15.c obj/arm_shift_q31.o: CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_shift_q31.o CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q31.c obj/arm_shift_q7.o: CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q7.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_shift_q7.o CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q7.c obj/arm_sub_f32.o: CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_f32.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_sub_f32.o CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_f32.c obj/arm_sub_q15.o: CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q15.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_sub_q15.o CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q15.c obj/arm_sub_q31.o: CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q31.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_sub_q31.o CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q31.c obj/arm_sub_q7.o: CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q7.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/arm_sub_q7.o CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q7.c obj/stm32f4xx_wwdg.o: STM32F4xx_StdPeriph_Driver/src/stm32f4xx_wwdg.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_wwdg.o STM32F4xx_StdPeriph_Driver/src/stm32f4xx_wwdg.c obj/stm32f4xx_usart.o: STM32F4xx_StdPeriph_Driver/src/stm32f4xx_usart.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_usart.o STM32F4xx_StdPeriph_Driver/src/stm32f4xx_usart.c obj/stm32f4xx_tim.o: STM32F4xx_StdPeriph_Driver/src/stm32f4xx_tim.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_tim.o STM32F4xx_StdPeriph_Driver/src/stm32f4xx_tim.c obj/stm32f4xx_syscfg.o: STM32F4xx_StdPeriph_Driver/src/stm32f4xx_syscfg.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_syscfg.o STM32F4xx_StdPeriph_Driver/src/stm32f4xx_syscfg.c obj/stm32f4xx_spi.o: STM32F4xx_StdPeriph_Driver/src/stm32f4xx_spi.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_spi.o STM32F4xx_StdPeriph_Driver/src/stm32f4xx_spi.c obj/stm32f4xx_sdio.o: STM32F4xx_StdPeriph_Driver/src/stm32f4xx_sdio.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_sdio.o STM32F4xx_StdPeriph_Driver/src/stm32f4xx_sdio.c obj/stm32f4xx_rtc.o: STM32F4xx_StdPeriph_Driver/src/stm32f4xx_rtc.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_rtc.o STM32F4xx_StdPeriph_Driver/src/stm32f4xx_rtc.c obj/stm32f4xx_rng.o: STM32F4xx_StdPeriph_Driver/src/stm32f4xx_rng.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_rng.o STM32F4xx_StdPeriph_Driver/src/stm32f4xx_rng.c obj/stm32f4xx_rcc.o: STM32F4xx_StdPeriph_Driver/src/stm32f4xx_rcc.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_rcc.o STM32F4xx_StdPeriph_Driver/src/stm32f4xx_rcc.c obj/stm32f4xx_pwr.o: STM32F4xx_StdPeriph_Driver/src/stm32f4xx_pwr.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_pwr.o STM32F4xx_StdPeriph_Driver/src/stm32f4xx_pwr.c obj/stm32f4xx_iwdg.o: STM32F4xx_StdPeriph_Driver/src/stm32f4xx_iwdg.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_iwdg.o STM32F4xx_StdPeriph_Driver/src/stm32f4xx_iwdg.c obj/stm32f4xx_i2c.o: STM32F4xx_StdPeriph_Driver/src/stm32f4xx_i2c.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_i2c.o STM32F4xx_StdPeriph_Driver/src/stm32f4xx_i2c.c obj/stm32f4xx_hash_sha1.o: STM32F4xx_StdPeriph_Driver/src/stm32f4xx_hash_sha1.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_hash_sha1.o STM32F4xx_StdPeriph_Driver/src/stm32f4xx_hash_sha1.c obj/stm32f4xx_hash_md5.o: STM32F4xx_StdPeriph_Driver/src/stm32f4xx_hash_md5.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_hash_md5.o STM32F4xx_StdPeriph_Driver/src/stm32f4xx_hash_md5.c obj/stm32f4xx_hash.o: STM32F4xx_StdPeriph_Driver/src/stm32f4xx_hash.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_hash.o STM32F4xx_StdPeriph_Driver/src/stm32f4xx_hash.c obj/stm32f4xx_gpio.o: STM32F4xx_StdPeriph_Driver/src/stm32f4xx_gpio.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_gpio.o STM32F4xx_StdPeriph_Driver/src/stm32f4xx_gpio.c obj/stm32f4xx_fsmc.o: STM32F4xx_StdPeriph_Driver/src/stm32f4xx_fsmc.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_fsmc.o STM32F4xx_StdPeriph_Driver/src/stm32f4xx_fsmc.c obj/stm32f4xx_flash.o: STM32F4xx_StdPeriph_Driver/src/stm32f4xx_flash.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_flash.o STM32F4xx_StdPeriph_Driver/src/stm32f4xx_flash.c obj/stm32f4xx_exti.o: STM32F4xx_StdPeriph_Driver/src/stm32f4xx_exti.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_exti.o STM32F4xx_StdPeriph_Driver/src/stm32f4xx_exti.c obj/stm32f4xx_dma.o: STM32F4xx_StdPeriph_Driver/src/stm32f4xx_dma.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_dma.o STM32F4xx_StdPeriph_Driver/src/stm32f4xx_dma.c obj/stm32f4xx_dcmi.o: STM32F4xx_StdPeriph_Driver/src/stm32f4xx_dcmi.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_dcmi.o STM32F4xx_StdPeriph_Driver/src/stm32f4xx_dcmi.c obj/stm32f4xx_dbgmcu.o: STM32F4xx_StdPeriph_Driver/src/stm32f4xx_dbgmcu.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_dbgmcu.o STM32F4xx_StdPeriph_Driver/src/stm32f4xx_dbgmcu.c obj/stm32f4xx_dac.o: STM32F4xx_StdPeriph_Driver/src/stm32f4xx_dac.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_dac.o STM32F4xx_StdPeriph_Driver/src/stm32f4xx_dac.c obj/stm32f4xx_cryp_tdes.o: STM32F4xx_StdPeriph_Driver/src/stm32f4xx_cryp_tdes.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_cryp_tdes.o STM32F4xx_StdPeriph_Driver/src/stm32f4xx_cryp_tdes.c obj/stm32f4xx_cryp_des.o: STM32F4xx_StdPeriph_Driver/src/stm32f4xx_cryp_des.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_cryp_des.o STM32F4xx_StdPeriph_Driver/src/stm32f4xx_cryp_des.c obj/stm32f4xx_cryp_aes.o: STM32F4xx_StdPeriph_Driver/src/stm32f4xx_cryp_aes.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_cryp_aes.o STM32F4xx_StdPeriph_Driver/src/stm32f4xx_cryp_aes.c obj/stm32f4xx_cryp.o: STM32F4xx_StdPeriph_Driver/src/stm32f4xx_cryp.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_cryp.o STM32F4xx_StdPeriph_Driver/src/stm32f4xx_cryp.c obj/stm32f4xx_crc.o: STM32F4xx_StdPeriph_Driver/src/stm32f4xx_crc.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_crc.o STM32F4xx_StdPeriph_Driver/src/stm32f4xx_crc.c obj/stm32f4xx_can.o: STM32F4xx_StdPeriph_Driver/src/stm32f4xx_can.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_can.o STM32F4xx_StdPeriph_Driver/src/stm32f4xx_can.c obj/stm32f4xx_adc.o: STM32F4xx_StdPeriph_Driver/src/stm32f4xx_adc.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/stm32f4xx_adc.o STM32F4xx_StdPeriph_Driver/src/stm32f4xx_adc.c obj/misc.o: STM32F4xx_StdPeriph_Driver/src/misc.c $(CC) -c $(CFLAGS) $(INCPATH) -o obj/misc.o STM32F4xx_StdPeriph_Driver/src/misc.c ####### Install install_target: first FORCE @$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/opt/testlibuc2/libuc2/lib/stm32f4/ || $(MKDIR) $(INSTALL_ROOT)/opt/testlibuc2/libuc2/lib/stm32f4/ -$(INSTALL_FILE) "$(TARGET)" "$(INSTALL_ROOT)/opt/testlibuc2/libuc2/lib/stm32f4/$(TARGET)" uninstall_target: FORCE -$(DEL_FILE) "$(INSTALL_ROOT)/opt/testlibuc2/libuc2/lib/stm32f4/$(TARGET)" -$(DEL_DIR) $(INSTALL_ROOT)/opt/testlibuc2/libuc2/lib/stm32f4/ install_CMSISHEADERS: first FORCE @$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_CMSIS/ || $(MKDIR) $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_CMSIS/ -$(INSTALL_FILE) /opt/libuc2/lib/src/stm32f4/CPU/CMSIS/Include/core_cmInstr.h $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_CMSIS/ -$(INSTALL_FILE) /opt/libuc2/lib/src/stm32f4/CPU/CMSIS/Include/core_cmFunc.h $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_CMSIS/ -$(INSTALL_FILE) /opt/libuc2/lib/src/stm32f4/CPU/CMSIS/Include/core_cm4_simd.h $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_CMSIS/ -$(INSTALL_FILE) /opt/libuc2/lib/src/stm32f4/CPU/CMSIS/Include/core_cm4.h $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_CMSIS/ -$(INSTALL_FILE) /opt/libuc2/lib/src/stm32f4/CPU/CMSIS/Include/core_cm3.h $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_CMSIS/ -$(INSTALL_FILE) /opt/libuc2/lib/src/stm32f4/CPU/CMSIS/Include/core_cm0.h $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_CMSIS/ -$(INSTALL_FILE) /opt/libuc2/lib/src/stm32f4/CPU/CMSIS/Include/arm_math.h $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_CMSIS/ -$(INSTALL_FILE) /opt/libuc2/lib/src/stm32f4/CPU/CMSIS/Include/arm_common_tables.h $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_CMSIS/ uninstall_CMSISHEADERS: FORCE -$(DEL_FILE) -r $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_CMSIS/core_cmInstr.h -$(DEL_FILE) -r $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_CMSIS/core_cmFunc.h -$(DEL_FILE) -r $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_CMSIS/core_cm4_simd.h -$(DEL_FILE) -r $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_CMSIS/core_cm4.h -$(DEL_FILE) -r $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_CMSIS/core_cm3.h -$(DEL_FILE) -r $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_CMSIS/core_cm0.h -$(DEL_FILE) -r $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_CMSIS/arm_math.h -$(DEL_FILE) -r $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_CMSIS/arm_common_tables.h -$(DEL_DIR) $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_CMSIS/ install_STLIBHEADERS: first FORCE @$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/ || $(MKDIR) $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/ -$(INSTALL_FILE) /opt/libuc2/lib/src/stm32f4/CPU/STM32F4xx_StdPeriph_Driver/inc/stm32f4xx_wwdg.h $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/ -$(INSTALL_FILE) /opt/libuc2/lib/src/stm32f4/CPU/STM32F4xx_StdPeriph_Driver/inc/stm32f4xx_usart.h $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/ -$(INSTALL_FILE) /opt/libuc2/lib/src/stm32f4/CPU/STM32F4xx_StdPeriph_Driver/inc/stm32f4xx_tim.h $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/ -$(INSTALL_FILE) /opt/libuc2/lib/src/stm32f4/CPU/STM32F4xx_StdPeriph_Driver/inc/stm32f4xx_syscfg.h $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/ -$(INSTALL_FILE) /opt/libuc2/lib/src/stm32f4/CPU/STM32F4xx_StdPeriph_Driver/inc/stm32f4xx_spi.h $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/ -$(INSTALL_FILE) /opt/libuc2/lib/src/stm32f4/CPU/STM32F4xx_StdPeriph_Driver/inc/stm32f4xx_sdio.h $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/ -$(INSTALL_FILE) /opt/libuc2/lib/src/stm32f4/CPU/STM32F4xx_StdPeriph_Driver/inc/stm32f4xx_rtc.h $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/ -$(INSTALL_FILE) /opt/libuc2/lib/src/stm32f4/CPU/STM32F4xx_StdPeriph_Driver/inc/stm32f4xx_rng.h $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/ -$(INSTALL_FILE) /opt/libuc2/lib/src/stm32f4/CPU/STM32F4xx_StdPeriph_Driver/inc/stm32f4xx_rcc.h $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/ -$(INSTALL_FILE) /opt/libuc2/lib/src/stm32f4/CPU/STM32F4xx_StdPeriph_Driver/inc/stm32f4xx_pwr.h $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/ -$(INSTALL_FILE) /opt/libuc2/lib/src/stm32f4/CPU/STM32F4xx_StdPeriph_Driver/inc/stm32f4xx_iwdg.h $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/ -$(INSTALL_FILE) /opt/libuc2/lib/src/stm32f4/CPU/STM32F4xx_StdPeriph_Driver/inc/stm32f4xx_i2c.h $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/ -$(INSTALL_FILE) /opt/libuc2/lib/src/stm32f4/CPU/STM32F4xx_StdPeriph_Driver/inc/stm32f4xx_hash.h $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/ -$(INSTALL_FILE) /opt/libuc2/lib/src/stm32f4/CPU/STM32F4xx_StdPeriph_Driver/inc/stm32f4xx_gpio.h $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/ -$(INSTALL_FILE) /opt/libuc2/lib/src/stm32f4/CPU/STM32F4xx_StdPeriph_Driver/inc/stm32f4xx_fsmc.h $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/ -$(INSTALL_FILE) /opt/libuc2/lib/src/stm32f4/CPU/STM32F4xx_StdPeriph_Driver/inc/stm32f4xx_flash.h $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/ -$(INSTALL_FILE) /opt/libuc2/lib/src/stm32f4/CPU/STM32F4xx_StdPeriph_Driver/inc/stm32f4xx_exti.h $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/ -$(INSTALL_FILE) /opt/libuc2/lib/src/stm32f4/CPU/STM32F4xx_StdPeriph_Driver/inc/stm32f4xx_dma.h $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/ -$(INSTALL_FILE) /opt/libuc2/lib/src/stm32f4/CPU/STM32F4xx_StdPeriph_Driver/inc/stm32f4xx_dcmi.h $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/ -$(INSTALL_FILE) /opt/libuc2/lib/src/stm32f4/CPU/STM32F4xx_StdPeriph_Driver/inc/stm32f4xx_dbgmcu.h $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/ -$(INSTALL_FILE) /opt/libuc2/lib/src/stm32f4/CPU/STM32F4xx_StdPeriph_Driver/inc/stm32f4xx_dac.h $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/ -$(INSTALL_FILE) /opt/libuc2/lib/src/stm32f4/CPU/STM32F4xx_StdPeriph_Driver/inc/stm32f4xx_cryp.h $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/ -$(INSTALL_FILE) /opt/libuc2/lib/src/stm32f4/CPU/STM32F4xx_StdPeriph_Driver/inc/stm32f4xx_crc.h $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/ -$(INSTALL_FILE) /opt/libuc2/lib/src/stm32f4/CPU/STM32F4xx_StdPeriph_Driver/inc/stm32f4xx_can.h $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/ -$(INSTALL_FILE) /opt/libuc2/lib/src/stm32f4/CPU/STM32F4xx_StdPeriph_Driver/inc/stm32f4xx_adc.h $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/ -$(INSTALL_FILE) /opt/libuc2/lib/src/stm32f4/CPU/STM32F4xx_StdPeriph_Driver/inc/misc.h $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/ -$(INSTALL_FILE) /opt/libuc2/lib/src/stm32f4/CPU/STM32F4xx_StdPeriph_Driver/inc/stm32f4xx.h $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/ uninstall_STLIBHEADERS: FORCE -$(DEL_FILE) -r $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/stm32f4xx_wwdg.h -$(DEL_FILE) -r $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/stm32f4xx_usart.h -$(DEL_FILE) -r $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/stm32f4xx_tim.h -$(DEL_FILE) -r $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/stm32f4xx_syscfg.h -$(DEL_FILE) -r $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/stm32f4xx_spi.h -$(DEL_FILE) -r $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/stm32f4xx_sdio.h -$(DEL_FILE) -r $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/stm32f4xx_rtc.h -$(DEL_FILE) -r $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/stm32f4xx_rng.h -$(DEL_FILE) -r $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/stm32f4xx_rcc.h -$(DEL_FILE) -r $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/stm32f4xx_pwr.h -$(DEL_FILE) -r $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/stm32f4xx_iwdg.h -$(DEL_FILE) -r $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/stm32f4xx_i2c.h -$(DEL_FILE) -r $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/stm32f4xx_hash.h -$(DEL_FILE) -r $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/stm32f4xx_gpio.h -$(DEL_FILE) -r $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/stm32f4xx_fsmc.h -$(DEL_FILE) -r $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/stm32f4xx_flash.h -$(DEL_FILE) -r $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/stm32f4xx_exti.h -$(DEL_FILE) -r $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/stm32f4xx_dma.h -$(DEL_FILE) -r $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/stm32f4xx_dcmi.h -$(DEL_FILE) -r $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/stm32f4xx_dbgmcu.h -$(DEL_FILE) -r $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/stm32f4xx_dac.h -$(DEL_FILE) -r $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/stm32f4xx_cryp.h -$(DEL_FILE) -r $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/stm32f4xx_crc.h -$(DEL_FILE) -r $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/stm32f4xx_can.h -$(DEL_FILE) -r $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/stm32f4xx_adc.h -$(DEL_FILE) -r $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/misc.h -$(DEL_FILE) -r $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/stm32f4xx.h -$(DEL_DIR) $(INSTALL_ROOT)/opt/testlibuc2/libuc2/include/STM32F4xx_StdPeriph_Driver/ install_prifile: first FORCE @$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/opt/testlibuc2/libuc2/mkspecs/features/stm32f4/ || $(MKDIR) $(INSTALL_ROOT)/opt/testlibuc2/libuc2/mkspecs/features/stm32f4/ -$(INSTALL_FILE) /opt/libuc2/lib/src/stm32f4/CPU/cpu.pri $(INSTALL_ROOT)/opt/testlibuc2/libuc2/mkspecs/features/stm32f4/ uninstall_prifile: FORCE -$(DEL_FILE) -r $(INSTALL_ROOT)/opt/testlibuc2/libuc2/mkspecs/features/stm32f4/cpu.pri -$(DEL_DIR) $(INSTALL_ROOT)/opt/testlibuc2/libuc2/mkspecs/features/stm32f4/ install_target: first FORCE @$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/opt/testlibuc2/libuc2/lib/stm32f4/ || $(MKDIR) $(INSTALL_ROOT)/opt/testlibuc2/libuc2/lib/stm32f4/ -$(INSTALL_FILE) "$(TARGET)" "$(INSTALL_ROOT)/opt/testlibuc2/libuc2/lib/stm32f4/$(TARGET)" uninstall_target: FORCE -$(DEL_FILE) "$(INSTALL_ROOT)/opt/testlibuc2/libuc2/lib/stm32f4/$(TARGET)" -$(DEL_FILE) "$(INSTALL_ROOT)/opt/testlibuc2/libuc2/lib/stm32f4/$(TARGET)" -$(DEL_DIR) $(INSTALL_ROOT)/opt/testlibuc2/libuc2/lib/stm32f4/ install: install_target install_CMSISHEADERS install_STLIBHEADERS install_prifile install_target FORCE uninstall: uninstall_target uninstall_CMSISHEADERS uninstall_STLIBHEADERS uninstall_prifile uninstall_target FORCE FORCE: