Subversion Repositories Projects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
801 - 1
#############################################################################
2
# Makefile for building: ../Binary/QMK-Communicator
3
# Generated by qmake (2.01a) (Qt 4.5.2) on: Fr. Nov 6 22:27:05 2009
4
# Project:  QMK-Communicator.pro
5
# Template: app
6
# Command: /usr/bin/qmake -spec /usr/share/qt4/mkspecs/linux-g++-64 -unix -o Makefile QMK-Communicator.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 -g -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 -g -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../Binary/.build/QMK-Communicator -I../Binary/.build/QMK-Communicator
17
LINK          = g++
18
LFLAGS        = -m64 -Wl,-O1
19
LIBS          = $(SUBLIBS)  -L/usr/lib64 -lQtGui -L/usr/lib64 -L/usr/X11R6/lib64 -pthread -lpng -lfreetype -lSM -lICE -pthread -pthread -lXrender -lXrandr -lXfixes -lXcursor -lXinerama -lfontconfig -lXext -lX11 -lQtNetwork -pthread -pthread -lQtCore -lz -lm -pthread -lgthread-2.0 -lrt -lglib-2.0 -ldl -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
INSTALL_FILE  = install -m 644 -p
30
INSTALL_DIR   = $(COPY_DIR)
31
INSTALL_PROGRAM = install -m 755 -p
32
DEL_FILE      = rm -f
33
SYMLINK       = ln -sf
34
DEL_DIR       = rmdir
35
MOVE          = mv -f
36
CHK_DIR_EXISTS= test -d
37
MKDIR         = mkdir -p
38
 
39
####### Output directory
40
 
41
OBJECTS_DIR   = ../Binary/.build/QMK-Communicator/
42
 
43
####### Files
44
 
45
SOURCES       = main.cpp \
46
		../Global/Class_Input/Input.cpp \
47
		../Global/Class_Input/Input_TTY.cpp \
48
		../Global/Class_HandlerMK/HandlerMK.cpp \
49
		../Global/Class_HandlerIP/HandlerIP.cpp \
50
		../Global/Class_SerialPort/qextserialbase.cpp \
51
		../Global/Class_SerialPort/qextserialport.cpp \
52
		../Global/Class_SerialPort/ManageSerialPort.cpp \
53
		Dialogs/dlg_Main.cpp \
54
		Classes/cSettings.cpp \
55
		Dialogs/dlg_Preferences.cpp \
56
		Dialogs/dlg_Terminal.cpp \
57
		../Global/Class_SerialPort/posix_qextserialport.cpp ../Binary/.build/QMK-Communicator/moc_Input.cpp \
58
		../Binary/.build/QMK-Communicator/moc_Input_TTY.cpp \
59
		../Binary/.build/QMK-Communicator/moc_ManageSerialPort.cpp \
60
		../Binary/.build/QMK-Communicator/moc_dlg_Main.cpp \
61
		../Binary/.build/QMK-Communicator/moc_dlg_Preferences.cpp \
62
		../Binary/.build/QMK-Communicator/moc_dlg_Terminal.cpp \
63
		../Binary/.build/QMK-Communicator/qrc_QMK-Communicator.cpp
64
OBJECTS       = ../Binary/.build/QMK-Communicator/main.o \
65
		../Binary/.build/QMK-Communicator/Input.o \
66
		../Binary/.build/QMK-Communicator/Input_TTY.o \
67
		../Binary/.build/QMK-Communicator/HandlerMK.o \
68
		../Binary/.build/QMK-Communicator/HandlerIP.o \
69
		../Binary/.build/QMK-Communicator/qextserialbase.o \
70
		../Binary/.build/QMK-Communicator/qextserialport.o \
71
		../Binary/.build/QMK-Communicator/ManageSerialPort.o \
72
		../Binary/.build/QMK-Communicator/dlg_Main.o \
73
		../Binary/.build/QMK-Communicator/cSettings.o \
74
		../Binary/.build/QMK-Communicator/dlg_Preferences.o \
