1 ################################################################################
2 # Automatically-generated file. Do not edit!
3 ################################################################################
5 # Add inputs and outputs from these tool invocations to the build variables
7 ../src/common/Ikari.cpp \
8 ../src/common/Inventory.cpp \
9 ../src/common/Item.cpp \
10 ../src/common/Spell.cpp \
11 ../src/common/TargetingMode.cpp
14 ./src/common/Ikari.o \
15 ./src/common/Inventory.o \
17 ./src/common/Spell.o \
18 ./src/common/TargetingMode.o
21 ./src/common/Ikari.d \
22 ./src/common/Inventory.d \
24 ./src/common/Spell.d \
25 ./src/common/TargetingMode.d
28 # Each subdirectory must supply rules for building sources it contributes
29 src/common/%.o: ../src/common/%.cpp
30 @echo 'Building file: $<'
31 @echo 'Invoking: GCC C++ Compiler'
32 g++ -I/usr/include/SDL -O3 -Wall -Werror -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
33 @echo 'Finished building: $<'