author | mapo |
Mon, 23 Aug 2010 21:16:31 +0200 | |
branch | podcatcher_qt_symbian4 |
changeset 217 | b15683f9e989 |
parent 216 | 1f5e22508b46 |
permissions | -rw-r--r-- |
216 | 1 |
# ============================================================================== |
217
b15683f9e989
Added change to pro file so that engine bld.inf is included.
mapo
parents:
216
diff
changeset
|
2 |
# Generated by qmake (2.01a) (Qt 4.6.3) on: må 23. aug 21:00:55 2010 |
216 | 3 |
# This file is generated by qmake and should not be modified by the |
4 |
# user. |
|
5 |
# Name : Makefile |
|
6 |
# Description : Wrapper Makefile for calling Symbian build tools |
|
7 |
# |
|
8 |
# ============================================================================== |
|
9 |
||
10 |
||
11 |
MAKEFILE = Makefile |
|
217
b15683f9e989
Added change to pro file so that engine bld.inf is included.
mapo
parents:
216
diff
changeset
|
12 |
QMAKE = c:\NokiaQtSDK\Symbian\SDK\bin\qmake.exe |
216 | 13 |
DEL_FILE = del |
14 |
DEL_DIR = rmdir |
|
15 |
MOVE = move |
|
16 |
CHK_DIR_EXISTS = if not exist |
|
17 |
MKDIR = mkdir |
|
18 |
XCOPY = xcopy /d /f /h /r /y /i |
|
19 |
ABLD = ABLD.BAT |
|
20 |
DEBUG_PLATFORMS = winscw gcce armv5 armv6 |
|
21 |
RELEASE_PLATFORMS = gcce armv5 armv6 |
|
22 |
MAKE = make |
|
23 |
||
24 |
ifeq (WINS,$(findstring WINS, $(PLATFORM))) |
|
25 |
ZDIR=$(EPOCROOT)epoc32\release\$(PLATFORM)\$(CFG)\Z |
|
26 |
else |
|
27 |
ZDIR=$(EPOCROOT)epoc32\data\z |
|
28 |
endif |
|
29 |
||
30 |
DEFINES = -DSYMBIAN -DUNICODE -DQT_KEYPAD_NAVIGATION -DQT_SOFTKEYS_ENABLED -DQT_USE_MATH_H_FLOATS -DQT_GUI_LIB -DQT_CORE_LIB |
|
217
b15683f9e989
Added change to pro file so that engine bld.inf is included.
mapo
parents:
216
diff
changeset
|
31 |
INCPATH = -I"C:/NokiaQtSDK/Symbian/SDK/include/QtCore" -I"C:/NokiaQtSDK/Symbian/SDK/include/QtCore/tmp" -I"C:/NokiaQtSDK/Symbian/SDK/include/QtGui" -I"C:/NokiaQtSDK/Symbian/SDK/include/QtGui/tmp" -I"C:/NokiaQtSDK/Symbian/SDK/include" -I"C:/NokiaQtSDK/Symbian/SDK/include/tmp" -I"C:/NokiaQtSDK/Symbian/SDK/mkspecs/common/symbian" -I"C:/NokiaQtSDK/Symbian/SDK/mkspecs/common/symbian/tmp" -I"C:/NokiaQtSDK/Symbian/SDK/epoc32/include" -I"C:/NokiaQtSDK/Symbian/SDK/epoc32/include/osextensions/stdapis" -I"C:/NokiaQtSDK/Symbian/SDK/epoc32/include/osextensions/stdapis/sys" -I"C:/NokiaQtSDK/Symbian/SDK/epoc32/include/stdapis" -I"C:/NokiaQtSDK/Symbian/SDK/epoc32/include/stdapis/sys" -I"C:/NokiaQtSDK/Symbian/SDK/epoc32/include/osextensions/stdapis/stlport" -I"C:/NokiaQtSDK/Symbian/SDK/epoc32/include/stdapis/stlport" -I"C:/NokiaQtSDK/Symbian/SDK/epoc32/include/oem" -I"C:/NokiaQtSDK/Symbian/SDK/epoc32/include/middleware" -I"C:/NokiaQtSDK/Symbian/SDK/epoc32/include/domain/middleware" -I"C:/NokiaQtSDK/Symbian/SDK/epoc32/include/osextensions" -I"C:/NokiaQtSDK/Symbian/SDK/epoc32/include/domain/osextensions" -I"C:/NokiaQtSDK/Symbian/SDK/epoc32/include/domain/osextensions/loc" -I"C:/NokiaQtSDK/Symbian/SDK/epoc32/include/domain/middleware/loc" -I"C:/NokiaQtSDK/Symbian/SDK/epoc32/include/domain/osextensions/loc/sc" -I"C:/NokiaQtSDK/Symbian/SDK/epoc32/include/domain/middleware/loc/sc" -I"C:/hg/podcatcher_fcl/podcatcher_qt" -I"C:/hg/podcatcher_fcl/podcatcher_qt/tmp" -I"C:/hg/podcatcher_fcl/podcatcher_qt/inc" -I"C:/hg/podcatcher_fcl/podcatcher_qt/inc/tmp" -I"C:/hg/podcatcher_fcl/podcatcher_qt/src" -I"C:/hg/podcatcher_fcl/podcatcher_qt/src/tmp" |
216 | 32 |
first: default |
33 |
default: debug-winscw |
|
34 |
all: debug release |
|
35 |
||
36 |
qmake: |
|
37 |
$(QMAKE) -spec symbian-abld -o "bld.inf" "C:/hg/podcatcher_fcl/podcatcher_qt/podcatcher_qt.pro" |
|
38 |
||
39 |
bld.inf: |
|
40 |
$(QMAKE) |
|
41 |
||
42 |
$(ABLD): bld.inf |
|
43 |
bldmake bldfiles |
|
44 |
||
45 |
debug: $(ABLD) |
|
46 |
$(ABLD) build winscw udeb |
|
47 |
$(ABLD) build gcce udeb |
|
48 |
$(ABLD) build armv5 udeb |
|
49 |
$(ABLD) build armv6 udeb |
|
50 |
||
51 |
release: $(ABLD) |
|
52 |
$(ABLD) build gcce urel |
|
53 |
$(ABLD) build armv5 urel |
|
54 |
$(ABLD) build armv6 urel |
|
55 |
||
56 |
debug-winscw: $(ABLD) |
|
57 |
$(ABLD) build winscw udeb |
|
58 |
debug-gcce: $(ABLD) |
|
59 |
$(ABLD) build gcce udeb |
|
60 |
debug-armv5: $(ABLD) |
|
61 |
$(ABLD) build armv5 udeb |
|
62 |
debug-armv6: $(ABLD) |
|
63 |
$(ABLD) build armv6 udeb |
|
64 |
release-gcce: $(ABLD) |
|
65 |
$(ABLD) build gcce urel |
|
66 |
release-armv5: $(ABLD) |
|
67 |
$(ABLD) build armv5 urel |
|
68 |
release-armv6: $(ABLD) |
|
69 |
$(ABLD) build armv6 urel |
|
70 |
||
71 |
export: $(ABLD) |
|
72 |
$(ABLD) export |
|
73 |
||
74 |
cleanexport: $(ABLD) |
|
75 |
$(ABLD) cleanexport |
|
76 |
||
77 |
check: first |
|
78 |
||
79 |
mocclean: compiler_moc_header_clean compiler_moc_source_clean |
|
80 |
||
81 |
mocables: compiler_moc_header_make_all compiler_moc_source_make_all |
|
82 |
||
83 |
compiler_moc_header_make_all: moc_podcatcherwin.cpp |
|
84 |
compiler_moc_header_clean: |
|
85 |
-$(DEL_FILE) moc_podcatcherwin.cpp 2> NUL |
|
217
b15683f9e989
Added change to pro file so that engine bld.inf is included.
mapo
parents:
216
diff
changeset
|
86 |
moc_podcatcherwin.cpp: inc\podcatcherwin.h |
b15683f9e989
Added change to pro file so that engine bld.inf is included.
mapo
parents:
216
diff
changeset
|
87 |
C:\NokiaQtSDK\Symbian\SDK\bin\moc.exe $(DEFINES) $(INCPATH) -DSYMBIAN inc\podcatcherwin.h -o moc_podcatcherwin.cpp |
216 | 88 |
|
89 |
compiler_rcc_make_all: |
|
90 |
compiler_rcc_clean: |
|
91 |
compiler_image_collection_make_all: qmake_image_collection.cpp |
|
92 |
compiler_image_collection_clean: |
|
93 |
-$(DEL_FILE) qmake_image_collection.cpp 2> NUL |
|
94 |
compiler_moc_source_make_all: |
|
95 |
compiler_moc_source_clean: |
|
96 |
compiler_uic_make_all: ui_podcatcherwin.h |
|
97 |
compiler_uic_clean: |
|
98 |
-$(DEL_FILE) ui_podcatcherwin.h 2> NUL |
|
217
b15683f9e989
Added change to pro file so that engine bld.inf is included.
mapo
parents:
216
diff
changeset
|
99 |
ui_podcatcherwin.h: forms\podcatcherwin.ui |
b15683f9e989
Added change to pro file so that engine bld.inf is included.
mapo
parents:
216
diff
changeset
|
100 |
c:\NokiaQtSDK\Symbian\SDK\bin\uic.exe forms\podcatcherwin.ui -o ui_podcatcherwin.h |
216 | 101 |
|
102 |
compiler_yacc_decl_make_all: |
|
103 |
compiler_yacc_decl_clean: |
|
104 |
compiler_yacc_impl_make_all: |
|
105 |
compiler_yacc_impl_clean: |
|
106 |
compiler_lex_make_all: |
|
107 |
compiler_lex_clean: |
|
108 |
compiler_clean: compiler_moc_header_clean compiler_uic_clean |
|
109 |
||
110 |
create_temps: |
|
217
b15683f9e989
Added change to pro file so that engine bld.inf is included.
mapo
parents:
216
diff
changeset
|
111 |
-@ if NOT EXIST "C:\NokiaQtSDK\Symbian\SDK\include\QtCore\tmp" mkdir "C:\NokiaQtSDK\Symbian\SDK\include\QtCore\tmp" |
b15683f9e989
Added change to pro file so that engine bld.inf is included.
mapo
parents:
216
diff
changeset
|
112 |
-@ if NOT EXIST "C:\NokiaQtSDK\Symbian\SDK\include\QtGui\tmp" mkdir "C:\NokiaQtSDK\Symbian\SDK\include\QtGui\tmp" |
b15683f9e989
Added change to pro file so that engine bld.inf is included.
mapo
parents:
216
diff
changeset
|
113 |
-@ if NOT EXIST "C:\NokiaQtSDK\Symbian\SDK\include\tmp" mkdir "C:\NokiaQtSDK\Symbian\SDK\include\tmp" |
b15683f9e989
Added change to pro file so that engine bld.inf is included.
mapo
parents:
216
diff
changeset
|
114 |
-@ if NOT EXIST "C:\NokiaQtSDK\Symbian\SDK\mkspecs\common\symbian\tmp" mkdir "C:\NokiaQtSDK\Symbian\SDK\mkspecs\common\symbian\tmp" |
216 | 115 |
-@ if NOT EXIST "C:\hg\podcatcher_fcl\podcatcher_qt\tmp" mkdir "C:\hg\podcatcher_fcl\podcatcher_qt\tmp" |
217
b15683f9e989
Added change to pro file so that engine bld.inf is included.
mapo
parents:
216
diff
changeset
|
116 |
-@ if NOT EXIST "C:\hg\podcatcher_fcl\podcatcher_qt\inc\tmp" mkdir "C:\hg\podcatcher_fcl\podcatcher_qt\inc\tmp" |
b15683f9e989
Added change to pro file so that engine bld.inf is included.
mapo
parents:
216
diff
changeset
|
117 |
-@ if NOT EXIST "C:\hg\podcatcher_fcl\podcatcher_qt\src\tmp" mkdir "C:\hg\podcatcher_fcl\podcatcher_qt\src\tmp" |
216 | 118 |
|
119 |
extension_clean: compiler_clean |
|
217
b15683f9e989
Added change to pro file so that engine bld.inf is included.
mapo
parents:
216
diff
changeset
|
120 |
-@ if EXIST "C:\NokiaQtSDK\Symbian\SDK\include\QtCore\tmp" rmdir /S /Q "C:\NokiaQtSDK\Symbian\SDK\include\QtCore\tmp" |
b15683f9e989
Added change to pro file so that engine bld.inf is included.
mapo
parents:
216
diff
changeset
|
121 |
-@ if EXIST "C:\NokiaQtSDK\Symbian\SDK\include\QtGui\tmp" rmdir /S /Q "C:\NokiaQtSDK\Symbian\SDK\include\QtGui\tmp" |
b15683f9e989
Added change to pro file so that engine bld.inf is included.
mapo
parents:
216
diff
changeset
|
122 |
-@ if EXIST "C:\NokiaQtSDK\Symbian\SDK\include\tmp" rmdir /S /Q "C:\NokiaQtSDK\Symbian\SDK\include\tmp" |
b15683f9e989
Added change to pro file so that engine bld.inf is included.
mapo
parents:
216
diff
changeset
|
123 |
-@ if EXIST "C:\NokiaQtSDK\Symbian\SDK\mkspecs\common\symbian\tmp" rmdir /S /Q "C:\NokiaQtSDK\Symbian\SDK\mkspecs\common\symbian\tmp" |
216 | 124 |
-@ if EXIST "C:\hg\podcatcher_fcl\podcatcher_qt\tmp" rmdir /S /Q "C:\hg\podcatcher_fcl\podcatcher_qt\tmp" |
217
b15683f9e989
Added change to pro file so that engine bld.inf is included.
mapo
parents:
216
diff
changeset
|
125 |
-@ if EXIST "C:\hg\podcatcher_fcl\podcatcher_qt\inc\tmp" rmdir /S /Q "C:\hg\podcatcher_fcl\podcatcher_qt\inc\tmp" |
b15683f9e989
Added change to pro file so that engine bld.inf is included.
mapo
parents:
216
diff
changeset
|
126 |
-@ if EXIST "C:\hg\podcatcher_fcl\podcatcher_qt\src\tmp" rmdir /S /Q "C:\hg\podcatcher_fcl\podcatcher_qt\src\tmp" |
216 | 127 |
|
128 |
pre_targetdeps: \ |
|
129 |
generated_sources \ |
|
130 |
all_source_deps \ |
|
131 |
ui_podcatcherwin.h |
|
132 |
||
133 |
generated_sources: \ |
|
134 |
moc_podcatcherwin.cpp |
|
135 |
||
136 |
all_source_deps: \ |
|
137 |
ui_podcatcherwin.h |
|
138 |
||
139 |
finalize: |
|
140 |
||
141 |
winscw_deployment: |
|
142 |
||
143 |
winscw_deployment_clean: |
|
144 |
||
145 |
deployment: |
|
146 |
||
147 |
deployment_clean: |
|
148 |
||
149 |
-include .make.cache |
|
150 |
||
151 |
sis: |
|
152 |
$(if $(wildcard podcatcher_qt_template.pkg),$(if $(wildcard .make.cache),$(MAKE) -s -f $(MAKEFILE) ok_sis,$(if $(QT_SIS_TARGET),$(MAKE) -s -f $(MAKEFILE) ok_sis,$(MAKE) -s -f $(MAKEFILE) fail_sis_nocache)),$(MAKE) -s -f $(MAKEFILE) fail_sis_nopkg) |
|
153 |
||
154 |
ok_sis: |
|
155 |
createpackage.bat $(QT_SIS_OPTIONS) podcatcher_qt_template.pkg $(QT_SIS_TARGET) $(QT_SIS_CERTIFICATE) $(QT_SIS_KEY) $(QT_SIS_PASSPHRASE) |
|
156 |
||
157 |
podcatcher_qt.sis: |
|
158 |
$(MAKE) -s -f $(MAKEFILE) sis |
|
159 |
||
160 |
stub_sis: |
|
161 |
$(if $(wildcard podcatcher_qt_template.pkg),$(if $(wildcard .make.cache),$(MAKE) -s -f $(MAKEFILE) ok_stub_sis,$(if $(QT_SIS_TARGET),$(MAKE) -s -f $(MAKEFILE) ok_stub_sis,$(MAKE) -s -f $(MAKEFILE) fail_sis_nocache)),$(MAKE) -s -f $(MAKEFILE) fail_sis_nopkg) |
|
162 |
||
163 |
ok_stub_sis: |
|
164 |
createpackage.bat -s $(QT_SIS_OPTIONS) podcatcher_qt_template.pkg $(QT_SIS_TARGET) $(QT_SIS_CERTIFICATE) $(QT_SIS_KEY) $(QT_SIS_PASSPHRASE) |
|
165 |
||
166 |
installer_sis: podcatcher_qt.sis |
|
167 |
$(if $(wildcard podcatcher_qt_installer.pkg),$(MAKE) -s -f $(MAKEFILE) ok_installer_sis,$(MAKE) -s -f $(MAKEFILE) fail_sis_nopkg) |
|
168 |
||
169 |
ok_installer_sis: |
|
170 |
createpackage.bat $(QT_SIS_OPTIONS) podcatcher_qt_installer.pkg - $(QT_SIS_CERTIFICATE) $(QT_SIS_KEY) $(QT_SIS_PASSPHRASE) |
|
171 |
||
172 |
fail_sis_nopkg: |
|
173 |
$(error PKG file does not exist, 'sis' and 'installer_sis' target are only supported for executables or projects with DEPLOYMENT statement) |
|
174 |
||
175 |
fail_sis_nocache: |
|
176 |
$(error Project has to be built or QT_SIS_TARGET environment variable has to be set before calling 'SIS' target) |
|
177 |
||
178 |
store_build: |
|
179 |
@echo # ============================================================================== > .make.cache |
|
180 |
@echo # This file is generated by make and should not be modified by the user >> .make.cache |
|
181 |
@echo # Name : .make.cache >> .make.cache |
|
182 |
@echo # Part of : podcatcher_qt >> .make.cache |
|
183 |
@echo # Description : This file is used to cache last build target for >> .make.cache |
|
184 |
@echo # make sis target. >> .make.cache |
|
185 |
@echo # Version : >> .make.cache |
|
186 |
@echo # >> .make.cache |
|
187 |
@echo # ============================================================================== >> .make.cache |
|
188 |
@echo. >> .make.cache |
|
189 |
@echo QT_SIS_TARGET ?= $(QT_SIS_TARGET) >> .make.cache |
|
190 |
||
191 |
dodistclean: |
|
192 |
-@ if EXIST "c:\hg\podcatcher_fcl\podcatcher_qt\podcatcher_qt_template.pkg" $(DEL_FILE) "c:\hg\podcatcher_fcl\podcatcher_qt\podcatcher_qt_template.pkg" |
|
193 |
-@ if EXIST "c:\hg\podcatcher_fcl\podcatcher_qt\podcatcher_qt_installer.pkg" $(DEL_FILE) "c:\hg\podcatcher_fcl\podcatcher_qt\podcatcher_qt_installer.pkg" |
|
194 |
-@ if EXIST "c:\hg\podcatcher_fcl\podcatcher_qt\Makefile" $(DEL_FILE) "c:\hg\podcatcher_fcl\podcatcher_qt\Makefile" |
|
195 |
-@ if EXIST "c:\hg\podcatcher_fcl\podcatcher_qt\Makefile_0xe905eb0b.mk" $(DEL_FILE) "c:\hg\podcatcher_fcl\podcatcher_qt\Makefile_0xe905eb0b.mk" |
|
196 |
-@ if EXIST "c:\hg\podcatcher_fcl\podcatcher_qt\podcatcher_qt_0xe905eb0b.mmp" $(DEL_FILE) "c:\hg\podcatcher_fcl\podcatcher_qt\podcatcher_qt_0xe905eb0b.mmp" |
|
197 |
-@ if EXIST "c:\hg\podcatcher_fcl\podcatcher_qt\podcatcher_qt_reg.rss" $(DEL_FILE) "c:\hg\podcatcher_fcl\podcatcher_qt\podcatcher_qt_reg.rss" |
|
198 |
-@ if EXIST "c:\hg\podcatcher_fcl\podcatcher_qt\podcatcher_qt.rss" $(DEL_FILE) "c:\hg\podcatcher_fcl\podcatcher_qt\podcatcher_qt.rss" |
|
199 |
-@ if EXIST "c:\hg\podcatcher_fcl\podcatcher_qt\podcatcher_qt.loc" $(DEL_FILE) "c:\hg\podcatcher_fcl\podcatcher_qt\podcatcher_qt.loc" |
|
200 |
-@ if EXIST "c:\hg\podcatcher_fcl\podcatcher_qt\.make.cache" $(DEL_FILE) "c:\hg\podcatcher_fcl\podcatcher_qt\.make.cache" |
|
201 |
-@ if EXIST "c:\hg\podcatcher_fcl\podcatcher_qt\bld.inf" $(DEL_FILE) "c:\hg\podcatcher_fcl\podcatcher_qt\bld.inf" |
|
202 |
||
203 |
distclean: clean dodistclean |
|
204 |
||
205 |
clean: $(ABLD) |
|
206 |
-$(ABLD) reallyclean |
|
207 |
-bldmake clean |
|
208 |
||
209 |
clean-debug: $(ABLD) |
|
210 |
$(ABLD) reallyclean winscw udeb |
|
211 |
$(ABLD) reallyclean gcce udeb |
|
212 |
$(ABLD) reallyclean armv5 udeb |
|
213 |
$(ABLD) reallyclean armv6 udeb |
|
214 |
||
215 |
clean-release: $(ABLD) |
|
216 |
$(ABLD) reallyclean gcce urel |
|
217 |
$(ABLD) reallyclean armv5 urel |
|
218 |
$(ABLD) reallyclean armv6 urel |
|
219 |
||
220 |
clean-debug-winscw: $(ABLD) |
|
221 |
$(ABLD) reallyclean winscw udeb |
|
222 |
clean-debug-gcce: $(ABLD) |
|
223 |
$(ABLD) reallyclean gcce udeb |
|
224 |
clean-debug-armv5: $(ABLD) |
|
225 |
$(ABLD) reallyclean armv5 udeb |
|
226 |
clean-debug-armv6: $(ABLD) |
|
227 |
$(ABLD) reallyclean armv6 udeb |
|
228 |
clean-release-gcce: $(ABLD) |
|
229 |
$(ABLD) reallyclean gcce urel |
|
230 |
clean-release-armv5: $(ABLD) |
|
231 |
$(ABLD) reallyclean armv5 urel |
|
232 |
clean-release-armv6: $(ABLD) |
|
233 |
$(ABLD) reallyclean armv6 urel |
|
234 |
||
235 |
run: |
|
217
b15683f9e989
Added change to pro file so that engine bld.inf is included.
mapo
parents:
216
diff
changeset
|
236 |
-call /NokiaQtSDK/Symbian/SDK/epoc32/release/winscw/udeb/podcatcher_qt.exe $(QT_RUN_OPTIONS) |
216 | 237 |
runonphone: sis |
238 |
runonphone $(QT_RUN_ON_PHONE_OPTIONS) --sis podcatcher_qt.sis podcatcher_qt.exe $(QT_RUN_OPTIONS) |
|
239 |