]> git.localhorst.tv Git - l2e.git/blob - Debug/src/common/subdir.mk
8072d36e6d405ba3139a573b649e03d0316df173
[l2e.git] / Debug / src / common / 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/common/Ikari.cpp \
8 ../src/common/Inventory.cpp \
9 ../src/common/Item.cpp \
10 ../src/common/Spell.cpp \
11 ../src/common/TargetingMode.cpp 
12
13 OBJS += \
14 ./src/common/Ikari.o \
15 ./src/common/Inventory.o \
16 ./src/common/Item.o \
17 ./src/common/Spell.o \
18 ./src/common/TargetingMode.o 
19
20 CPP_DEPS += \
21 ./src/common/Ikari.d \
22 ./src/common/Inventory.d \
23 ./src/common/Item.d \
24 ./src/common/Spell.d \
25 ./src/common/TargetingMode.d 
26
27
28 # Each subdirectory must supply rules for building sources it contributes
29 src/common/%.o: ../src/common/%.cpp
30         @echo 'Building file: $<'
31         @echo 'Invoking: GCC C++ Compiler'
32         g++ -I/usr/include/SDL -O0 -g3 -Wall -Werror -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
33         @echo 'Finished building: $<'
34         @echo ' '
35
36