37 lines
859 B
Makefile
37 lines
859 B
Makefile
################################################################################
|
|
# Automatically-generated file. Do not edit!
|
|
################################################################################
|
|
|
|
# Add inputs and outputs from these tool invocations to the build variables
|
|
C_SRCS += \
|
|
../IAEngine.c \
|
|
../arenaEngine.c \
|
|
../fileHandler.c \
|
|
../main.c \
|
|
../playerInterface.c
|
|
|
|
OBJS += \
|
|
./IAEngine.o \
|
|
./arenaEngine.o \
|
|
./fileHandler.o \
|
|
./main.o \
|
|
./playerInterface.o
|
|
|
|
C_DEPS += \
|
|
./IAEngine.d \
|
|
./arenaEngine.d \
|
|
./fileHandler.d \
|
|
./main.d \
|
|
./playerInterface.d
|
|
|
|
|
|
# Each subdirectory must supply rules for building sources it contributes
|
|
%.o: ../%.c
|
|
@echo 'Building file: $<'
|
|
@echo 'Invoking: GCC C Compiler'
|
|
gcc -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
|
|
@echo 'Finished building: $<'
|
|
@echo ' '
|
|
|
|
|