]> git.localhorst.tv Git - l2e.git/blob - Release/src/graphics/subdir.mk
Added CodeBlocks project file with Windows build target
[l2e.git] / Release / 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/Animation.cpp \
8 ../src/graphics/Camera.cpp \
9 ../src/graphics/ColorFade.cpp \
10 ../src/graphics/ComplexAnimation.cpp \
11 ../src/graphics/Font.cpp \
12 ../src/graphics/Frame.cpp \
13 ../src/graphics/Gauge.cpp \
14 ../src/graphics/Menu.cpp \
15 ../src/graphics/SimpleAnimation.cpp \
16 ../src/graphics/Sprite.cpp 
17
18 OBJS += \
19 ./src/graphics/Animation.o \
20 ./src/graphics/Camera.o \
21 ./src/graphics/ColorFade.o \
22 ./src/graphics/ComplexAnimation.o \
23 ./src/graphics/Font.o \
24 ./src/graphics/Frame.o \
25 ./src/graphics/Gauge.o \
26 ./src/graphics/Menu.o \
27 ./src/graphics/SimpleAnimation.o \
28 ./src/graphics/Sprite.o 
29
30 CPP_DEPS += \
31 ./src/graphics/Animation.d \
32 ./src/graphics/Camera.d \
33 ./src/graphics/ColorFade.d \
34 ./src/graphics/ComplexAnimation.d \
35 ./src/graphics/Font.d \
36 ./src/graphics/Frame.d \
37 ./src/graphics/Gauge.d \
38 ./src/graphics/Menu.d \
39 ./src/graphics/SimpleAnimation.d \
40 ./src/graphics/Sprite.d 
41
42
43 # Each subdirectory must supply rules for building sources it contributes
44 src/graphics/%.o: ../src/graphics/%.cpp
45         @echo 'Building file: $<'
46         @echo 'Invoking: GCC C++ Compiler'
47         g++ -DNDEBUG -I/usr/include/SDL -O3 -Wall -Werror -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
48         @echo 'Finished building: $<'
49         @echo ' '
50
51