summaryrefslogtreecommitdiff
path: root/Debug/src/interface/subdir.mk
blob: 2dfece9d834a5436a520a6a25dd1f59db0c5c9d3 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
################################################################################
# Automatically-generated file. Do not edit!
################################################################################

# Add inputs and outputs from these tool invocations to the build variables 
CPP_SRCS += \
../src/interface/Button.cpp \
../src/interface/Checkbox.cpp \
../src/interface/Component.cpp \
../src/interface/ControlFactory.cpp \
../src/interface/DropDown.cpp \
../src/interface/Engine.cpp \
../src/interface/Label.cpp \
../src/interface/Panel.cpp \
../src/interface/SaveButton.cpp \
../src/interface/Slider.cpp \
../src/interface/Spinner.cpp \
../src/interface/Textarea.cpp \
../src/interface/Textblock.cpp \
../src/interface/Textbox.cpp \
../src/interface/Window.cpp 

OBJS += \
./src/interface/Button.o \
./src/interface/Checkbox.o \
./src/interface/Component.o \
./src/interface/ControlFactory.o \
./src/interface/DropDown.o \
./src/interface/Engine.o \
./src/interface/Label.o \
./src/interface/Panel.o \
./src/interface/SaveButton.o \
./src/interface/Slider.o \
./src/interface/Spinner.o \
./src/interface/Textarea.o \
./src/interface/Textblock.o \
./src/interface/Textbox.o \
./src/interface/Window.o 

CPP_DEPS += \
./src/interface/Button.d \
./src/interface/Checkbox.d \
./src/interface/Component.d \
./src/interface/ControlFactory.d \
./src/interface/DropDown.d \
./src/interface/Engine.d \
./src/interface/Label.d \
./src/interface/Panel.d \
./src/interface/SaveButton.d \
./src/interface/Slider.d \
./src/interface/Spinner.d \
./src/interface/Textarea.d \
./src/interface/Textblock.d \
./src/interface/Textbox.d \
./src/interface/Window.d 


# Each subdirectory must supply rules for building sources it contributes
src/interface/%.o: ../src/interface/%.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 ' '