Subversion Repositories Projects

Rev

Rev 813 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 813 Rev 906
1
#############################################################################
1
#############################################################################
2
# Makefile for building: ../Binary/QMK-Settings.app/Contents/MacOS/QMK-Settings
2
# Makefile for building: ../Binary/QMK-Settings.app/Contents/MacOS/QMK-Settings
3
# Generated by qmake (2.01a) (Qt 4.6.2) on: Sa. Sep 18 14:02:41 2010
3
# Generated by qmake (2.01a) (Qt 4.6.2) on: So. Feb 6 22:58:18 2011
4
# Project:  QMK-Settings.pro
4
# Project:  QMK-Settings.pro
5
# Template: app
5
# Template: app
6
# Command: /usr/bin/qmake -spec /usr/local/Qt4.6/mkspecs/macx-g++ -macx CONFIG-=debug -o Makefile QMK-Settings.pro
6
# Command: /usr/bin/qmake -spec /usr/local/Qt4.6/mkspecs/macx-g++ -macx CONFIG-=debug -o Makefile QMK-Settings.pro
7
#############################################################################
7
#############################################################################
8
 
8
 
9
####### Compiler, tools and options
9
####### Compiler, tools and options
10
 
10
 
11
CC            = gcc
11
CC            = gcc
12
CXX           = g++
12
CXX           = g++
13
DEFINES       = -D_TTY_POSIX_ -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED
13
DEFINES       = -D_TTY_POSIX_ -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED
14
CFLAGS        = -pipe -O2 -arch i386 -Wall -W $(DEFINES)
14
CFLAGS        = -pipe -O2 -arch i386 -Wall -W $(DEFINES)
15
CXXFLAGS      = -pipe -O2 -arch i386 -Wall -W $(DEFINES)
15
CXXFLAGS      = -pipe -O2 -arch i386 -Wall -W $(DEFINES)
16
INCPATH       = -I/usr/local/Qt4.6/mkspecs/macx-g++ -I. -I/Library/Frameworks/QtCore.framework/Versions/4/Headers -I/usr/include/QtCore -I/Library/Frameworks/QtNetwork.framework/Versions/4/Headers -I/usr/include/QtNetwork -I/Library/Frameworks/QtGui.framework/Versions/4/Headers -I/usr/include/QtGui -I/usr/include -I../Global/Widget_Connection -I../Global/Class_SerialPort -I../Binary/.build/QMK-Settings -I../Binary/.build/QMK-Settings -F/Library/Frameworks
16
INCPATH       = -I/usr/local/Qt4.6/mkspecs/macx-g++ -I. -I/Library/Frameworks/QtCore.framework/Versions/4/Headers -I/usr/include/QtCore -I/Library/Frameworks/QtNetwork.framework/Versions/4/Headers -I/usr/include/QtNetwork -I/Library/Frameworks/QtGui.framework/Versions/4/Headers -I/usr/include/QtGui -I/usr/include -I../Global/Widget_Connection -I../Global/Class_SerialPort -I../Binary/.build/QMK-Settings -I../Binary/.build/QMK-Settings -F/Library/Frameworks
17
LINK          = g++
17
LINK          = g++
18
LFLAGS        = -headerpad_max_install_names -arch i386
18
LFLAGS        = -headerpad_max_install_names -arch i386
19
LIBS          = $(SUBLIBS) -F/Library/Frameworks -L/Library/Frameworks /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation -framework QtGui -framework QtNetwork -framework QtCore 
19
LIBS          = $(SUBLIBS) -F/Library/Frameworks -L/Library/Frameworks /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation -framework QtGui -framework QtNetwork -framework QtCore 
20
AR            = ar cq
20
AR            = ar cq
21
RANLIB        = ranlib -s
21
RANLIB        = ranlib -s
22
QMAKE         = /usr/bin/qmake
22
QMAKE         = /usr/bin/qmake
23
TAR           = tar -cf
23
TAR           = tar -cf
24
COMPRESS      = gzip -9f
24
COMPRESS      = gzip -9f
25
COPY          = cp -f
25
COPY          = cp -f
26
SED           = sed
26
SED           = sed
27
COPY_FILE     = cp -f
27
COPY_FILE     = cp -f
28
COPY_DIR      = cp -f -R
28
COPY_DIR      = cp -f -R
29
STRIP         = 
29
STRIP         = 
30
INSTALL_FILE  = $(COPY_FILE)
30
INSTALL_FILE  = $(COPY_FILE)
31
INSTALL_DIR   = $(COPY_DIR)
31
INSTALL_DIR   = $(COPY_DIR)
32
INSTALL_PROGRAM = $(COPY_FILE)
32
INSTALL_PROGRAM = $(COPY_FILE)
33
DEL_FILE      = rm -f
33
DEL_FILE      = rm -f
34
SYMLINK       = ln -f -s
34
SYMLINK       = ln -f -s
35
DEL_DIR       = rmdir
35
DEL_DIR       = rmdir
36
MOVE          = mv -f
36
MOVE          = mv -f
37
CHK_DIR_EXISTS= test -d
37
CHK_DIR_EXISTS= test -d
38
MKDIR         = mkdir -p
38
MKDIR         = mkdir -p
39
export MACOSX_DEPLOYMENT_TARGET = 10.4
39
export MACOSX_DEPLOYMENT_TARGET = 10.4
40
 
40
 
41
####### Output directory
41
####### Output directory
42
 
42
 
43
OBJECTS_DIR   = ../Binary/.build/QMK-Settings/
43
OBJECTS_DIR   = ../Binary/.build/QMK-Settings/
44
 
44
 
45
####### Files
45
####### Files
46
 
46
 
47
SOURCES       = ../Global/Class_SerialPort/qextserialbase.cpp \
47
SOURCES       = ../Global/Class_SerialPort/qextserialbase.cpp \
48
		../Global/Class_SerialPort/qextserialport.cpp \
48
		../Global/Class_SerialPort/qextserialport.cpp \
49
		../Global/Class_SerialPort/ManageSerialPort.cpp \
49
		../Global/Class_SerialPort/ManageSerialPort.cpp \
50
		../Global/Class_SerialPort/posix_qextserialport.cpp \
50
		../Global/Class_SerialPort/posix_qextserialport.cpp \
51
		../Global/Widget_Connection/wgt_Connection.cpp \
51
		../Global/Widget_Connection/wgt_Connection.cpp \
52
		../Global/Class_HandlerMK/HandlerMK.cpp \
52
		../Global/Class_HandlerMK/HandlerMK.cpp \
53
		../Global/Class_HandlerIP/HandlerIP.cpp \
53
		../Global/Class_HandlerIP/HandlerIP.cpp \
54
		../Global/Class_Input/Input.cpp \
54
		../Global/Class_Input/Input.cpp \
55
		../Global/Class_Input/Input_TCP.cpp \
55
		../Global/Class_Input/Input_TCP.cpp \
56
		../Global/Class_Input/Input_TTY.cpp \
56
		../Global/Class_Input/Input_TTY.cpp \
57
		main.cpp \
57
		main.cpp \
58
		Dialogs/dlg_Main.cpp \
58
		Dialogs/dlg_Main.cpp \
59
		Dialogs/dlg_MotorMixer.cpp \
59
		Dialogs/dlg_MotorMixer.cpp \
60
		Dialogs/dlg_MotorTest.cpp \
60
		Dialogs/dlg_MotorTest.cpp \
61
		Classes/cSettings.cpp ../Binary/.build/QMK-Settings/moc_ManageSerialPort.cpp \
61
		Classes/cSettings.cpp ../Binary/.build/QMK-Settings/moc_ManageSerialPort.cpp \
62
		../Binary/.build/QMK-Settings/moc_wgt_Connection.cpp \
62
		../Binary/.build/QMK-Settings/moc_wgt_Connection.cpp \
63
		../Binary/.build/QMK-Settings/moc_Input.cpp \
63
		../Binary/.build/QMK-Settings/moc_Input.cpp \
64
		../Binary/.build/QMK-Settings/moc_Input_TCP.cpp \
64
		../Binary/.build/QMK-Settings/moc_Input_TCP.cpp \
65
		../Binary/.build/QMK-Settings/moc_Input_TTY.cpp \
65
		../Binary/.build/QMK-Settings/moc_Input_TTY.cpp \
66
		../Binary/.build/QMK-Settings/moc_dlg_Main.cpp \
66
		../Binary/.build/QMK-Settings/moc_dlg_Main.cpp \
67
		../Binary/.build/QMK-Settings/moc_dlg_MotorMixer.cpp \
67
		../Binary/.build/QMK-Settings/moc_dlg_MotorMixer.cpp \
68
		../Binary/.build/QMK-Settings/moc_dlg_MotorTest.cpp \
68
		../Binary/.build/QMK-Settings/moc_dlg_MotorTest.cpp \
69
		../Binary/.build/QMK-Settings/qrc_QMK-Settings.cpp
69
		../Binary/.build/QMK-Settings/qrc_QMK-Settings.cpp
70
OBJECTS       = ../Binary/.build/QMK-Settings/qextserialbase.o \
70
OBJECTS       = ../Binary/.build/QMK-Settings/qextserialbase.o \
71
		../Binary/.build/QMK-Settings/qextserialport.o \
71
		../Binary/.build/QMK-Settings/qextserialport.o \
72
		../Binary/.build/QMK-Settings/ManageSerialPort.o \
72
		../Binary/.build/QMK-Settings/ManageSerialPort.o \
73
		../Binary/.build/QMK-Settings/posix_qextserialport.o \
73
		../Binary/.build/QMK-Settings/posix_qextserialport.o \
74
		../Binary/.build/QMK-Settings/wgt_Connection.o \
74
		../Binary/.build/QMK-Settings/wgt_Connection.o \
75
		../Binary/.build/QMK-Settings/HandlerMK.o \
75
		../Binary/.build/QMK-Settings/HandlerMK.o \
76
		../Binary/.build/QMK-Settings/HandlerIP.o \
76
		../Binary/.build/QMK-Settings/HandlerIP.o \
77
		../Binary/.build/QMK-Settings/Input.o \
77
		../Binary/.build/QMK-Settings/Input.o \
78
		../Binary/.build/QMK-Settings/Input_TCP.o \
78
		../Binary/.build/QMK-Settings/Input_TCP.o \
79
		../Binary/.build/QMK-Settings/Input_TTY.o \
79
		../Binary/.build/QMK-Settings/Input_TTY.o \
80
		../Binary/.build/QMK-Settings/main.o \
80
		../Binary/.build/QMK-Settings/main.o \
81
		../Binary/.build/QMK-Settings/dlg_Main.o \
81
		../Binary/.build/QMK-Settings/dlg_Main.o \
82
		../Binary/.build/QMK-Settings/dlg_MotorMixer.o \
82
		../Binary/.build/QMK-Settings/dlg_MotorMixer.o \
83
		../Binary/.build/QMK-Settings/dlg_MotorTest.o \
83
		../Binary/.build/QMK-Settings/dlg_MotorTest.o \
