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


# Add inputs and outputs from these tool invocations to the build variables 
BZIP_SRCS += \
../Lib/bzip2/blocksort.c \
../Lib/bzip2/bzlib.c \
../Lib/bzip2/compress.c \
../Lib/bzip2/crctable.c \
../Lib/bzip2/decompress.c \
../Lib/bzip2/huffman.c \
../Lib/bzip2/randtable.c

C_SRCS += $(BZIP_SRCS)

C_DEPS += \
./Lib/bzip2/blocksort.d \
./Lib/bzip2/bzlib.d \
./Lib/bzip2/compress.d \
./Lib/bzip2/crctable.d \
./Lib/bzip2/decompress.d \
./Lib/bzip2/huffman.d \
./Lib/bzip2/randtable.d

BZIP_OBJS += \
./Lib/bzip2/blocksort.o \
./Lib/bzip2/bzlib.o \
./Lib/bzip2/compress.o \
./Lib/bzip2/crctable.o \
./Lib/bzip2/decompress.o \
./Lib/bzip2/huffman.o \
./Lib/bzip2/randtable.o

CLEAN_OBJS += $(BZIP_OBJS)

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



