Subversion Repositories Projects

Rev

Rev 801 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 801 Rev 813
Line 1... Line 1...
1
#############################################################################
1
#############################################################################
2
# Makefile for building: ../Binary/QMK-Settings
2
# Makefile for building: ../Binary/QMK-Settings.app/Contents/MacOS/QMK-Settings
3
# Generated by qmake (2.01a) (Qt 4.7.0) on: Mo. Aug 23 19:32:49 2010
3
# Generated by qmake (2.01a) (Qt 4.6.2) on: Sa. Sep 18 14:02:41 2010
4
# Project:  QMK-Settings.pro
4
# Project:  QMK-Settings.pro
5
# Template: app
5
# Template: app
6
# Command: /usr/bin/qmake -spec /usr/share/qt4/mkspecs/linux-g++-64 -unix -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
#############################################################################
Line 8... Line 8...
8
 
8
 
Line 9... Line 9...
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_ -D_BETA_ -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        = -m64 -pipe -O2 -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -Wall -W -D_REENTRANT $(DEFINES)
14
CFLAGS        = -pipe -O2 -arch i386 -Wall -W $(DEFINES)
15
CXXFLAGS      = -m64 -pipe -O2 -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -Wall -W -D_REENTRANT $(DEFINES)
15
CXXFLAGS      = -pipe -O2 -arch i386 -Wall -W $(DEFINES)
16
INCPATH       = -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -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
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        = -m64 -Wl,-O1
18
LFLAGS        = -headerpad_max_install_names -arch i386
19
LIBS          = $(SUBLIBS)  -L/usr/lib64 -lQtGui -L/usr/lib64 -L/usr/X11R6/lib64 -lQtNetwork -lQtCore -lpthread 
19
LIBS          = $(SUBLIBS) -F/Library/Frameworks -L/Library/Frameworks /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation -framework QtGui -framework QtNetwork -framework QtCore 
20
AR            = ar cqs
20
AR            = ar cq
21
RANLIB        = 
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     = $(COPY)
27
COPY_FILE     = cp -f
28
COPY_DIR      = $(COPY) -r
28
COPY_DIR      = cp -f -R
29
STRIP         = strip
29
STRIP         = 
30
INSTALL_FILE  = install -m 644 -p
30
INSTALL_FILE  = $(COPY_FILE)
31
INSTALL_DIR   = $(COPY_DIR)
31
INSTALL_DIR   = $(COPY_DIR)
32
INSTALL_PROGRAM = install -m 755 -p
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
Line 37... Line 38...
37
CHK_DIR_EXISTS= test -d
38
MKDIR         = mkdir -p
Line 38... Line 39...
38
MKDIR         = mkdir -p
39
export MACOSX_DEPLOYMENT_TARGET = 10.4
Line 88... Line 89...
88
		../Binary/.build/QMK-Settings/moc_Input_TTY.o \
89
		../Binary/.build/QMK-Settings/moc_Input_TTY.o \
89
		../Binary/.build/QMK-Settings/moc_dlg_Main.o \
90
		../Binary/.build/QMK-Settings/moc_dlg_Main.o \
90
		../Binary/.build/QMK-Settings/moc_dlg_MotorMixer.o \
91
		../Binary/.build/QMK-Settings/moc_dlg_MotorMixer.o \
91
		../Binary/.build/QMK-Settings/moc_dlg_MotorTest.o \
92
		../Binary/.build/QMK-Settings/moc_dlg_MotorTest.o \
92
		../Binary/.build/QMK-Settings/qrc_QMK-Settings.o
93
		../Binary/.build/QMK-Settings/qrc_QMK-Settings.o
93
DIST          = /usr/share/qt4/mkspecs/common/g++.conf \
94
DIST          = /usr/local/Qt4.6/mkspecs/common/unix.conf \
94
		/usr/share/qt4/mkspecs/common/unix.conf \
95
		/usr/local/Qt4.6/mkspecs/common/mac.conf \
95
		/usr/share/qt4/mkspecs/common/linux.conf \
96
		/usr/local/Qt4.6/mkspecs/common/mac-g++.conf \
96
		/usr/share/qt4/mkspecs/qconfig.pri \
97
		/usr/local/Qt4.6/mkspecs/qconfig.pri \
97
		/usr/share/qt4/mkspecs/modules/qt_webkit_version.pri \
