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/Inventory.cpp \
8 ../src/common/Item.cpp \
9 ../src/common/Spell.cpp
12 ./src/common/Inventory.o \
17 ./src/common/Inventory.d \
22 # Each subdirectory must supply rules for building sources it contributes
23 src/common/%.o: ../src/common/%.cpp
24 @echo 'Building file: $<'
25 @echo 'Invoking: GCC C++ Compiler'
26 g++ -I/usr/include/SDL -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
27 @echo 'Finished building: $<'