Subversion Repositories Projects

Rev

Rev 813 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
801 - 1
#############################################################################
2
# Makefile for building: ../Binary/QMK-Settings
3
# Generated by qmake (2.01a) (Qt 4.7.0) on: Mo. Aug 23 19:32:49 2010
4
# Project:  QMK-Settings.pro
5
# Template: app
6
# Command: /usr/bin/qmake -spec /usr/share/qt4/mkspecs/linux-g++-64 -unix -o Makefile QMK-Settings.pro
7
#############################################################################
8
 
9
####### Compiler, tools and options
10
 
11
CC            = gcc
12
CXX           = g++
13
DEFINES       = -D_TTY_POSIX_ -D_BETA_ -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)
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)
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
17
LINK          = g++
18
LFLAGS        = -m64 -Wl,-O1
19
LIBS          = $(SUBLIBS)  -L/usr/lib64 -lQtGui -L/usr/lib64 -L/usr/X11R6/lib64 -lQtNetwork -lQtCore -lpthread
20
AR            = ar cqs
21
RANLIB        =
22
QMAKE         = /usr/bin/qmake
23
TAR           = tar -cf
24
COMPRESS      = gzip -9f
25
COPY          = cp -f
26
SED           = sed
27
COPY_FILE     = $(COPY)
28
COPY_DIR      = $(COPY) -r
29
STRIP         = strip
30
INSTALL_FILE  = install -m 644 -p
31
INSTALL_DIR   = $(COPY_DIR)
32
INSTALL_PROGRAM = install -m 755 -p
33
DEL_FILE      = rm -f
34
SYMLINK       = ln -f -s
35
DEL_DIR       = rmdir
36
MOVE          = mv -f
37
CHK_DIR_EXISTS= test -d
38
MKDIR         = mkdir -p
39
 
40
####### Output directory
41
 
42
OBJECTS_DIR   = ../Binary/.build/QMK-Settings/
43
 
44
####### Files
45
 
46
SOURCES       = ../Global/Class_SerialPort/qextserialbase.cpp \
47
		../Global/Class_SerialPort/qextserialport.cpp \
48
		../Global/Class_SerialPort/ManageSerialPort.cpp \
49
		../Global/Class_SerialPort/posix_qextserialport.cpp \
50
		../Global/Widget_Connection/wgt_Connection.cpp \
51
		../Global/Class_HandlerMK/HandlerMK.cpp \
52
		../Global/Class_HandlerIP/HandlerIP.cpp \
53
		../Global/Class_Input/Input.cpp \
54
		../Global/Class_Input/Input_TCP.cpp \
55
		../Global/Class_Input/Input_TTY.cpp \
56
		main.cpp \
57
		Dialogs/dlg_Main.cpp \
58
		Dialogs/dlg_MotorMixer.cpp \
59
		Dialogs/dlg_MotorTest.cpp \
60
		Classes/cSettings.cpp ../Binary/.build/QMK-Settings/moc_ManageSerialPort.cpp \
61
		../Binary/.build/QMK-Settings/moc_wgt_Connection.cpp \
62
		../Binary/.build/QMK-Settings/moc_Input.cpp \
63
		../Binary/.build/QMK-Settings/moc_Input_TCP.cpp \
64
		../Binary/.build/QMK-Settings/moc_Input_TTY.cpp \
65
		../Binary/.build/QMK-Settings/moc_dlg_Main.cpp \
66
		../Binary/.build/QMK-Settings/moc_dlg_MotorMixer.cpp \
67
		../Binary/.build/QMK-Settings/moc_dlg_MotorTest.cpp \
68
		../Binary/.build/QMK-Settings/qrc_QMK-Settings.cpp
69
OBJECTS       = ../Binary/.build/QMK-Settings/qextserialbase.o \
70
		../Binary/.build/QMK-Settings/qextserialport.o \
71
		../Binary/.build/QMK-Settings/ManageSerialPort.o \
72
		../Binary/.build/QMK-Settings/posix_qextserialport.o \
73
		../Binary/.build/QMK-Settings/wgt_Connection.o \
74
		../Binary/.build/QMK-Settings/HandlerMK.o \
75
		../Binary/.build/QMK-Settings/HandlerIP.o \
76
		../Binary/.build/QMK-Settings/Input.o \
77
		../Binary/.build/QMK-Settings/Input_TCP.o \
78
		../Binary/.build/QMK-Settings/Input_TTY.o \
