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