subdir.mk 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. OBJS += \
  15. ./src/codec/BitInputStream.o \
  16. ./src/codec/BitOutputStream.o \
  17. ./src/codec/ByteStream.o \
  18. ./src/codec/DecoderChannel.o \
  19. ./src/codec/EXIHeaderDecoder.o \
  20. ./src/codec/EXIHeaderEncoder.o \
  21. ./src/codec/EncoderChannel.o \
  22. ./src/codec/MethodsBag.o
  23. C_DEPS += \
  24. ./src/codec/BitInputStream.d \
  25. ./src/codec/BitOutputStream.d \
  26. ./src/codec/ByteStream.d \
  27. ./src/codec/DecoderChannel.d \
  28. ./src/codec/EXIHeaderDecoder.d \
  29. ./src/codec/EXIHeaderEncoder.d \
  30. ./src/codec/EncoderChannel.d \
  31. ./src/codec/MethodsBag.d
  32. # Each subdirectory must supply rules for building sources it contributes
  33. src/codec/%.o: ../src/codec/%.c
  34. @echo 'Building file: $<'
  35. @echo 'Invoking: GCC C Compiler'
  36. gcc -I"../src/codec" -I"../src/din" -I"../src/iso1" -I"../src/iso2" -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 "$@" "$<"
  37. @echo 'Finished building: $<'
  38. @echo ' '