98
		/usr/local/Qt4.6/mkspecs/features/qt_functions.prf \
98
		/usr/share/qt4/mkspecs/features/qt_functions.prf \
99
		/usr/local/Qt4.6/mkspecs/features/qt_config.prf \
99
		/usr/share/qt4/mkspecs/features/qt_config.prf \
100
		/usr/local/Qt4.6/mkspecs/features/exclusive_builds.prf \
100
		/usr/share/qt4/mkspecs/features/exclusive_builds.prf \
101
		/usr/local/Qt4.6/mkspecs/features/default_pre.prf \
101
		/usr/share/qt4/mkspecs/features/default_pre.prf \
102
		/usr/local/Qt4.6/mkspecs/features/mac/default_pre.prf \
102
		../Global/Class_SerialPort.pri \
103
		../Global/Class_SerialPort.pri \
103
		../Global/Widget_Connection.pri \
104
		../Global/Widget_Connection.pri \
104
		/usr/share/qt4/mkspecs/features/release.prf \
105
		/usr/local/Qt4.6/mkspecs/features/release.prf \
105
		/usr/share/qt4/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 \
-
 
108
		/usr/local/Qt4.6/mkspecs/features/mac/x86.prf \
-
 
109
		/usr/local/Qt4.6/mkspecs/features/mac/objective_c.prf \
106
		/usr/share/qt4/mkspecs/features/warn_on.prf \
110
		/usr/local/Qt4.6/mkspecs/features/warn_on.prf \
107
		/usr/share/qt4/mkspecs/features/qt.prf \
111
		/usr/local/Qt4.6/mkspecs/features/qt.prf \
108
		/usr/share/qt4/mkspecs/features/unix/thread.prf \
112
		/usr/local/Qt4.6/mkspecs/features/unix/thread.prf \
109
		/usr/share/qt4/mkspecs/features/moc.prf \
113
		/usr/local/Qt4.6/mkspecs/features/moc.prf \
-
 
114
		/usr/local/Qt4.6/mkspecs/features/mac/rez.prf \
-
 
115
		/usr/local/Qt4.6/mkspecs/features/mac/sdk.prf \
110
		/usr/share/qt4/mkspecs/features/resources.prf \
116
		/usr/local/Qt4.6/mkspecs/features/resources.prf \
111
		/usr/share/qt4/mkspecs/features/uic.prf \
117
		/usr/local/Qt4.6/mkspecs/features/uic.prf \
112
		/usr/share/qt4/mkspecs/features/yacc.prf \
118
		/usr/local/Qt4.6/mkspecs/features/yacc.prf \
113
		/usr/share/qt4/mkspecs/features/lex.prf \
119
		/usr/local/Qt4.6/mkspecs/features/lex.prf \
114
		QMK-Settings.pro
120
		QMK-Settings.pro
115
QMAKE_TARGET  = QMK-Settings
121
QMAKE_TARGET  = QMK-Settings
116
DESTDIR       = ../Binary/
122
DESTDIR       = ../Binary/
117
TARGET        = ../Binary/QMK-Settings
123
TARGET        = ../Binary/QMK-Settings.app/Contents/MacOS/QMK-Settings
-
 
124
 
-
 
125
####### Custom Compiler Variables
-
 
126
QMAKE_COMP_QMAKE_OBJECTIVE_CFLAGS = -pipe \
-
 
127
		-O2 \
-
 
128
		-arch \
-
 
129
		i386 \
-
 
130
		-Wall \
-
 
131
		-W
-
 
132
 
Line 118... Line 133...
118
 
133
 
119
first: all
134
first: all
Line 120... Line 135...
120
####### Implicit rules
135
####### Implicit rules
Line 136... Line 151...
136
.c.o:
151
.c.o:
137
	$(CC) -c $(CFLAGS) $(INCPATH) -o "$@" "$<"
152
	$(CC) -c $(CFLAGS) $(INCPATH) -o "$@" "$<"
Line 138... Line 153...
138
 
153
 
Line 139... Line -...
139
####### Build rules
-
 
-
 
154
####### Build rules
Line 140... Line 155...
140
 
155
 
141
all: Makefile $(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)
142
 
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)  
Line 143... Line 159...
143
$(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/ 
144
	@$(CHK_DIR_EXISTS) ../Binary/ || $(MKDIR) ../Binary/ 
160
	$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)