75
		../Binary/.build/QMK-Communicator/dlg_Terminal.o \
76
		../Binary/.build/QMK-Communicator/posix_qextserialport.o \
77
		../Binary/.build/QMK-Communicator/moc_Input.o \
78
		../Binary/.build/QMK-Communicator/moc_Input_TTY.o \
79
		../Binary/.build/QMK-Communicator/moc_ManageSerialPort.o \
80
		../Binary/.build/QMK-Communicator/moc_dlg_Main.o \
81
		../Binary/.build/QMK-Communicator/moc_dlg_Preferences.o \
82
		../Binary/.build/QMK-Communicator/moc_dlg_Terminal.o \
83
		../Binary/.build/QMK-Communicator/qrc_QMK-Communicator.o
84
DIST          = /usr/share/qt4/mkspecs/common/g++.conf \
85
		/usr/share/qt4/mkspecs/common/unix.conf \
86
		/usr/share/qt4/mkspecs/common/linux.conf \
87
		/usr/share/qt4/mkspecs/qconfig.pri \
88
		/usr/share/qt4/mkspecs/features/qt_functions.prf \
89
		/usr/share/qt4/mkspecs/features/qt_config.prf \
90
		/usr/share/qt4/mkspecs/features/exclusive_builds.prf \
91
		/usr/share/qt4/mkspecs/features/default_pre.prf \
92
		/usr/share/qt4/mkspecs/features/release.prf \
93
		/usr/share/qt4/mkspecs/features/default_post.prf \
94
		/usr/share/qt4/mkspecs/features/warn_on.prf \
95
		/usr/share/qt4/mkspecs/features/qt.prf \
96
		/usr/share/qt4/mkspecs/features/unix/thread.prf \
97
		/usr/share/qt4/mkspecs/features/moc.prf \
98
		/usr/share/qt4/mkspecs/features/resources.prf \
99
		/usr/share/qt4/mkspecs/features/uic.prf \
100
		/usr/share/qt4/mkspecs/features/yacc.prf \
101
		/usr/share/qt4/mkspecs/features/lex.prf \
102
		QMK-Communicator.pro
103
QMAKE_TARGET  = QMK-Communicator
104
DESTDIR       = ../Binary/
105
TARGET        = ../Binary/QMK-Communicator
106
 
107
first: all
108
####### Implicit rules
109
 
110
.SUFFIXES: .o .c .cpp .cc .cxx .C
111
 
112
.cpp.o:
113
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
114
 
115
.cc.o:
116
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
117
 
118
.cxx.o:
119
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
120
 
121
.C.o:
122
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
123
 
124
.c.o:
125
	$(CC) -c $(CFLAGS) $(INCPATH) -o "$@" "$<"
126
 
127
####### Build rules
128
 
129
all: Makefile $(TARGET)
130
 
131
$(TARGET): ../Binary/.build/QMK-Communicator/ui_dlg_Main.h ../Binary/.build/QMK-Communicator/ui_dlg_Preferences.h ../Binary/.build/QMK-Communicator/ui_dlg_Terminal.h $(OBJECTS)
132
	@$(CHK_DIR_EXISTS) ../Binary/ || $(MKDIR) ../Binary/
133
	$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)
134
 
135
Makefile: QMK-Communicator.pro  /usr/share/qt4/mkspecs/linux-g++-64/qmake.conf /usr/share/qt4/mkspecs/common/g++.conf \
136
		/usr/share/qt4/mkspecs/common/unix.conf \
137
		/usr/share/qt4/mkspecs/common/linux.conf \
138
		/usr/share/qt4/mkspecs/qconfig.pri \
139
		/usr/share/qt4/mkspecs/features/qt_functions.prf \
140
		/usr/share/qt4/mkspecs/features/qt_config.prf \
141
		/usr/share/qt4/mkspecs/features/exclusive_builds.prf \
142
		/usr/share/qt4/mkspecs/features/default_pre.prf \
143
		/usr/share/qt4/mkspecs/features/release.prf \
