You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

makefile 5.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. # This is a generated file.
  2. #
  3. # Do not edit this file. Any modifications to this file
  4. # will be overwritten whenever makefiles are re-generated.
  5. #
  6. # template: ti.sysbios/makefile.xdt
  7. # target: ti.targets.elf.C674
  8. vpath % C:/ti/bios_6_73_01_01/packages/ti/sysbios/
  9. vpath %.c C:/ti/xdctools_3_50_08_24_core/packages/
  10. XOPTS = -I"C:/ti/xdctools_3_50_08_24_core/packages/" -Dxdc_target_types__=C:/ti/bios_6_73_01_01/packages/ti/targets/elf/std.h -Dxdc_target_name__=C674
  11. BIOS_DEFS = -Dti_sysbios_BIOS_swiEnabled__D=TRUE -Dti_sysbios_BIOS_taskEnabled__D=TRUE -Dti_sysbios_BIOS_clockEnabled__D=TRUE -Dti_sysbios_BIOS_runtimeCreatesEnabled__D=TRUE -Dti_sysbios_knl_Task_moduleStateCheckFlag__D=FALSE -Dti_sysbios_knl_Task_objectCheckFlag__D=FALSE -Dti_sysbios_hal_Hwi_DISABLE_ALL_HOOKS -Dti_sysbios_knl_Swi_DISABLE_ALL_HOOKS -Dti_sysbios_BIOS_smpEnabled__D=FALSE -Dti_sysbios_BIOS_mpeEnabled__D=FALSE -Dti_sysbios_Build_useHwiMacros -Dti_sysbios_knl_Swi_numPriorities__D=16 -Dti_sysbios_knl_Task_deleteTerminatedTasks__D=FALSE -Dti_sysbios_knl_Task_numPriorities__D=16 -Dti_sysbios_knl_Task_checkStackFlag__D=TRUE -Dti_sysbios_knl_Task_initStackFlag__D=TRUE -Dti_sysbios_knl_Clock_TICK_SOURCE=ti_sysbios_knl_Clock_TickSource_TIMER -Dti_sysbios_knl_Clock_TICK_MODE=ti_sysbios_knl_Clock_TickMode_PERIODIC -Dti_sysbios_hal_Core_delegate_getId=ti_sysbios_hal_CoreNull_getId__E -Dti_sysbios_hal_Core_delegate_interruptCore=ti_sysbios_hal_CoreNull_interruptCore__E -Dti_sysbios_hal_Core_delegate_lock=ti_sysbios_hal_CoreNull_lock__E -Dti_sysbios_hal_Core_delegate_unlock=ti_sysbios_hal_CoreNull_unlock__E -Dti_sysbios_hal_Core_numCores__D=1 -Dti_sysbios_hal_CoreNull_numCores__D=1 -Dti_sysbios_utils_Load_taskEnabled__D=TRUE -Dti_sysbios_utils_Load_swiEnabled__D=FALSE -Dti_sysbios_utils_Load_hwiEnabled__D=FALSE -Dti_sysbios_family_c64p_Hwi_dispatcherSwiSupport__D=TRUE -Dti_sysbios_family_c64p_Hwi_dispatcherTaskSupport__D=TRUE -Dti_sysbios_family_c64p_Hwi_dispatcherAutoNestingSupport__D=TRUE -Dti_sysbios_family_c64p_Hwi_dispatcherIrpTrackingSupport__D=TRUE -Dti_sysbios_knl_Semaphore_supportsEvents__D=FALSE -Dti_sysbios_knl_Semaphore_supportsPriority__D=TRUE -Dxdc_runtime_Log_DISABLE_ALL
  12. CCOPTS = -mv6740 --abi=eabi -q -mi10 -mo -pdr -pden -pds=238 -pds=880 -pds1110 --program_level_compile -o3 -g --enum_type=int -Dti_sysbios_family_c64p_Exception_enableExternalMPC__D=FALSE -Dti_sysbios_family_c64p_Exception_enablePrint__D=TRUE -Dti_sysbios_knl_Clock_stopCheckNext__D=FALSE -Dti_sysbios_knl_Task_ENABLE_SWITCH_HOOKS -Dti_sysbios_knl_Task_minimizeLatency__D=FALSE
  13. BIOS_INC = -I"C:/ti/bios_6_73_01_01/packages/"
  14. ANNEX_INCS =
  15. INCS = $(BIOS_INC) $(ANNEX_INCS) -I"C:/ti/bios_6_73_01_01/packages/" -I"C:/ti/xdctools_3_50_08_24_core/packages/" -I"../" -I"/packages//" -IC:/ti/ti-cgt-c6000_8.3.3/include
  16. CC = C:/ti/ti-cgt-c6000_8.3.3/bin/cl6x -c $(CCOPTS)
  17. ASM = C:/ti/ti-cgt-c6000_8.3.3/bin/cl6x -c $(CCOPTS)
  18. AR = C:/ti/ti-cgt-c6000_8.3.3/bin/ar6x rq
  19. DEL = C:/ti/xdctools_3_50_08_24_core/packages/../bin/rm -f
  20. CP = C:/ti/xdctools_3_50_08_24_core/packages/../bin/cp -f
  21. define RM
  22. $(if $(wildcard $1),$(DEL) $1,:)
  23. endef
  24. define ASSEMBLE
  25. @echo asme674 $< ...
  26. @$(ASM) $(BIOS_DEFS) $(XOPTS) $(INCS) $<
  27. endef
  28. all: sysbios.ae674
  29. c64p_Exception_asm.obj: family/c64p/Exception_asm.s64P makefile
  30. @-$(call RM, $@)
  31. $(ASSEMBLE) --output_file=c64p_Exception_asm.obj
  32. c64p_Hwi_asm.obj: family/c64p/Hwi_asm.s62 makefile
  33. @-$(call RM, $@)
  34. $(ASSEMBLE) --output_file=c64p_Hwi_asm.obj
  35. c64p_Hwi_asm_switch.obj: family/c64p/Hwi_asm_switch.s62 makefile
  36. @-$(call RM, $@)
  37. $(ASSEMBLE) --output_file=c64p_Hwi_asm_switch.obj
  38. c64p_Hwi_disp_always.obj: family/c64p/Hwi_disp_always.s64P makefile
  39. @-$(call RM, $@)
  40. $(ASSEMBLE) --output_file=c64p_Hwi_disp_always.obj
  41. ti_tls_get_tp.obj: rts/ti/tls_get_tp.asm makefile
  42. @-$(call RM, $@)
  43. $(ASSEMBLE) --output_file=ti_tls_get_tp.obj
  44. c62_TaskSupport_asm.obj: family/c62/TaskSupport_asm.s62 makefile
  45. @-$(call RM, $@)
  46. $(ASSEMBLE) --output_file=c62_TaskSupport_asm.obj
  47. BIOS.obj: BIOS.c family/c64p/EventCombiner.c family/c64p/Exception.c family/c64p/Hwi.c family/c64p/Hwi_startup.c family/c64p/TimestampProvider.c family/c64p/Cache.c knl/Clock.c knl/Idle.c knl/Intrinsics.c knl/Event.c knl/Queue.c knl/Semaphore.c knl/Swi.c knl/Task.c heaps/HeapBuf.c heaps/HeapMem.c utils/Load.c utils/Load_CPU.c rts/ti/ThreadLocalStorage.c hal/Hwi.c hal/Hwi_stack.c hal/Hwi_startup.c family/c62/TaskSupport.c family/c62/IntrinsicsSupport.c gates/GateHwi.c gates/GateMutex.c timers/rti/Timer.c xdc/runtime/xdc_noinit.c xdc/runtime/Assert.c xdc/runtime/Core-mem.c xdc/runtime/Core-smem.c xdc/runtime/Core-label.c xdc/runtime/Core-params.c xdc/runtime/Diags.c xdc/runtime/Error.c xdc/runtime/Gate.c xdc/runtime/Log.c xdc/runtime/LoggerBuf.c xdc/runtime/Memory.c xdc/runtime/Registry.c xdc/runtime/Startup.c xdc/runtime/System.c xdc/runtime/SysStd.c xdc/runtime/Text.c xdc/runtime/Timestamp.c xdc/runtime/TimestampNull.c makefile
  48. @-$(call RM, $@)
  49. @echo cle674 $< ...
  50. @$(CC) $(BIOS_DEFS) $(XOPTS) $(INCS) $(subst makefile,,$^)
  51. sysbios.ae674: BIOS.obj c64p_Exception_asm.obj c64p_Hwi_asm.obj c64p_Hwi_asm_switch.obj c64p_Hwi_disp_always.obj ti_tls_get_tp.obj c62_TaskSupport_asm.obj
  52. @-$(call RM, $@)
  53. @echo are674 $^ ...
  54. @$(AR) $@ $^
  55. clean:
  56. @$(DEL) ..\makefile.libs
  57. @-$(call RM, *)