subdir.mk 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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/codec/BitInputStream.c \
  7. ../src/codec/BitOutputStream.c \
  8. ../src/codec/ByteStream.c \
  9. ../src/codec/DecoderChannel.c \
  10. ../src/codec/EXIHeaderDecoder.c \
  11. ../src/codec/EXIHeaderEncoder.c \
  12. ../src/codec/EncoderChannel.c \
  13. ../src/codec/MethodsBag.c \
  14. ../src/codec/v2gEXIDatatypes.c \
  15. ../src/codec/v2gEXIDatatypesDecoder.c \
  16. ../src/codec/v2gEXIDatatypesEncoder.c
  17. OBJS += \
  18. ./src/codec/BitInputStream.o \
  19. ./src/codec/BitOutputStream.o \
  20. ./src/codec/ByteStream.o \
  21. ./src/codec/DecoderChannel.o \
  22. ./src/codec/EXIHeaderDecoder.o \
  23. ./src/codec/EXIHeaderEncoder.o \
  24. ./src/codec/EncoderChannel.o \
  25. ./src/codec/MethodsBag.o \
  26. ./src/codec/v2gEXIDatatypes.o \
  27. ./src/codec/v2gEXIDatatypesDecoder.o \
  28. ./src/codec/v2gEXIDatatypesEncoder.o
  29. C_DEPS += \
  30. ./src/codec/BitInputStream.d \
  31. ./src/codec/BitOutputStream.d \
  32. ./src/codec/ByteStream.d \
  33. ./src/codec/DecoderChannel.d \
  34. ./src/codec/EXIHeaderDecoder.d \
  35. ./src/codec/EXIHeaderEncoder.d \
  36. ./src/codec/EncoderChannel.d \
  37. ./src/codec/MethodsBag.d \
  38. ./src/codec/v2gEXIDatatypes.d \
  39. ./src/codec/v2gEXIDatatypesDecoder.d \
  40. ./src/codec/v2gEXIDatatypesEncoder.d
  41. # Each subdirectory must supply rules for building sources it contributes
  42. src/codec/%.o: ../src/codec/%.c
  43. @echo 'Building file: $<'
  44. @echo 'Invoking: GCC C Compiler'
  45. gcc -I"../src/codec" -I"../src/din" -I"../src/xmldsig" -I"../src/appHandshake" -I"../src/transport" -I"../src/test" -O0 -g3 -Wall -c -fmessage-length=0 -ansi -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
  46. @echo 'Finished building: $<'
  47. @echo ' '