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
13 ./src/common/Ikari.o \
14 ./src/common/Inventory.o \
19 ./src/common/Ikari.d \
20 ./src/common/Inventory.d \
25 # Each subdirectory must supply rules for building sources it contributes
26 src/common/%.o: ../src/common/%.cpp
27 @echo 'Building file: $<'
28 @echo 'Invoking: GCC C++ Compiler'
29 g++ -I/usr/include/SDL -O0 -g3 -Wall -Werror -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
30 @echo 'Finished building: $<'