84
		../Binary/.build/QMK-Settings/cSettings.o \
84
		../Binary/.build/QMK-Settings/cSettings.o \
85
		../Binary/.build/QMK-Settings/moc_ManageSerialPort.o \
85
		../Binary/.build/QMK-Settings/moc_ManageSerialPort.o \
86
		../Binary/.build/QMK-Settings/moc_wgt_Connection.o \
86
		../Binary/.build/QMK-Settings/moc_wgt_Connection.o \
87
		../Binary/.build/QMK-Settings/moc_Input.o \
87
		../Binary/.build/QMK-Settings/moc_Input.o \
88
		../Binary/.build/QMK-Settings/moc_Input_TCP.o \
88
		../Binary/.build/QMK-Settings/moc_Input_TCP.o \
89
		../Binary/.build/QMK-Settings/moc_Input_TTY.o \
89
		../Binary/.build/QMK-Settings/moc_Input_TTY.o \
90
		../Binary/.build/QMK-Settings/moc_dlg_Main.o \
90
		../Binary/.build/QMK-Settings/moc_dlg_Main.o \
91
		../Binary/.build/QMK-Settings/moc_dlg_MotorMixer.o \
91
		../Binary/.build/QMK-Settings/moc_dlg_MotorMixer.o \
92
		../Binary/.build/QMK-Settings/moc_dlg_MotorTest.o \
92
		../Binary/.build/QMK-Settings/moc_dlg_MotorTest.o \
93
		../Binary/.build/QMK-Settings/qrc_QMK-Settings.o
93
		../Binary/.build/QMK-Settings/qrc_QMK-Settings.o
94
DIST          = /usr/local/Qt4.6/mkspecs/common/unix.conf \
94
DIST          = /usr/local/Qt4.6/mkspecs/common/unix.conf \
95
		/usr/local/Qt4.6/mkspecs/common/mac.conf \
95
		/usr/local/Qt4.6/mkspecs/common/mac.conf \
96
		/usr/local/Qt4.6/mkspecs/common/mac-g++.conf \
96
		/usr/local/Qt4.6/mkspecs/common/mac-g++.conf \
97
		/usr/local/Qt4.6/mkspecs/qconfig.pri \
97
		/usr/local/Qt4.6/mkspecs/qconfig.pri \
98
		/usr/local/Qt4.6/mkspecs/features/qt_functions.prf \
98
		/usr/local/Qt4.6/mkspecs/features/qt_functions.prf \
99
		/usr/local/Qt4.6/mkspecs/features/qt_config.prf \
99
		/usr/local/Qt4.6/mkspecs/features/qt_config.prf \
100
		/usr/local/Qt4.6/mkspecs/features/exclusive_builds.prf \
100
		/usr/local/Qt4.6/mkspecs/features/exclusive_builds.prf \
101
		/usr/local/Qt4.6/mkspecs/features/default_pre.prf \
101
		/usr/local/Qt4.6/mkspecs/features/default_pre.prf \
102
		/usr/local/Qt4.6/mkspecs/features/mac/default_pre.prf \
102
		/usr/local/Qt4.6/mkspecs/features/mac/default_pre.prf \
103
		../Global/Class_SerialPort.pri \
103
		../Global/Class_SerialPort.pri \
104
		../Global/Widget_Connection.pri \
104
		../Global/Widget_Connection.pri \
105
		/usr/local/Qt4.6/mkspecs/features/release.prf \
105
		/usr/local/Qt4.6/mkspecs/features/release.prf \
106
		/usr/local/Qt4.6/mkspecs/features/default_post.prf \
106
		/usr/local/Qt4.6/mkspecs/features/default_post.prf \
107
		/usr/local/Qt4.6/mkspecs/features/mac/default_post.prf \
107
		/usr/local/Qt4.6/mkspecs/features/mac/default_post.prf \
108
		/usr/local/Qt4.6/mkspecs/features/mac/x86.prf \
108
		/usr/local/Qt4.6/mkspecs/features/mac/x86.prf \
109
		/usr/local/Qt4.6/mkspecs/features/mac/objective_c.prf \
109
		/usr/local/Qt4.6/mkspecs/features/mac/objective_c.prf \
110
		/usr/local/Qt4.6/mkspecs/features/warn_on.prf \
110
		/usr/local/Qt4.6/mkspecs/features/warn_on.prf \
111
		/usr/local/Qt4.6/mkspecs/features/qt.prf \
111
		/usr/local/Qt4.6/mkspecs/features/qt.prf \
112
		/usr/local/Qt4.6/mkspecs/features/unix/thread.prf \
112
		/usr/local/Qt4.6/mkspecs/features/unix/thread.prf \
113
		/usr/local/Qt4.6/mkspecs/features/moc.prf \
113
		/usr/local/Qt4.6/mkspecs/features/moc.prf \
114
		/usr/local/Qt4.6/mkspecs/features/mac/rez.prf \
114
		/usr/local/Qt4.6/mkspecs/features/mac/rez.prf \
115
		/usr/local/Qt4.6/mkspecs/features/mac/sdk.prf \
115
		/usr/local/Qt4.6/mkspecs/features/mac/sdk.prf \
116
		/usr/local/Qt4.6/mkspecs/features/resources.prf \
116
		/usr/local/Qt4.6/mkspecs/features/resources.prf \
117
		/usr/local/Qt4.6/mkspecs/features/uic.prf \
117
		/usr/local/Qt4.6/mkspecs/features/uic.prf \
118
		/usr/local/Qt4.6/mkspecs/features/yacc.prf \
118
		/usr/local/Qt4.6/mkspecs/features/yacc.prf \
119
		/usr/local/Qt4.6/mkspecs/features/lex.prf \
119
		/usr/local/Qt4.6/mkspecs/features/lex.prf \
120
		QMK-Settings.pro
120
		QMK-Settings.pro
121
QMAKE_TARGET  = QMK-Settings
121
QMAKE_TARGET  = QMK-Settings
122
DESTDIR       = ../Binary/
122
DESTDIR       = ../Binary/
123
TARGET        = ../Binary/QMK-Settings.app/Contents/MacOS/QMK-Settings
123
TARGET        = ../Binary/QMK-Settings.app/Contents/MacOS/QMK-Settings
124
 
124
 
125
####### Custom Compiler Variables
125
####### Custom Compiler Variables
126
QMAKE_COMP_QMAKE_OBJECTIVE_CFLAGS = -pipe \
126
QMAKE_COMP_QMAKE_OBJECTIVE_CFLAGS = -pipe \
127
		-O2 \
127
		-O2 \
128
		-arch \
128
		-arch \
129
		i386 \
129
		i386 \
130
		-Wall \
130
		-Wall \
131
		-W
131
		-W
132
 
132
 
133
 
133
 
134
first: all
134
first: all
135
####### Implicit rules
135
####### Implicit rules
136
 
136
 
137
.SUFFIXES: .o .c .cpp .cc .cxx .C
137
.SUFFIXES: .o .c .cpp .cc .cxx .C
138
 
138
 
139
.cpp.o:
139
.cpp.o:
140
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
140
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
141
 
141
 
142
.cc.o:
142
.cc.o:
143
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
143
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
144
 
144
 
145
.cxx.o:
145
.cxx.o:
146
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
146
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
147
 
147
 
148
.C.o:
148
.C.o:
149
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
149
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
150
 
150
 
151
.c.o:
151
.c.o:
152
	$(CC) -c $(CFLAGS) $(INCPATH) -o "$@" "$<"
152
	$(CC) -c $(CFLAGS) $(INCPATH) -o "$@" "$<"
153
 
153
 
154
####### Build rules
154
####### Build rules
155
 
155
 
156
all: Makefile ../Binary/QMK-Settings.app/Contents/PkgInfo ../Binary/QMK-Settings.app/Contents/Resources/empty.lproj ../Binary/QMK-Settings.app/Contents/Info.plist ../Binary/QMK-Settings.app/Contents/Resources/QMK-Settings.icns $(TARGET)
156
all: Makefile ../Binary/QMK-Settings.app/Contents/PkgInfo ../Binary/QMK-Settings.app/Contents/Resources/empty.lproj ../Binary/QMK-Settings.app/Contents/Info.plist ../Binary/QMK-Settings.app/Contents/Resources/QMK-Settings.icns $(TARGET)
157
 
157
 
158
$(TARGET): ../Binary/.build/QMK-Settings/ui_wgt_Connection.h ../Binary/.build/QMK-Settings/ui_dlg_Main.h ../Binary/.build/QMK-Settings/ui_dlg_MotorMixer.h ../Binary/.build/QMK-Settings/ui_dlg_MotorTest.h $(OBJECTS)  
158
$(TARGET): ../Binary/.build/QMK-Settings/ui_wgt_Connection.h ../Binary/.build/QMK-Settings/ui_dlg_Main.h ../Binary/.build/QMK-Settings/ui_dlg_MotorMixer.h ../Binary/.build/QMK-Settings/ui_dlg_MotorTest.h $(OBJECTS)  
159
	@$(CHK_DIR_EXISTS) ../Binary/QMK-Settings.app/Contents/MacOS/ || $(MKDIR) ../Binary/QMK-Settings.app/Contents/MacOS/ 
159
	@$(CHK_DIR_EXISTS) ../Binary/QMK-Settings.app/Contents/MacOS/ || $(MKDIR) ../Binary/QMK-Settings.app/Contents/MacOS/ 
160
	$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)
160
	$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)
