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