79
		../Binary/.build/QMK-Settings/main.o \
80
		../Binary/.build/QMK-Settings/dlg_Main.o \
81
		../Binary/.build/QMK-Settings/dlg_MotorMixer.o \
82
		../Binary/.build/QMK-Settings/dlg_MotorTest.o \
83
		../Binary/.build/QMK-Settings/cSettings.o \
84
		../Binary/.build/QMK-Settings/moc_ManageSerialPort.o \
85
		../Binary/.build/QMK-Settings/moc_wgt_Connection.o \
86
		../Binary/.build/QMK-Settings/moc_Input.o \
87
		../Binary/.build/QMK-Settings/moc_Input_TCP.o \
88
		../Binary/.build/QMK-Settings/moc_Input_TTY.o \
89
		../Binary/.build/QMK-Settings/moc_dlg_Main.o \
90
		../Binary/.build/QMK-Settings/moc_dlg_MotorMixer.o \
91
		../Binary/.build/QMK-Settings/moc_dlg_MotorTest.o \
92
		../Binary/.build/QMK-Settings/qrc_QMK-Settings.o
93
DIST          = /usr/share/qt4/mkspecs/common/g++.conf \
94
		/usr/share/qt4/mkspecs/common/unix.conf \
95
		/usr/share/qt4/mkspecs/common/linux.conf \
96
		/usr/share/qt4/mkspecs/qconfig.pri \
97
		/usr/share/qt4/mkspecs/modules/qt_webkit_version.pri \
98
		/usr/share/qt4/mkspecs/features/qt_functions.prf \
99
		/usr/share/qt4/mkspecs/features/qt_config.prf \
100
		/usr/share/qt4/mkspecs/features/exclusive_builds.prf \
101
		/usr/share/qt4/mkspecs/features/default_pre.prf \
102
		../Global/Class_SerialPort.pri \
103
		../Global/Widget_Connection.pri \
104
		/usr/share/qt4/mkspecs/features/release.prf \
105
		/usr/share/qt4/mkspecs/features/default_post.prf \
106
		/usr/share/qt4/mkspecs/features/warn_on.prf \
107
		/usr/share/qt4/mkspecs/features/qt.prf \
108
		/usr/share/qt4/mkspecs/features/unix/thread.prf \
109
		/usr/share/qt4/mkspecs/features/moc.prf \
110
		/usr/share/qt4/mkspecs/features/resources.prf \
111
		/usr/share/qt4/mkspecs/features/uic.prf \
112
		/usr/share/qt4/mkspecs/features/yacc.prf \
113
		/usr/share/qt4/mkspecs/features/lex.prf \
114
		QMK-Settings.pro
115
QMAKE_TARGET  = QMK-Settings
116
DESTDIR       = ../Binary/
117
TARGET        = ../Binary/QMK-Settings
118
 
119
first: all
120
####### Implicit rules
121
 
122
.SUFFIXES: .o .c .cpp .cc .cxx .C
123
 
124
.cpp.o:
125
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
126
 
127
.cc.o:
128
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
129
 
130
.cxx.o:
131
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
132
 
133
.C.o:
134
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
135
 
136
.c.o:
137
	$(CC) -c $(CFLAGS) $(INCPATH) -o "$@" "$<"
138
 
139
####### Build rules
140
 
141
all: Makefile $(TARGET)
142
 
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)
144
	@$(CHK_DIR_EXISTS) ../Binary/ || $(MKDIR) ../Binary/
145
	$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)
146
 
147
Makefile: QMK-Settings.pro  /usr/share/qt4/mkspecs/linux-g++-64/qmake.conf /usr/share/qt4/mkspecs/common/g++.conf \
148
		/usr/share/qt4/mkspecs/common/unix.conf \
149
		/usr/share/qt4/mkspecs/common/linux.conf \
150
		/usr/share/qt4/mkspecs/qconfig.pri \
151
		/usr/share/qt4/mkspecs/modules/qt_webkit_version.pri \
152
		/usr/share/qt4/mkspecs/features/qt_functions.prf \
153
		/usr/share/qt4/mkspecs/features/qt_config.prf \
154
		/usr/share/qt4/mkspecs/features/exclusive_builds.prf \
155
		/usr/share/qt4/mkspecs/features/default_pre.prf \
156
		../Global/Class_SerialPort.pri \
157
		../Global/Widget_Connection.pri \
158
		/usr/share/qt4/mkspecs/features/release.prf \
