subdir_rules.mk 752 B

12345678910111213
  1. ################################################################################
  2. # Automatically-generated file. Do not edit!
  3. ################################################################################
  4. # Each subdirectory must supply rules for building sources it contributes
  5. hello.obj: ../hello.c $(GEN_OPTS) | $(GEN_HDRS)
  6. @echo 'Building file: $<'
  7. @echo 'Invoking: C6000 Compiler'
  8. "C:/Software/CCS6.2_install/ccsv6/tools/compiler/ti-cgt-c6000_8.2.6/bin/cl6x" -mv6600 --include_path="C:/Software/CCS6.2_install/ccsv6/tools/compiler/ti-cgt-c6000_8.2.6/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="hello.d" $(GEN_OPTS__FLAG) "$<"
  9. @echo 'Finished building: $<'
  10. @echo ' '