144
		/usr/share/qt4/mkspecs/features/default_post.prf \
145
		/usr/share/qt4/mkspecs/features/warn_on.prf \
146
		/usr/share/qt4/mkspecs/features/qt.prf \
147
		/usr/share/qt4/mkspecs/features/unix/thread.prf \
148
		/usr/share/qt4/mkspecs/features/moc.prf \
149
		/usr/share/qt4/mkspecs/features/resources.prf \
150
		/usr/share/qt4/mkspecs/features/uic.prf \
151
		/usr/share/qt4/mkspecs/features/yacc.prf \
152
		/usr/share/qt4/mkspecs/features/lex.prf \
153
		/usr/lib64/libQtGui.prl \
154
		/usr/lib64/libQtCore.prl \
155
		/usr/lib64/libQtNetwork.prl
156
	$(QMAKE) -spec /usr/share/qt4/mkspecs/linux-g++-64 -unix -o Makefile QMK-Communicator.pro
157
/usr/share/qt4/mkspecs/common/g++.conf:
158
/usr/share/qt4/mkspecs/common/unix.conf:
159
/usr/share/qt4/mkspecs/common/linux.conf:
160
/usr/share/qt4/mkspecs/qconfig.pri:
161
/usr/share/qt4/mkspecs/features/qt_functions.prf:
162
/usr/share/qt4/mkspecs/features/qt_config.prf:
163
/usr/share/qt4/mkspecs/features/exclusive_builds.prf:
164
/usr/share/qt4/mkspecs/features/default_pre.prf:
165
/usr/share/qt4/mkspecs/features/release.prf:
166
/usr/share/qt4/mkspecs/features/default_post.prf:
167
/usr/share/qt4/mkspecs/features/warn_on.prf:
168
/usr/share/qt4/mkspecs/features/qt.prf:
169
/usr/share/qt4/mkspecs/features/unix/thread.prf:
170
/usr/share/qt4/mkspecs/features/moc.prf:
171
/usr/share/qt4/mkspecs/features/resources.prf:
172
/usr/share/qt4/mkspecs/features/uic.prf:
173
/usr/share/qt4/mkspecs/features/yacc.prf:
174
/usr/share/qt4/mkspecs/features/lex.prf:
175
/usr/lib64/libQtGui.prl:
176
/usr/lib64/libQtCore.prl:
177
/usr/lib64/libQtNetwork.prl:
178
qmake:  FORCE
179
	@$(QMAKE) -spec /usr/share/qt4/mkspecs/linux-g++-64 -unix -o Makefile QMK-Communicator.pro
180
 
181
dist:
182
	@$(CHK_DIR_EXISTS) ../Binary/.build/QMK-Communicator/QMK-Communicator1.0.0 || $(MKDIR) ../Binary/.build/QMK-Communicator/QMK-Communicator1.0.0