161
	cp ../QMK-Settings/*.qm ../Binary/QMK-Settings.app/Contents/MacOS/.
161
	cp ../QMK-Settings/*.qm ../Binary/QMK-Settings.app/Contents/MacOS/.
162
 
162
 
163
Makefile: QMK-Settings.pro  /usr/local/Qt4.6/mkspecs/macx-g++/qmake.conf /usr/local/Qt4.6/mkspecs/common/unix.conf \
163
Makefile: QMK-Settings.pro  /usr/local/Qt4.6/mkspecs/macx-g++/qmake.conf /usr/local/Qt4.6/mkspecs/common/unix.conf \
164
		/usr/local/Qt4.6/mkspecs/common/mac.conf \
164
		/usr/local/Qt4.6/mkspecs/common/mac.conf \
165
		/usr/local/Qt4.6/mkspecs/common/mac-g++.conf \
165
		/usr/local/Qt4.6/mkspecs/common/mac-g++.conf \
166
		/usr/local/Qt4.6/mkspecs/qconfig.pri \
166
		/usr/local/Qt4.6/mkspecs/qconfig.pri \
167
		/usr/local/Qt4.6/mkspecs/features/qt_functions.prf \
167
		/usr/local/Qt4.6/mkspecs/features/qt_functions.prf \
168
		/usr/local/Qt4.6/mkspecs/features/qt_config.prf \
168
		/usr/local/Qt4.6/mkspecs/features/qt_config.prf \
169
		/usr/local/Qt4.6/mkspecs/features/exclusive_builds.prf \
169
		/usr/local/Qt4.6/mkspecs/features/exclusive_builds.prf \
170
		/usr/local/Qt4.6/mkspecs/features/default_pre.prf \
170
		/usr/local/Qt4.6/mkspecs/features/default_pre.prf \
171
		/usr/local/Qt4.6/mkspecs/features/mac/default_pre.prf \
171
		/usr/local/Qt4.6/mkspecs/features/mac/default_pre.prf \
172
		../Global/Class_SerialPort.pri \
172
		../Global/Class_SerialPort.pri \
173
		../Global/Widget_Connection.pri \
173
		../Global/Widget_Connection.pri \
174
		/usr/local/Qt4.6/mkspecs/features/release.prf \
174
		/usr/local/Qt4.6/mkspecs/features/release.prf \
175
		/usr/local/Qt4.6/mkspecs/features/default_post.prf \
175
		/usr/local/Qt4.6/mkspecs/features/default_post.prf \
176
		/usr/local/Qt4.6/mkspecs/features/mac/default_post.prf \
176
		/usr/local/Qt4.6/mkspecs/features/mac/default_post.prf \
177
		/usr/local/Qt4.6/mkspecs/features/mac/x86.prf \
177
		/usr/local/Qt4.6/mkspecs/features/mac/x86.prf \
178
		/usr/local/Qt4.6/mkspecs/features/mac/objective_c.prf \
178
		/usr/local/Qt4.6/mkspecs/features/mac/objective_c.prf \
179
		/usr/local/Qt4.6/mkspecs/features/warn_on.prf \
179
		/usr/local/Qt4.6/mkspecs/features/warn_on.prf \
180
		/usr/local/Qt4.6/mkspecs/features/qt.prf \
180
		/usr/local/Qt4.6/mkspecs/features/qt.prf \
181
		/usr/local/Qt4.6/mkspecs/features/unix/thread.prf \
181
		/usr/local/Qt4.6/mkspecs/features/unix/thread.prf \
182
		/usr/local/Qt4.6/mkspecs/features/moc.prf \
182
		/usr/local/Qt4.6/mkspecs/features/moc.prf \
183
		/usr/local/Qt4.6/mkspecs/features/mac/rez.prf \
183
		/usr/local/Qt4.6/mkspecs/features/mac/rez.prf \
184
		/usr/local/Qt4.6/mkspecs/features/mac/sdk.prf \
184
		/usr/local/Qt4.6/mkspecs/features/mac/sdk.prf \
185
		/usr/local/Qt4.6/mkspecs/features/resources.prf \
185
		/usr/local/Qt4.6/mkspecs/features/resources.prf \
186
		/usr/local/Qt4.6/mkspecs/features/uic.prf \
186
		/usr/local/Qt4.6/mkspecs/features/uic.prf \
187
		/usr/local/Qt4.6/mkspecs/features/yacc.prf \
187
		/usr/local/Qt4.6/mkspecs/features/yacc.prf \
188
		/usr/local/Qt4.6/mkspecs/features/lex.prf \
188
		/usr/local/Qt4.6/mkspecs/features/lex.prf \
189
		/Library/Frameworks/QtGui.framework/QtGui.prl \
189
		/Library/Frameworks/QtGui.framework/QtGui.prl \
190
		/Library/Frameworks/QtCore.framework/QtCore.prl \
190
		/Library/Frameworks/QtCore.framework/QtCore.prl \
191
		/Library/Frameworks/QtNetwork.framework/QtNetwork.prl
191
		/Library/Frameworks/QtNetwork.framework/QtNetwork.prl
192
	$(QMAKE) -spec /usr/local/Qt4.6/mkspecs/macx-g++ -macx CONFIG-=debug -o Makefile QMK-Settings.pro
192
	$(QMAKE) -spec /usr/local/Qt4.6/mkspecs/macx-g++ -macx CONFIG-=debug -o Makefile QMK-Settings.pro
193
/usr/local/Qt4.6/mkspecs/common/unix.conf:
193
/usr/local/Qt4.6/mkspecs/common/unix.conf:
194
/usr/local/Qt4.6/mkspecs/common/mac.conf:
194
/usr/local/Qt4.6/mkspecs/common/mac.conf:
195
/usr/local/Qt4.6/mkspecs/common/mac-g++.conf:
195
/usr/local/Qt4.6/mkspecs/common/mac-g++.conf:
196
/usr/local/Qt4.6/mkspecs/qconfig.pri:
196
/usr/local/Qt4.6/mkspecs/qconfig.pri:
197
/usr/local/Qt4.6/mkspecs/features/qt_functions.prf:
197
/usr/local/Qt4.6/mkspecs/features/qt_functions.prf:
198
/usr/local/Qt4.6/mkspecs/features/qt_config.prf:
198
/usr/local/Qt4.6/mkspecs/features/qt_config.prf:
199
/usr/local/Qt4.6/mkspecs/features/exclusive_builds.prf:
199
/usr/local/Qt4.6/mkspecs/features/exclusive_builds.prf:
200
/usr/local/Qt4.6/mkspecs/features/default_pre.prf:
200
/usr/local/Qt4.6/mkspecs/features/default_pre.prf:
201
/usr/local/Qt4.6/mkspecs/features/mac/default_pre.prf:
201
/usr/local/Qt4.6/mkspecs/features/mac/default_pre.prf:
202
../Global/Class_SerialPort.pri:
202
../Global/Class_SerialPort.pri:
203
../Global/Widget_Connection.pri:
203
../Global/Widget_Connection.pri:
204
/usr/local/Qt4.6/mkspecs/features/release.prf:
204
/usr/local/Qt4.6/mkspecs/features/release.prf:
205
/usr/local/Qt4.6/mkspecs/features/default_post.prf:
205
/usr/local/Qt4.6/mkspecs/features/default_post.prf:
206
/usr/local/Qt4.6/mkspecs/features/mac/default_post.prf:
206
/usr/local/Qt4.6/mkspecs/features/mac/default_post.prf:
207
/usr/local/Qt4.6/mkspecs/features/mac/x86.prf:
207
/usr/local/Qt4.6/mkspecs/features/mac/x86.prf:
208
/usr/local/Qt4.6/mkspecs/features/mac/objective_c.prf:
208
/usr/local/Qt4.6/mkspecs/features/mac/objective_c.prf:
209
/usr/local/Qt4.6/mkspecs/features/warn_on.prf:
209
/usr/local/Qt4.6/mkspecs/features/warn_on.prf:
210
/usr/local/Qt4.6/mkspecs/features/qt.prf:
210
/usr/local/Qt4.6/mkspecs/features/qt.prf:
211
/usr/local/Qt4.6/mkspecs/features/unix/thread.prf:
211
/usr/local/Qt4.6/mkspecs/features/unix/thread.prf:
212
/usr/local/Qt4.6/mkspecs/features/moc.prf:
212
/usr/local/Qt4.6/mkspecs/features/moc.prf:
213
/usr/local/Qt4.6/mkspecs/features/mac/rez.prf:
213
/usr/local/Qt4.6/mkspecs/features/mac/rez.prf:
214
/usr/local/Qt4.6/mkspecs/features/mac/sdk.prf:
214
/usr/local/Qt4.6/mkspecs/features/mac/sdk.prf:
215
/usr/local/Qt4.6/mkspecs/features/resources.prf:
215
/usr/local/Qt4.6/mkspecs/features/resources.prf:
216
/usr/local/Qt4.6/mkspecs/features/uic.prf:
216
/usr/local/Qt4.6/mkspecs/features/uic.prf:
217
/usr/local/Qt4.6/mkspecs/features/yacc.prf:
217
/usr/local/Qt4.6/mkspecs/features/yacc.prf:
218
/usr/local/Qt4.6/mkspecs/features/lex.prf:
218
/usr/local/Qt4.6/mkspecs/features/lex.prf:
219
/Library/Frameworks/QtGui.framework/QtGui.prl:
219
/Library/Frameworks/QtGui.framework/QtGui.prl:
220
/Library/Frameworks/QtCore.framework/QtCore.prl:
220
/Library/Frameworks/QtCore.framework/QtCore.prl:
221
/Library/Frameworks/QtNetwork.framework/QtNetwork.prl:
221
/Library/Frameworks/QtNetwork.framework/QtNetwork.prl:
222
qmake:  FORCE
222
qmake:  FORCE
223
	@$(QMAKE) -spec /usr/local/Qt4.6/mkspecs/macx-g++ -macx CONFIG-=debug -o Makefile QMK-Settings.pro
223
	@$(QMAKE) -spec /usr/local/Qt4.6/mkspecs/macx-g++ -macx CONFIG-=debug -o Makefile QMK-Settings.pro
224
 
224
 
225
../Binary/QMK-Settings.app/Contents/PkgInfo: 
225
../Binary/QMK-Settings.app/Contents/PkgInfo: 
226
	@$(CHK_DIR_EXISTS) ../Binary/QMK-Settings.app/Contents || $(MKDIR) ../Binary/QMK-Settings.app/Contents 
226
	@$(CHK_DIR_EXISTS) ../Binary/QMK-Settings.app/Contents || $(MKDIR) ../Binary/QMK-Settings.app/Contents 
227
	@$(DEL_FILE) ../Binary/QMK-Settings.app/Contents/PkgInfo
227
	@$(DEL_FILE) ../Binary/QMK-Settings.app/Contents/PkgInfo
228
	@echo "APPL????" >../Binary/QMK-Settings.app/Contents/PkgInfo
228
	@echo "APPL????" >../Binary/QMK-Settings.app/Contents/PkgInfo
229
../Binary/QMK-Settings.app/Contents/Resources/empty.lproj: 
229
../Binary/QMK-Settings.app/Contents/Resources/empty.lproj: 
230
	@$(CHK_DIR_EXISTS) ../Binary/QMK-Settings.app/Contents/Resources || $(MKDIR) ../Binary/QMK-Settings.app/Contents/Resources 
230
	@$(CHK_DIR_EXISTS) ../Binary/QMK-Settings.app/Contents/Resources || $(MKDIR) ../Binary/QMK-Settings.app/Contents/Resources 
231
	@touch ../Binary/QMK-Settings.app/Contents/Resources/empty.lproj
231
	@touch ../Binary/QMK-Settings.app/Contents/Resources/empty.lproj
232
	
232
	
233
../Binary/QMK-Settings.app/Contents/Info.plist: 
233
../Binary/QMK-Settings.app/Contents/Info.plist: 
234
	@$(CHK_DIR_EXISTS) ../Binary/QMK-Settings.app/Contents || $(MKDIR) ../Binary/QMK-Settings.app/Contents 
234
	@$(CHK_DIR_EXISTS) ../Binary/QMK-Settings.app/Contents || $(MKDIR) ../Binary/QMK-Settings.app/Contents 
235
	@$(DEL_FILE) ../Binary/QMK-Settings.app/Contents/Info.plist
235
	@$(DEL_FILE) ../Binary/QMK-Settings.app/Contents/Info.plist
236
	@sed -e "s,@ICON@,QMK-Settings.icns,g" -e "s,@EXECUTABLE@,QMK-Settings,g" -e "s,@TYPEINFO@,????,g" /usr/local/Qt4.6/mkspecs/macx-g++/Info.plist.app >../Binary/QMK-Settings.app/Contents/Info.plist
236
	@sed -e "s,@ICON@,QMK-Settings.icns,g" -e "s,@EXECUTABLE@,QMK-Settings,g" -e "s,@TYPEINFO@,????,g" /usr/local/Qt4.6/mkspecs/macx-g++/Info.plist.app >../Binary/QMK-Settings.app/Contents/Info.plist
237
../Binary/QMK-Settings.app/Contents/Resources/QMK-Settings.icns: ../Global/Images/Icons/QMK-Settings.icns
237
../Binary/QMK-Settings.app/Contents/Resources/QMK-Settings.icns: ../Global/Images/Icons/QMK-Settings.icns
238
	@$(CHK_DIR_EXISTS) ../Binary/QMK-Settings.app/Contents/Resources/ || $(MKDIR) ../Binary/QMK-Settings.app/Contents/Resources/ 
238
	@$(CHK_DIR_EXISTS) ../Binary/QMK-Settings.app/Contents/Resources/ || $(MKDIR) ../Binary/QMK-Settings.app/Contents/Resources/ 
239
	@$(DEL_FILE) ../Binary/QMK-Settings.app/Contents/Resources/QMK-Settings.icns
239
	@$(DEL_FILE) ../Binary/QMK-Settings.app/Contents/Resources/QMK-Settings.icns
240
	@$(COPY_FILE) ../Global/Images/Icons/QMK-Settings.icns ../Binary/QMK-Settings.app/Contents/Resources/QMK-Settings.icns
240
	@$(COPY_FILE) ../Global/Images/Icons/QMK-Settings.icns ../Binary/QMK-Settings.app/Contents/Resources/QMK-Settings.icns
241
dist: 
241
dist: 
242
	@$(CHK_DIR_EXISTS) ../Binary/.build/QMK-Settings/QMK-Settings1.0.0 || $(MKDIR) ../Binary/.build/QMK-Settings/QMK-Settings1.0.0 
242
	@$(CHK_DIR_EXISTS) ../Binary/.build/QMK-Settings/QMK-Settings1.0.0 || $(MKDIR) ../Binary/.build/QMK-Settings/QMK-Settings1.0.0 
243
	$(COPY_FILE) --parents $(SOURCES) $(DIST) ../Binary/.build/QMK-Settings/QMK-Settings1.0.0/ && $(COPY_FILE) --parents ../Global/Class_SerialPort/qextserialbase.h ../Global/Class_SerialPort/qextserialport.h ../Global/Class_SerialPort/ManageSerialPort.h ../Global/Class_SerialPort/posix_qextserialport.h ../Global/Widget_Connection/wgt_Connection.h ../Global/Kopter.h ../Global/MK_Datatypes.h ../Global/Class_HandlerMK/HandlerMK.h ../Global/Class_HandlerIP/HandlerIP.h ../Global/Class_Input/Input.h ../Global/Class_Input/Input_TCP.h ../Global/Class_Input/Input_TTY.h Defines.h ../Global/Global.h Dialogs/dlg_Main.h Dialogs/dlg_MotorMixer.h Dialogs/dlg_MotorTest.h Classes/cSettings.h TypeDefs.h ../Binary/.build/QMK-Settings/QMK-Settings1.0.0/ && $(COPY_FILE) --parents QMK-Settings.qrc ../Binary/.build/QMK-Settings/QMK-Settings1.0.0/ && $(COPY_FILE) --parents ../Global/Class_SerialPort/qextserialbase.cpp ../Global/Class_SerialPort/qextserialport.cpp ../Global/Class_SerialPort/ManageSerialPort.cpp ../Global/Class_SerialPort/posix_qextserialport.cpp ../Global/Widget_Connection/wgt_Connection.cpp ../Global/Class_HandlerMK/HandlerMK.cpp ../Global/Class_HandlerIP/HandlerIP.cpp ../Global/Class_Input/Input.cpp ../Global/Class_Input/Input_TCP.cpp ../Global/Class_Input/Input_TTY.cpp main.cpp Dialogs/dlg_Main.cpp Dialogs/dlg_MotorMixer.cpp Dialogs/dlg_MotorTest.cpp Classes/cSettings.cpp ../Binary/.build/QMK-Settings/QMK-Settings1.0.0/ && $(COPY_FILE) --parents ../Global/Widget_Connection/wgt_Connection.ui Dialogs/dlg_Main.ui Dialogs/dlg_MotorMixer.ui Dialogs/dlg_MotorTest.ui ../Binary/.build/QMK-Settings/QMK-Settings1.0.0/ && $(COPY_FILE) --parents QMK-Settings_en.ts ../Binary/.build/QMK-Settings/QMK-Settings1.0.0/ && (cd `dirname ../Binary/.build/QMK-Settings/QMK-Settings1.0.0` && $(TAR) QMK-Settings1.0.0.tar QMK-Settings1.0.0 && $(COMPRESS) QMK-Settings1.0.0.tar) && $(MOVE) `dirname ../Binary/.build/QMK-Settings/QMK-Settings1.0.0`/QMK-Settings1.0.0.tar.gz . && $(DEL_FILE) -r ../Binary/.build/QMK-Settings/QMK-Settings1.0.0
243
	$(COPY_FILE) --parents $(SOURCES) $(DIST) ../Binary/.build/QMK-Settings/QMK-Settings1.0.0/ && $(COPY_FILE) --parents ../Global/Class_SerialPort/qextserialbase.h ../Global/Class_SerialPort/qextserialport.h ../Global/Class_SerialPort/ManageSerialPort.h ../Global/Class_SerialPort/posix_qextserialport.h ../Global/Widget_Connection/wgt_Connection.h ../Global/Kopter.h ../Global/MK_Datatypes.h ../Global/Class_HandlerMK/HandlerMK.h ../Global/Class_HandlerIP/HandlerIP.h ../Global/Class_Input/Input.h ../Global/Class_Input/Input_TCP.h ../Global/Class_Input/Input_TTY.h Defines.h ../Global/Global.h Dialogs/dlg_Main.h Dialogs/dlg_MotorMixer.h Dialogs/dlg_MotorTest.h Classes/cSettings.h TypeDefs.h ../Binary/.build/QMK-Settings/QMK-Settings1.0.0/ && $(COPY_FILE) --parents QMK-Settings.qrc ../Binary/.build/QMK-Settings/QMK-Settings1.0.0/ && $(COPY_FILE) --parents ../Global/Class_SerialPort/qextserialbase.cpp ../Global/Class_SerialPort/qextserialport.cpp ../Global/Class_SerialPort/ManageSerialPort.cpp ../Global/Class_SerialPort/posix_qextserialport.cpp ../Global/Widget_Connection/wgt_Connection.cpp ../Global/Class_HandlerMK/HandlerMK.cpp ../Global/Class_HandlerIP/HandlerIP.cpp ../Global/Class_Input/Input.cpp ../Global/Class_Input/Input_TCP.cpp ../Global/Class_Input/Input_TTY.cpp main.cpp Dialogs/dlg_Main.cpp Dialogs/dlg_MotorMixer.cpp Dialogs/dlg_MotorTest.cpp Classes/cSettings.cpp ../Binary/.build/QMK-Settings/QMK-Settings1.0.0/ && $(COPY_FILE) --parents ../Global/Widget_Connection/wgt_Connection.ui Dialogs/dlg_Main.ui Dialogs/dlg_MotorMixer.ui Dialogs/dlg_MotorTest.ui ../Binary/.build/QMK-Settings/QMK-Settings1.0.0/ && $(COPY_FILE) --parents QMK-Settings_en.ts QMK-Settings_fr.ts ../Binary/.build/QMK-Settings/QMK-Settings1.0.0/ && (cd `dirname ../Binary/.build/QMK-Settings/QMK-Settings1.0.0` && $(TAR) QMK-Settings1.0.0.tar QMK-Settings1.0.0 && $(COMPRESS) QMK-Settings1.0.0.tar) && $(MOVE) `dirname ../Binary/.build/QMK-Settings/QMK-Settings1.0.0`/QMK-Settings1.0.0.tar.gz . && $(DEL_FILE) -r ../Binary/.build/QMK-Settings/QMK-Settings1.0.0
244
 
244
 
245
 
245
 
246
clean:compiler_clean 
246
clean:compiler_clean 
247
	-$(DEL_FILE) $(OBJECTS)
247
	-$(DEL_FILE) $(OBJECTS)
248
	-$(DEL_FILE) *~ core *.core
248
	-$(DEL_FILE) *~ core *.core
249
 
249
 
250
 
250
 
251
####### Sub-libraries
251
####### Sub-libraries
252
 
252
 
253
distclean: clean
253
distclean: clean
254
	-$(DEL_FILE) -r ../Binary/QMK-Settings.app
254
	-$(DEL_FILE) -r ../Binary/QMK-Settings.app
255
	-$(DEL_FILE) Makefile
255
	-$(DEL_FILE) Makefile
256
 
256
 
257
 
257
 
258
mocclean: compiler_moc_header_clean compiler_moc_source_clean
258
mocclean: compiler_moc_header_clean compiler_moc_source_clean
259
 
259
 
260
mocables: compiler_moc_header_make_all compiler_moc_source_make_all
260
mocables: compiler_moc_header_make_all compiler_moc_source_make_all
261
 
261
 
262
compiler_objective_c_make_all:
262
compiler_objective_c_make_all:
263
compiler_objective_c_clean:
263
compiler_objective_c_clean:
264
compiler_moc_header_make_all: ../Binary/.build/QMK-Settings/moc_ManageSerialPort.cpp ../Binary/.build/QMK-Settings/moc_wgt_Connection.cpp ../Binary/.build/QMK-Settings/moc_Input.cpp ../Binary/.build/QMK-Settings/moc_Input_TCP.cpp ../Binary/.build/QMK-Settings/moc_Input_TTY.cpp ../Binary/.build/QMK-Settings/moc_dlg_Main.cpp ../Binary/.build/QMK-Settings/moc_dlg_MotorMixer.cpp ../Binary/.build/QMK-Settings/moc_dlg_MotorTest.cpp
264
compiler_moc_header_make_all: ../Binary/.build/QMK-Settings/moc_ManageSerialPort.cpp ../Binary/.build/QMK-Settings/moc_wgt_Connection.cpp ../Binary/.build/QMK-Settings/moc_Input.cpp ../Binary/.build/QMK-Settings/moc_Input_TCP.cpp ../Binary/.build/QMK-Settings/moc_Input_TTY.cpp ../Binary/.build/QMK-Settings/moc_dlg_Main.cpp ../Binary/.build/QMK-Settings/moc_dlg_MotorMixer.cpp ../Binary/.build/QMK-Settings/moc_dlg_MotorTest.cpp
265
compiler_moc_header_clean:
265
compiler_moc_header_clean:
266
	-$(DEL_FILE) ../Binary/.build/QMK-Settings/moc_ManageSerialPort.cpp ../Binary/.build/QMK-Settings/moc_wgt_Connection.cpp ../Binary/.build/QMK-Settings/moc_Input.cpp ../Binary/.build/QMK-Settings/moc_Input_TCP.cpp ../Binary/.build/QMK-Settings/moc_Input_TTY.cpp ../Binary/.build/QMK-Settings/moc_dlg_Main.cpp ../Binary/.build/QMK-Settings/moc_dlg_MotorMixer.cpp ../Binary/.build/QMK-Settings/moc_dlg_MotorTest.cpp
266
	-$(DEL_FILE) ../Binary/.build/QMK-Settings/moc_ManageSerialPort.cpp ../Binary/.build/QMK-Settings/moc_wgt_Connection.cpp ../Binary/.build/QMK-Settings/moc_Input.cpp ../Binary/.build/QMK-Settings/moc_Input_TCP.cpp ../Binary/.build/QMK-Settings/moc_Input_TTY.cpp ../Binary/.build/QMK-Settings/moc_dlg_Main.cpp ../Binary/.build/QMK-Settings/moc_dlg_MotorMixer.cpp ../Binary/.build/QMK-Settings/moc_dlg_MotorTest.cpp
267
../Binary/.build/QMK-Settings/moc_ManageSerialPort.cpp: ../Global/Class_SerialPort/qextserialport.h \
267
../Binary/.build/QMK-Settings/moc_ManageSerialPort.cpp: ../Global/Class_SerialPort/qextserialport.h \
268
		../Global/Class_SerialPort/posix_qextserialport.h \
268
		../Global/Class_SerialPort/posix_qextserialport.h \
269
		../Global/Class_SerialPort/qextserialbase.h \
269
		../Global/Class_SerialPort/qextserialbase.h \
270
		../Global/Class_SerialPort/win_qextserialport.h \
270
		../Global/Class_SerialPort/win_qextserialport.h \
271
		../Global/Class_SerialPort/ManageSerialPort.h
271
		../Global/Class_SerialPort/ManageSerialPort.h
272
	/Developer/Tools/Qt/moc $(DEFINES) $(INCPATH) -D__APPLE__ -D__GNUC__ ../Global/Class_SerialPort/ManageSerialPort.h -o ../Binary/.build/QMK-Settings/moc_ManageSerialPort.cpp
272
	/Developer/Tools/Qt/moc $(DEFINES) $(INCPATH) -D__APPLE__ -D__GNUC__ ../Global/Class_SerialPort/ManageSerialPort.h -o ../Binary/.build/QMK-Settings/moc_ManageSerialPort.cpp
273
 
273
 
274
../Binary/.build/QMK-Settings/moc_wgt_Connection.cpp: ../Binary/.build/QMK-Settings/ui_wgt_Connection.h \
274
../Binary/.build/QMK-Settings/moc_wgt_Connection.cpp: ../Binary/.build/QMK-Settings/ui_wgt_Connection.h \
275
		../Global/Kopter.h \
275
		../Global/Kopter.h \
276
		../Global/Class_HandlerIP/HandlerIP.h \
276
		../Global/Class_HandlerIP/HandlerIP.h \
277
		../Global/Class_HandlerMK/HandlerMK.h \
277
		../Global/Class_HandlerMK/HandlerMK.h \
278
		../Global/MK_Datatypes.h \
278
		../Global/MK_Datatypes.h \
279
		../Global/Class_Input/Input.h \
279
		../Global/Class_Input/Input.h \
280
		../Global/Class_Input/Input_TCP.h \
280
		../Global/Class_Input/Input_TCP.h \
281
		../Global/Class_Input/Input_TTY.h \
281
		../Global/Class_Input/Input_TTY.h \
282
		../Global/Class_SerialPort/ManageSerialPort.h \
282
		../Global/Class_SerialPort/ManageSerialPort.h \
283
		../Global/Class_SerialPort/qextserialport.h \
283
		../Global/Class_SerialPort/qextserialport.h \
284
		../Global/Class_SerialPort/posix_qextserialport.h \
284
		../Global/Class_SerialPort/posix_qextserialport.h \
285
		../Global/Class_SerialPort/qextserialbase.h \
285
		../Global/Class_SerialPort/qextserialbase.h \
286
		../Global/Class_SerialPort/win_qextserialport.h \
286
		../Global/Class_SerialPort/win_qextserialport.h \
287
		../Global/Widget_Connection/wgt_Connection.h
287
		../Global/Widget_Connection/wgt_Connection.h
288
	/Developer/Tools/Qt/moc $(DEFINES) $(INCPATH) -D__APPLE__ -D__GNUC__ ../Global/Widget_Connection/wgt_Connection.h -o ../Binary/.build/QMK-Settings/moc_wgt_Connection.cpp
288
	/Developer/Tools/Qt/moc $(DEFINES) $(INCPATH) -D__APPLE__ -D__GNUC__ ../Global/Widget_Connection/wgt_Connection.h -o ../Binary/.build/QMK-Settings/moc_wgt_Connection.cpp
289
 
289
 
290
../Binary/.build/QMK-Settings/moc_Input.cpp: ../Global/Class_Input/Input.h
290
../Binary/.build/QMK-Settings/moc_Input.cpp: ../Global/Class_Input/Input.h
291
	/Developer/Tools/Qt/moc $(DEFINES) $(INCPATH) -D__APPLE__ -D__GNUC__ ../Global/Class_Input/Input.h -o ../Binary/.build/QMK-Settings/moc_Input.cpp
291
	/Developer/Tools/Qt/moc $(DEFINES) $(INCPATH) -D__APPLE__ -D__GNUC__ ../Global/Class_Input/Input.h -o ../Binary/.build/QMK-Settings/moc_Input.cpp
292
 
292
 
293
../Binary/.build/QMK-Settings/moc_Input_TCP.cpp: ../Global/Class_Input/Input.h \
293
../Binary/.build/QMK-Settings/moc_Input_TCP.cpp: ../Global/Class_Input/Input.h \
294
		../Global/Class_Input/Input_TCP.h
294
		../Global/Class_Input/Input_TCP.h
295
	/Developer/Tools/Qt/moc $(DEFINES) $(INCPATH) -D__APPLE__ -D__GNUC__ ../Global/Class_Input/Input_TCP.h -o ../Binary/.build/QMK-Settings/moc_Input_TCP.cpp
295
	/Developer/Tools/Qt/moc $(DEFINES) $(INCPATH) -D__APPLE__ -D__GNUC__ ../Global/Class_Input/Input_TCP.h -o ../Binary/.build/QMK-Settings/moc_Input_TCP.cpp
296
 
296
 
297
../Binary/.build/QMK-Settings/moc_Input_TTY.cpp: ../Global/Class_Input/Input.h \
297
../Binary/.build/QMK-Settings/moc_Input_TTY.cpp: ../Global/Class_Input/Input.h \
298
		../Global/Class_SerialPort/ManageSerialPort.h \
298
		../Global/Class_SerialPort/ManageSerialPort.h \
299
		../Global/Class_SerialPort/qextserialport.h \
299
		../Global/Class_SerialPort/qextserialport.h \
300
		../Global/Class_SerialPort/posix_qextserialport.h \
300
		../Global/Class_SerialPort/posix_qextserialport.h \
301
		../Global/Class_SerialPort/qextserialbase.h \
301
		../Global/Class_SerialPort/qextserialbase.h \
302
		../Global/Class_SerialPort/win_qextserialport.h \
302
		../Global/Class_SerialPort/win_qextserialport.h \
303
		../Global/Class_Input/Input_TTY.h
303
		../Global/Class_Input/Input_TTY.h
304
	/Developer/Tools/Qt/moc $(DEFINES) $(INCPATH) -D__APPLE__ -D__GNUC__ ../Global/Class_Input/Input_TTY.h -o ../Binary/.build/QMK-Settings/moc_Input_TTY.cpp
304
	/Developer/Tools/Qt/moc $(DEFINES) $(INCPATH) -D__APPLE__ -D__GNUC__ ../Global/Class_Input/Input_TTY.h -o ../Binary/.build/QMK-Settings/moc_Input_TTY.cpp
305
 
305
 
306
../Binary/.build/QMK-Settings/moc_dlg_Main.cpp: ../Binary/.build/QMK-Settings/ui_dlg_Main.h \
306
../Binary/.build/QMK-Settings/moc_dlg_Main.cpp: ../Binary/.build/QMK-Settings/ui_dlg_Main.h \
307
		Dialogs/dlg_MotorMixer.h \
307
		Dialogs/dlg_MotorMixer.h \
308
		../Binary/.build/QMK-Settings/ui_dlg_MotorMixer.h \
308
		../Binary/.build/QMK-Settings/ui_dlg_MotorMixer.h \
309
		Classes/cSettings.h \
309
		Classes/cSettings.h \
310
		Defines.h \
310
		Defines.h \
311
		../Global/Global.h \
311
		../Global/Global.h \
312
		../Global/Kopter.h \
312
		../Global/Kopter.h \
313
		../Global/MK_Datatypes.h \
313
		../Global/MK_Datatypes.h \
314
		../Global/Class_HandlerMK/HandlerMK.h \
314
		../Global/Class_HandlerMK/HandlerMK.h \
315
		Dialogs/dlg_MotorTest.h \
315
		Dialogs/dlg_MotorTest.h \
316
		../Binary/.build/QMK-Settings/ui_dlg_MotorTest.h \
316
		../Binary/.build/QMK-Settings/ui_dlg_MotorTest.h \
317
		TypeDefs.h \
317
		TypeDefs.h \
318
		Dialogs/dlg_Main.h
318
		Dialogs/dlg_Main.h
319
	/Developer/Tools/Qt/moc $(DEFINES) $(INCPATH) -D__APPLE__ -D__GNUC__ Dialogs/dlg_Main.h -o ../Binary/.build/QMK-Settings/moc_dlg_Main.cpp
319
	/Developer/Tools/Qt/moc $(DEFINES) $(INCPATH) -D__APPLE__ -D__GNUC__ Dialogs/dlg_Main.h -o ../Binary/.build/QMK-Settings/moc_dlg_Main.cpp
320
 
320
 
321
../Binary/.build/QMK-Settings/moc_dlg_MotorMixer.cpp: ../Binary/.build/QMK-Settings/ui_dlg_MotorMixer.h \
321
../Binary/.build/QMK-Settings/moc_dlg_MotorMixer.cpp: ../Binary/.build/QMK-Settings/ui_dlg_MotorMixer.h \
322
		Classes/cSettings.h \
322
		Classes/cSettings.h \
323
		Defines.h \
323
		Defines.h \
324
		../Global/Global.h \
324
		../Global/Global.h \
325
		../Global/Kopter.h \
325
		../Global/Kopter.h \
326
		../Global/MK_Datatypes.h \
326
		../Global/MK_Datatypes.h \
327
		../Global/Class_HandlerMK/HandlerMK.h \
327
		../Global/Class_HandlerMK/HandlerMK.h \
328
		Dialogs/dlg_MotorMixer.h
328
		Dialogs/dlg_MotorMixer.h
329
	/Developer/Tools/Qt/moc $(DEFINES) $(INCPATH) -D__APPLE__ -D__GNUC__ Dialogs/dlg_MotorMixer.h -o ../Binary/.build/QMK-Settings/moc_dlg_MotorMixer.cpp
329
	/Developer/Tools/Qt/moc $(DEFINES) $(INCPATH) -D__APPLE__ -D__GNUC__ Dialogs/dlg_MotorMixer.h -o ../Binary/.build/QMK-Settings/moc_dlg_MotorMixer.cpp
330
 
330
 
331
../Binary/.build/QMK-Settings/moc_dlg_MotorTest.cpp: ../Binary/.build/QMK-Settings/ui_dlg_MotorTest.h \
331
../Binary/.build/QMK-Settings/moc_dlg_MotorTest.cpp: ../Binary/.build/QMK-Settings/ui_dlg_MotorTest.h \
332
		../Global/Kopter.h \
332
		../Global/Kopter.h \
333
		../Global/Global.h \
333
		../Global/Global.h \
334
		../Global/MK_Datatypes.h \
334
		../Global/MK_Datatypes.h \
335
		../Global/Class_HandlerMK/HandlerMK.h \
335
		../Global/Class_HandlerMK/HandlerMK.h \
336
		Dialogs/dlg_MotorTest.h
336
		Dialogs/dlg_MotorTest.h
337
	/Developer/Tools/Qt/moc $(DEFINES) $(INCPATH) -D__APPLE__ -D__GNUC__ Dialogs/dlg_MotorTest.h -o ../Binary/.build/QMK-Settings/moc_dlg_MotorTest.cpp
337
	/Developer/Tools/Qt/moc $(DEFINES) $(INCPATH) -D__APPLE__ -D__GNUC__ Dialogs/dlg_MotorTest.h -o ../Binary/.build/QMK-Settings/moc_dlg_MotorTest.cpp
338
 
338
 
339
compiler_rcc_make_all: ../Binary/.build/QMK-Settings/qrc_QMK-Settings.cpp
339
compiler_rcc_make_all: ../Binary/.build/QMK-Settings/qrc_QMK-Settings.cpp
340
compiler_rcc_clean:
340
compiler_rcc_clean:
341
	-$(DEL_FILE) ../Binary/.build/QMK-Settings/qrc_QMK-Settings.cpp
341
	-$(DEL_FILE) ../Binary/.build/QMK-Settings/qrc_QMK-Settings.cpp
342
../Binary/.build/QMK-Settings/qrc_QMK-Settings.cpp: QMK-Settings.qrc \
342
../Binary/.build/QMK-Settings/qrc_QMK-Settings.cpp: QMK-Settings.qrc \
343
		../Global/Images/Arrows/Right-1.png \
343
		../Global/Images/Arrows/Right-1.png \
344
		../Global/Images/Arrows/Down-2.png \
344
		../Global/Images/Arrows/Down-2.png \
345
		../Global/Images/Arrows/Down-1.png \
345
		../Global/Images/Arrows/Down-1.png \
346
		../Global/Images/Arrows/Up-1.png \
346
		../Global/Images/Arrows/Up-1.png \
347
		../Global/Images/Arrows/Left-1.png \
347
		../Global/Images/Arrows/Left-1.png \
348
		../Global/Images/Arrows/Up-2.png \
348
		../Global/Images/Arrows/Up-2.png \
349
		../Global/Images/Arrows/Left-2.png \
349
		../Global/Images/Arrows/Left-2.png \
350
		../Global/Images/Arrows/Right-2.png \
350
		../Global/Images/Arrows/Right-2.png \
351
		../Global/Images/Icons/QMK-Settings.png \
351
		../Global/Images/Icons/QMK-Settings.png \
352
		../Global/Images/Actions/Connection-OK.png \
352
		../Global/Images/Actions/Connection-OK.png \
353
		../Global/Images/Actions/Load.png \
353
		../Global/Images/Actions/Load.png \
354
		../Global/Images/Actions/Read.png \
354
		../Global/Images/Actions/Read.png \
355
		../Global/Images/Actions/Exit.png \
355
		../Global/Images/Actions/Exit.png \
356
		../Global/Images/Actions/Save.png \
356
		../Global/Images/Actions/Save.png \
357
		../Global/Images/Actions/Write.png \
357
		../Global/Images/Actions/Write.png \
358
		../Global/Images/Actions/Connection-NO.png \
358
		../Global/Images/Actions/Connection-NO.png \
359
		../Global/Images/Actions/LED_Yellow.png \
359
		../Global/Images/Actions/LED_Yellow.png \
360
		../Global/Images/Actions/LED_Green.png \
360
		../Global/Images/Actions/LED_Green.png \
361
		../Global/Images/Actions/LED_Red.png \
361
		../Global/Images/Actions/LED_Red.png \
362
		../Global/Images/Actions/LED_Off.png
362
		../Global/Images/Actions/LED_Off.png
363
	/Developer/Tools/Qt/rcc -name QMK-Settings QMK-Settings.qrc -o ../Binary/.build/QMK-Settings/qrc_QMK-Settings.cpp
363
	/Developer/Tools/Qt/rcc -name QMK-Settings QMK-Settings.qrc -o ../Binary/.build/QMK-Settings/qrc_QMK-Settings.cpp
364
 
364
 
365
compiler_image_collection_make_all: qmake_image_collection.cpp
365
compiler_image_collection_make_all: qmake_image_collection.cpp
366
compiler_image_collection_clean:
366
compiler_image_collection_clean:
367
	-$(DEL_FILE) qmake_image_collection.cpp
367
	-$(DEL_FILE) qmake_image_collection.cpp
368
compiler_moc_source_make_all:
368
compiler_moc_source_make_all:
369
compiler_moc_source_clean:
369
compiler_moc_source_clean:
370
compiler_rez_source_make_all:
370
compiler_rez_source_make_all:
371
compiler_rez_source_clean:
371
compiler_rez_source_clean:
372
compiler_uic_make_all: ../Binary/.build/QMK-Settings/ui_wgt_Connection.h ../Binary/.build/QMK-Settings/ui_dlg_Main.h ../Binary/.build/QMK-Settings/ui_dlg_MotorMixer.h ../Binary/.build/QMK-Settings/ui_dlg_MotorTest.h
372
compiler_uic_make_all: ../Binary/.build/QMK-Settings/ui_wgt_Connection.h ../Binary/.build/QMK-Settings/ui_dlg_Main.h ../Binary/.build/QMK-Settings/ui_dlg_MotorMixer.h ../Binary/.build/QMK-Settings/ui_dlg_MotorTest.h
373
compiler_uic_clean:
373
compiler_uic_clean:
374
	-$(DEL_FILE) ../Binary/.build/QMK-Settings/ui_wgt_Connection.h ../Binary/.build/QMK-Settings/ui_dlg_Main.h ../Binary/.build/QMK-Settings/ui_dlg_MotorMixer.h ../Binary/.build/QMK-Settings/ui_dlg_MotorTest.h
374
	-$(DEL_FILE) ../Binary/.build/QMK-Settings/ui_wgt_Connection.h ../Binary/.build/QMK-Settings/ui_dlg_Main.h ../Binary/.build/QMK-Settings/ui_dlg_MotorMixer.h ../Binary/.build/QMK-Settings/ui_dlg_MotorTest.h
375
../Binary/.build/QMK-Settings/ui_wgt_Connection.h: ../Global/Widget_Connection/wgt_Connection.ui
375
../Binary/.build/QMK-Settings/ui_wgt_Connection.h: ../Global/Widget_Connection/wgt_Connection.ui
376
	/Developer/Tools/Qt/uic ../Global/Widget_Connection/wgt_Connection.ui -o ../Binary/.build/QMK-Settings/ui_wgt_Connection.h
376
	/Developer/Tools/Qt/uic ../Global/Widget_Connection/wgt_Connection.ui -o ../Binary/.build/QMK-Settings/ui_wgt_Connection.h
377
 
377
 
378
../Binary/.build/QMK-Settings/ui_dlg_Main.h: Dialogs/dlg_Main.ui \
378
../Binary/.build/QMK-Settings/ui_dlg_Main.h: Dialogs/dlg_Main.ui \
379
		../Global/Widget_Connection/wgt_Connection.h \
379
		../Global/Widget_Connection/wgt_Connection.h \
380
		../Binary/.build/QMK-Settings/ui_wgt_Connection.h \
380
		../Binary/.build/QMK-Settings/ui_wgt_Connection.h \
381
		../Global/Kopter.h \
381
		../Global/Kopter.h \
382
		../Global/Class_HandlerIP/HandlerIP.h \
382
		../Global/Class_HandlerIP/HandlerIP.h \
383
		../Global/Class_HandlerMK/HandlerMK.h \
383
		../Global/Class_HandlerMK/HandlerMK.h \
384
		../Global/MK_Datatypes.h \
384
		../Global/MK_Datatypes.h \
385
		../Global/Class_Input/Input.h \
385
		../Global/Class_Input/Input.h \
386
		../Global/Class_Input/Input_TCP.h \
386
		../Global/Class_Input/Input_TCP.h \
387
		../Global/Class_Input/Input_TTY.h \
387
		../Global/Class_Input/Input_TTY.h \
388
		../Global/Class_SerialPort/ManageSerialPort.h \
388
		../Global/Class_SerialPort/ManageSerialPort.h \
389
		../Global/Class_SerialPort/qextserialport.h \
389
		../Global/Class_SerialPort/qextserialport.h \
390
		../Global/Class_SerialPort/posix_qextserialport.h \
390
		../Global/Class_SerialPort/posix_qextserialport.h \
391
		../Global/Class_SerialPort/qextserialbase.h \
391
		../Global/Class_SerialPort/qextserialbase.h \
392
		../Global/Class_SerialPort/win_qextserialport.h
392
		../Global/Class_SerialPort/win_qextserialport.h
393
	/Developer/Tools/Qt/uic Dialogs/dlg_Main.ui -o ../Binary/.build/QMK-Settings/ui_dlg_Main.h
393
	/Developer/Tools/Qt/uic Dialogs/dlg_Main.ui -o ../Binary/.build/QMK-Settings/ui_dlg_Main.h
394
 
394
 
395
../Binary/.build/QMK-Settings/ui_dlg_MotorMixer.h: Dialogs/dlg_MotorMixer.ui
395
../Binary/.build/QMK-Settings/ui_dlg_MotorMixer.h: Dialogs/dlg_MotorMixer.ui
396
	/Developer/Tools/Qt/uic Dialogs/dlg_MotorMixer.ui -o ../Binary/.build/QMK-Settings/ui_dlg_MotorMixer.h
396
	/Developer/Tools/Qt/uic Dialogs/dlg_MotorMixer.ui -o ../Binary/.build/QMK-Settings/ui_dlg_MotorMixer.h
397
 
397
 
398
../Binary/.build/QMK-Settings/ui_dlg_MotorTest.h: Dialogs/dlg_MotorTest.ui
398
../Binary/.build/QMK-Settings/ui_dlg_MotorTest.h: Dialogs/dlg_MotorTest.ui
399
	/Developer/Tools/Qt/uic Dialogs/dlg_MotorTest.ui -o ../Binary/.build/QMK-Settings/ui_dlg_MotorTest.h
399
	/Developer/Tools/Qt/uic Dialogs/dlg_MotorTest.ui -o ../Binary/.build/QMK-Settings/ui_dlg_MotorTest.h
400
 
400
 
401
compiler_yacc_decl_make_all:
401
compiler_yacc_decl_make_all:
402
compiler_yacc_decl_clean:
402
compiler_yacc_decl_clean:
403
compiler_yacc_impl_make_all:
403
compiler_yacc_impl_make_all:
404
compiler_yacc_impl_clean:
404
compiler_yacc_impl_clean:
405
compiler_lex_make_all:
405
compiler_lex_make_all:
406
compiler_lex_clean:
406
compiler_lex_clean:
407
compiler_clean: compiler_moc_header_clean compiler_rcc_clean compiler_uic_clean 
407
compiler_clean: compiler_moc_header_clean compiler_rcc_clean compiler_uic_clean 
408
 
408
 
409
####### Compile
409
####### Compile
410
 
410
 
411
../Binary/.build/QMK-Settings/qextserialbase.o: ../Global/Class_SerialPort/qextserialbase.cpp ../Global/Class_SerialPort/qextserialbase.h
411
../Binary/.build/QMK-Settings/qextserialbase.o: ../Global/Class_SerialPort/qextserialbase.cpp ../Global/Class_SerialPort/qextserialbase.h
412
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/qextserialbase.o ../Global/Class_SerialPort/qextserialbase.cpp
412
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/qextserialbase.o ../Global/Class_SerialPort/qextserialbase.cpp
413
 
413
 
414
../Binary/.build/QMK-Settings/qextserialport.o: ../Global/Class_SerialPort/qextserialport.cpp ../Global/Class_SerialPort/qextserialport.h \
414
../Binary/.build/QMK-Settings/qextserialport.o: ../Global/Class_SerialPort/qextserialport.cpp ../Global/Class_SerialPort/qextserialport.h \
415
		../Global/Class_SerialPort/posix_qextserialport.h \
415
		../Global/Class_SerialPort/posix_qextserialport.h \
416
		../Global/Class_SerialPort/qextserialbase.h \
416
		../Global/Class_SerialPort/qextserialbase.h \
417
		../Global/Class_SerialPort/win_qextserialport.h
417
		../Global/Class_SerialPort/win_qextserialport.h
418
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/qextserialport.o ../Global/Class_SerialPort/qextserialport.cpp
418
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/qextserialport.o ../Global/Class_SerialPort/qextserialport.cpp
419
 
419
 
420
../Binary/.build/QMK-Settings/ManageSerialPort.o: ../Global/Class_SerialPort/ManageSerialPort.cpp ../Global/Class_SerialPort/ManageSerialPort.h \
420
../Binary/.build/QMK-Settings/ManageSerialPort.o: ../Global/Class_SerialPort/ManageSerialPort.cpp ../Global/Class_SerialPort/ManageSerialPort.h \
421
		../Global/Class_SerialPort/qextserialport.h \
421
		../Global/Class_SerialPort/qextserialport.h \
422
		../Global/Class_SerialPort/posix_qextserialport.h \
422
		../Global/Class_SerialPort/posix_qextserialport.h \
423
		../Global/Class_SerialPort/qextserialbase.h \
423
		../Global/Class_SerialPort/qextserialbase.h \
424
		../Global/Class_SerialPort/win_qextserialport.h
424
		../Global/Class_SerialPort/win_qextserialport.h
425
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/ManageSerialPort.o ../Global/Class_SerialPort/ManageSerialPort.cpp
425
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/ManageSerialPort.o ../Global/Class_SerialPort/ManageSerialPort.cpp
426
 
426
 
427
../Binary/.build/QMK-Settings/posix_qextserialport.o: ../Global/Class_SerialPort/posix_qextserialport.cpp ../Global/Class_SerialPort/posix_qextserialport.h \
427
../Binary/.build/QMK-Settings/posix_qextserialport.o: ../Global/Class_SerialPort/posix_qextserialport.cpp ../Global/Class_SerialPort/posix_qextserialport.h \
428
		../Global/Class_SerialPort/qextserialbase.h
428
		../Global/Class_SerialPort/qextserialbase.h
429
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/posix_qextserialport.o ../Global/Class_SerialPort/posix_qextserialport.cpp
429
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/posix_qextserialport.o ../Global/Class_SerialPort/posix_qextserialport.cpp
430
 
430
 
431
../Binary/.build/QMK-Settings/wgt_Connection.o: ../Global/Widget_Connection/wgt_Connection.cpp ../Global/Widget_Connection/wgt_Connection.h \
431
../Binary/.build/QMK-Settings/wgt_Connection.o: ../Global/Widget_Connection/wgt_Connection.cpp ../Global/Widget_Connection/wgt_Connection.h \
432
		../Binary/.build/QMK-Settings/ui_wgt_Connection.h \
432
		../Binary/.build/QMK-Settings/ui_wgt_Connection.h \
433
		../Global/Kopter.h \
433
		../Global/Kopter.h \
434
		../Global/Class_HandlerIP/HandlerIP.h \
434
		../Global/Class_HandlerIP/HandlerIP.h \
435
		../Global/Class_HandlerMK/HandlerMK.h \
435
		../Global/Class_HandlerMK/HandlerMK.h \
436
		../Global/MK_Datatypes.h \
436
		../Global/MK_Datatypes.h \
437
		../Global/Class_Input/Input.h \
437
		../Global/Class_Input/Input.h \
438
		../Global/Class_Input/Input_TCP.h \
438
		../Global/Class_Input/Input_TCP.h \
439
		../Global/Class_Input/Input_TTY.h \
439
		../Global/Class_Input/Input_TTY.h \
440
		../Global/Class_SerialPort/ManageSerialPort.h \
440
		../Global/Class_SerialPort/ManageSerialPort.h \
441
		../Global/Class_SerialPort/qextserialport.h \
441
		../Global/Class_SerialPort/qextserialport.h \
442
		../Global/Class_SerialPort/posix_qextserialport.h \
442
		../Global/Class_SerialPort/posix_qextserialport.h \
443
		../Global/Class_SerialPort/qextserialbase.h \
443
		../Global/Class_SerialPort/qextserialbase.h \
444
		../Global/Class_SerialPort/win_qextserialport.h
444
		../Global/Class_SerialPort/win_qextserialport.h
445
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/wgt_Connection.o ../Global/Widget_Connection/wgt_Connection.cpp
445
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/wgt_Connection.o ../Global/Widget_Connection/wgt_Connection.cpp
446
 
446
 
447
../Binary/.build/QMK-Settings/HandlerMK.o: ../Global/Class_HandlerMK/HandlerMK.cpp ../Global/Class_HandlerMK/HandlerMK.h \
447
../Binary/.build/QMK-Settings/HandlerMK.o: ../Global/Class_HandlerMK/HandlerMK.cpp ../Global/Class_HandlerMK/HandlerMK.h \
448
		../Global/Kopter.h \
448
		../Global/Kopter.h \
449
		../Global/MK_Datatypes.h
449
		../Global/MK_Datatypes.h
450
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/HandlerMK.o ../Global/Class_HandlerMK/HandlerMK.cpp
450
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/HandlerMK.o ../Global/Class_HandlerMK/HandlerMK.cpp
451
 
451
 
452
../Binary/.build/QMK-Settings/HandlerIP.o: ../Global/Class_HandlerIP/HandlerIP.cpp ../Global/Class_HandlerIP/HandlerIP.h
452
../Binary/.build/QMK-Settings/HandlerIP.o: ../Global/Class_HandlerIP/HandlerIP.cpp ../Global/Class_HandlerIP/HandlerIP.h
453
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/HandlerIP.o ../Global/Class_HandlerIP/HandlerIP.cpp
453
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/HandlerIP.o ../Global/Class_HandlerIP/HandlerIP.cpp
454
 
454
 
455
../Binary/.build/QMK-Settings/Input.o: ../Global/Class_Input/Input.cpp ../Global/Class_Input/Input.h
455
../Binary/.build/QMK-Settings/Input.o: ../Global/Class_Input/Input.cpp ../Global/Class_Input/Input.h
456
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/Input.o ../Global/Class_Input/Input.cpp
456
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/Input.o ../Global/Class_Input/Input.cpp
457
 
457
 
458
../Binary/.build/QMK-Settings/Input_TCP.o: ../Global/Class_Input/Input_TCP.cpp ../Global/Class_Input/Input_TCP.h \
458
../Binary/.build/QMK-Settings/Input_TCP.o: ../Global/Class_Input/Input_TCP.cpp ../Global/Class_Input/Input_TCP.h \
459
		../Global/Class_Input/Input.h
459
		../Global/Class_Input/Input.h
460
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/Input_TCP.o ../Global/Class_Input/Input_TCP.cpp
460
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/Input_TCP.o ../Global/Class_Input/Input_TCP.cpp
461
 
461
 
462
../Binary/.build/QMK-Settings/Input_TTY.o: ../Global/Class_Input/Input_TTY.cpp ../Global/Class_Input/Input_TTY.h \
462
../Binary/.build/QMK-Settings/Input_TTY.o: ../Global/Class_Input/Input_TTY.cpp ../Global/Class_Input/Input_TTY.h \
463
		../Global/Class_Input/Input.h \
463
		../Global/Class_Input/Input.h \
464
		../Global/Class_SerialPort/ManageSerialPort.h \
464
		../Global/Class_SerialPort/ManageSerialPort.h \
465
		../Global/Class_SerialPort/qextserialport.h \
465
		../Global/Class_SerialPort/qextserialport.h \
466
		../Global/Class_SerialPort/posix_qextserialport.h \
466
		../Global/Class_SerialPort/posix_qextserialport.h \
467
		../Global/Class_SerialPort/qextserialbase.h \
467
		../Global/Class_SerialPort/qextserialbase.h \
468
		../Global/Class_SerialPort/win_qextserialport.h
468
		../Global/Class_SerialPort/win_qextserialport.h
469
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/Input_TTY.o ../Global/Class_Input/Input_TTY.cpp
469
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/Input_TTY.o ../Global/Class_Input/Input_TTY.cpp
470
 
470
 
471
../Binary/.build/QMK-Settings/main.o: main.cpp Dialogs/dlg_Main.h \
471
../Binary/.build/QMK-Settings/main.o: main.cpp Dialogs/dlg_Main.h \
472
		../Binary/.build/QMK-Settings/ui_dlg_Main.h \
472
		../Binary/.build/QMK-Settings/ui_dlg_Main.h \
473
		Dialogs/dlg_MotorMixer.h \
473
		Dialogs/dlg_MotorMixer.h \
474
		../Binary/.build/QMK-Settings/ui_dlg_MotorMixer.h \
474
		../Binary/.build/QMK-Settings/ui_dlg_MotorMixer.h \
475
		Classes/cSettings.h \
475
		Classes/cSettings.h \
476
		Defines.h \
476
		Defines.h \
477
		../Global/Global.h \
477
		../Global/Global.h \
478
		../Global/Kopter.h \
478
		../Global/Kopter.h \
479
		../Global/MK_Datatypes.h \
479
		../Global/MK_Datatypes.h \
480
		../Global/Class_HandlerMK/HandlerMK.h \
480
		../Global/Class_HandlerMK/HandlerMK.h \
481
		Dialogs/dlg_MotorTest.h \
481
		Dialogs/dlg_MotorTest.h \
482
		../Binary/.build/QMK-Settings/ui_dlg_MotorTest.h \
482
		../Binary/.build/QMK-Settings/ui_dlg_MotorTest.h \
483
		TypeDefs.h
483
		TypeDefs.h
484
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/main.o main.cpp
484
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/main.o main.cpp
485
 
485
 
486
../Binary/.build/QMK-Settings/dlg_Main.o: Dialogs/dlg_Main.cpp Dialogs/dlg_Main.h \
486
../Binary/.build/QMK-Settings/dlg_Main.o: Dialogs/dlg_Main.cpp Dialogs/dlg_Main.h \
487
		../Binary/.build/QMK-Settings/ui_dlg_Main.h \
487
		../Binary/.build/QMK-Settings/ui_dlg_Main.h \
488
		Dialogs/dlg_MotorMixer.h \
488
		Dialogs/dlg_MotorMixer.h \
489
		../Binary/.build/QMK-Settings/ui_dlg_MotorMixer.h \
489
		../Binary/.build/QMK-Settings/ui_dlg_MotorMixer.h \
490
		Classes/cSettings.h \
490
		Classes/cSettings.h \
491
		Defines.h \
491
		Defines.h \
492
		../Global/Global.h \
492
		../Global/Global.h \
493
		../Global/Kopter.h \
493
		../Global/Kopter.h \
494
		../Global/MK_Datatypes.h \
494
		../Global/MK_Datatypes.h \
495
		../Global/Class_HandlerMK/HandlerMK.h \
495
		../Global/Class_HandlerMK/HandlerMK.h \
496
		Dialogs/dlg_MotorTest.h \
496
		Dialogs/dlg_MotorTest.h \
497
		../Binary/.build/QMK-Settings/ui_dlg_MotorTest.h \
497
		../Binary/.build/QMK-Settings/ui_dlg_MotorTest.h \
498
		TypeDefs.h
498
		TypeDefs.h
499
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/dlg_Main.o Dialogs/dlg_Main.cpp
499
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/dlg_Main.o Dialogs/dlg_Main.cpp
500
 
500
 
501
../Binary/.build/QMK-Settings/dlg_MotorMixer.o: Dialogs/dlg_MotorMixer.cpp Dialogs/dlg_MotorMixer.h \
501
../Binary/.build/QMK-Settings/dlg_MotorMixer.o: Dialogs/dlg_MotorMixer.cpp Dialogs/dlg_MotorMixer.h \
502
		../Binary/.build/QMK-Settings/ui_dlg_MotorMixer.h \
502
		../Binary/.build/QMK-Settings/ui_dlg_MotorMixer.h \
503
		Classes/cSettings.h \
503
		Classes/cSettings.h \
504
		Defines.h \
504
		Defines.h \
505
		../Global/Global.h \
505
		../Global/Global.h \
506
		../Global/Kopter.h \
506
		../Global/Kopter.h \
507
		../Global/MK_Datatypes.h \
507
		../Global/MK_Datatypes.h \
508
		../Global/Class_HandlerMK/HandlerMK.h
508
		../Global/Class_HandlerMK/HandlerMK.h
509
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/dlg_MotorMixer.o Dialogs/dlg_MotorMixer.cpp
509
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/dlg_MotorMixer.o Dialogs/dlg_MotorMixer.cpp
510
 
510
 
511
../Binary/.build/QMK-Settings/dlg_MotorTest.o: Dialogs/dlg_MotorTest.cpp Dialogs/dlg_MotorTest.h \
511
../Binary/.build/QMK-Settings/dlg_MotorTest.o: Dialogs/dlg_MotorTest.cpp Dialogs/dlg_MotorTest.h \
512
		../Binary/.build/QMK-Settings/ui_dlg_MotorTest.h \
512
		../Binary/.build/QMK-Settings/ui_dlg_MotorTest.h \
513
		../Global/Kopter.h \
513
		../Global/Kopter.h \
514
		../Global/Global.h \
514
		../Global/Global.h \
515
		../Global/MK_Datatypes.h \
515
		../Global/MK_Datatypes.h \
516
		../Global/Class_HandlerMK/HandlerMK.h
516
		../Global/Class_HandlerMK/HandlerMK.h
517
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/dlg_MotorTest.o Dialogs/dlg_MotorTest.cpp
517
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/dlg_MotorTest.o Dialogs/dlg_MotorTest.cpp
518
 
518
 
519
../Binary/.build/QMK-Settings/cSettings.o: Classes/cSettings.cpp Classes/cSettings.h \
519
../Binary/.build/QMK-Settings/cSettings.o: Classes/cSettings.cpp Classes/cSettings.h \
520
		Defines.h \
520
		Defines.h \
521
		../Global/Global.h \
521
		../Global/Global.h \
522
		../Global/Kopter.h
522
		../Global/Kopter.h
523
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/cSettings.o Classes/cSettings.cpp
523
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/cSettings.o Classes/cSettings.cpp
524
 
524
 
525
../Binary/.build/QMK-Settings/moc_ManageSerialPort.o: ../Binary/.build/QMK-Settings/moc_ManageSerialPort.cpp 
525
../Binary/.build/QMK-Settings/moc_ManageSerialPort.o: ../Binary/.build/QMK-Settings/moc_ManageSerialPort.cpp 
526
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/moc_ManageSerialPort.o ../Binary/.build/QMK-Settings/moc_ManageSerialPort.cpp
526
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/moc_ManageSerialPort.o ../Binary/.build/QMK-Settings/moc_ManageSerialPort.cpp
527
 
527
 
528
../Binary/.build/QMK-Settings/moc_wgt_Connection.o: ../Binary/.build/QMK-Settings/moc_wgt_Connection.cpp 
528
../Binary/.build/QMK-Settings/moc_wgt_Connection.o: ../Binary/.build/QMK-Settings/moc_wgt_Connection.cpp 
529
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/moc_wgt_Connection.o ../Binary/.build/QMK-Settings/moc_wgt_Connection.cpp
529
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/moc_wgt_Connection.o ../Binary/.build/QMK-Settings/moc_wgt_Connection.cpp
530
 
530
 
531
../Binary/.build/QMK-Settings/moc_Input.o: ../Binary/.build/QMK-Settings/moc_Input.cpp 
531
../Binary/.build/QMK-Settings/moc_Input.o: ../Binary/.build/QMK-Settings/moc_Input.cpp 
532
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/moc_Input.o ../Binary/.build/QMK-Settings/moc_Input.cpp
532
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/moc_Input.o ../Binary/.build/QMK-Settings/moc_Input.cpp
533
 
533
 
534
../Binary/.build/QMK-Settings/moc_Input_TCP.o: ../Binary/.build/QMK-Settings/moc_Input_TCP.cpp 
534
../Binary/.build/QMK-Settings/moc_Input_TCP.o: ../Binary/.build/QMK-Settings/moc_Input_TCP.cpp 
535
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/moc_Input_TCP.o ../Binary/.build/QMK-Settings/moc_Input_TCP.cpp
535
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/moc_Input_TCP.o ../Binary/.build/QMK-Settings/moc_Input_TCP.cpp
536
 
536
 
537
../Binary/.build/QMK-Settings/moc_Input_TTY.o: ../Binary/.build/QMK-Settings/moc_Input_TTY.cpp 
537
../Binary/.build/QMK-Settings/moc_Input_TTY.o: ../Binary/.build/QMK-Settings/moc_Input_TTY.cpp 
538
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/moc_Input_TTY.o ../Binary/.build/QMK-Settings/moc_Input_TTY.cpp
538
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/moc_Input_TTY.o ../Binary/.build/QMK-Settings/moc_Input_TTY.cpp
539
 
539
 
540
../Binary/.build/QMK-Settings/moc_dlg_Main.o: ../Binary/.build/QMK-Settings/moc_dlg_Main.cpp 
540
../Binary/.build/QMK-Settings/moc_dlg_Main.o: ../Binary/.build/QMK-Settings/moc_dlg_Main.cpp 
541
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/moc_dlg_Main.o ../Binary/.build/QMK-Settings/moc_dlg_Main.cpp
541
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/moc_dlg_Main.o ../Binary/.build/QMK-Settings/moc_dlg_Main.cpp
542
 
542
 
543
../Binary/.build/QMK-Settings/moc_dlg_MotorMixer.o: ../Binary/.build/QMK-Settings/moc_dlg_MotorMixer.cpp 
543
../Binary/.build/QMK-Settings/moc_dlg_MotorMixer.o: ../Binary/.build/QMK-Settings/moc_dlg_MotorMixer.cpp 
544
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/moc_dlg_MotorMixer.o ../Binary/.build/QMK-Settings/moc_dlg_MotorMixer.cpp
544
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/moc_dlg_MotorMixer.o ../Binary/.build/QMK-Settings/moc_dlg_MotorMixer.cpp
545
 
545
 
546
../Binary/.build/QMK-Settings/moc_dlg_MotorTest.o: ../Binary/.build/QMK-Settings/moc_dlg_MotorTest.cpp 
546
../Binary/.build/QMK-Settings/moc_dlg_MotorTest.o: ../Binary/.build/QMK-Settings/moc_dlg_MotorTest.cpp 
547
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/moc_dlg_MotorTest.o ../Binary/.build/QMK-Settings/moc_dlg_MotorTest.cpp
547
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/moc_dlg_MotorTest.o ../Binary/.build/QMK-Settings/moc_dlg_MotorTest.cpp
548
 
548
 
549
../Binary/.build/QMK-Settings/qrc_QMK-Settings.o: ../Binary/.build/QMK-Settings/qrc_QMK-Settings.cpp 
549
../Binary/.build/QMK-Settings/qrc_QMK-Settings.o: ../Binary/.build/QMK-Settings/qrc_QMK-Settings.cpp 
550
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/qrc_QMK-Settings.o ../Binary/.build/QMK-Settings/qrc_QMK-Settings.cpp
550
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/qrc_QMK-Settings.o ../Binary/.build/QMK-Settings/qrc_QMK-Settings.cpp
551
 
551
 
552
####### Install
552
####### Install
553
 
553
 
554
install:   FORCE
554
install:   FORCE
555
 
555
 
556
uninstall:   FORCE
556
uninstall:   FORCE
557
 
557
 
558
FORCE:
558
FORCE:
559
 
559