subdir_vars.mk 596 B

1234567891011121314151617181920212223242526272829303132333435
  1. ################################################################################
  2. # Automatically-generated file. Do not edit!
  3. ################################################################################
  4. SHELL = cmd.exe
  5. # Add inputs and outputs from these tool invocations to the build variables
  6. CMD_SRCS += \
  7. ../C6748.cmd
  8. C_SRCS += \
  9. ../led_test.c \
  10. ../main.c
  11. C_DEPS += \
  12. ./led_test.d \
  13. ./main.d
  14. OBJS += \
  15. ./led_test.obj \
  16. ./main.obj
  17. OBJS__QUOTED += \
  18. "led_test.obj" \
  19. "main.obj"
  20. C_DEPS__QUOTED += \
  21. "led_test.d" \
  22. "main.d"
  23. C_SRCS__QUOTED += \
  24. "../led_test.c" \
  25. "../main.c"