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/Sprite.cpp
11 ./src/graphics/Frame.o \
12 ./src/graphics/Sprite.o
15 ./src/graphics/Frame.d \
16 ./src/graphics/Sprite.d
19 # Each subdirectory must supply rules for building sources it contributes
20 src/graphics/%.o: ../src/graphics/%.cpp
21 @echo 'Building file: $<'
22 @echo 'Invoking: GCC C++ Compiler'
23 g++ -I/usr/include/SDL -O3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
24 @echo 'Finished building: $<'