subdir_vars.mk 571 B

1234567891011121314151617181920212223242526
  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. C_SRCS += \
  7. ../code/lib/lwip/lwiplib.c
  8. C_DEPS += \
  9. ./code/lib/lwip/lwiplib.d
  10. OBJS += \
  11. ./code/lib/lwip/lwiplib.obj
  12. OBJS__QUOTED += \
  13. "code\lib\lwip\lwiplib.obj"
  14. C_DEPS__QUOTED += \
  15. "code\lib\lwip\lwiplib.d"
  16. C_SRCS__QUOTED += \
  17. "../code/lib/lwip/lwiplib.c"