159
		/usr/share/qt4/mkspecs/features/default_post.prf \
160
		/usr/share/qt4/mkspecs/features/warn_on.prf \
161
		/usr/share/qt4/mkspecs/features/qt.prf \
162
		/usr/share/qt4/mkspecs/features/unix/thread.prf \
163
		/usr/share/qt4/mkspecs/features/moc.prf \
164
		/usr/share/qt4/mkspecs/features/resources.prf \
165
		/usr/share/qt4/mkspecs/features/uic.prf \
166
		/usr/share/qt4/mkspecs/features/yacc.prf \
167
		/usr/share/qt4/mkspecs/features/lex.prf \
168
		/usr/lib64/libQtGui.prl \
169
		/usr/lib64/libQtCore.prl \
170
		/usr/lib64/libQtNetwork.prl
171
	$(QMAKE) -spec /usr/share/qt4/mkspecs/linux-g++-64 -unix -o Makefile QMK-Settings.pro
172
/usr/share/qt4/mkspecs/common/g++.conf:
173
/usr/share/qt4/mkspecs/common/unix.conf:
174
/usr/share/qt4/mkspecs/common/linux.conf:
175
/usr/share/qt4/mkspecs/qconfig.pri:
176
/usr/share/qt4/mkspecs/modules/qt_webkit_version.pri:
177
/usr/share/qt4/mkspecs/features/qt_functions.prf:
178
/usr/share/qt4/mkspecs/features/qt_config.prf:
179
/usr/share/qt4/mkspecs/features/exclusive_builds.prf:
180
/usr/share/qt4/mkspecs/features/default_pre.prf:
181
../Global/Class_SerialPort.pri:
182
../Global/Widget_Connection.pri:
183
/usr/share/qt4/mkspecs/features/release.prf:
184
/usr/share/qt4/mkspecs/features/default_post.prf:
185
/usr/share/qt4/mkspecs/features/warn_on.prf:
186
/usr/share/qt4/mkspecs/features/qt.prf:
187
/usr/share/qt4/mkspecs/features/unix/thread.prf:
188
/usr/share/qt4/mkspecs/features/moc.prf:
189
/usr/share/qt4/mkspecs/features/resources.prf:
190
/usr/share/qt4/mkspecs/features/uic.prf:
191
/usr/share/qt4/mkspecs/features/yacc.prf:
192
/usr/share/qt4/mkspecs/features/lex.prf:
193
/usr/lib64/libQtGui.prl:
194
/usr/lib64/libQtCore.prl:
195
/usr/lib64/libQtNetwork.prl:
196
qmake:  FORCE
197
	@$(QMAKE) -spec /usr/share/qt4/mkspecs/linux-g++-64 -unix -o Makefile QMK-Settings.pro
198
 
199
dist:
200
	@$(CHK_DIR_EXISTS) ../Binary/.build/QMK-Settings/QMK-Settings1.0.0 || $(MKDIR) ../Binary/.build/QMK-Settings/QMK-Settings1.0.0
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
202
 
203
 
204
clean:compiler_clean
205
	-$(DEL_FILE) $(OBJECTS)
206
	-$(DEL_FILE) *~ core *.core
207
 
208
 
209
####### Sub-libraries
210
 
211
distclean: clean
212
	-$(DEL_FILE) $(TARGET)
213
	-$(DEL_FILE) Makefile
214
 
215
 
216
check: first
217
 
218
mocclean: compiler_moc_header_clean compiler_moc_source_clean
219
 
220
mocables: compiler_moc_header_make_all compiler_moc_source_make_all
221
 
