Subversion Repositories Projects

Rev

Rev 801 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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