subdir_vars.mk 458 B

123456789101112131415161718192021222324
  1. ################################################################################
  2. # Automatically-generated file. Do not edit!
  3. ################################################################################
  4. # Add inputs and outputs from these tool invocations to the build variables
  5. C_SRCS += \
  6. ../hello.c
  7. OBJS += \
  8. ./hello.obj
  9. C_DEPS += \
  10. ./hello.d
  11. C_DEPS__QUOTED += \
  12. "hello.d"
  13. OBJS__QUOTED += \
  14. "hello.obj"
  15. C_SRCS__QUOTED += \
  16. "../hello.c"