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-Communicator |
||
3 | # Generated by qmake (2.01a) (Qt 4.7.0) on: Mo. Aug 23 19:26:16 2010 |
||
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 -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/Class_SerialPort -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 -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-Communicator/ |
||
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 | main.cpp \ |
||
51 | ../Global/Class_Input/Input.cpp \ |
||
52 | ../Global/Class_Input/Input_TTY.cpp \ |
||
53 | ../Global/Class_Input/Input_TCP.cpp \ |
||
54 | ../Global/Class_HandlerMK/HandlerMK.cpp \ |
||
55 | ../Global/Class_HandlerIP/HandlerIP.cpp \ |
||
56 | Dialogs/dlg_Main.cpp \ |
||
57 | Classes/cSettings.cpp \ |
||
58 | Dialogs/dlg_Preferences.cpp \ |
||
59 | Dialogs/dlg_Terminal.cpp ../Binary/.build/QMK-Communicator/moc_ManageSerialPort.cpp \ |
||
60 | ../Binary/.build/QMK-Communicator/moc_Input.cpp \ |
||
61 | ../Binary/.build/QMK-Communicator/moc_Input_TTY.cpp \ |
||
62 | ../Binary/.build/QMK-Communicator/moc_Input_TCP.cpp \ |
||
63 | ../Binary/.build/QMK-Communicator/moc_dlg_Main.cpp \ |
||
64 | ../Binary/.build/QMK-Communicator/moc_dlg_Preferences.cpp \ |
||
65 | ../Binary/.build/QMK-Communicator/moc_dlg_Terminal.cpp \ |
||
66 | ../Binary/.build/QMK-Communicator/qrc_QMK-Communicator.cpp |
||
67 | OBJECTS = ../Binary/.build/QMK-Communicator/qextserialbase.o \ |
||
68 | ../Binary/.build/QMK-Communicator/qextserialport.o \ |
||
69 | ../Binary/.build/QMK-Communicator/ManageSerialPort.o \ |
||
70 | ../Binary/.build/QMK-Communicator/posix_qextserialport.o \ |
||
71 | ../Binary/.build/QMK-Communicator/main.o \ |
||
72 | ../Binary/.build/QMK-Communicator/Input.o \ |
||
73 | ../Binary/.build/QMK-Communicator/Input_TTY.o \ |
||
74 | ../Binary/.build/QMK-Communicator/Input_TCP.o \ |
||
75 | ../Binary/.build/QMK-Communicator/HandlerMK.o \ |
||
76 | ../Binary/.build/QMK-Communicator/HandlerIP.o \ |
||
77 | ../Binary/.build/QMK-Communicator/dlg_Main.o \ |
||
78 | ../Binary/.build/QMK-Communicator/cSettings.o \ |
||
79 | ../Binary/.build/QMK-Communicator/dlg_Preferences.o \ |
||
80 | ../Binary/.build/QMK-Communicator/dlg_Terminal.o \ |
||
81 | ../Binary/.build/QMK-Communicator/moc_ManageSerialPort.o \ |
||
82 | ../Binary/.build/QMK-Communicator/moc_Input.o \ |
||
83 | ../Binary/.build/QMK-Communicator/moc_Input_TTY.o \ |
||
84 | ../Binary/.build/QMK-Communicator/moc_Input_TCP.o \ |
||
85 | ../Binary/.build/QMK-Communicator/moc_dlg_Main.o \ |
||
86 | ../Binary/.build/QMK-Communicator/moc_dlg_Preferences.o \ |
||
87 | ../Binary/.build/QMK-Communicator/moc_dlg_Terminal.o \ |
||
88 | ../Binary/.build/QMK-Communicator/qrc_QMK-Communicator.o |
||
89 | DIST = /usr/share/qt4/mkspecs/common/g++.conf \ |
||
90 | /usr/share/qt4/mkspecs/common/unix.conf \ |
||
91 | /usr/share/qt4/mkspecs/common/linux.conf \ |
||
92 | /usr/share/qt4/mkspecs/qconfig.pri \ |
||
93 | /usr/share/qt4/mkspecs/modules/qt_webkit_version.pri \ |
||
94 | /usr/share/qt4/mkspecs/features/qt_functions.prf \ |
||
95 | /usr/share/qt4/mkspecs/features/qt_config.prf \ |
||
96 | /usr/share/qt4/mkspecs/features/exclusive_builds.prf \ |
||
97 | /usr/share/qt4/mkspecs/features/default_pre.prf \ |
||
98 | ../Global/Class_SerialPort.pri \ |
||
99 | /usr/share/qt4/mkspecs/features/release.prf \ |
||
100 | /usr/share/qt4/mkspecs/features/default_post.prf \ |
||
101 | /usr/share/qt4/mkspecs/features/warn_on.prf \ |
||
102 | /usr/share/qt4/mkspecs/features/qt.prf \ |
||
103 | /usr/share/qt4/mkspecs/features/unix/thread.prf \ |
||
104 | /usr/share/qt4/mkspecs/features/moc.prf \ |
||
105 | /usr/share/qt4/mkspecs/features/resources.prf \ |
||
106 | /usr/share/qt4/mkspecs/features/uic.prf \ |
||
107 | /usr/share/qt4/mkspecs/features/yacc.prf \ |
||
108 | /usr/share/qt4/mkspecs/features/lex.prf \ |
||
109 | QMK-Communicator.pro |
||
110 | QMAKE_TARGET = QMK-Communicator |
||
111 | DESTDIR = ../Binary/ |
||
112 | TARGET = ../Binary/QMK-Communicator |
||
113 | |||
114 | first: all |
||
115 | ####### Implicit rules |
||
116 | |||
117 | .SUFFIXES: .o .c .cpp .cc .cxx .C |
||
118 | |||
119 | .cpp.o: |
||
120 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<" |
||
121 | |||
122 | .cc.o: |
||
123 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<" |
||
124 | |||
125 | .cxx.o: |
||
126 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<" |
||
127 | |||
128 | .C.o: |
||
129 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<" |
||
130 | |||
131 | .c.o: |
||
132 | $(CC) -c $(CFLAGS) $(INCPATH) -o "$@" "$<" |
||
133 | |||
134 | ####### Build rules |
||
135 | |||
136 | all: Makefile $(TARGET) |
||
137 | |||
138 | $(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) |
||
139 | @$(CHK_DIR_EXISTS) ../Binary/ || $(MKDIR) ../Binary/ |
||
140 | $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS) |
||
141 | |||
142 | Makefile: QMK-Communicator.pro /usr/share/qt4/mkspecs/linux-g++-64/qmake.conf /usr/share/qt4/mkspecs/common/g++.conf \ |
||
143 | /usr/share/qt4/mkspecs/common/unix.conf \ |
||
144 | /usr/share/qt4/mkspecs/common/linux.conf \ |
||
145 | /usr/share/qt4/mkspecs/qconfig.pri \ |
||
146 | /usr/share/qt4/mkspecs/modules/qt_webkit_version.pri \ |
||
147 | /usr/share/qt4/mkspecs/features/qt_functions.prf \ |
||
148 | /usr/share/qt4/mkspecs/features/qt_config.prf \ |
||
149 | /usr/share/qt4/mkspecs/features/exclusive_builds.prf \ |
||
150 | /usr/share/qt4/mkspecs/features/default_pre.prf \ |
||
151 | ../Global/Class_SerialPort.pri \ |
||
152 | /usr/share/qt4/mkspecs/features/release.prf \ |
||
153 | /usr/share/qt4/mkspecs/features/default_post.prf \ |
||
154 | /usr/share/qt4/mkspecs/features/warn_on.prf \ |
||
155 | /usr/share/qt4/mkspecs/features/qt.prf \ |
||
156 | /usr/share/qt4/mkspecs/features/unix/thread.prf \ |
||
157 | /usr/share/qt4/mkspecs/features/moc.prf \ |
||
158 | /usr/share/qt4/mkspecs/features/resources.prf \ |
||
159 | /usr/share/qt4/mkspecs/features/uic.prf \ |
||
160 | /usr/share/qt4/mkspecs/features/yacc.prf \ |
||
161 | /usr/share/qt4/mkspecs/features/lex.prf \ |
||
162 | /usr/lib64/libQtGui.prl \ |
||
163 | /usr/lib64/libQtCore.prl \ |
||
164 | /usr/lib64/libQtNetwork.prl |
||
165 | $(QMAKE) -spec /usr/share/qt4/mkspecs/linux-g++-64 -unix -o Makefile QMK-Communicator.pro |
||
166 | /usr/share/qt4/mkspecs/common/g++.conf: |
||
167 | /usr/share/qt4/mkspecs/common/unix.conf: |
||
168 | /usr/share/qt4/mkspecs/common/linux.conf: |
||
169 | /usr/share/qt4/mkspecs/qconfig.pri: |
||
170 | /usr/share/qt4/mkspecs/modules/qt_webkit_version.pri: |
||
171 | /usr/share/qt4/mkspecs/features/qt_functions.prf: |
||
172 | /usr/share/qt4/mkspecs/features/qt_config.prf: |
||
173 | /usr/share/qt4/mkspecs/features/exclusive_builds.prf: |
||
174 | /usr/share/qt4/mkspecs/features/default_pre.prf: |
||
175 | ../Global/Class_SerialPort.pri: |
||
176 | /usr/share/qt4/mkspecs/features/release.prf: |
||
177 | /usr/share/qt4/mkspecs/features/default_post.prf: |
||
178 | /usr/share/qt4/mkspecs/features/warn_on.prf: |
||
179 | /usr/share/qt4/mkspecs/features/qt.prf: |
||
180 | /usr/share/qt4/mkspecs/features/unix/thread.prf: |
||
181 | /usr/share/qt4/mkspecs/features/moc.prf: |
||
182 | /usr/share/qt4/mkspecs/features/resources.prf: |
||
183 | /usr/share/qt4/mkspecs/features/uic.prf: |
||
184 | /usr/share/qt4/mkspecs/features/yacc.prf: |
||
185 | /usr/share/qt4/mkspecs/features/lex.prf: |
||
186 | /usr/lib64/libQtGui.prl: |
||
187 | /usr/lib64/libQtCore.prl: |
||
188 | /usr/lib64/libQtNetwork.prl: |
||
189 | qmake: FORCE |
||
190 | @$(QMAKE) -spec /usr/share/qt4/mkspecs/linux-g++-64 -unix -o Makefile QMK-Communicator.pro |
||
191 | |||
192 | dist: |
||
193 | @$(CHK_DIR_EXISTS) ../Binary/.build/QMK-Communicator/QMK-Communicator1.0.0 || $(MKDIR) ../Binary/.build/QMK-Communicator/QMK-Communicator1.0.0 |
||
194 | $(COPY_FILE) --parents $(SOURCES) $(DIST) ../Binary/.build/QMK-Communicator/QMK-Communicator1.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 Defines.h ../Global/Kopter.h ../Global/Class_Input/Input.h ../Global/Class_Input/Input_TTY.h ../Global/Class_Input/Input_TCP.h ../Global/Class_HandlerMK/HandlerMK.h ../Global/Class_HandlerIP/HandlerIP.h Dialogs/dlg_Main.h Classes/cSettings.h TypeDefs.h ../Global/Global.h Dialogs/dlg_Preferences.h Dialogs/dlg_Terminal.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 ../Global/Class_SerialPort/qextserialbase.cpp ../Global/Class_SerialPort/qextserialport.cpp ../Global/Class_SerialPort/ManageSerialPort.cpp ../Global/Class_SerialPort/posix_qextserialport.cpp main.cpp ../Global/Class_Input/Input.cpp ../Global/Class_Input/Input_TTY.cpp ../Global/Class_Input/Input_TCP.cpp ../Global/Class_HandlerMK/HandlerMK.cpp ../Global/Class_HandlerIP/HandlerIP.cpp Dialogs/dlg_Main.cpp Classes/cSettings.cpp Dialogs/dlg_Preferences.cpp Dialogs/dlg_Terminal.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 |
||
195 | |||
196 | |||
197 | clean:compiler_clean |
||
198 | -$(DEL_FILE) $(OBJECTS) |
||
199 | -$(DEL_FILE) *~ core *.core |
||
200 | |||
201 | |||
202 | ####### Sub-libraries |
||
203 | |||
204 | distclean: clean |
||
205 | -$(DEL_FILE) $(TARGET) |
||
206 | -$(DEL_FILE) Makefile |
||
207 | |||
208 | |||
209 | check: first |
||
210 | |||
211 | mocclean: compiler_moc_header_clean compiler_moc_source_clean |
||
212 | |||
213 | mocables: compiler_moc_header_make_all compiler_moc_source_make_all |
||
214 | |||
215 | compiler_moc_header_make_all: ../Binary/.build/QMK-Communicator/moc_ManageSerialPort.cpp ../Binary/.build/QMK-Communicator/moc_Input.cpp ../Binary/.build/QMK-Communicator/moc_Input_TTY.cpp ../Binary/.build/QMK-Communicator/moc_Input_TCP.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 |
||
216 | compiler_moc_header_clean: |
||
217 | -$(DEL_FILE) ../Binary/.build/QMK-Communicator/moc_ManageSerialPort.cpp ../Binary/.build/QMK-Communicator/moc_Input.cpp ../Binary/.build/QMK-Communicator/moc_Input_TTY.cpp ../Binary/.build/QMK-Communicator/moc_Input_TCP.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 |
||
218 | ../Binary/.build/QMK-Communicator/moc_ManageSerialPort.cpp: ../Global/Class_SerialPort/qextserialport.h \ |
||
219 | ../Global/Class_SerialPort/posix_qextserialport.h \ |
||
220 | ../Global/Class_SerialPort/qextserialbase.h \ |
||
221 | ../Global/Class_SerialPort/win_qextserialport.h \ |
||
222 | ../Global/Class_SerialPort/ManageSerialPort.h |
||
223 | /usr/bin/moc $(DEFINES) $(INCPATH) ../Global/Class_SerialPort/ManageSerialPort.h -o ../Binary/.build/QMK-Communicator/moc_ManageSerialPort.cpp |
||
224 | |||
225 | ../Binary/.build/QMK-Communicator/moc_Input.cpp: ../Global/Class_Input/Input.h |
||
226 | /usr/bin/moc $(DEFINES) $(INCPATH) ../Global/Class_Input/Input.h -o ../Binary/.build/QMK-Communicator/moc_Input.cpp |
||
227 | |||
228 | ../Binary/.build/QMK-Communicator/moc_Input_TTY.cpp: ../Global/Class_Input/Input.h \ |
||
229 | ../Global/Class_SerialPort/ManageSerialPort.h \ |
||
230 | ../Global/Class_SerialPort/qextserialport.h \ |
||
231 | ../Global/Class_SerialPort/posix_qextserialport.h \ |
||
232 | ../Global/Class_SerialPort/qextserialbase.h \ |
||
233 | ../Global/Class_SerialPort/win_qextserialport.h \ |
||
234 | ../Global/Class_Input/Input_TTY.h |
||
235 | /usr/bin/moc $(DEFINES) $(INCPATH) ../Global/Class_Input/Input_TTY.h -o ../Binary/.build/QMK-Communicator/moc_Input_TTY.cpp |
||
236 | |||
237 | ../Binary/.build/QMK-Communicator/moc_Input_TCP.cpp: ../Global/Class_Input/Input.h \ |
||
238 | ../Global/Class_Input/Input_TCP.h |
||
239 | /usr/bin/moc $(DEFINES) $(INCPATH) ../Global/Class_Input/Input_TCP.h -o ../Binary/.build/QMK-Communicator/moc_Input_TCP.cpp |
||
240 | |||
241 | ../Binary/.build/QMK-Communicator/moc_dlg_Main.cpp: ../Binary/.build/QMK-Communicator/ui_dlg_Main.h \ |
||
242 | Dialogs/dlg_Preferences.h \ |
||
243 | ../Binary/.build/QMK-Communicator/ui_dlg_Preferences.h \ |
||
244 | Classes/cSettings.h \ |
||
245 | Defines.h \ |
||
246 | ../Global/Global.h \ |
||
247 | ../Global/Kopter.h \ |
||
248 | Dialogs/dlg_Terminal.h \ |
||
249 | ../Binary/.build/QMK-Communicator/ui_dlg_Terminal.h \ |
||
250 | TypeDefs.h \ |
||
251 | ../Global/Class_Input/Input.h \ |
||
252 | ../Global/Class_Input/Input_TTY.h \ |
||
253 | ../Global/Class_SerialPort/ManageSerialPort.h \ |
||
254 | ../Global/Class_SerialPort/qextserialport.h \ |
||
255 | ../Global/Class_SerialPort/posix_qextserialport.h \ |
||
256 | ../Global/Class_SerialPort/qextserialbase.h \ |
||
257 | ../Global/Class_SerialPort/win_qextserialport.h \ |
||
258 | ../Global/Class_Input/Input_TCP.h \ |
||
259 | ../Global/Class_HandlerMK/HandlerMK.h \ |
||
260 | ../Global/MK_Datatypes.h \ |
||
261 | ../Global/Class_HandlerIP/HandlerIP.h \ |
||
262 | Dialogs/dlg_Main.h |
||
263 | /usr/bin/moc $(DEFINES) $(INCPATH) Dialogs/dlg_Main.h -o ../Binary/.build/QMK-Communicator/moc_dlg_Main.cpp |
||
264 | |||
265 | ../Binary/.build/QMK-Communicator/moc_dlg_Preferences.cpp: ../Binary/.build/QMK-Communicator/ui_dlg_Preferences.h \ |
||
266 | Classes/cSettings.h \ |
||
267 | Defines.h \ |
||
268 | ../Global/Global.h \ |
||
269 | ../Global/Kopter.h \ |
||
270 | Dialogs/dlg_Preferences.h |
||
271 | /usr/bin/moc $(DEFINES) $(INCPATH) Dialogs/dlg_Preferences.h -o ../Binary/.build/QMK-Communicator/moc_dlg_Preferences.cpp |
||
272 | |||
273 | ../Binary/.build/QMK-Communicator/moc_dlg_Terminal.cpp: ../Binary/.build/QMK-Communicator/ui_dlg_Terminal.h \ |
||
274 | Dialogs/dlg_Terminal.h |
||
275 | /usr/bin/moc $(DEFINES) $(INCPATH) Dialogs/dlg_Terminal.h -o ../Binary/.build/QMK-Communicator/moc_dlg_Terminal.cpp |
||
276 | |||
277 | compiler_rcc_make_all: ../Binary/.build/QMK-Communicator/qrc_QMK-Communicator.cpp |
||
278 | compiler_rcc_clean: |
||
279 | -$(DEL_FILE) ../Binary/.build/QMK-Communicator/qrc_QMK-Communicator.cpp |
||
280 | ../Binary/.build/QMK-Communicator/qrc_QMK-Communicator.cpp: QMK-Communicator.qrc \ |
||
281 | ../Global/Images/Icons/QMK-Scope.png \ |
||
282 | ../Global/Images/Icons/QMK-Communicator.png \ |
||
283 | ../Global/Images/Icons/QMK-Logger.png \ |
||
284 | ../Global/Images/Icons/QMK-Settings.png \ |
||
285 | ../Global/Images/Icons/QMK-Voice.png \ |
||
286 | ../Global/Images/Icons/QMK-Maps.png \ |
||
287 | ../Global/Images/Actions/Connection-OK.png \ |
||
288 | ../Global/Images/Actions/Exit.png \ |
||
289 | ../Global/Images/Actions/Connection-NO.png \ |
||
290 | ../Global/Images/Actions/Terminal.png |
||
291 | /usr/bin/rcc -name QMK-Communicator QMK-Communicator.qrc -o ../Binary/.build/QMK-Communicator/qrc_QMK-Communicator.cpp |
||
292 | |||
293 | compiler_image_collection_make_all: ../Binary/.build/QMK-Communicator/qmake_image_collection.cpp |
||
294 | compiler_image_collection_clean: |
||
295 | -$(DEL_FILE) ../Binary/.build/QMK-Communicator/qmake_image_collection.cpp |
||
296 | compiler_moc_source_make_all: |
||
297 | compiler_moc_source_clean: |
||
298 | 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 |
||
299 | compiler_uic_clean: |
||
300 | -$(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 |
||
301 | ../Binary/.build/QMK-Communicator/ui_dlg_Main.h: Dialogs/dlg_Main.ui |
||
302 | /usr/bin/uic Dialogs/dlg_Main.ui -o ../Binary/.build/QMK-Communicator/ui_dlg_Main.h |
||
303 | |||
304 | ../Binary/.build/QMK-Communicator/ui_dlg_Preferences.h: Dialogs/dlg_Preferences.ui |
||
305 | /usr/bin/uic Dialogs/dlg_Preferences.ui -o ../Binary/.build/QMK-Communicator/ui_dlg_Preferences.h |
||
306 | |||
307 | ../Binary/.build/QMK-Communicator/ui_dlg_Terminal.h: Dialogs/dlg_Terminal.ui |
||
308 | /usr/bin/uic Dialogs/dlg_Terminal.ui -o ../Binary/.build/QMK-Communicator/ui_dlg_Terminal.h |
||
309 | |||
310 | compiler_yacc_decl_make_all: |
||
311 | compiler_yacc_decl_clean: |
||
312 | compiler_yacc_impl_make_all: |
||
313 | compiler_yacc_impl_clean: |
||
314 | compiler_lex_make_all: |
||
315 | compiler_lex_clean: |
||
316 | compiler_clean: compiler_moc_header_clean compiler_rcc_clean compiler_uic_clean |
||
317 | |||
318 | ####### Compile |
||
319 | |||
320 | ../Binary/.build/QMK-Communicator/qextserialbase.o: ../Global/Class_SerialPort/qextserialbase.cpp ../Global/Class_SerialPort/qextserialbase.h |
||
321 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Communicator/qextserialbase.o ../Global/Class_SerialPort/qextserialbase.cpp |
||
322 | |||
323 | ../Binary/.build/QMK-Communicator/qextserialport.o: ../Global/Class_SerialPort/qextserialport.cpp ../Global/Class_SerialPort/qextserialport.h \ |
||
324 | ../Global/Class_SerialPort/posix_qextserialport.h \ |
||
325 | ../Global/Class_SerialPort/qextserialbase.h \ |
||
326 | ../Global/Class_SerialPort/win_qextserialport.h |
||
327 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Communicator/qextserialport.o ../Global/Class_SerialPort/qextserialport.cpp |
||
328 | |||
329 | ../Binary/.build/QMK-Communicator/ManageSerialPort.o: ../Global/Class_SerialPort/ManageSerialPort.cpp ../Global/Class_SerialPort/ManageSerialPort.h \ |
||
330 | ../Global/Class_SerialPort/qextserialport.h \ |
||
331 | ../Global/Class_SerialPort/posix_qextserialport.h \ |
||
332 | ../Global/Class_SerialPort/qextserialbase.h \ |
||
333 | ../Global/Class_SerialPort/win_qextserialport.h |
||
334 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Communicator/ManageSerialPort.o ../Global/Class_SerialPort/ManageSerialPort.cpp |
||
335 | |||
336 | ../Binary/.build/QMK-Communicator/posix_qextserialport.o: ../Global/Class_SerialPort/posix_qextserialport.cpp ../Global/Class_SerialPort/posix_qextserialport.h \ |
||
337 | ../Global/Class_SerialPort/qextserialbase.h |
||
338 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Communicator/posix_qextserialport.o ../Global/Class_SerialPort/posix_qextserialport.cpp |
||
339 | |||
340 | ../Binary/.build/QMK-Communicator/main.o: main.cpp Dialogs/dlg_Main.h \ |
||
341 | ../Binary/.build/QMK-Communicator/ui_dlg_Main.h \ |
||
342 | Dialogs/dlg_Preferences.h \ |
||
343 | ../Binary/.build/QMK-Communicator/ui_dlg_Preferences.h \ |
||
344 | Classes/cSettings.h \ |
||
345 | Defines.h \ |
||
346 | ../Global/Global.h \ |
||
347 | ../Global/Kopter.h \ |
||
348 | Dialogs/dlg_Terminal.h \ |
||
349 | ../Binary/.build/QMK-Communicator/ui_dlg_Terminal.h \ |
||
350 | TypeDefs.h \ |
||
351 | ../Global/Class_Input/Input.h \ |
||
352 | ../Global/Class_Input/Input_TTY.h \ |
||
353 | ../Global/Class_SerialPort/ManageSerialPort.h \ |
||
354 | ../Global/Class_SerialPort/qextserialport.h \ |
||
355 | ../Global/Class_SerialPort/posix_qextserialport.h \ |
||
356 | ../Global/Class_SerialPort/qextserialbase.h \ |
||
357 | ../Global/Class_SerialPort/win_qextserialport.h \ |
||
358 | ../Global/Class_Input/Input_TCP.h \ |
||
359 | ../Global/Class_HandlerMK/HandlerMK.h \ |
||
360 | ../Global/MK_Datatypes.h \ |
||
361 | ../Global/Class_HandlerIP/HandlerIP.h |
||
362 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Communicator/main.o main.cpp |
||
363 | |||
364 | ../Binary/.build/QMK-Communicator/Input.o: ../Global/Class_Input/Input.cpp ../Global/Class_Input/Input.h |
||
365 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Communicator/Input.o ../Global/Class_Input/Input.cpp |
||
366 | |||
367 | ../Binary/.build/QMK-Communicator/Input_TTY.o: ../Global/Class_Input/Input_TTY.cpp ../Global/Class_Input/Input_TTY.h \ |
||
368 | ../Global/Class_Input/Input.h \ |
||
369 | ../Global/Class_SerialPort/ManageSerialPort.h \ |
||
370 | ../Global/Class_SerialPort/qextserialport.h \ |
||
371 | ../Global/Class_SerialPort/posix_qextserialport.h \ |
||
372 | ../Global/Class_SerialPort/qextserialbase.h \ |
||
373 | ../Global/Class_SerialPort/win_qextserialport.h |
||
374 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Communicator/Input_TTY.o ../Global/Class_Input/Input_TTY.cpp |
||
375 | |||
376 | ../Binary/.build/QMK-Communicator/Input_TCP.o: ../Global/Class_Input/Input_TCP.cpp ../Global/Class_Input/Input_TCP.h \ |
||
377 | ../Global/Class_Input/Input.h |
||
378 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Communicator/Input_TCP.o ../Global/Class_Input/Input_TCP.cpp |
||
379 | |||
380 | ../Binary/.build/QMK-Communicator/HandlerMK.o: ../Global/Class_HandlerMK/HandlerMK.cpp ../Global/Class_HandlerMK/HandlerMK.h \ |
||
381 | ../Global/Kopter.h \ |
||
382 | ../Global/MK_Datatypes.h |
||
383 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Communicator/HandlerMK.o ../Global/Class_HandlerMK/HandlerMK.cpp |
||
384 | |||
385 | ../Binary/.build/QMK-Communicator/HandlerIP.o: ../Global/Class_HandlerIP/HandlerIP.cpp ../Global/Class_HandlerIP/HandlerIP.h |
||
386 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Communicator/HandlerIP.o ../Global/Class_HandlerIP/HandlerIP.cpp |
||
387 | |||
388 | ../Binary/.build/QMK-Communicator/dlg_Main.o: Dialogs/dlg_Main.cpp Dialogs/dlg_Main.h \ |
||
389 | ../Binary/.build/QMK-Communicator/ui_dlg_Main.h \ |
||
390 | 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 | Dialogs/dlg_Terminal.h \ |
||
397 | ../Binary/.build/QMK-Communicator/ui_dlg_Terminal.h \ |
||
398 | TypeDefs.h \ |
||
399 | ../Global/Class_Input/Input.h \ |
||
400 | ../Global/Class_Input/Input_TTY.h \ |
||
401 | ../Global/Class_SerialPort/ManageSerialPort.h \ |
||
402 | ../Global/Class_SerialPort/qextserialport.h \ |
||
403 | ../Global/Class_SerialPort/posix_qextserialport.h \ |
||
404 | ../Global/Class_SerialPort/qextserialbase.h \ |
||
405 | ../Global/Class_SerialPort/win_qextserialport.h \ |
||
406 | ../Global/Class_Input/Input_TCP.h \ |
||
407 | ../Global/Class_HandlerMK/HandlerMK.h \ |
||
408 | ../Global/MK_Datatypes.h \ |
||
409 | ../Global/Class_HandlerIP/HandlerIP.h |
||
410 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Communicator/dlg_Main.o Dialogs/dlg_Main.cpp |
||
411 | |||
412 | ../Binary/.build/QMK-Communicator/cSettings.o: Classes/cSettings.cpp Classes/cSettings.h \ |
||
413 | Defines.h \ |
||
414 | ../Global/Global.h \ |
||
415 | ../Global/Kopter.h |
||
416 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Communicator/cSettings.o Classes/cSettings.cpp |
||
417 | |||
418 | ../Binary/.build/QMK-Communicator/dlg_Preferences.o: Dialogs/dlg_Preferences.cpp Dialogs/dlg_Preferences.h \ |
||
419 | ../Binary/.build/QMK-Communicator/ui_dlg_Preferences.h \ |
||
420 | Classes/cSettings.h \ |
||
421 | Defines.h \ |
||
422 | ../Global/Global.h \ |
||
423 | ../Global/Kopter.h |
||
424 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Communicator/dlg_Preferences.o Dialogs/dlg_Preferences.cpp |
||
425 | |||
426 | ../Binary/.build/QMK-Communicator/dlg_Terminal.o: Dialogs/dlg_Terminal.cpp Dialogs/dlg_Terminal.h \ |
||
427 | ../Binary/.build/QMK-Communicator/ui_dlg_Terminal.h |
||
428 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Communicator/dlg_Terminal.o Dialogs/dlg_Terminal.cpp |
||
429 | |||
430 | ../Binary/.build/QMK-Communicator/moc_ManageSerialPort.o: ../Binary/.build/QMK-Communicator/moc_ManageSerialPort.cpp |
||
431 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Communicator/moc_ManageSerialPort.o ../Binary/.build/QMK-Communicator/moc_ManageSerialPort.cpp |
||
432 | |||
433 | ../Binary/.build/QMK-Communicator/moc_Input.o: ../Binary/.build/QMK-Communicator/moc_Input.cpp |
||
434 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Communicator/moc_Input.o ../Binary/.build/QMK-Communicator/moc_Input.cpp |
||
435 | |||
436 | ../Binary/.build/QMK-Communicator/moc_Input_TTY.o: ../Binary/.build/QMK-Communicator/moc_Input_TTY.cpp |
||
437 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Communicator/moc_Input_TTY.o ../Binary/.build/QMK-Communicator/moc_Input_TTY.cpp |
||
438 | |||
439 | ../Binary/.build/QMK-Communicator/moc_Input_TCP.o: ../Binary/.build/QMK-Communicator/moc_Input_TCP.cpp |
||
440 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Communicator/moc_Input_TCP.o ../Binary/.build/QMK-Communicator/moc_Input_TCP.cpp |
||
441 | |||
442 | ../Binary/.build/QMK-Communicator/moc_dlg_Main.o: ../Binary/.build/QMK-Communicator/moc_dlg_Main.cpp |
||
443 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Communicator/moc_dlg_Main.o ../Binary/.build/QMK-Communicator/moc_dlg_Main.cpp |
||
444 | |||
445 | ../Binary/.build/QMK-Communicator/moc_dlg_Preferences.o: ../Binary/.build/QMK-Communicator/moc_dlg_Preferences.cpp |
||
446 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Communicator/moc_dlg_Preferences.o ../Binary/.build/QMK-Communicator/moc_dlg_Preferences.cpp |
||
447 | |||
448 | ../Binary/.build/QMK-Communicator/moc_dlg_Terminal.o: ../Binary/.build/QMK-Communicator/moc_dlg_Terminal.cpp |
||
449 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Communicator/moc_dlg_Terminal.o ../Binary/.build/QMK-Communicator/moc_dlg_Terminal.cpp |
||
450 | |||
451 | ../Binary/.build/QMK-Communicator/qrc_QMK-Communicator.o: ../Binary/.build/QMK-Communicator/qrc_QMK-Communicator.cpp |
||
452 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o ../Binary/.build/QMK-Communicator/qrc_QMK-Communicator.o ../Binary/.build/QMK-Communicator/qrc_QMK-Communicator.cpp |
||
453 | |||
454 | ####### Install |
||
455 | |||
456 | install: FORCE |
||
457 | |||
458 | uninstall: FORCE |
||
459 | |||
460 | FORCE: |
||
461 |