example/smfclientapp/Makefile
changeset 17 106a4bfcb866
parent 16 b78fa4cdbf2b
child 18 013a02bf2bb0
equal deleted inserted replaced
16:b78fa4cdbf2b 17:106a4bfcb866
     1 # ==============================================================================
       
     2 # Generated by qmake (2.01a) (Qt 4.6.3) on: Tue Jun 22 14:45:30 2010
       
     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
       
    12 QMAKE             = f:\Qt\4.6.3\bin\qmake
       
    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 -DWRITE_LOG -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB
       
    31 INCPATH	 =  -I"F:/Qt/4.6.3/include/QtCore" -I"F:/Qt/4.6.3/include/QtCore/tmp" -I"F:/Qt/4.6.3/include/QtNetwork" -I"F:/Qt/4.6.3/include/QtNetwork/tmp" -I"F:/Qt/4.6.3/include/QtGui" -I"F:/Qt/4.6.3/include/QtGui/tmp" -I"F:/Qt/4.6.3/include/QtWebKit" -I"F:/Qt/4.6.3/include/QtWebKit/tmp" -I"F:/Qt/4.6.3/include" -I"F:/Qt/4.6.3/include/tmp" -I"F:/Qt/4.6.3/include/QtContacts" -I"F:/Qt/4.6.3/include/QtContacts/tmp" -I"F:/Qt/4.6.3/include/QtLocation" -I"F:/Qt/4.6.3/include/QtLocation/tmp" -I"F:/Qt/4.6.3/mkspecs/common/symbian" -I"F:/Qt/4.6.3/mkspecs/common/symbian/tmp" -I"F:/Nokia/devices/Nokia_Symbian3_SDK_v0.8/epoc32/include" -I"F:/Nokia/devices/Nokia_Symbian3_SDK_v0.8/epoc32/include/stdapis" -I"F:/Nokia/devices/Nokia_Symbian3_SDK_v0.8/epoc32/include/stdapis/sys" -I"F:/Nokia/devices/Nokia_Symbian3_SDK_v0.8/epoc32/include/mw" -I"F:/Nokia/devices/Nokia_Symbian3_SDK_v0.8/epoc32/include/platform/mw" -I"F:/Nokia/devices/Nokia_Symbian3_SDK_v0.8/epoc32/include/platform" -I"F:/Nokia/devices/Nokia_Symbian3_SDK_v0.8/epoc32/include/app" -I"F:/Nokia/devices/Nokia_Symbian3_SDK_v0.8/epoc32/include/platform/app" -I"F:/Nokia/devices/Nokia_Symbian3_SDK_v0.8/epoc32/include/platform/loc" -I"F:/Nokia/devices/Nokia_Symbian3_SDK_v0.8/epoc32/include/platform/mw/loc" -I"F:/Nokia/devices/Nokia_Symbian3_SDK_v0.8/epoc32/include/platform/app/loc" -I"F:/Nokia/devices/Nokia_Symbian3_SDK_v0.8/epoc32/include/platform/loc/sc" -I"F:/Nokia/devices/Nokia_Symbian3_SDK_v0.8/epoc32/include/platform/mw/loc/sc" -I"F:/Nokia/devices/Nokia_Symbian3_SDK_v0.8/epoc32/include/platform/app/loc/sc" -I"F:/Nokia/devices/Nokia_Symbian3_SDK_v0.8/epoc32/include/stdapis/stlportv5" -I"F:/Qt/4.6.3/include/QtXmlPatterns" -I"F:/Qt/4.6.3/include/QtXmlPatterns/tmp" -I"F:/Nokia/devices/Nokia_Symbian3_SDK_v0.8/SMFCode/smf_baseline_22june_latest/example/smfclientapp" -I"F:/Nokia/devices/Nokia_Symbian3_SDK_v0.8/SMFCode/smf_baseline_22june_latest/example/smfclientapp/tmp"
       
    32 first: default
       
    33 default: debug-winscw
       
    34 all: debug release
       
    35 
       
    36 qmake:
       
    37 	$(QMAKE) -spec symbian-abld -o "bld.inf" "F:/Nokia/devices/Nokia_Symbian3_SDK_v0.8/SMFCode/smf_baseline_22june_latest/example/smfclientapp/smfclientapp.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_posttestui.cpp moc_displaywidget.cpp moc_testscreen.cpp moc_smfclientapp.cpp
       
    84 compiler_moc_header_clean:
       
    85 	-$(DEL_FILE) moc_posttestui.cpp moc_displaywidget.cpp moc_testscreen.cpp moc_smfclientapp.cpp 2> NUL
       
    86 moc_posttestui.cpp: ui_posttestui.h \
       
    87 		posttestui.h
       
    88 	F:\Qt\4.6.3\bin\moc.exe $(DEFINES) $(INCPATH) -DSYMBIAN posttestui.h -o moc_posttestui.cpp
       
    89 
       
    90 moc_displaywidget.cpp: ui_displaywidget.h \
       
    91 		displaywidget.h
       
    92 	F:\Qt\4.6.3\bin\moc.exe $(DEFINES) $(INCPATH) -DSYMBIAN displaywidget.h -o moc_displaywidget.cpp
       
    93 
       
    94 moc_testscreen.cpp: ui_SmfClientApp.h \
       
    95 		testscreen.h
       
    96 	F:\Qt\4.6.3\bin\moc.exe $(DEFINES) $(INCPATH) -DSYMBIAN testscreen.h -o moc_testscreen.cpp
       
    97 
       
    98 moc_smfclientapp.cpp: ui_SmfClientApp.h \
       
    99 		smfclientapp.h
       
   100 	F:\Qt\4.6.3\bin\moc.exe $(DEFINES) $(INCPATH) -DSYMBIAN smfclientapp.h -o moc_smfclientapp.cpp
       
   101 
       
   102 compiler_rcc_make_all:
       
   103 compiler_rcc_clean:
       
   104 compiler_image_collection_make_all: qmake_image_collection.cpp
       
   105 compiler_image_collection_clean:
       
   106 	-$(DEL_FILE) qmake_image_collection.cpp 2> NUL
       
   107 compiler_moc_source_make_all:
       
   108 compiler_moc_source_clean:
       
   109 compiler_uic_make_all: ui_posttestui.h ui_displaywidget.h ui_smfclientapp.h
       
   110 compiler_uic_clean:
       
   111 	-$(DEL_FILE) ui_posttestui.h ui_displaywidget.h ui_smfclientapp.h 2> NUL
       
   112 ui_posttestui.h: posttestui.ui
       
   113 	f:\Qt\4.6.3\bin\uic.exe posttestui.ui -o ui_posttestui.h
       
   114 
       
   115 ui_displaywidget.h: displaywidget.ui
       
   116 	f:\Qt\4.6.3\bin\uic.exe displaywidget.ui -o ui_displaywidget.h
       
   117 
       
   118 ui_smfclientapp.h: smfclientapp.ui
       
   119 	f:\Qt\4.6.3\bin\uic.exe smfclientapp.ui -o ui_smfclientapp.h
       
   120 
       
   121 compiler_yacc_decl_make_all:
       
   122 compiler_yacc_decl_clean:
       
   123 compiler_yacc_impl_make_all:
       
   124 compiler_yacc_impl_clean:
       
   125 compiler_lex_make_all:
       
   126 compiler_lex_clean:
       
   127 compiler_clean: compiler_moc_header_clean compiler_uic_clean 
       
   128 
       
   129 create_temps:
       
   130 	-@ if NOT EXIST "F:\Qt\4.6.3\include\QtCore\tmp" mkdir "F:\Qt\4.6.3\include\QtCore\tmp"
       
   131 	-@ if NOT EXIST "F:\Qt\4.6.3\include\QtNetwork\tmp" mkdir "F:\Qt\4.6.3\include\QtNetwork\tmp"
       
   132 	-@ if NOT EXIST "F:\Qt\4.6.3\include\QtGui\tmp" mkdir "F:\Qt\4.6.3\include\QtGui\tmp"
       
   133 	-@ if NOT EXIST "F:\Qt\4.6.3\include\QtWebKit\tmp" mkdir "F:\Qt\4.6.3\include\QtWebKit\tmp"
       
   134 	-@ if NOT EXIST "F:\Qt\4.6.3\include\tmp" mkdir "F:\Qt\4.6.3\include\tmp"
       
   135 	-@ if NOT EXIST "F:\Qt\4.6.3\include\QtContacts\tmp" mkdir "F:\Qt\4.6.3\include\QtContacts\tmp"
       
   136 	-@ if NOT EXIST "F:\Qt\4.6.3\include\QtLocation\tmp" mkdir "F:\Qt\4.6.3\include\QtLocation\tmp"
       
   137 	-@ if NOT EXIST "F:\Qt\4.6.3\mkspecs\common\symbian\tmp" mkdir "F:\Qt\4.6.3\mkspecs\common\symbian\tmp"
       
   138 	-@ if NOT EXIST "F:\Qt\4.6.3\include\QtXmlPatterns\tmp" mkdir "F:\Qt\4.6.3\include\QtXmlPatterns\tmp"
       
   139 	-@ if NOT EXIST "F:\Nokia\devices\Nokia_Symbian3_SDK_v0.8\SMFCode\smf_baseline_22june_latest\example\smfclientapp\tmp" mkdir "F:\Nokia\devices\Nokia_Symbian3_SDK_v0.8\SMFCode\smf_baseline_22june_latest\example\smfclientapp\tmp"
       
   140 
       
   141 extension_clean: compiler_clean
       
   142 	-@ if EXIST "F:\Qt\4.6.3\include\QtCore\tmp" rmdir  /S /Q  "F:\Qt\4.6.3\include\QtCore\tmp"
       
   143 	-@ if EXIST "F:\Qt\4.6.3\include\QtNetwork\tmp" rmdir  /S /Q  "F:\Qt\4.6.3\include\QtNetwork\tmp"
       
   144 	-@ if EXIST "F:\Qt\4.6.3\include\QtGui\tmp" rmdir  /S /Q  "F:\Qt\4.6.3\include\QtGui\tmp"
       
   145 	-@ if EXIST "F:\Qt\4.6.3\include\QtWebKit\tmp" rmdir  /S /Q  "F:\Qt\4.6.3\include\QtWebKit\tmp"
       
   146 	-@ if EXIST "F:\Qt\4.6.3\include\tmp" rmdir  /S /Q  "F:\Qt\4.6.3\include\tmp"
       
   147 	-@ if EXIST "F:\Qt\4.6.3\include\QtContacts\tmp" rmdir  /S /Q  "F:\Qt\4.6.3\include\QtContacts\tmp"
       
   148 	-@ if EXIST "F:\Qt\4.6.3\include\QtLocation\tmp" rmdir  /S /Q  "F:\Qt\4.6.3\include\QtLocation\tmp"
       
   149 	-@ if EXIST "F:\Qt\4.6.3\mkspecs\common\symbian\tmp" rmdir  /S /Q  "F:\Qt\4.6.3\mkspecs\common\symbian\tmp"
       
   150 	-@ if EXIST "F:\Qt\4.6.3\include\QtXmlPatterns\tmp" rmdir  /S /Q  "F:\Qt\4.6.3\include\QtXmlPatterns\tmp"
       
   151 	-@ if EXIST "F:\Nokia\devices\Nokia_Symbian3_SDK_v0.8\SMFCode\smf_baseline_22june_latest\example\smfclientapp\tmp" rmdir  /S /Q  "F:\Nokia\devices\Nokia_Symbian3_SDK_v0.8\SMFCode\smf_baseline_22june_latest\example\smfclientapp\tmp"
       
   152 
       
   153 pre_targetdeps: \
       
   154 	generated_sources \
       
   155 	all_source_deps \
       
   156 	ui_posttestui.h \
       
   157 	ui_displaywidget.h \
       
   158 	ui_smfclientapp.h
       
   159 
       
   160 generated_sources: \
       
   161 	moc_posttestui.cpp \
       
   162 	moc_displaywidget.cpp \
       
   163 	moc_testscreen.cpp \
       
   164 	moc_smfclientapp.cpp
       
   165 
       
   166 all_source_deps: \
       
   167 	posttestui.h \
       
   168 	ui_posttestui.h \
       
   169 	displaywidget.h \
       
   170 	ui_displaywidget.h \
       
   171 	testscreen.h \
       
   172 	ui_SmfClientApp.h \
       
   173 	SmfClientApp.h
       
   174 
       
   175 finalize:
       
   176 
       
   177 winscw_deployment:
       
   178 
       
   179 winscw_deployment_clean:
       
   180 
       
   181 deployment:
       
   182 
       
   183 deployment_clean:
       
   184 
       
   185 -include .make.cache
       
   186 
       
   187 sis:
       
   188 	$(if $(wildcard smfclientapp_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)
       
   189 
       
   190 ok_sis:
       
   191 	createpackage.bat $(QT_SIS_OPTIONS) smfclientapp_template.pkg $(QT_SIS_TARGET) $(QT_SIS_CERTIFICATE) $(QT_SIS_KEY) $(QT_SIS_PASSPHRASE)
       
   192 
       
   193 smfclientapp.sis:
       
   194 	$(MAKE) -s -f $(MAKEFILE) sis
       
   195 
       
   196 stub_sis:
       
   197 	$(if $(wildcard smfclientapp_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)
       
   198 
       
   199 ok_stub_sis:
       
   200 	createpackage.bat -s $(QT_SIS_OPTIONS) smfclientapp_template.pkg $(QT_SIS_TARGET) $(QT_SIS_CERTIFICATE) $(QT_SIS_KEY) $(QT_SIS_PASSPHRASE)
       
   201 
       
   202 installer_sis: smfclientapp.sis
       
   203 	$(if $(wildcard smfclientapp_installer.pkg),$(MAKE) -s -f $(MAKEFILE) ok_installer_sis,$(MAKE) -s -f $(MAKEFILE) fail_sis_nopkg)
       
   204 
       
   205 ok_installer_sis: 
       
   206 	createpackage.bat $(QT_SIS_OPTIONS) smfclientapp_installer.pkg - $(QT_SIS_CERTIFICATE) $(QT_SIS_KEY) $(QT_SIS_PASSPHRASE)
       
   207 
       
   208 fail_sis_nopkg:
       
   209 	$(error PKG file does not exist, 'sis' and 'installer_sis' target are only supported for executables or projects with DEPLOYMENT statement)
       
   210 
       
   211 fail_sis_nocache:
       
   212 	$(error Project has to be built or QT_SIS_TARGET environment variable has to be set before calling 'SIS' target)
       
   213 
       
   214 store_build:
       
   215 	@echo # ============================================================================== > .make.cache
       
   216 	@echo # This file is generated by make and should not be modified by the user >> .make.cache
       
   217 	@echo #  Name        : .make.cache >> .make.cache
       
   218 	@echo #  Part of     : smfclientapp >> .make.cache
       
   219 	@echo #  Description : This file is used to cache last build target for >> .make.cache
       
   220 	@echo #                make sis target. >> .make.cache
       
   221 	@echo #  Version     :  >> .make.cache
       
   222 	@echo # >> .make.cache
       
   223 	@echo # ============================================================================== >> .make.cache
       
   224 	@echo. >> .make.cache
       
   225 	@echo QT_SIS_TARGET ?= $(QT_SIS_TARGET) >> .make.cache
       
   226 
       
   227 dodistclean:
       
   228 	-@ if EXIST "f:\Nokia\devices\Nokia_Symbian3_SDK_v0.8\SMFCode\smf_baseline_22june_latest\example\smfclientapp\smfclientapp_template.pkg" $(DEL_FILE)  "f:\Nokia\devices\Nokia_Symbian3_SDK_v0.8\SMFCode\smf_baseline_22june_latest\example\smfclientapp\smfclientapp_template.pkg"
       
   229 	-@ if EXIST "f:\Nokia\devices\Nokia_Symbian3_SDK_v0.8\SMFCode\smf_baseline_22june_latest\example\smfclientapp\smfclientapp_installer.pkg" $(DEL_FILE)  "f:\Nokia\devices\Nokia_Symbian3_SDK_v0.8\SMFCode\smf_baseline_22june_latest\example\smfclientapp\smfclientapp_installer.pkg"
       
   230 	-@ if EXIST "f:\Nokia\devices\Nokia_Symbian3_SDK_v0.8\SMFCode\smf_baseline_22june_latest\example\smfclientapp\Makefile" $(DEL_FILE)  "f:\Nokia\devices\Nokia_Symbian3_SDK_v0.8\SMFCode\smf_baseline_22june_latest\example\smfclientapp\Makefile"
       
   231 	-@ if EXIST "f:\Nokia\devices\Nokia_Symbian3_SDK_v0.8\SMFCode\smf_baseline_22june_latest\example\smfclientapp\Makefile_0xE08059D6.mk" $(DEL_FILE)  "f:\Nokia\devices\Nokia_Symbian3_SDK_v0.8\SMFCode\smf_baseline_22june_latest\example\smfclientapp\Makefile_0xE08059D6.mk"
       
   232 	-@ if EXIST "f:\Nokia\devices\Nokia_Symbian3_SDK_v0.8\SMFCode\smf_baseline_22june_latest\example\smfclientapp\smfclientapp_0xE08059D6.mmp" $(DEL_FILE)  "f:\Nokia\devices\Nokia_Symbian3_SDK_v0.8\SMFCode\smf_baseline_22june_latest\example\smfclientapp\smfclientapp_0xE08059D6.mmp"
       
   233 	-@ if EXIST "f:\Nokia\devices\Nokia_Symbian3_SDK_v0.8\SMFCode\smf_baseline_22june_latest\example\smfclientapp\smfclientapp_reg.rss" $(DEL_FILE)  "f:\Nokia\devices\Nokia_Symbian3_SDK_v0.8\SMFCode\smf_baseline_22june_latest\example\smfclientapp\smfclientapp_reg.rss"
       
   234 	-@ if EXIST "f:\Nokia\devices\Nokia_Symbian3_SDK_v0.8\SMFCode\smf_baseline_22june_latest\example\smfclientapp\smfclientapp.rss" $(DEL_FILE)  "f:\Nokia\devices\Nokia_Symbian3_SDK_v0.8\SMFCode\smf_baseline_22june_latest\example\smfclientapp\smfclientapp.rss"
       
   235 	-@ if EXIST "f:\Nokia\devices\Nokia_Symbian3_SDK_v0.8\SMFCode\smf_baseline_22june_latest\example\smfclientapp\smfclientapp.loc" $(DEL_FILE)  "f:\Nokia\devices\Nokia_Symbian3_SDK_v0.8\SMFCode\smf_baseline_22june_latest\example\smfclientapp\smfclientapp.loc"
       
   236 	-@ if EXIST "f:\Nokia\devices\Nokia_Symbian3_SDK_v0.8\SMFCode\smf_baseline_22june_latest\example\smfclientapp\.make.cache" $(DEL_FILE)  "f:\Nokia\devices\Nokia_Symbian3_SDK_v0.8\SMFCode\smf_baseline_22june_latest\example\smfclientapp\.make.cache"
       
   237 	-@ if EXIST "f:\Nokia\devices\Nokia_Symbian3_SDK_v0.8\SMFCode\smf_baseline_22june_latest\example\smfclientapp\bld.inf" $(DEL_FILE)  "f:\Nokia\devices\Nokia_Symbian3_SDK_v0.8\SMFCode\smf_baseline_22june_latest\example\smfclientapp\bld.inf"
       
   238 
       
   239 distclean: clean dodistclean
       
   240 
       
   241 clean: $(ABLD)
       
   242 	-$(ABLD) reallyclean
       
   243 	-bldmake clean
       
   244 
       
   245 clean-debug: $(ABLD)
       
   246 	$(ABLD) reallyclean winscw udeb
       
   247 	$(ABLD) reallyclean gcce udeb
       
   248 	$(ABLD) reallyclean armv5 udeb
       
   249 	$(ABLD) reallyclean armv6 udeb
       
   250 
       
   251 clean-release: $(ABLD)
       
   252 	$(ABLD) reallyclean gcce urel
       
   253 	$(ABLD) reallyclean armv5 urel
       
   254 	$(ABLD) reallyclean armv6 urel
       
   255 
       
   256 clean-debug-winscw: $(ABLD)
       
   257 	$(ABLD) reallyclean winscw udeb
       
   258 clean-debug-gcce: $(ABLD)
       
   259 	$(ABLD) reallyclean gcce udeb
       
   260 clean-debug-armv5: $(ABLD)
       
   261 	$(ABLD) reallyclean armv5 udeb
       
   262 clean-debug-armv6: $(ABLD)
       
   263 	$(ABLD) reallyclean armv6 udeb
       
   264 clean-release-gcce: $(ABLD)
       
   265 	$(ABLD) reallyclean gcce urel
       
   266 clean-release-armv5: $(ABLD)
       
   267 	$(ABLD) reallyclean armv5 urel
       
   268 clean-release-armv6: $(ABLD)
       
   269 	$(ABLD) reallyclean armv6 urel
       
   270 
       
   271 run:
       
   272 	-call /Nokia/devices/Nokia_Symbian3_SDK_v0.8/epoc32/release/winscw/udeb/smfclientapp.exe $(QT_RUN_OPTIONS)
       
   273 runonphone: sis
       
   274 	runonphone $(QT_RUN_ON_PHONE_OPTIONS) --sis smfclientapp.sis smfclientapp.exe $(QT_RUN_OPTIONS)
       
   275