145
	$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)
161
	cp ../QMK-Settings/*.qm ../Binary/QMK-Settings.app/Contents/MacOS/.
146
 
162
 
147
Makefile: QMK-Settings.pro  /usr/share/qt4/mkspecs/linux-g++-64/qmake.conf /usr/share/qt4/mkspecs/common/g++.conf \
163
Makefile: QMK-Settings.pro  /usr/local/Qt4.6/mkspecs/macx-g++/qmake.conf /usr/local/Qt4.6/mkspecs/common/unix.conf \
148
		/usr/share/qt4/mkspecs/common/unix.conf \
164
		/usr/local/Qt4.6/mkspecs/common/mac.conf \
149
		/usr/share/qt4/mkspecs/common/linux.conf \
165
		/usr/local/Qt4.6/mkspecs/common/mac-g++.conf \
150
		/usr/share/qt4/mkspecs/qconfig.pri \
166
		/usr/local/Qt4.6/mkspecs/qconfig.pri \
151
		/usr/share/qt4/mkspecs/modules/qt_webkit_version.pri \
167
		/usr/local/Qt4.6/mkspecs/features/qt_functions.prf \
152
		/usr/share/qt4/mkspecs/features/qt_functions.prf \
168
		/usr/local/Qt4.6/mkspecs/features/qt_config.prf \
153
		/usr/share/qt4/mkspecs/features/qt_config.prf \
169
		/usr/local/Qt4.6/mkspecs/features/exclusive_builds.prf \
154
		/usr/share/qt4/mkspecs/features/exclusive_builds.prf \
170
		/usr/local/Qt4.6/mkspecs/features/default_pre.prf \
155
		/usr/share/qt4/mkspecs/features/default_pre.prf \
171
		/usr/local/Qt4.6/mkspecs/features/mac/default_pre.prf \
-
 
172
		../Global/Class_SerialPort.pri \
-
 
173
		../Global/Widget_Connection.pri \
-
 
174
		/usr/local/Qt4.6/mkspecs/features/release.prf \
156
		../Global/Class_SerialPort.pri \
175
		/usr/local/Qt4.6/mkspecs/features/default_post.prf \
157
		../Global/Widget_Connection.pri \
176
		/usr/local/Qt4.6/mkspecs/features/mac/default_post.prf \
158
		/usr/share/qt4/mkspecs/features/release.prf \
177
		/usr/local/Qt4.6/mkspecs/features/mac/x86.prf \
159
		/usr/share/qt4/mkspecs/features/default_post.prf \
178
		/usr/local/Qt4.6/mkspecs/features/mac/objective_c.prf \
-
 
179
		/usr/local/Qt4.6/mkspecs/features/warn_on.prf \
-
 
180
		/usr/local/Qt4.6/mkspecs/features/qt.prf \
160
		/usr/share/qt4/mkspecs/features/warn_on.prf \
181
		/usr/local/Qt4.6/mkspecs/features/unix/thread.prf \
161
		/usr/share/qt4/mkspecs/features/qt.prf \
182
		/usr/local/Qt4.6/mkspecs/features/moc.prf \
162
		/usr/share/qt4/mkspecs/features/unix/thread.prf \
183
		/usr/local/Qt4.6/mkspecs/features/mac/rez.prf \
163
		/usr/share/qt4/mkspecs/features/moc.prf \
184
		/usr/local/Qt4.6/mkspecs/features/mac/sdk.prf \
164
		/usr/share/qt4/mkspecs/features/resources.prf \
185
		/usr/local/Qt4.6/mkspecs/features/resources.prf \
165
		/usr/share/qt4/mkspecs/features/uic.prf \
186
		/usr/local/Qt4.6/mkspecs/features/uic.prf \
166
		/usr/share/qt4/mkspecs/features/yacc.prf \
187
		/usr/local/Qt4.6/mkspecs/features/yacc.prf \
167
		/usr/share/qt4/mkspecs/features/lex.prf \
188
		/usr/local/Qt4.6/mkspecs/features/lex.prf \
168
		/usr/lib64/libQtGui.prl \
189
		/Library/Frameworks/QtGui.framework/QtGui.prl \
169
		/usr/lib64/libQtCore.prl \
190
		/Library/Frameworks/QtCore.framework/QtCore.prl \
170
		/usr/lib64/libQtNetwork.prl
191
		/Library/Frameworks/QtNetwork.framework/QtNetwork.prl
171
	$(QMAKE) -spec /usr/share/qt4/mkspecs/linux-g++-64 -unix -o Makefile QMK-Settings.pro
192
	$(QMAKE) -spec /usr/local/Qt4.6/mkspecs/macx-g++ -macx CONFIG-=debug -o Makefile QMK-Settings.pro
172
/usr/share/qt4/mkspecs/common/g++.conf:
193
/usr/local/Qt4.6/mkspecs/common/unix.conf:
173
/usr/share/qt4/mkspecs/common/unix.conf:
194
/usr/local/Qt4.6/mkspecs/common/mac.conf:
174
/usr/share/qt4/mkspecs/common/linux.conf:
195
/usr/local/Qt4.6/mkspecs/common/mac-g++.conf:
175
/usr/share/qt4/mkspecs/qconfig.pri:
196
/usr/local/Qt4.6/mkspecs/qconfig.pri:
176
/usr/share/qt4/mkspecs/modules/qt_webkit_version.pri:
197
/usr/local/Qt4.6/mkspecs/features/qt_functions.prf:
177
/usr/share/qt4/mkspecs/features/qt_functions.prf:
198
/usr/local/Qt4.6/mkspecs/features/qt_config.prf:
178
/usr/share/qt4/mkspecs/features/qt_config.prf:
199
/usr/local/Qt4.6/mkspecs/features/exclusive_builds.prf:
179
/usr/share/qt4/mkspecs/features/exclusive_builds.prf:
200
/usr/local/Qt4.6/mkspecs/features/default_pre.prf:
180
/usr/share/qt4/mkspecs/features/default_pre.prf:
201
/usr/local/Qt4.6/mkspecs/features/mac/default_pre.prf:
-
 
202
../Global/Class_SerialPort.pri:
-
 
203
../Global/Widget_Connection.pri:
-
 
204
/usr/local/Qt4.6/mkspecs/features/release.prf:
181
../Global/Class_SerialPort.pri:
205
/usr/local/Qt4.6/mkspecs/features/default_post.prf:
182
../Global/Widget_Connection.pri:
206
/usr/local/Qt4.6/mkspecs/features/mac/default_post.prf:
183
/usr/share/qt4/mkspecs/features/release.prf:
207
/usr/local/Qt4.6/mkspecs/features/mac/x86.prf:
184
/usr/share/qt4/mkspecs/features/default_post.prf:
208
/usr/local/Qt4.6/mkspecs/features/mac/objective_c.prf:
-
 
209
/usr/local/Qt4.6/mkspecs/features/warn_on.prf:
-
 
210
/usr/local/Qt4.6/mkspecs/features/qt.prf:
185
/usr/share/qt4/mkspecs/features/warn_on.prf:
211
/usr/local/Qt4.6/mkspecs/features/unix/thread.prf:
186
/usr/share/qt4/mkspecs/features/qt.prf:
212
/usr/local/Qt4.6/mkspecs/features/moc.prf:
187
/usr/share/qt4/mkspecs/features/unix/thread.prf:
213
/usr/local/Qt4.6/mkspecs/features/mac/rez.prf:
188
/usr/share/qt4/mkspecs/features/moc.prf:
214
/usr/local/Qt4.6/mkspecs/features/mac/sdk.prf:
189
/usr/share/qt4/mkspecs/features/resources.prf:
215
/usr/local/Qt4.6/mkspecs/features/resources.prf:
190
/usr/share/qt4/mkspecs/features/uic.prf:
216
/usr/local/Qt4.6/mkspecs/features/uic.prf:
191
/usr/share/qt4/mkspecs/features/yacc.prf:
217
/usr/local/Qt4.6/mkspecs/features/yacc.prf:
192
/usr/share/qt4/mkspecs/features/lex.prf:
218
/usr/local/Qt4.6/mkspecs/features/lex.prf:
193
/usr/lib64/libQtGui.prl:
219
/Library/Frameworks/QtGui.framework/QtGui.prl:
Line -... Line 220...
-
 
220
/Library/Frameworks/QtCore.framework/QtCore.prl:
-
 
221
/Library/Frameworks/QtNetwork.framework/QtNetwork.prl:
-
 
222
qmake:  FORCE
-
 
223
	@$(QMAKE) -spec /usr/local/Qt4.6/mkspecs/macx-g++ -macx CONFIG-=debug -o Makefile QMK-Settings.pro
-
 
224
 
-
 
225
../Binary/QMK-Settings.app/Contents/PkgInfo: 
-
 
226
	@$(CHK_DIR_EXISTS) ../Binary/QMK-Settings.app/Contents || $(MKDIR) ../Binary/QMK-Settings.app/Contents 
-
 
227
	@$(DEL_FILE) ../Binary/QMK-Settings.app/Contents/PkgInfo
-
 
228
	@echo "APPL????" >../Binary/QMK-Settings.app/Contents/PkgInfo
-
 
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 
-
 
231
	@touch ../Binary/QMK-Settings.app/Contents/Resources/empty.lproj
-
 
232
	
-
 
233
../Binary/QMK-Settings.app/Contents/Info.plist: 
-
 
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
194
/usr/lib64/libQtCore.prl:
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
195
/usr/lib64/libQtNetwork.prl:
237
../Binary/QMK-Settings.app/Contents/Resources/QMK-Settings.icns: ../Global/Images/Icons/QMK-Settings.icns
196
qmake:  FORCE
238
	@$(CHK_DIR_EXISTS) ../Binary/QMK-Settings.app/Contents/Resources/ || $(MKDIR) ../Binary/QMK-Settings.app/Contents/Resources/ 
Line 197... Line 239...
197
	@$(QMAKE) -spec /usr/share/qt4/mkspecs/linux-g++-64 -unix -o Makefile QMK-Settings.pro
239
	@$(DEL_FILE) ../Binary/QMK-Settings.app/Contents/Resources/QMK-Settings.icns
198
 
240
	@$(COPY_FILE) ../Global/Images/Icons/QMK-Settings.icns ../Binary/QMK-Settings.app/Contents/Resources/QMK-Settings.icns
199
dist: 
241
dist: 
Line 200... Line 242...
200
	@$(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 
Line 201... Line 243...
201
	$(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/ && (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 ../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
202
 
244
 
203
 
245
 
Line 204... Line -...
204
clean:compiler_clean 
-
 
205
	-$(DEL_FILE) $(OBJECTS)
-
 
206
	-$(DEL_FILE) *~ core *.core
246
clean:compiler_clean 
Line 207... Line 247...
207
 
247
	-$(DEL_FILE) $(OBJECTS)
Line -... Line 248...
-
 
248
	-$(DEL_FILE) *~ core *.core
-
 
249
 
208
 
250
 
209
####### Sub-libraries
251
####### Sub-libraries
210
 
252
 
211
distclean: clean
253
distclean: clean
212
	-$(DEL_FILE) $(TARGET) 
254
	-$(DEL_FILE) -r ../Binary/QMK-Settings.app
213
	-$(DEL_FILE) Makefile
255
	-$(DEL_FILE) Makefile
214
 
256
 
215
 
257
 
216
check: first
258
mocclean: compiler_moc_header_clean compiler_moc_source_clean
Line 217... Line 259...
217
 
259
 
218
mocclean: compiler_moc_header_clean compiler_moc_source_clean
260
mocables: compiler_moc_header_make_all compiler_moc_source_make_all
219
 
261
 
220
mocables: compiler_moc_header_make_all compiler_moc_source_make_all
262
compiler_objective_c_make_all:
Line 241... Line 283...
241
		../Global/Class_SerialPort/qextserialport.h \
283
		../Global/Class_SerialPort/qextserialport.h \
242
		../Global/Class_SerialPort/posix_qextserialport.h \
284
		../Global/Class_SerialPort/posix_qextserialport.h \
243
		../Global/Class_SerialPort/qextserialbase.h \
285
		../Global/Class_SerialPort/qextserialbase.h \
244
		../Global/Class_SerialPort/win_qextserialport.h \
286
		../Global/Class_SerialPort/win_qextserialport.h \
245
		../Global/Widget_Connection/wgt_Connection.h
287
		../Global/Widget_Connection/wgt_Connection.h
246
	/usr/bin/moc $(DEFINES) $(INCPATH) ../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
Line 247... Line 289...
247
 
289
 
248
../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
Line 249... Line 291...
249
	/usr/bin/moc $(DEFINES) $(INCPATH) ../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
250
 
292
 
251
../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 \
Line 252... Line 294...
252
		../Global/Class_Input/Input_TCP.h
294
		../Global/Class_Input/Input_TCP.h
253
	/usr/bin/moc $(DEFINES) $(INCPATH) ../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
254
 
296
 
255
../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 \
256
		../Global/Class_SerialPort/ManageSerialPort.h \
298
		../Global/Class_SerialPort/ManageSerialPort.h \
257
		../Global/Class_SerialPort/qextserialport.h \
299
		../Global/Class_SerialPort/qextserialport.h \
258
		../Global/Class_SerialPort/posix_qextserialport.h \
300
		../Global/Class_SerialPort/posix_qextserialport.h \
259
		../Global/Class_SerialPort/qextserialbase.h \
301
		../Global/Class_SerialPort/qextserialbase.h \
Line 260... Line 302...
260
		../Global/Class_SerialPort/win_qextserialport.h \
302
		../Global/Class_SerialPort/win_qextserialport.h \
261
		../Global/Class_Input/Input_TTY.h
-
 
262
	/usr/bin/moc $(DEFINES) $(INCPATH) ../Global/Class_Input/Input_TTY.h -o ../Binary/.build/QMK-Settings/moc_Input_TTY.cpp
-
 
263
 
-
 
264
../Binary/.build/QMK-Settings/moc_dlg_Main.cpp: ../Binary/.build/QMK-Settings/ui_dlg_Main.h \
-
 
265
		../Global/Widget_Connection/wgt_Connection.h \
-
 
266
		../Binary/.build/QMK-Settings/ui_wgt_Connection.h \
-
 
267
		../Global/Kopter.h \
-
 
268
		../Global/Class_HandlerIP/HandlerIP.h \
-
 
269
		../Global/Class_HandlerMK/HandlerMK.h \
-
 
270
		../Global/MK_Datatypes.h \
-
 
271
		../Global/Class_Input/Input.h \
-
 
272
		../Global/Class_Input/Input_TCP.h \
-
 
273
		../Global/Class_Input/Input_TTY.h \
-
 
274
		../Global/Class_SerialPort/ManageSerialPort.h \
-
 
275
		../Global/Class_SerialPort/qextserialport.h \
303
		../Global/Class_Input/Input_TTY.h
276
		../Global/Class_SerialPort/posix_qextserialport.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
277
		../Global/Class_SerialPort/qextserialbase.h \
305
 
278
		../Global/Class_SerialPort/win_qextserialport.h \
306
../Binary/.build/QMK-Settings/moc_dlg_Main.cpp: ../Binary/.build/QMK-Settings/ui_dlg_Main.h \
279
		Dialogs/dlg_MotorMixer.h \
307
		Dialogs/dlg_MotorMixer.h \
-
 
308
		../Binary/.build/QMK-Settings/ui_dlg_MotorMixer.h \
-
 
309
		Classes/cSettings.h \
-
 
310
		Defines.h \
280
		../Binary/.build/QMK-Settings/ui_dlg_MotorMixer.h \
311
		../Global/Global.h \
281
		Classes/cSettings.h \
312
		../Global/Kopter.h \
282
		Defines.h \
313
		../Global/MK_Datatypes.h \
283
		../Global/Global.h \
314
		../Global/Class_HandlerMK/HandlerMK.h \
284
		Dialogs/dlg_MotorTest.h \
315
		Dialogs/dlg_MotorTest.h \
Line 285... Line 316...
285
		../Binary/.build/QMK-Settings/ui_dlg_MotorTest.h \
316
		../Binary/.build/QMK-Settings/ui_dlg_MotorTest.h \
286
		TypeDefs.h \
317
		TypeDefs.h \
287
		Dialogs/dlg_Main.h
318
		Dialogs/dlg_Main.h
288
	/usr/bin/moc $(DEFINES) $(INCPATH) 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
289
 
320
 
290
../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 \
291
		Classes/cSettings.h \
322
		Classes/cSettings.h \
292
		Defines.h \
323
		Defines.h \
293
		../Global/Global.h \
324
		../Global/Global.h \
Line 294... Line 325...
294
		../Global/Kopter.h \
325
		../Global/Kopter.h \
295
		../Global/MK_Datatypes.h \
326
		../Global/MK_Datatypes.h \
296
		../Global/Class_HandlerMK/HandlerMK.h \
327
		../Global/Class_HandlerMK/HandlerMK.h \
297
		Dialogs/dlg_MotorMixer.h
328
		Dialogs/dlg_MotorMixer.h
298
	/usr/bin/moc $(DEFINES) $(INCPATH) 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
299
 
330
 
300
../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 \
Line 301... Line 332...
301
		../Global/Kopter.h \
332
		../Global/Kopter.h \
302
		../Global/Global.h \
333
		../Global/Global.h \
303
		../Global/MK_Datatypes.h \
334
		../Global/MK_Datatypes.h \
304
		../Global/Class_HandlerMK/HandlerMK.h \
335
		../Global/Class_HandlerMK/HandlerMK.h \
Line 327... Line 358...
327
		../Global/Images/Actions/Connection-NO.png \
358
		../Global/Images/Actions/Connection-NO.png \
328
		../Global/Images/Actions/LED_Yellow.png \
359
		../Global/Images/Actions/LED_Yellow.png \
329
		../Global/Images/Actions/LED_Green.png \
360
		../Global/Images/Actions/LED_Green.png \
330
		../Global/Images/Actions/LED_Red.png \
361
		../Global/Images/Actions/LED_Red.png \
331
		../Global/Images/Actions/LED_Off.png
362
		../Global/Images/Actions/LED_Off.png
332
	/usr/bin/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
Line 333... Line 364...
333
 
364
 
334
compiler_image_collection_make_all: ../Binary/.build/QMK-Settings/qmake_image_collection.cpp
365
compiler_image_collection_make_all: qmake_image_collection.cpp
335
compiler_image_collection_clean:
366
compiler_image_collection_clean:
336
	-$(DEL_FILE) ../Binary/.build/QMK-Settings/qmake_image_collection.cpp
367
	-$(DEL_FILE) qmake_image_collection.cpp
337
compiler_moc_source_make_all:
368
compiler_moc_source_make_all:
-
 
369
compiler_moc_source_clean:
-
 
370
compiler_rez_source_make_all:
338
compiler_moc_source_clean:
371
compiler_rez_source_clean:
339
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
340
compiler_uic_clean:
373
compiler_uic_clean:
341
	-$(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
342
../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
Line 343... Line 376...
343
	/usr/bin/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
344
 
377
 
345
../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 \
346
		../Global/Widget_Connection/wgt_Connection.h \
379
		../Global/Widget_Connection/wgt_Connection.h \
Line 355... Line 388...
355
		../Global/Class_SerialPort/ManageSerialPort.h \
388
		../Global/Class_SerialPort/ManageSerialPort.h \
356
		../Global/Class_SerialPort/qextserialport.h \
389
		../Global/Class_SerialPort/qextserialport.h \
357
		../Global/Class_SerialPort/posix_qextserialport.h \
390
		../Global/Class_SerialPort/posix_qextserialport.h \
358
		../Global/Class_SerialPort/qextserialbase.h \
391
		../Global/Class_SerialPort/qextserialbase.h \
359
		../Global/Class_SerialPort/win_qextserialport.h
392
		../Global/Class_SerialPort/win_qextserialport.h
360
	/usr/bin/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
Line 361... Line 394...
361
 
394
 
362
../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
Line 363... Line 396...
363
	/usr/bin/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
364
 
397
 
Line 365... Line 398...
365
../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
366
	/usr/bin/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
367
 
400
 
368
compiler_yacc_decl_make_all:
401
compiler_yacc_decl_make_all:
Line 435... Line 468...
435
		../Global/Class_SerialPort/win_qextserialport.h
468
		../Global/Class_SerialPort/win_qextserialport.h
436
	$(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
Line 437... Line 470...
437
 
470
 
438
../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 \
439
		../Binary/.build/QMK-Settings/ui_dlg_Main.h \
-
 
440
		../Global/Widget_Connection/wgt_Connection.h \
-
 
441
		../Binary/.build/QMK-Settings/ui_wgt_Connection.h \
-
 
442
		../Global/Kopter.h \
-
 
443
		../Global/Class_HandlerIP/HandlerIP.h \
-
 
444
		../Global/Class_HandlerMK/HandlerMK.h \
-
 
445
		../Global/MK_Datatypes.h \
-
 
446
		../Global/Class_Input/Input.h \
-
 
447
		../Global/Class_Input/Input_TCP.h \
-
 
448
		../Global/Class_Input/Input_TTY.h \
-
 
449
		../Global/Class_SerialPort/ManageSerialPort.h \
-
 
450
		../Global/Class_SerialPort/qextserialport.h \
-
 
451
		../Global/Class_SerialPort/posix_qextserialport.h \
-
 
452
		../Global/Class_SerialPort/qextserialbase.h \
-
 
453
		../Global/Class_SerialPort/win_qextserialport.h \
472
		../Binary/.build/QMK-Settings/ui_dlg_Main.h \
454
		Dialogs/dlg_MotorMixer.h \
473
		Dialogs/dlg_MotorMixer.h \
455
		../Binary/.build/QMK-Settings/ui_dlg_MotorMixer.h \
474
		../Binary/.build/QMK-Settings/ui_dlg_MotorMixer.h \
456
		Classes/cSettings.h \
475
		Classes/cSettings.h \
457
		Defines.h \
476
		Defines.h \
-
 
477
		../Global/Global.h \
-
 
478
		../Global/Kopter.h \
-
 
479
		../Global/MK_Datatypes.h \
458
		../Global/Global.h \
480
		../Global/Class_HandlerMK/HandlerMK.h \
459
		Dialogs/dlg_MotorTest.h \
481
		Dialogs/dlg_MotorTest.h \
460
		../Binary/.build/QMK-Settings/ui_dlg_MotorTest.h \
482
		../Binary/.build/QMK-Settings/ui_dlg_MotorTest.h \
461
		TypeDefs.h
483
		TypeDefs.h
Line 462... Line 484...
462
	$(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
463
 
485
 
464
../Binary/.build/QMK-Settings/dlg_Main.o: Dialogs/dlg_Main.cpp Dialogs/dlg_Main.h \
-
 
465
		../Binary/.build/QMK-Settings/ui_dlg_Main.h \
-
 
466
		../Global/Widget_Connection/wgt_Connection.h \
-
 
467
		../Binary/.build/QMK-Settings/ui_wgt_Connection.h \
-
 
468
		../Global/Kopter.h \
-
 
469
		../Global/Class_HandlerIP/HandlerIP.h \
-
 
470
		../Global/Class_HandlerMK/HandlerMK.h \
-
 
471
		../Global/MK_Datatypes.h \
-
 
472
		../Global/Class_Input/Input.h \
-
 
473
		../Global/Class_Input/Input_TCP.h \
-
 
474
		../Global/Class_Input/Input_TTY.h \
-
 
475
		../Global/Class_SerialPort/ManageSerialPort.h \
-
 
476
		../Global/Class_SerialPort/qextserialport.h \
-
 
477
		../Global/Class_SerialPort/posix_qextserialport.h \
-
 
478
		../Global/Class_SerialPort/qextserialbase.h \
486
../Binary/.build/QMK-Settings/dlg_Main.o: Dialogs/dlg_Main.cpp Dialogs/dlg_Main.h \
479
		../Global/Class_SerialPort/win_qextserialport.h \
487
		../Binary/.build/QMK-Settings/ui_dlg_Main.h \
480
		Dialogs/dlg_MotorMixer.h \
488
		Dialogs/dlg_MotorMixer.h \
481
		../Binary/.build/QMK-Settings/ui_dlg_MotorMixer.h \
489
		../Binary/.build/QMK-Settings/ui_dlg_MotorMixer.h \
482
		Classes/cSettings.h \
490
		Classes/cSettings.h \
-
 
491
		Defines.h \
-
 
492
		../Global/Global.h \
-
 
493
		../Global/Kopter.h \
483
		Defines.h \
494
		../Global/MK_Datatypes.h \
484
		../Global/Global.h \
495
		../Global/Class_HandlerMK/HandlerMK.h \
485
		Dialogs/dlg_MotorTest.h \
496
		Dialogs/dlg_MotorTest.h \
486
		../Binary/.build/QMK-Settings/ui_dlg_MotorTest.h \
497
		../Binary/.build/QMK-Settings/ui_dlg_MotorTest.h \