1 ################################################################################
2 # Automatically-generated file. Do not edit!
3 ################################################################################
5 # Add inputs and outputs from these tool invocations to the build variables
7 ../src/graphics/Frame.cpp \
8 ../src/graphics/Gauge.cpp \
9 ../src/graphics/Sprite.cpp
12 ./src/graphics/Frame.o \
13 ./src/graphics/Gauge.o \
14 ./src/graphics/Sprite.o
17 ./src/graphics/Frame.d \
18 ./src/graphics/Gauge.d \
19 ./src/graphics/Sprite.d
22 # Each subdirectory must supply rules for building sources it contributes
23 src/graphics/%.o: ../src/graphics/%.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: $<'