183
	$(COPY_FILE) --parents $(SOURCES) $(DIST) ../Binary/.build/QMK-Communicator/QMK-Communicator1.0.0/ && $(COPY_FILE) --parents Defines.h ../Global/Kopter.h ../Global/Class_Input/Input.h ../Global/Class_Input/Input_TTY.h ../Global/Class_HandlerMK/HandlerMK.h ../Global/Class_HandlerIP/HandlerIP.h ../Global/Class_SerialPort/qextserialbase.h ../Global/Class_SerialPort/qextserialport.h ../Global/Class_SerialPort/ManageSerialPort.h Dialogs/dlg_Main.h Classes/cSettings.h TypeDefs.h ../Global/Global.h Dialogs/dlg_Preferences.h Dialogs/dlg_Terminal.h ../Global/Class_SerialPort/posix_qextserialport.h ../Binary/.build/QMK-Communicator/QMK-Communicator1.0.0/ && $(COPY_FILE) --parents QMK-Communicator.qrc ../Binary/.build/QMK-Communicator/QMK-Communicator1.0.0/ && $(COPY_FILE) --parents main.cpp ../Global/Class_Input/Input.cpp ../Global/Class_Input/Input_TTY.cpp ../Global/Class_HandlerMK/HandlerMK.cpp ../Global/Class_HandlerIP/HandlerIP.cpp ../Global/Class_SerialPort/qextserialbase.cpp ../Global/Class_SerialPort/qextserialport.cpp ../Global/Class_SerialPort/ManageSerialPort.cpp Dialogs/dlg_Main.cpp Classes/cSettings.cpp Dialogs/dlg_Preferences.cpp Dialogs/dlg_Terminal.cpp ../Global/Class_SerialPort/posix_qextserialport.cpp ../Binary/.build/QMK-Communicator/QMK-Communicator1.0.0/ && $(COPY_FILE) --parents Dialogs/dlg_Main.ui Dialogs/dlg_Preferences.ui Dialogs/dlg_Terminal.ui ../Binary/.build/QMK-Communicator/QMK-Communicator1.0.0/ && (cd `dirname ../Binary/.build/QMK-Communicator/QMK-Communicator1.0.0` && $(TAR) QMK-Communicator1.0.0.tar QMK-Communicator1.0.0 && $(COMPRESS) QMK-Communicator1.0.0.tar) && $(MOVE) `dirname ../Binary/.build/QMK-Communicator/QMK-Communicator1.0.0`/QMK-Communicator1.0.0.tar.gz . && $(DEL_FILE) -r ../Binary/.build/QMK-Communicator/QMK-Communicator1.0.0
184
 
185
 
186
clean:compiler_clean
187
	-$(DEL_FILE) $(OBJECTS)
188
	-$(DEL_FILE) *~ core *.core
189
 
190
 
191
####### Sub-libraries
192
 
193
distclean: clean
194
	-$(DEL_FILE) $(TARGET)
195
	-$(DEL_FILE) Makefile
196
 
197
 
198
mocclean: compiler_moc_header_clean compiler_moc_source_clean
199
 
200
mocables: compiler_moc_header_make_all compiler_moc_source_make_all
201
 
202
compiler_moc_header_make_all: ../Binary/.build/QMK-Communicator/moc_Input.cpp ../Binary/.build/QMK-Communicator/moc_Input_TTY.cpp ../Binary/.build/QMK-Communicator/moc_ManageSerialPort.cpp ../Binary/.build/QMK-Communicator/moc_dlg_Main.cpp ../Binary/.build/QMK-Communicator/moc_dlg_Preferences.cpp ../Binary/.build/QMK-Communicator/moc_dlg_Terminal.cpp
203
compiler_moc_header_clean:
204
	-$(DEL_FILE) ../Binary/.build/QMK-Communicator/moc_Input.cpp ../Binary/.build/QMK-Communicator/moc_Input_TTY.cpp ../Binary/.build/QMK-Communicator/moc_ManageSerialPort.cpp ../Binary/.build/QMK-Communicator/moc_dlg_Main.cpp ../Binary/.build/QMK-Communicator/moc_dlg_Preferences.cpp ../Binary/.build/QMK-Communicator/moc_dlg_Terminal.cpp
205
../Binary/.build/QMK-Communicator/moc_Input.cpp: ../Global/Class_Input/Input.h
206
	/usr/bin/moc $(DEFINES) $(INCPATH) ../Global/Class_Input/Input.h -o ../Binary/.build/QMK-Communicator/moc_Input.cpp
207
 
208
../Binary/.build/QMK-Communicator/moc_Input_TTY.cpp: ../Global/Class_Input/Input.h \
209
		../Global/Class_SerialPort/ManageSerialPort.h \
210
		../Global/Class_SerialPort/qextserialport.h \
211
		../Global/Class_SerialPort/posix_qextserialport.h \
212
		../Global/Class_SerialPort/qextserialbase.h \
213
		../Global/Class_SerialPort/win_qextserialport.h \
214
		../Global/Class_Input/Input_TTY.h
215
	/usr/bin/moc $(DEFINES) $(INCPATH) ../Global/Class_Input/Input_TTY.h -o ../Binary/.build/QMK-Communicator/moc_Input_TTY.cpp
