summaryrefslogtreecommitdiff
path: root/Debug/src/options/subdir.mk
blob: 24aed5dc3eb0a9a397b1bd0c4a9d169159df0ebf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
################################################################################
# Automatically-generated file. Do not edit!
################################################################################

# Add inputs and outputs from these tool invocations to the build variables 
CPP_SRCS += \
../src/options/OptionsController.cpp \
../src/options/OptionsModel.cpp \
../src/options/OptionsView.cpp 

OBJS += \
./src/options/OptionsController.o \
./src/options/OptionsModel.o \
./src/options/OptionsView.o 

CPP_DEPS += \
./src/options/OptionsController.d \
./src/options/OptionsModel.d \
./src/options/OptionsView.d 


# Each subdirectory must supply rules for building sources it contributes
src/options/%.o: ../src/options/%.cpp
	@echo 'Building file: $<'
	@echo 'Invoking: GCC C++ Compiler'
	g++ -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
	@echo 'Finished building: $<'
	@echo ' '