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