Subversion Repositories svn1-original

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
67 - 1
#############################################################################
2
# Makefile for building: MaraQt
3
# Generated by qmake (2.01a) (Qt 4.4.3) on: Fri 14. Nov 16:57:44 2008
4
# Project:  MaraQt.pro
5
# Template: app
6
#############################################################################
7
 
8
####### Compiler, tools and options
9
 
10
CC            = cl
11
CXX           = cl
12
DEFINES       = -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT
13
CFLAGS        = -nologo -Zm200 -Zc:wchar_t- -Zi -MDd -W3 $(DEFINES)
14
CXXFLAGS      = -nologo -Zm200 -Zc:wchar_t- -Zi -MDd -GR -EHsc -W3 -w34100 -w34189 $(DEFINES)
15
INCPATH       = -I"..\..\Qt\4.4.3\include\QtCore" -I"..\..\Qt\4.4.3\include\QtCore" -I"..\..\Qt\4.4.3\include\QtGui" -I"..\..\Qt\4.4.3\include\QtGui" -I"..\..\Qt\4.4.3\include" -I"." -I"..\..\Qt\4.4.3\include\ActiveQt" -I"debug" -I"." -I"..\..\Qt\4.4.3\mkspecs\default"
16
LINK          = link
17
LFLAGS        = /LIBPATH:"c:\Qt\4.4.3\lib" /NOLOGO /DEBUG /MANIFEST /MANIFESTFILE:"debug\MaraQt.intermediate.manifest" /SUBSYSTEM:WINDOWS "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'"
18
LIBS          = c:\Qt\4.4.3\lib\qtmaind.lib c:\Qt\4.4.3\lib\QtGuid4.lib c:\Qt\4.4.3\lib\QtCored4.lib
19
QMAKE         = c:\Qt\4.4.3\bin\qmake.exe
20
IDC           = c:\Qt\4.4.3\bin\idc.exe
21
IDL           = midl
22
ZIP           = zip -r -9
23
DEF_FILE      = 
24
RES_FILE      = 
25
COPY          = copy /y
26
COPY_FILE     = $(COPY)
27
COPY_DIR      = xcopy /s /q /y /i
28
DEL_FILE      = del
29
DEL_DIR       = rmdir
30
MOVE          = move
31
CHK_DIR_EXISTS= if not exist
32
MKDIR         = mkdir
33
INSTALL_FILE    = $(COPY_FILE)
34
INSTALL_PROGRAM = $(COPY_FILE)
35
INSTALL_DIR     = $(COPY_DIR)
36
 
37
####### Output directory
38
 
39
OBJECTS_DIR   = debug
40
 
41
####### Files
42
 
43
SOURCES       = cat_entry\cat_entry.cpp \
44
		leg_entry\leg_entry.cpp \
45
		leg_entry\team_break_entry.cpp \
46
		Main\configdialog.cpp \
47
		Main\main.cpp \
48
		Main\pages.cpp debug\moc_cat_entry.cpp \
49
		debug\moc_leg_entry.cpp \
50
		debug\moc_team_break_entry.cpp \
51
		debug\moc_configdialog.cpp \
52
		debug\qrc_configdialog.cpp
53
OBJECTS       = debug\cat_entry.obj \
54
		debug\leg_entry.obj \
55
		debug\team_break_entry.obj \
56
		debug\configdialog.obj \
57
		debug\main.obj \
58
		debug\pages.obj \
59
		debug\moc_cat_entry.obj \
60
		debug\moc_leg_entry.obj \
61
		debug\moc_team_break_entry.obj \
62
		debug\moc_configdialog.obj \
63
		debug\qrc_configdialog.obj
64
DIST          = 
65
QMAKE_TARGET  = MaraQt
66
DESTDIR        = debug\ #avoid trailing-slash linebreak
67
TARGET         = MaraQt.exe
68
DESTDIR_TARGET = debug\MaraQt.exe
69
 
70
####### Implicit rules
71
 
72
.SUFFIXES: .c .cpp .cc .cxx
73
 
74
{cat_entry}.cpp{debug\}.obj::
75
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
76
	$<
77
<<
78
 
79
{cat_entry}.cc{debug\}.obj::
80
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
81
	$<
82
<<
83
 
84
{cat_entry}.cxx{debug\}.obj::
85
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
86
	$<
87
<<
88
 
