| 123456789101112131415161718192021222324252627282930313233 |
- ################################################################################
- # Automatically-generated file. Do not edit!
- ################################################################################
- # Add inputs and outputs from these tool invocations to the build variables
- C_SRCS += \
- ../src/service/v2g_dataTypes.c \
- ../src/service/v2g_serviceClientStubs.c \
- ../src/service/v2g_serviceDataSerialization.c \
- ../src/service/v2g_serviceDispatcher.c
- OBJS += \
- ./src/service/v2g_dataTypes.o \
- ./src/service/v2g_serviceClientStubs.o \
- ./src/service/v2g_serviceDataSerialization.o \
- ./src/service/v2g_serviceDispatcher.o
- C_DEPS += \
- ./src/service/v2g_dataTypes.d \
- ./src/service/v2g_serviceClientStubs.d \
- ./src/service/v2g_serviceDataSerialization.d \
- ./src/service/v2g_serviceDispatcher.d
- # Each subdirectory must supply rules for building sources it contributes
- src/service/%.o: ../src/service/%.c
- @echo 'Building file: $<'
- @echo 'Invoking: GCC C Compiler'
- 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 "$@" "$<"
- @echo 'Finished building: $<'
- @echo ' '
|