Subversion Repositories Projects

Rev

Rev 813 | Details | Compare with Previous | Last modification | View Log | RSS feed

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