89
{cat_entry}.c{debug\}.obj::
90
	$(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<<
91
	$<
92
<<
93
 
94
{cat_entry}.cpp{debug\}.obj::
95
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
96
	$<
97
<<
98
 
99
{cat_entry}.cc{debug\}.obj::
100
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
101
	$<
102
<<
103
 
104
{cat_entry}.cxx{debug\}.obj::
105
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
106
	$<
107
<<
108
 
109
{cat_entry}.c{debug\}.obj::
110
	$(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<<
111
	$<
112
<<
113
 
114
{leg_entry}.cpp{debug\}.obj::
115
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
116
	$<
117
<<
118
 
119
{leg_entry}.cc{debug\}.obj::
120
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
121
	$<
122
<<
123
 
124
{leg_entry}.cxx{debug\}.obj::
125
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
126
	$<
127
<<
128
 
129
{leg_entry}.c{debug\}.obj::
130
	$(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<<
131
	$<
132
<<
133
 
134
{leg_entry}.cpp{debug\}.obj::
135
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
136
	$<
137
<<
138
 
139
{leg_entry}.cc{debug\}.obj::
140
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
141
	$<
142
<<
143
 
144
{leg_entry}.cxx{debug\}.obj::
145
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
146
	$<
147
<<
148
 
149
{leg_entry}.c{debug\}.obj::
150
	$(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<<
151
	$<
152
<<
153
 
154
{Main}.cpp{debug\}.obj::
155
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
156
	$<
157
<<
158
 
159
{Main}.cc{debug\}.obj::
160
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
161
	$<
162
<<
163
 
164
{Main}.cxx{debug\}.obj::
165
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
166
	$<
167
<<
168
 
169
{Main}.c{debug\}.obj::
170
	$(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<<
171
	$<
172
<<
173
 
174
{Main}.cpp{debug\}.obj::
175
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
176
	$<
177
<<
178
 
179
{Main}.cc{debug\}.obj::
180
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
181
	$<
182
<<
183
 
184
{Main}.cxx{debug\}.obj::
185
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
186
	$<
187
<<
188
 
189
{Main}.c{debug\}.obj::
190
	$(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<<
191
	$<
192
<<
193
 
194
{.}.cpp{debug\}.obj::
195
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
196
	$<
197
<<
198
 
199
{.}.cc{debug\}.obj::
200
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
201
	$<
202
<<
203
 
204
{.}.cxx{debug\}.obj::
205
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
206
	$<
207
<<
208
 
209
{.}.c{debug\}.obj::
210
	$(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<<
211
	$<
212
<<
213
 
214
{.}.cpp{debug\}.obj::
215
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
216
	$<
217
<<
218
 
219
{.}.cc{debug\}.obj::
220
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
221
	$<
222
<<
223
 
224
{.}.cxx{debug\}.obj::
225
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
226
	$<
227
<<
228
 
229
{.}.c{debug\}.obj::
230
	$(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<<
231
	$<
232
<<
233
 
234
{.}.cpp{debug\}.obj::
235
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
236
	$<
237
<<
238
 
239
{.}.cc{debug\}.obj::
240
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
241
	$<
242
<<
243
 
244
{.}.cxx{debug\}.obj::
245
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
246
	$<
247
<<
248
 
249
{.}.c{debug\}.obj::
250
	$(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<<
251
	$<
252
<<
253
 
254
{debug}.cpp{debug\}.obj::
255
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
256
	$<
257
<<
258
 
259
{debug}.cc{debug\}.obj::
260
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
261
	$<
262
<<
263
 
264
{debug}.cxx{debug\}.obj::
265
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
266
	$<
267
<<
268
 
269
{debug}.c{debug\}.obj::
270
	$(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<<
271
	$<
272
<<
273
 
274
{debug}.cpp{debug\}.obj::
275
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
276
	$<
277
<<
278
 
279
{debug}.cc{debug\}.obj::
280
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
281
	$<
282
<<
283
 
284
{debug}.cxx{debug\}.obj::
285
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
286
	$<
287
<<
288
 
289
{debug}.c{debug\}.obj::
290
	$(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<<
291
	$<
292
<<
293
 
294
####### Build rules
295
 
296
first: all
297
all: Makefile.Debug $(DESTDIR_TARGET)
298
 
299
$(DESTDIR_TARGET): ui_cat_entry.h ui_leg_entry.h ui_team_break_entry.h $(OBJECTS) 
300
	$(LINK) $(LFLAGS) /OUT:$(DESTDIR_TARGET) @<< 
301
	  $(OBJECTS) $(LIBS)
302
<<
303
	mt.exe -nologo -manifest "debug\MaraQt.intermediate.manifest" -outputresource:$(DESTDIR_TARGET);1
304
 
305
 
306
 
307
qmake:  FORCE
308
	@$(QMAKE) -win32 -o Makefile.Debug MaraQt.pro
309
 
310
dist:
311
	$(ZIP) MaraQt.zip $(SOURCES) $(DIST) MaraQt.pro ..\..\Qt\4.4.3\mkspecs\qconfig.pri ..\..\Qt\4.4.3\mkspecs\features\qt_functions.prf ..\..\Qt\4.4.3\mkspecs\features\qt_config.prf ..\..\Qt\4.4.3\mkspecs\features\exclusive_builds.prf ..\..\Qt\4.4.3\mkspecs\features\default_pre.prf ..\..\Qt\4.4.3\mkspecs\features\win32\default_pre.prf ..\..\Qt\4.4.3\mkspecs\features\debug.prf ..\..\Qt\4.4.3\mkspecs\features\debug_and_release.prf ..\..\Qt\4.4.3\mkspecs\features\default_post.prf ..\..\Qt\4.4.3\mkspecs\features\build_pass.prf ..\..\Qt\4.4.3\mkspecs\features\win32\rtti.prf ..\..\Qt\4.4.3\mkspecs\features\win32\exceptions.prf ..\..\Qt\4.4.3\mkspecs\features\win32\stl.prf ..\..\Qt\4.4.3\mkspecs\features\shared.prf ..\..\Qt\4.4.3\mkspecs\features\win32\embed_manifest_exe.prf ..\..\Qt\4.4.3\mkspecs\features\win32\embed_manifest_dll.prf ..\..\Qt\4.4.3\mkspecs\features\warn_on.prf ..\..\Qt\4.4.3\mkspecs\features\qt.prf ..\..\Qt\4.4.3\mkspecs\features\win32\thread.prf ..\..\Qt\4.4.3\mkspecs\features\moc.prf ..\..\Qt\4.4.3\mkspecs\features\win32\windows.prf ..\..\Qt\4.4.3\mkspecs\features\resources.prf ..\..\Qt\4.4.3\mkspecs\features\uic.prf ..\..\Qt\4.4.3\mkspecs\features\yacc.prf ..\..\Qt\4.4.3\mkspecs\features\lex.prf c:\Qt\4.4.3\lib\qtmaind.prl  HEADERS RESOURCES IMAGES SOURCES OBJECTIVE_SOURCES FORMS YACCSOURCES YACCSOURCES LEXSOURCES 
312
 
313
clean: compiler_clean 
314
	-$(DEL_FILE) debug\cat_entry.obj debug\leg_entry.obj debug\team_break_entry.obj debug\configdialog.obj debug\main.obj debug\pages.obj debug\moc_cat_entry.obj debug\moc_leg_entry.obj debug\moc_team_break_entry.obj debug\moc_configdialog.obj debug\qrc_configdialog.obj
315
	-$(DEL_FILE) debug\MaraQt.intermediate.manifest debug\MaraQt.exp debug\MaraQt.pdb debug\MaraQt.ilk vc*.pdb vc*.idb
316
 
317
distclean: clean
318
	-$(DEL_FILE) $(DESTDIR_TARGET)
319
	-$(DEL_FILE) Makefile.Debug
320
 
321
mocclean: compiler_moc_header_clean compiler_moc_source_clean
322
 
323
mocables: compiler_moc_header_make_all compiler_moc_source_make_all
324
 
325
compiler_moc_header_make_all: debug\moc_cat_entry.cpp debug\moc_leg_entry.cpp debug\moc_team_break_entry.cpp debug\moc_configdialog.cpp
326
compiler_moc_header_clean:
327
	-$(DEL_FILE) debug\moc_cat_entry.cpp debug\moc_leg_entry.cpp debug\moc_team_break_entry.cpp debug\moc_configdialog.cpp
328
debug\moc_cat_entry.cpp: ui_cat_entry.h \
329
		cat_entry\cat_entry.h
330
	C:\Qt\4.4.3\bin\moc.exe $(DEFINES) $(INCPATH) -D_MSC_VER=1500 -DWIN32 cat_entry\cat_entry.h -o debug\moc_cat_entry.cpp
331
 
332
debug\moc_leg_entry.cpp: ui_leg_entry.h \
333
		leg_entry\leg_entry.h
334
	C:\Qt\4.4.3\bin\moc.exe $(DEFINES) $(INCPATH) -D_MSC_VER=1500 -DWIN32 leg_entry\leg_entry.h -o debug\moc_leg_entry.cpp
335
 
336
debug\moc_team_break_entry.cpp: ui_team_break_entry.h \
337
		leg_entry\team_break_entry.h
338
	C:\Qt\4.4.3\bin\moc.exe $(DEFINES) $(INCPATH) -D_MSC_VER=1500 -DWIN32 leg_entry\team_break_entry.h -o debug\moc_team_break_entry.cpp
339
 
340
debug\moc_configdialog.cpp: Main\configdialog.h
341
	C:\Qt\4.4.3\bin\moc.exe $(DEFINES) $(INCPATH) -D_MSC_VER=1500 -DWIN32 Main\configdialog.h -o debug\moc_configdialog.cpp
342
 
343
compiler_rcc_make_all: debug\qrc_configdialog.cpp
344
compiler_rcc_clean:
345
	-$(DEL_FILE) debug\qrc_configdialog.cpp
346
debug\qrc_configdialog.cpp: Main\configdialog.qrc \
347
		Main\images\config.png \
348
		Main\images\update.png \
349
		Main\images\query.png
350
	c:\Qt\4.4.3\bin\rcc.exe -name configdialog Main\configdialog.qrc -o debug\qrc_configdialog.cpp
351
 
352
compiler_image_collection_make_all: qmake_image_collection.cpp
353
compiler_image_collection_clean:
354
	-$(DEL_FILE) qmake_image_collection.cpp
355
compiler_moc_source_make_all:
356
compiler_moc_source_clean:
357
compiler_uic_make_all: ui_cat_entry.h ui_leg_entry.h ui_team_break_entry.h
358
compiler_uic_clean:
359
	-$(DEL_FILE) ui_cat_entry.h ui_leg_entry.h ui_team_break_entry.h
360
ui_cat_entry.h: cat_entry\cat_entry.ui
361
	c:\Qt\4.4.3\bin\uic.exe cat_entry\cat_entry.ui -o ui_cat_entry.h
362
 
363
ui_leg_entry.h: leg_entry\leg_entry.ui
364
	c:\Qt\4.4.3\bin\uic.exe leg_entry\leg_entry.ui -o ui_leg_entry.h
365
 
366
ui_team_break_entry.h: leg_entry\team_break_entry.ui
367
	c:\Qt\4.4.3\bin\uic.exe leg_entry\team_break_entry.ui -o ui_team_break_entry.h
368
 
369
compiler_yacc_decl_make_all:
370
compiler_yacc_decl_clean:
371
compiler_yacc_impl_make_all:
372
compiler_yacc_impl_clean:
373
compiler_lex_make_all:
374
compiler_lex_clean:
375
compiler_clean: compiler_moc_header_clean compiler_rcc_clean compiler_uic_clean 
376
 
377
 
378
 
379
####### Compile
380
 
381
debug\cat_entry.obj: cat_entry\cat_entry.cpp cat_entry\cat_entry.h \
382
		ui_cat_entry.h
383
 
384
debug\leg_entry.obj: leg_entry\leg_entry.cpp leg_entry\leg_entry.h \
385
		ui_leg_entry.h
386
 
387
debug\team_break_entry.obj: leg_entry\team_break_entry.cpp leg_entry\team_break_entry.h \
388
		ui_team_break_entry.h
389
 
390
debug\configdialog.obj: Main\configdialog.cpp Main\configdialog.h \
391
		Main\pages.h
392
 
393
debug\main.obj: Main\main.cpp Main\configdialog.h
394
 
395
debug\pages.obj: Main\pages.cpp Main\pages.h \
396
		cat_entry\cat_entry.h \
397
		ui_cat_entry.h \
398
		leg_entry\leg_entry.h \
399
		ui_leg_entry.h \
400
		leg_entry\team_break_entry.h \
401
		ui_team_break_entry.h
402
 
403
debug\moc_cat_entry.obj: debug\moc_cat_entry.cpp 
404
 
405
debug\moc_leg_entry.obj: debug\moc_leg_entry.cpp 
406
 
407
debug\moc_team_break_entry.obj: debug\moc_team_break_entry.cpp 
408
 
409
debug\moc_configdialog.obj: debug\moc_configdialog.cpp 
410
 
411
debug\qrc_configdialog.obj: debug\qrc_configdialog.cpp 
412
 
413
####### Install
414
 
415
install:   FORCE
416
 
417
uninstall:   FORCE
418
 
419
FORCE:
420