subdir.mk 1.3 KB

123456789101112131415161718192021222324252627282930313233
  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. ../src/service/v2g_dataTypes.c \
  7. ../src/service/v2g_serviceClientStubs.c \
  8. ../src/service/v2g_serviceDataSerialization.c \
  9. ../src/service/v2g_serviceDispatcher.c
  10. OBJS += \
  11. ./src/service/v2g_dataTypes.o \
  12. ./src/service/v2g_serviceClientStubs.o \
  13. ./src/service/v2g_serviceDataSerialization.o \
  14. ./src/service/v2g_serviceDispatcher.o
  15. C_DEPS += \
  16. ./src/service/v2g_dataTypes.d \
  17. ./src/service/v2g_serviceClientStubs.d \
  18. ./src/service/v2g_serviceDataSerialization.d \
  19. ./src/service/v2g_serviceDispatcher.d
  20. # Each subdirectory must supply rules for building sources it contributes
  21. src/service/%.o: ../src/service/%.c
  22. @echo 'Building file: $<'
  23. @echo 'Invoking: GCC C Compiler'
  24. gcc -I"../src/codec" -I"../src/codec/appHandCodec" -I"../src/appHandshake" -I"../src/transport" -I"../src/service" -I"../src/test" -O3 -Os -g3 -pedantic -pedantic-errors -Wall -c -fmessage-length=0 -ansi -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
  25. @echo 'Finished building: $<'
  26. @echo ' '