]> git.localhorst.tv Git - l2e.git/blob - Debug/src/battle/states/subdir.mk
added spell selection battle state
[l2e.git] / Debug / src / battle / states / 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/battle/states/SelectAttackType.cpp \
8 ../src/battle/states/SelectMoveAction.cpp \
9 ../src/battle/states/SelectSpell.cpp 
10
11 OBJS += \
12 ./src/battle/states/SelectAttackType.o \
13 ./src/battle/states/SelectMoveAction.o \
14 ./src/battle/states/SelectSpell.o 
15
16 CPP_DEPS += \
17 ./src/battle/states/SelectAttackType.d \
18 ./src/battle/states/SelectMoveAction.d \
19 ./src/battle/states/SelectSpell.d 
20
21
22 # Each subdirectory must supply rules for building sources it contributes
23 src/battle/states/%.o: ../src/battle/states/%.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