################################################################################
# Automatically-generated file. Do not edit!
################################################################################


# Add inputs and outputs from these tool invocations to the build variables 
CJSON_SRCS += \
../Lib/cJSON/cJSON.c

C_SRCS += $(CJSON_SRCS)

C_DEPS += \
./Lib/cJSON/cJSON.d

CJSON_OBJS += \
./Lib/cJSON/cJSON.o

OBJS += $(CJSON_OBJS)

UNSERIALIZE_BUILD_OBJS += $(CJSON_OBJS)

CLEAN_OBJS += $(CJSON_OBJS)

# Each subdirectory must supply rules for building sources it contributes
Lib/cJSON/%.o: ../Lib/cJSON/%.c
	@echo 'Building file: $<'
	@echo 'Invoking: GCC C Compiler'
	$(CC) -I"../Lib/cJSON/" -include sys/types.h $(OPT_MIN_DBG_FLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
	@echo 'Finished building: $<'
	@echo ' '
