]> git.localhorst.tv Git - l2e.git/blob - Debug/src/sdl/subdir.mk
Added CodeBlocks project file with Windows build target
[l2e.git] / Debug / src / sdl / 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/sdl/InitImage.cpp \
8 ../src/sdl/InitSDL.cpp \
9 ../src/sdl/InitScreen.cpp \
10 ../src/sdl/utility.cpp 
11
12 OBJS += \
13 ./src/sdl/InitImage.o \
14 ./src/sdl/InitSDL.o \
15 ./src/sdl/InitScreen.o \
16 ./src/sdl/utility.o 
17
18 CPP_DEPS += \
19 ./src/sdl/InitImage.d \
20 ./src/sdl/InitSDL.d \
21 ./src/sdl/InitScreen.d \
22 ./src/sdl/utility.d 
23
24
25 # Each subdirectory must supply rules for building sources it contributes
26 src/sdl/%.o: ../src/sdl/%.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: $<'
31         @echo ' '
32
33