216
 
217
../Binary/.build/QMK-Communicator/moc_ManageSerialPort.cpp: ../Global/Class_SerialPort/qextserialport.h \
218
		../Global/Class_SerialPort/posix_qextserialport.h \
219
		../Global/Class_SerialPort/qextserialbase.h \
220
		../Global/Class_SerialPort/win_qextserialport.h \
221
		../Global/Class_SerialPort/ManageSerialPort.h
222
	/usr/bin/moc $(DEFINES) $(INCPATH) ../Global/Class_SerialPort/ManageSerialPort.h -o ../Binary/.build/QMK-Communicator/moc_ManageSerialPort.cpp
223
 
224
../Binary/.build/QMK-Communicator/moc_dlg_Main.cpp: ../Binary/.build/QMK-Communicator/ui_dlg_Main.h \
225
		Dialogs/dlg_Preferences.h \
226
		../Binary/.build/QMK-Communicator/ui_dlg_Preferences.h \
227
		Classes/cSettings.h \
228
		Defines.h \
229
		../Global/Global.h \
230
		../Global/Kopter.h \
231
		Dialogs/dlg_Terminal.h \
232
		../Binary/.build/QMK-Communicator/ui_dlg_Terminal.h \
233
		TypeDefs.h \
234
		../Global/Class_Input/Input.h \
235
		../Global/Class_Input/Input_TTY.h \
236
		../Global/Class_SerialPort/ManageSerialPort.h \
237
		../Global/Class_SerialPort/qextserialport.h \
238
		../Global/Class_SerialPort/posix_qextserialport.h \
239
		../Global/Class_SerialPort/qextserialbase.h \
240
		../Global/Class_SerialPort/win_qextserialport.h \
241
		../Global/Class_HandlerMK/HandlerMK.h \
242
		../Global/MK_Datatypes.h \
243
		../Global/Class_HandlerIP/HandlerIP.h \
244
		Dialogs/dlg_Main.h
245
	/usr/bin/moc $(DEFINES) $(INCPATH) Dialogs/dlg_Main.h -o ../Binary/.build/QMK-Communicator/moc_dlg_Main.cpp
246
 
247
../Binary/.build/QMK-Communicator/moc_dlg_Preferences.cpp: ../Binary/.build/QMK-Communicator/ui_dlg_Preferences.h \
248
		Classes/cSettings.h \
249
		Defines.h \
250
		../Global/Global.h \
251
		../Global/Kopter.h \
252
		Dialogs/dlg_Preferences.h
253
	/usr/bin/moc $(DEFINES) $(INCPATH) Dialogs/dlg_Preferences.h -o ../Binary/.build/QMK-Communicator/moc_dlg_Preferences.cpp
254
 
255
../Binary/.build/QMK-Communicator/moc_dlg_Terminal.cpp: ../Binary/.build/QMK-Communicator/ui_dlg_Terminal.h \
256
		Dialogs/dlg_Terminal.h
257
	/usr/bin/moc $(DEFINES) $(INCPATH) Dialogs/dlg_Terminal.h -o ../Binary/.build/QMK-Communicator/moc_dlg_Terminal.cpp
258
 
259
compiler_rcc_make_all: ../Binary/.build/QMK-Communicator/qrc_QMK-Communicator.cpp
260
compiler_rcc_clean:
261
	-$(DEL_FILE) ../Binary/.build/QMK-Communicator/qrc_QMK-Communicator.cpp
262
../Binary/.build/QMK-Communicator/qrc_QMK-Communicator.cpp: QMK-Communicator.qrc \
263
		../Global/Images/Icons/QMK-Scope.png \
264
		../Global/Images/Icons/QMK-Communicator.png \
265
		../Global/Images/Icons/QMK-Logger.png \
266
		../Global/Images/Icons/QMK-Settings.png \
267
		../Global/Images/Icons/QMK-Voice.png \
268
		../Global/Images/Icons/QMK-Maps.png \
