]> git.localhorst.tv Git - l2e.git/blob - Release/src/map/subdir.mk
Added CodeBlocks project file with Windows build target
[l2e.git] / Release / src / map / 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/map/Area.cpp \
8 ../src/map/Entity.cpp \
9 ../src/map/Map.cpp \
10 ../src/map/MapState.cpp \
11 ../src/map/Tile.cpp \
12 ../src/map/TransitionState.cpp \
13 ../src/map/Trigger.cpp 
14
15 OBJS += \
16 ./src/map/Area.o \
17 ./src/map/Entity.o \
18 ./src/map/Map.o \
19 ./src/map/MapState.o \
20 ./src/map/Tile.o \
21 ./src/map/TransitionState.o \
22 ./src/map/Trigger.o 
23
24 CPP_DEPS += \
25 ./src/map/Area.d \
26 ./src/map/Entity.d \
27 ./src/map/Map.d \
28 ./src/map/MapState.d \
29 ./src/map/Tile.d \
30 ./src/map/TransitionState.d \
31 ./src/map/Trigger.d 
32
33
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: $<'
40         @echo ' '
41
42