]> git.localhorst.tv Git - l2e.git/blob - Debug/src/graphics/subdir.mk
added simple font implementation
[l2e.git] / Debug / src / graphics / subdir.mk
1 ################################################################################
2 # Automatically-generated file. Do not edit!
3 ################################################################################
4
5 # Add inputs and outputs from these tool invocations to the build variables 
6 CPP_SRCS += \
7 ../src/graphics/Font.cpp \
8 ../src/graphics/Frame.cpp \
9 ../src/graphics/Gauge.cpp \
10 ../src/graphics/Sprite.cpp 
11
12 OBJS += \
13 ./src/graphics/Font.o \
14 ./src/graphics/Frame.o \
15 ./src/graphics/Gauge.o \
16 ./src/graphics/Sprite.o 
17
18 CPP_DEPS += \
19 ./src/graphics/Font.d \
20 ./src/graphics/Frame.d \
21 ./src/graphics/Gauge.d \
22 ./src/graphics/Sprite.d 
23
24
25 # Each subdirectory must supply rules for building sources it contributes
26 src/graphics/%.o: ../src/graphics/%.cpp
27         @echo 'Building file: $<'
28         @echo 'Invoking: GCC C++ Compiler'
29         g++ -I/usr/include/SDL -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
30         @echo 'Finished building: $<'
31         @echo ' '
32
33