269
		../Global/Images/Actions/Connection-OK.png \
270
		../Global/Images/Actions/Exit.png \
271
		../Global/Images/Actions/Connection-NO.png \
272
		../Global/Images/Actions/Terminal.png
273
	/usr/bin/rcc -name QMK-Communicator QMK-Communicator.qrc -o ../Binary/.build/QMK-Communicator/qrc_QMK-Communicator.cpp
274
 
275
compiler_image_collection_make_all: qmake_image_collection.cpp
276
compiler_image_collection_clean:
277
	-$(DEL_FILE) qmake_image_collection.cpp
278
compiler_moc_source_make_all:
279
compiler_moc_source_clean:
280
compiler_uic_make_all: ../Binary/.build/QMK-Communicator/ui_dlg_Main.h ../Binary/.build/QMK-Communicator/ui_dlg_Preferences.h ../Binary/.build/QMK-Communicator/ui_dlg_Terminal.h
281
compiler_uic_clean:
282
	-$(DEL_FILE) ../Binary/.build/QMK-Communicator/ui_dlg_Main.h ../Binary/.build/QMK-Communicator/ui_dlg_Preferences.h ../Binary/.build/QMK-Communicator/ui_dlg_Terminal.h
283
../Binary/.build/QMK-Communicator/ui_dlg_Main.h: Dialogs/dlg_Main.ui
284
	/usr/bin/uic Dialogs/dlg_Main.ui -o ../Binary/.build/QMK-Communicator/ui_dlg_Main.h
285
 
286
../Binary/.build/QMK-Communicator/ui_dlg_Preferences.h: Dialogs/dlg_Preferences.ui
287
	/usr/bin/uic Dialogs/dlg_Preferences.ui -o ../Binary/.build/QMK-Communicator/ui_dlg_Preferences.h
288
 
289
../Binary/.build/QMK-Communicator/ui_dlg_Terminal.h: Dialogs/dlg_Terminal.ui
290
	/usr/bin/uic Dialogs/dlg_Terminal.ui -o ../Binary/.build/QMK-Communicator/ui_dlg_Terminal.h
291
 
292
compiler_yacc_decl_make_all:
293
compiler_yacc_decl_clean:
294
compiler_yacc_impl_make_all:
295
compiler_yacc_impl_clean:
296
compiler_lex_make_all:
297
compiler_lex_clean:
298
compiler_clean: compiler_moc_header_clean compiler_rcc_clean compiler_uic_clean
299
 
300
####### Compile
301
 
302
../Binary/.build/QMK-Communicator/main.o: main.cpp Dialogs/dlg_Main.h \
303
		../Binary/.build/QMK-Communicator/ui_dlg_Main.h \
304
		Dialogs/dlg_Preferences.h \
305
		../Binary/.build/QMK-Communicator/ui_dlg_Preferences.h \
306
		Classes/cSettings.h \
307
		Defines.h \
308
		../Global/Global.h \
309
		../Global/Kopter.h \
310
		Dialogs/dlg_Terminal.h \
311
		../Binary/.build/QMK-Communicator/ui_dlg_Terminal.h \
312
		TypeDefs.h \
313
		../Global/Class_Input/Input.h \
314
		../Global/Class_Input/Input_TTY.h \
315
		../Global/Class_SerialPort/ManageSerialPort.h \
316
		../Global/Class_SerialPort/qextserialport.h \
317
		../Global/Class_SerialPort/posix_qextserialport.h \
318
		../Global/Class_SerialPort/qextserialbase.h \
319
		../Global/Class_SerialPort/win_qextserialport.h \
320
		../Global/Class_HandlerMK/HandlerMK.h \
321
		../Global/MK_Datatypes.h \
322
		../Global/Class_HandlerIP/HandlerIP.h
323
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Communicator/main.o main.cpp
324
 
325
../Binary/.build/QMK-Communicator/Input.o: ../Global/Class_Input/Input.cpp ../Global/Class_Input/Input.h
326
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Communicator/Input.o ../Global/Class_Input/Input.cpp
327
 
