subdir_vars.mk 845 B

1234567891011121314151617181920212223242526272829303132333435363738
  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. ../UserSource/UserCan.c \
  8. ../UserSource/lowpass.c \
  9. ../UserSource/var.c
  10. C_DEPS += \
  11. ./UserSource/UserCan.d \
  12. ./UserSource/lowpass.d \
  13. ./UserSource/var.d
  14. OBJS += \
  15. ./UserSource/UserCan.obj \
  16. ./UserSource/lowpass.obj \
  17. ./UserSource/var.obj
  18. OBJS__QUOTED += \
  19. "UserSource\UserCan.obj" \
  20. "UserSource\lowpass.obj" \
  21. "UserSource\var.obj"
  22. C_DEPS__QUOTED += \
  23. "UserSource\UserCan.d" \
  24. "UserSource\lowpass.d" \
  25. "UserSource\var.d"
  26. C_SRCS__QUOTED += \
  27. "../UserSource/UserCan.c" \
  28. "../UserSource/lowpass.c" \
  29. "../UserSource/var.c"