]> git.localhorst.tv Git - l2e.git/blob - Debug/src/graphics/subdir.mk
added gauges for health, mana, and ikari displays
[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/Frame.cpp \
8 ../src/graphics/Gauge.cpp \
9 ../src/graphics/Sprite.cpp 
10
11 OBJS += \
12 ./src/graphics/Frame.o \
13 ./src/graphics/Gauge.o \
14 ./src/graphics/Sprite.o 
15
16 CPP_DEPS += \
17 ./src/graphics/Frame.d \
18 ./src/graphics/Gauge.d \
19 ./src/graphics/Sprite.d 
20
21
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: $<'
28         @echo ' '
29
30