328
../Binary/.build/QMK-Communicator/Input_TTY.o: ../Global/Class_Input/Input_TTY.cpp ../Global/Class_Input/Input_TTY.h \
329
		../Global/Class_Input/Input.h \
330
		../Global/Class_SerialPort/ManageSerialPort.h \
331
		../Global/Class_SerialPort/qextserialport.h \
332
		../Global/Class_SerialPort/posix_qextserialport.h \
333
		../Global/Class_SerialPort/qextserialbase.h \
334
		../Global/Class_SerialPort/win_qextserialport.h
335
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Communicator/Input_TTY.o ../Global/Class_Input/Input_TTY.cpp
336
 
337
../Binary/.build/QMK-Communicator/HandlerMK.o: ../Global/Class_HandlerMK/HandlerMK.cpp ../Global/Class_HandlerMK/HandlerMK.h \
338
		../Global/Kopter.h \
339
		../Global/MK_Datatypes.h
340
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Communicator/HandlerMK.o ../Global/Class_HandlerMK/HandlerMK.cpp
341
 
342
../Binary/.build/QMK-Communicator/HandlerIP.o: ../Global/Class_HandlerIP/HandlerIP.cpp ../Global/Class_HandlerIP/HandlerIP.h
343
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Communicator/HandlerIP.o ../Global/Class_HandlerIP/HandlerIP.cpp
344
 
345
../Binary/.build/QMK-Communicator/qextserialbase.o: ../Global/Class_SerialPort/qextserialbase.cpp ../Global/Class_SerialPort/qextserialbase.h
346
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Communicator/qextserialbase.o ../Global/Class_SerialPort/qextserialbase.cpp
347
 
348
../Binary/.build/QMK-Communicator/qextserialport.o: ../Global/Class_SerialPort/qextserialport.cpp ../Global/Class_SerialPort/qextserialport.h \
349
		../Global/Class_SerialPort/posix_qextserialport.h \
350
		../Global/Class_SerialPort/qextserialbase.h \
351
		../Global/Class_SerialPort/win_qextserialport.h
352
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Communicator/qextserialport.o ../Global/Class_SerialPort/qextserialport.cpp
353
 
354
../Binary/.build/QMK-Communicator/ManageSerialPort.o: ../Global/Class_SerialPort/ManageSerialPort.cpp ../Global/Class_SerialPort/ManageSerialPort.h \
355
		../Global/Class_SerialPort/qextserialport.h \
356
		../Global/Class_SerialPort/posix_qextserialport.h \
357
		../Global/Class_SerialPort/qextserialbase.h \
358
		../Global/Class_SerialPort/win_qextserialport.h
359
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Communicator/ManageSerialPort.o ../Global/Class_SerialPort/ManageSerialPort.cpp
360
 
361
../Binary/.build/QMK-Communicator/dlg_Main.o: Dialogs/dlg_Main.cpp Dialogs/dlg_Main.h \
362
		../Binary/.build/QMK-Communicator/ui_dlg_Main.h \
363
		Dialogs/dlg_Preferences.h \
364
		../Binary/.build/QMK-Communicator/ui_dlg_Preferences.h \
365
		Classes/cSettings.h \
366
		Defines.h \
367
		../Global/Global.h \
368
		../Global/Kopter.h \
369
		Dialogs/dlg_Terminal.h \
370
		../Binary/.build/QMK-Communicator/ui_dlg_Terminal.h \
371
		TypeDefs.h \
372
		../Global/Class_Input/Input.h \
373
		../Global/Class_Input/Input_TTY.h \
374
		../Global/Class_SerialPort/ManageSerialPort.h \
375
		../Global/Class_SerialPort/qextserialport.h \
376
		../Global/Class_SerialPort/posix_qextserialport.h \
377
		../Global/Class_SerialPort/qextserialbase.h \
378
		../Global/Class_SerialPort/win_qextserialport.h \
379
		../Global/Class_HandlerMK/HandlerMK.h \
