subdir_vars.mk 572 B

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