1 ################################################################################
2 # Automatically-generated file. Do not edit!
3 ################################################################################
5 # Add inputs and outputs from these tool invocations to the build variables
7 ../src/app/Application.cpp \
8 ../src/app/Arguments.cpp \
13 ./src/app/Application.o \
14 ./src/app/Arguments.o \
19 ./src/app/Application.d \
20 ./src/app/Arguments.d \
25 # Each subdirectory must supply rules for building sources it contributes
26 src/app/%.o: ../src/app/%.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: $<'