380
		../Global/MK_Datatypes.h \
381
		../Global/Class_HandlerIP/HandlerIP.h
382
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Communicator/dlg_Main.o Dialogs/dlg_Main.cpp
383
 
384
../Binary/.build/QMK-Communicator/cSettings.o: Classes/cSettings.cpp Classes/cSettings.h \
385
		Defines.h \
386
		../Global/Global.h \
387
		../Global/Kopter.h
388
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Communicator/cSettings.o Classes/cSettings.cpp
389
 
390
../Binary/.build/QMK-Communicator/dlg_Preferences.o: Dialogs/dlg_Preferences.cpp Dialogs/dlg_Preferences.h \
391
		../Binary/.build/QMK-Communicator/ui_dlg_Preferences.h \
392
		Classes/cSettings.h \
393
		Defines.h \
394
		../Global/Global.h \
395
		../Global/Kopter.h
396
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Communicator/dlg_Preferences.o Dialogs/dlg_Preferences.cpp
397
 
398
../Binary/.build/QMK-Communicator/dlg_Terminal.o: Dialogs/dlg_Terminal.cpp Dialogs/dlg_Terminal.h \
399
		../Binary/.build/QMK-Communicator/ui_dlg_Terminal.h
400
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Communicator/dlg_Terminal.o Dialogs/dlg_Terminal.cpp
401
 
402
../Binary/.build/QMK-Communicator/posix_qextserialport.o: ../Global/Class_SerialPort/posix_qextserialport.cpp ../Global/Class_SerialPort/posix_qextserialport.h \
403
		../Global/Class_SerialPort/qextserialbase.h
404
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Communicator/posix_qextserialport.o ../Global/Class_SerialPort/posix_qextserialport.cpp
405
 
406
../Binary/.build/QMK-Communicator/moc_Input.o: ../Binary/.build/QMK-Communicator/moc_Input.cpp
407
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Communicator/moc_Input.o ../Binary/.build/QMK-Communicator/moc_Input.cpp
408
 
409
../Binary/.build/QMK-Communicator/moc_Input_TTY.o: ../Binary/.build/QMK-Communicator/moc_Input_TTY.cpp
410
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Communicator/moc_Input_TTY.o ../Binary/.build/QMK-Communicator/moc_Input_TTY.cpp
411
 
412
../Binary/.build/QMK-Communicator/moc_ManageSerialPort.o: ../Binary/.build/QMK-Communicator/moc_ManageSerialPort.cpp
413
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Communicator/moc_ManageSerialPort.o ../Binary/.build/QMK-Communicator/moc_ManageSerialPort.cpp
414
 
415
../Binary/.build/QMK-Communicator/moc_dlg_Main.o: ../Binary/.build/QMK-Communicator/moc_dlg_Main.cpp
416
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Communicator/moc_dlg_Main.o ../Binary/.build/QMK-Communicator/moc_dlg_Main.cpp
417
 
418
../Binary/.build/QMK-Communicator/moc_dlg_Preferences.o: ../Binary/.build/QMK-Communicator/moc_dlg_Preferences.cpp
419
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Communicator/moc_dlg_Preferences.o ../Binary/.build/QMK-Communicator/moc_dlg_Preferences.cpp
420
 
421
../Binary/.build/QMK-Communicator/moc_dlg_Terminal.o: ../Binary/.build/QMK-Communicator/moc_dlg_Terminal.cpp
422
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Communicator/moc_dlg_Terminal.o ../Binary/.build/QMK-Communicator/moc_dlg_Terminal.cpp
423
 
424
../Binary/.build/QMK-Communicator/qrc_QMK-Communicator.o: ../Binary/.build/QMK-Communicator/qrc_QMK-Communicator.cpp
425
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Communicator/qrc_QMK-Communicator.o ../Binary/.build/QMK-Communicator/qrc_QMK-Communicator.cpp
426
 
427
####### Install
428
 
429
install:   FORCE
430
 
431
uninstall:   FORCE
432
 
433
FORCE:
434