1 ################################################################################
2 # Automatically-generated file. Do not edit!
3 ################################################################################
5 # Add inputs and outputs from these tool invocations to the build variables
8 ../src/map/Entity.cpp \
10 ../src/map/MapState.cpp \
12 ../src/map/TransitionState.cpp \
13 ../src/map/Trigger.cpp
19 ./src/map/MapState.o \
21 ./src/map/TransitionState.o \
28 ./src/map/MapState.d \
30 ./src/map/TransitionState.d \
34 # Each subdirectory must supply rules for building sources it contributes
35 src/map/%.o: ../src/map/%.cpp
36 @echo 'Building file: $<'
37 @echo 'Invoking: GCC C++ Compiler'
38 g++ -DNDEBUG -I/usr/include/SDL -O3 -Wall -Werror -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
39 @echo 'Finished building: $<'