222
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
223
compiler_moc_header_clean:
224
	-$(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
225
../Binary/.build/QMK-Settings/moc_ManageSerialPort.cpp: ../Global/Class_SerialPort/qextserialport.h \
226
		../Global/Class_SerialPort/posix_qextserialport.h \
227
		../Global/Class_SerialPort/qextserialbase.h \
228
		../Global/Class_SerialPort/win_qextserialport.h \
229
		../Global/Class_SerialPort/ManageSerialPort.h
230
	/usr/bin/moc $(DEFINES) $(INCPATH) ../Global/Class_SerialPort/ManageSerialPort.h -o ../Binary/.build/QMK-Settings/moc_ManageSerialPort.cpp
231
 
232
../Binary/.build/QMK-Settings/moc_wgt_Connection.cpp: ../Binary/.build/QMK-Settings/ui_wgt_Connection.h \
233
		../Global/Kopter.h \
234
		../Global/Class_HandlerIP/HandlerIP.h \
235
		../Global/Class_HandlerMK/HandlerMK.h \
236
		../Global/MK_Datatypes.h \
237
		../Global/Class_Input/Input.h \
238
		../Global/Class_Input/Input_TCP.h \
239
		../Global/Class_Input/Input_TTY.h \
240
		../Global/Class_SerialPort/ManageSerialPort.h \
241
		../Global/Class_SerialPort/qextserialport.h \
242
		../Global/Class_SerialPort/posix_qextserialport.h \
243
		../Global/Class_SerialPort/qextserialbase.h \
244
		../Global/Class_SerialPort/win_qextserialport.h \
245
		../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
247
 
248
../Binary/.build/QMK-Settings/moc_Input.cpp: ../Global/Class_Input/Input.h
249
	/usr/bin/moc $(DEFINES) $(INCPATH) ../Global/Class_Input/Input.h -o ../Binary/.build/QMK-Settings/moc_Input.cpp
250
 
251
../Binary/.build/QMK-Settings/moc_Input_TCP.cpp: ../Global/Class_Input/Input.h \
252
		../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
254
 
255
../Binary/.build/QMK-Settings/moc_Input_TTY.cpp: ../Global/Class_Input/Input.h \
256
		../Global/Class_SerialPort/ManageSerialPort.h \
257
		../Global/Class_SerialPort/qextserialport.h \
258
		../Global/Class_SerialPort/posix_qextserialport.h \
259
		../Global/Class_SerialPort/qextserialbase.h \
260
		../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 \
276
		../Global/Class_SerialPort/posix_qextserialport.h \
277
		../Global/Class_SerialPort/qextserialbase.h \
278
		../Global/Class_SerialPort/win_qextserialport.h \
279
		Dialogs/dlg_MotorMixer.h \
280
		../Binary/.build/QMK-Settings/ui_dlg_MotorMixer.h \
281
		Classes/cSettings.h \
282
		Defines.h \
283
		../Global/Global.h \
284
		Dialogs/dlg_MotorTest.h \
285
		../Binary/.build/QMK-Settings/ui_dlg_MotorTest.h \
286
		TypeDefs.h \
287
		Dialogs/dlg_Main.h
288
	/usr/bin/moc $(DEFINES) $(INCPATH) Dialogs/dlg_Main.h -o ../Binary/.build/QMK-Settings/moc_dlg_Main.cpp
289
 
290
../Binary/.build/QMK-Settings/moc_dlg_MotorMixer.cpp: ../Binary/.build/QMK-Settings/ui_dlg_MotorMixer.h \
291
		Classes/cSettings.h \
292
		Defines.h \
293
		../Global/Global.h \
294
		../Global/Kopter.h \
295
		../Global/MK_Datatypes.h \
296
		../Global/Class_HandlerMK/HandlerMK.h \
297
		Dialogs/dlg_MotorMixer.h
298
	/usr/bin/moc $(DEFINES) $(INCPATH) Dialogs/dlg_MotorMixer.h -o ../Binary/.build/QMK-Settings/moc_dlg_MotorMixer.cpp
299
 
300
../Binary/.build/QMK-Settings/moc_dlg_MotorTest.cpp: ../Binary/.build/QMK-Settings/ui_dlg_MotorTest.h \
301
		../Global/Kopter.h \
302
		../Global/Global.h \
303
		../Global/MK_Datatypes.h \
304
		../Global/Class_HandlerMK/HandlerMK.h \
305
		Dialogs/dlg_MotorTest.h
306
	/usr/bin/moc $(DEFINES) $(INCPATH) Dialogs/dlg_MotorTest.h -o ../Binary/.build/QMK-Settings/moc_dlg_MotorTest.cpp
307
 
308
compiler_rcc_make_all: ../Binary/.build/QMK-Settings/qrc_QMK-Settings.cpp
309
compiler_rcc_clean:
310
	-$(DEL_FILE) ../Binary/.build/QMK-Settings/qrc_QMK-Settings.cpp
311
../Binary/.build/QMK-Settings/qrc_QMK-Settings.cpp: QMK-Settings.qrc \
312
		../Global/Images/Arrows/Right-1.png \
313
		../Global/Images/Arrows/Down-2.png \
314
		../Global/Images/Arrows/Down-1.png \
315
		../Global/Images/Arrows/Up-1.png \
316
		../Global/Images/Arrows/Left-1.png \
317
		../Global/Images/Arrows/Up-2.png \
318
		../Global/Images/Arrows/Left-2.png \
319
		../Global/Images/Arrows/Right-2.png \
320
		../Global/Images/Icons/QMK-Settings.png \
321
		../Global/Images/Actions/Connection-OK.png \
322
		../Global/Images/Actions/Load.png \
323
		../Global/Images/Actions/Read.png \
324
		../Global/Images/Actions/Exit.png \
325
		../Global/Images/Actions/Save.png \
326
		../Global/Images/Actions/Write.png \
327
		../Global/Images/Actions/Connection-NO.png \
328
		../Global/Images/Actions/LED_Yellow.png \
329
		../Global/Images/Actions/LED_Green.png \
330
		../Global/Images/Actions/LED_Red.png \
331
		../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
333
 
334
compiler_image_collection_make_all: ../Binary/.build/QMK-Settings/qmake_image_collection.cpp
335
compiler_image_collection_clean:
336
	-$(DEL_FILE) ../Binary/.build/QMK-Settings/qmake_image_collection.cpp
337
compiler_moc_source_make_all:
338
compiler_moc_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
340
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
342
../Binary/.build/QMK-Settings/ui_wgt_Connection.h: ../Global/Widget_Connection/wgt_Connection.ui
343
	/usr/bin/uic ../Global/Widget_Connection/wgt_Connection.ui -o ../Binary/.build/QMK-Settings/ui_wgt_Connection.h
344
 
345
../Binary/.build/QMK-Settings/ui_dlg_Main.h: Dialogs/dlg_Main.ui \
346
		../Global/Widget_Connection/wgt_Connection.h \
347
		../Binary/.build/QMK-Settings/ui_wgt_Connection.h \
348
		../Global/Kopter.h \
349
		../Global/Class_HandlerIP/HandlerIP.h \
350
		../Global/Class_HandlerMK/HandlerMK.h \
351
		../Global/MK_Datatypes.h \
352
		../Global/Class_Input/Input.h \
353
		../Global/Class_Input/Input_TCP.h \
354
		../Global/Class_Input/Input_TTY.h \
355
		../Global/Class_SerialPort/ManageSerialPort.h \
356
		../Global/Class_SerialPort/qextserialport.h \
357
		../Global/Class_SerialPort/posix_qextserialport.h \
358
		../Global/Class_SerialPort/qextserialbase.h \
359
		../Global/Class_SerialPort/win_qextserialport.h
360
	/usr/bin/uic Dialogs/dlg_Main.ui -o ../Binary/.build/QMK-Settings/ui_dlg_Main.h
361
 
362
../Binary/.build/QMK-Settings/ui_dlg_MotorMixer.h: Dialogs/dlg_MotorMixer.ui
363
	/usr/bin/uic Dialogs/dlg_MotorMixer.ui -o ../Binary/.build/QMK-Settings/ui_dlg_MotorMixer.h
364
 
365
../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
367
 
368
compiler_yacc_decl_make_all:
369
compiler_yacc_decl_clean:
370
compiler_yacc_impl_make_all:
371
compiler_yacc_impl_clean:
372
compiler_lex_make_all:
373
compiler_lex_clean:
374
compiler_clean: compiler_moc_header_clean compiler_rcc_clean compiler_uic_clean
375
 
376
####### Compile
377
 
378
../Binary/.build/QMK-Settings/qextserialbase.o: ../Global/Class_SerialPort/qextserialbase.cpp ../Global/Class_SerialPort/qextserialbase.h
379
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/qextserialbase.o ../Global/Class_SerialPort/qextserialbase.cpp
380
 
381
../Binary/.build/QMK-Settings/qextserialport.o: ../Global/Class_SerialPort/qextserialport.cpp ../Global/Class_SerialPort/qextserialport.h \
382
		../Global/Class_SerialPort/posix_qextserialport.h \
383
		../Global/Class_SerialPort/qextserialbase.h \
384
		../Global/Class_SerialPort/win_qextserialport.h
385
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/qextserialport.o ../Global/Class_SerialPort/qextserialport.cpp
386
 
387
../Binary/.build/QMK-Settings/ManageSerialPort.o: ../Global/Class_SerialPort/ManageSerialPort.cpp ../Global/Class_SerialPort/ManageSerialPort.h \
388
		../Global/Class_SerialPort/qextserialport.h \
389
		../Global/Class_SerialPort/posix_qextserialport.h \
390
		../Global/Class_SerialPort/qextserialbase.h \
391
		../Global/Class_SerialPort/win_qextserialport.h
392
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/ManageSerialPort.o ../Global/Class_SerialPort/ManageSerialPort.cpp
393
 
394
../Binary/.build/QMK-Settings/posix_qextserialport.o: ../Global/Class_SerialPort/posix_qextserialport.cpp ../Global/Class_SerialPort/posix_qextserialport.h \
395
		../Global/Class_SerialPort/qextserialbase.h
396
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/posix_qextserialport.o ../Global/Class_SerialPort/posix_qextserialport.cpp
397
 
398
../Binary/.build/QMK-Settings/wgt_Connection.o: ../Global/Widget_Connection/wgt_Connection.cpp ../Global/Widget_Connection/wgt_Connection.h \
399
		../Binary/.build/QMK-Settings/ui_wgt_Connection.h \
400
		../Global/Kopter.h \
401
		../Global/Class_HandlerIP/HandlerIP.h \
402
		../Global/Class_HandlerMK/HandlerMK.h \
403
		../Global/MK_Datatypes.h \
404
		../Global/Class_Input/Input.h \
405
		../Global/Class_Input/Input_TCP.h \
406
		../Global/Class_Input/Input_TTY.h \
407
		../Global/Class_SerialPort/ManageSerialPort.h \
408
		../Global/Class_SerialPort/qextserialport.h \
409
		../Global/Class_SerialPort/posix_qextserialport.h \
410
		../Global/Class_SerialPort/qextserialbase.h \
411
		../Global/Class_SerialPort/win_qextserialport.h
412
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/wgt_Connection.o ../Global/Widget_Connection/wgt_Connection.cpp
413
 
414
../Binary/.build/QMK-Settings/HandlerMK.o: ../Global/Class_HandlerMK/HandlerMK.cpp ../Global/Class_HandlerMK/HandlerMK.h \
415
		../Global/Kopter.h \
416
		../Global/MK_Datatypes.h
417
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/HandlerMK.o ../Global/Class_HandlerMK/HandlerMK.cpp
418
 
419
../Binary/.build/QMK-Settings/HandlerIP.o: ../Global/Class_HandlerIP/HandlerIP.cpp ../Global/Class_HandlerIP/HandlerIP.h
420
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/HandlerIP.o ../Global/Class_HandlerIP/HandlerIP.cpp
421
 
422
../Binary/.build/QMK-Settings/Input.o: ../Global/Class_Input/Input.cpp ../Global/Class_Input/Input.h
423
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/Input.o ../Global/Class_Input/Input.cpp
424
 
425
../Binary/.build/QMK-Settings/Input_TCP.o: ../Global/Class_Input/Input_TCP.cpp ../Global/Class_Input/Input_TCP.h \
426
		../Global/Class_Input/Input.h
427
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/Input_TCP.o ../Global/Class_Input/Input_TCP.cpp
428
 
429
../Binary/.build/QMK-Settings/Input_TTY.o: ../Global/Class_Input/Input_TTY.cpp ../Global/Class_Input/Input_TTY.h \
430
		../Global/Class_Input/Input.h \
431
		../Global/Class_SerialPort/ManageSerialPort.h \
432
		../Global/Class_SerialPort/qextserialport.h \
433
		../Global/Class_SerialPort/posix_qextserialport.h \
434
		../Global/Class_SerialPort/qextserialbase.h \
435
		../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
437
 
438
../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 \
454
		Dialogs/dlg_MotorMixer.h \
455
		../Binary/.build/QMK-Settings/ui_dlg_MotorMixer.h \
456
		Classes/cSettings.h \
457
		Defines.h \
458
		../Global/Global.h \
459
		Dialogs/dlg_MotorTest.h \
460
		../Binary/.build/QMK-Settings/ui_dlg_MotorTest.h \
461
		TypeDefs.h
462
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/main.o main.cpp
463
 
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 \
479
		../Global/Class_SerialPort/win_qextserialport.h \
480
		Dialogs/dlg_MotorMixer.h \
481
		../Binary/.build/QMK-Settings/ui_dlg_MotorMixer.h \
482
		Classes/cSettings.h \
483
		Defines.h \
484
		../Global/Global.h \
485
		Dialogs/dlg_MotorTest.h \
486
		../Binary/.build/QMK-Settings/ui_dlg_MotorTest.h \
487
		TypeDefs.h
488
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/dlg_Main.o Dialogs/dlg_Main.cpp
489
 
490
../Binary/.build/QMK-Settings/dlg_MotorMixer.o: Dialogs/dlg_MotorMixer.cpp Dialogs/dlg_MotorMixer.h \
491
		../Binary/.build/QMK-Settings/ui_dlg_MotorMixer.h \
492
		Classes/cSettings.h \
493
		Defines.h \
494
		../Global/Global.h \
495
		../Global/Kopter.h \
496
		../Global/MK_Datatypes.h \
497
		../Global/Class_HandlerMK/HandlerMK.h
498
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/dlg_MotorMixer.o Dialogs/dlg_MotorMixer.cpp
499
 
500
../Binary/.build/QMK-Settings/dlg_MotorTest.o: Dialogs/dlg_MotorTest.cpp Dialogs/dlg_MotorTest.h \
501
		../Binary/.build/QMK-Settings/ui_dlg_MotorTest.h \
502
		../Global/Kopter.h \
503
		../Global/Global.h \
504
		../Global/MK_Datatypes.h \
505
		../Global/Class_HandlerMK/HandlerMK.h
506
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/dlg_MotorTest.o Dialogs/dlg_MotorTest.cpp
507
 
508
../Binary/.build/QMK-Settings/cSettings.o: Classes/cSettings.cpp Classes/cSettings.h \
509
		Defines.h \
510
		../Global/Global.h \
511
		../Global/Kopter.h
512
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/cSettings.o Classes/cSettings.cpp
513
 
514
../Binary/.build/QMK-Settings/moc_ManageSerialPort.o: ../Binary/.build/QMK-Settings/moc_ManageSerialPort.cpp
515
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/moc_ManageSerialPort.o ../Binary/.build/QMK-Settings/moc_ManageSerialPort.cpp
516
 
517
../Binary/.build/QMK-Settings/moc_wgt_Connection.o: ../Binary/.build/QMK-Settings/moc_wgt_Connection.cpp
518
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/moc_wgt_Connection.o ../Binary/.build/QMK-Settings/moc_wgt_Connection.cpp
519
 
520
../Binary/.build/QMK-Settings/moc_Input.o: ../Binary/.build/QMK-Settings/moc_Input.cpp
521
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/moc_Input.o ../Binary/.build/QMK-Settings/moc_Input.cpp
522
 
523
../Binary/.build/QMK-Settings/moc_Input_TCP.o: ../Binary/.build/QMK-Settings/moc_Input_TCP.cpp
524
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/moc_Input_TCP.o ../Binary/.build/QMK-Settings/moc_Input_TCP.cpp
525
 
526
../Binary/.build/QMK-Settings/moc_Input_TTY.o: ../Binary/.build/QMK-Settings/moc_Input_TTY.cpp
527
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/moc_Input_TTY.o ../Binary/.build/QMK-Settings/moc_Input_TTY.cpp
528
 
529
../Binary/.build/QMK-Settings/moc_dlg_Main.o: ../Binary/.build/QMK-Settings/moc_dlg_Main.cpp
530
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/moc_dlg_Main.o ../Binary/.build/QMK-Settings/moc_dlg_Main.cpp
531
 
532
../Binary/.build/QMK-Settings/moc_dlg_MotorMixer.o: ../Binary/.build/QMK-Settings/moc_dlg_MotorMixer.cpp
533
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/moc_dlg_MotorMixer.o ../Binary/.build/QMK-Settings/moc_dlg_MotorMixer.cpp
534
 
535
../Binary/.build/QMK-Settings/moc_dlg_MotorTest.o: ../Binary/.build/QMK-Settings/moc_dlg_MotorTest.cpp
536
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/moc_dlg_MotorTest.o ../Binary/.build/QMK-Settings/moc_dlg_MotorTest.cpp
537
 
538
../Binary/.build/QMK-Settings/qrc_QMK-Settings.o: ../Binary/.build/QMK-Settings/qrc_QMK-Settings.cpp
539
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Settings/qrc_QMK-Settings.o ../Binary/.build/QMK-Settings/qrc_QMK-Settings.cpp
540
 
541
####### Install
542
 
543
install:   FORCE
544
 
545
uninstall:   FORCE
546
 
547
FORCE:
548