12345678910111213141516171819202122 |
- ################################################################################
- # Automatically-generated file. Do not edit!
- ################################################################################
- SHELL = cmd.exe
- # Each subdirectory must supply rules for building sources it contributes
- %.obj: ../%.asm $(GEN_OPTS) | $(GEN_FILES) $(GEN_MISC_FILES)
- @echo 'Building file: "$<"'
- @echo 'Invoking: C2000 Compiler'
- "D:/ti/ccs1220/ccs/tools/compiler/ti-cgt-c2000_22.6.0.LTS/bin/cl2000" -v28 -ml --include_path="D:/ti/ccs1220/ccs/tools/compiler/ti-cgt-c2000_22.6.0.LTS/include" --include_path="E:/ccs_programe/BLDC_Sensor/bldc_senser/include/libs/app_libs/motor_control/drivers/f2803x_v2.0" --include_path="E:/ccs_programe/BLDC_Sensor/bldc_senser/include/libs/app_libs/motor_control/math_blocks/v4.0" --include_path="E:/ccs_programe/BLDC_Sensor/bldc_senser/include/libs/math/IQmath/v15c/include" --include_path="E:/ccs_programe/BLDC_Sensor/bldc_senser/include/device_support/f2803x/v125/DSP2803x_common/include" --include_path="E:/ccs_programe/BLDC_Sensor/bldc_senser/include/device_support/f2803x/v125/DSP2803x_headers/include" --include_path="E:/ccs_programe/BLDC_Sensor/bldc_senser/include/development_kits/~SupportFiles/F2803x_headers" --include_path="E:/ccs_programe/BLDC_Sensor/bldc_senser/UserSource" --include_path="E:/ccs_programe/BLDC_Sensor/bldc_senser" --advice:performance=all --define=_DEBUG --define=LARGE_MODEL --define=FLASH -g --diag_warning=225 --quiet --abi=coffabi --preproc_with_compile --preproc_dependency="$(basename $(<F)).d_raw" $(GEN_OPTS__FLAG) "$<"
- @echo 'Finished building: "$<"'
- @echo ' '
- %.obj: ../%.c $(GEN_OPTS) | $(GEN_FILES) $(GEN_MISC_FILES)
- @echo 'Building file: "$<"'
- @echo 'Invoking: C2000 Compiler'
- "D:/ti/ccs1220/ccs/tools/compiler/ti-cgt-c2000_22.6.0.LTS/bin/cl2000" -v28 -ml --include_path="D:/ti/ccs1220/ccs/tools/compiler/ti-cgt-c2000_22.6.0.LTS/include" --include_path="E:/ccs_programe/BLDC_Sensor/bldc_senser/include/libs/app_libs/motor_control/drivers/f2803x_v2.0" --include_path="E:/ccs_programe/BLDC_Sensor/bldc_senser/include/libs/app_libs/motor_control/math_blocks/v4.0" --include_path="E:/ccs_programe/BLDC_Sensor/bldc_senser/include/libs/math/IQmath/v15c/include" --include_path="E:/ccs_programe/BLDC_Sensor/bldc_senser/include/device_support/f2803x/v125/DSP2803x_common/include" --include_path="E:/ccs_programe/BLDC_Sensor/bldc_senser/include/device_support/f2803x/v125/DSP2803x_headers/include" --include_path="E:/ccs_programe/BLDC_Sensor/bldc_senser/include/development_kits/~SupportFiles/F2803x_headers" --include_path="E:/ccs_programe/BLDC_Sensor/bldc_senser/UserSource" --include_path="E:/ccs_programe/BLDC_Sensor/bldc_senser" --advice:performance=all --define=_DEBUG --define=LARGE_MODEL --define=FLASH -g --diag_warning=225 --quiet --abi=coffabi --preproc_with_compile --preproc_dependency="$(basename $(<F)).d_raw" $(GEN_OPTS__FLAG) "$<"
- @echo 'Finished building: "$<"'
- @echo ' '
|