smf/smfservermodule/smfclient/Makefile
changeset 7 be09cf1f39dd
equal deleted inserted replaced
6:c39a6cfd1fb9 7:be09cf1f39dd
       
     1 # ==============================================================================
       
     2 # Generated by qmake (2.01a) (Qt 4.6.1) on: Tue May 18 15:53:35 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             = d:\Qt\4.6.1\bin\qmake
       
    13 DEL_FILE          = del
       
    14 DEL_DIR           = rmdir
       
    15 MOVE              = move
       
    16 XCOPY             = xcopy /d /f /h /r /y /i
       
    17 ABLD              = ABLD.BAT
       
    18 DEBUG_PLATFORMS   = winscw gcce armv5 armv6
       
    19 RELEASE_PLATFORMS = gcce armv5 armv6
       
    20 MAKE              = make
       
    21 
       
    22 ifeq (WINS,$(findstring WINS, $(PLATFORM)))
       
    23 ZDIR=$(EPOCROOT)epoc32\release\$(PLATFORM)\$(CFG)\Z
       
    24 else
       
    25 ZDIR=$(EPOCROOT)epoc32\data\z
       
    26 endif
       
    27 
       
    28 DEFINES	 = -DSYMBIAN -DUNICODE -DQT_KEYPAD_NAVIGATION -DQT_SOFTKEYS_ENABLED -DQT_USE_MATH_H_FLOATS -DWRITE_LOG -DSMFCLIENT_LIB_EXPORT -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB
       
    29 INCPATH	 =  -I"D:/Qt/4.6.1/include/QtCore" -I"D:/Qt/4.6.1/include/QtCore/tmp" -I"D:/Qt/4.6.1/include/QtNetwork" -I"D:/Qt/4.6.1/include/QtNetwork/tmp" -I"D:/Qt/4.6.1/include/QtGui" -I"D:/Qt/4.6.1/include/QtGui/tmp" -I"D:/Qt/4.6.1/include" -I"D:/Qt/4.6.1/include/tmp" -I"D:/CarbideWorkspace/smfserver_cleaned/smf/smfservermodule/smfclient" -I"D:/CarbideWorkspace/smfserver_cleaned/smf/smfservermodule/smfclient/tmp" -I"D:/Qt/4.6.1/mkspecs/common/symbian" -I"D:/Qt/4.6.1/mkspecs/common/symbian/tmp" -I"D:/S60/devices/S60_5th_Edition_SDK_v0.9/epoc32/include" -I"D:/S60/devices/S60_5th_Edition_SDK_v0.9/epoc32/include/stdapis" -I"D:/S60/devices/S60_5th_Edition_SDK_v0.9/epoc32/include/stdapis/sys" -I"D:/CarbideWorkspace/smfserver_cleaned/smf/smfservermodule/smfclient/client" -I"D:/CarbideWorkspace/smfserver_cleaned/smf/smfservermodule/smfclient/client/tmp" -I"D:/CarbideWorkspace/smfserver_cleaned/smf/smfservermodule/smfclient/common" -I"D:/CarbideWorkspace/smfserver_cleaned/smf/smfservermodule/smfclient/common/tmp" -I"D:/S60/devices/S60_5th_Edition_SDK_v0.9/epoc32/include/middleware" -I"D:/S60/devices/S60_5th_Edition_SDK_v0.9/epoc32/include/domain/middleware" -I"D:/S60/devices/S60_5th_Edition_SDK_v0.9/epoc32/include/applications" -I"D:/S60/devices/S60_5th_Edition_SDK_v0.9/epoc32/include/domain/applications" -I"D:/S60/devices/S60_5th_Edition_SDK_v0.9/epoc32/include/domain/middleware/loc" -I"D:/S60/devices/S60_5th_Edition_SDK_v0.9/epoc32/include/stdapis/stlport"
       
    30 first: default
       
    31 default: debug-winscw
       
    32 all: debug release
       
    33 
       
    34 qmake:
       
    35 	$(QMAKE) -spec symbian-abld -o "bld.inf" "D:/CarbideWorkspace/smfserver_cleaned/smf/smfservermodule/smfclient/smfclient.pro"
       
    36 
       
    37 bld.inf:
       
    38 	$(QMAKE)
       
    39 
       
    40 $(ABLD): bld.inf
       
    41 	bldmake bldfiles
       
    42 
       
    43 debug: $(ABLD)
       
    44 	$(ABLD) build winscw udeb
       
    45 	$(ABLD) build gcce udeb
       
    46 	$(ABLD) build armv5 udeb
       
    47 	$(ABLD) build armv6 udeb
       
    48 
       
    49 release: $(ABLD)
       
    50 	$(ABLD) build gcce urel
       
    51 	$(ABLD) build armv5 urel
       
    52 	$(ABLD) build armv6 urel
       
    53 
       
    54 debug-winscw: $(ABLD)
       
    55 	$(ABLD) build winscw udeb
       
    56 debug-gcce: $(ABLD)
       
    57 	$(ABLD) build gcce udeb
       
    58 debug-armv5: $(ABLD)
       
    59 	$(ABLD) build armv5 udeb
       
    60 debug-armv6: $(ABLD)
       
    61 	$(ABLD) build armv6 udeb
       
    62 release-gcce: $(ABLD)
       
    63 	$(ABLD) build gcce urel
       
    64 release-armv5: $(ABLD)
       
    65 	$(ABLD) build armv5 urel
       
    66 release-armv6: $(ABLD)
       
    67 	$(ABLD) build armv6 urel
       
    68 
       
    69 export: $(ABLD)
       
    70 	$(ABLD) export
       
    71 
       
    72 cleanexport: $(ABLD)
       
    73 	$(ABLD) cleanexport
       
    74 
       
    75 D:\Qt\4.6.1\bin\moc.exe:
       
    76 	(cd $(QTDIR)/src/tools/moc && $(MAKE))
       
    77 
       
    78 mocclean: compiler_moc_header_clean compiler_moc_source_clean
       
    79 
       
    80 mocables: compiler_moc_header_make_all compiler_moc_source_make_all
       
    81 
       
    82 compiler_moc_header_make_all: moc_smfcontactfetcher.cpp moc_smfpostprovider.cpp moc_smfgallery.cpp moc_smfclient_p.cpp moc_smfcontactfetcher_p.cpp moc_smfpostprovider_p.cpp moc_smfgallery_p.cpp
       
    83 compiler_moc_header_clean:
       
    84 	-$(DEL_FILE) moc_smfcontactfetcher.cpp moc_smfpostprovider.cpp moc_smfgallery.cpp moc_smfclient_p.cpp moc_smfcontactfetcher_p.cpp moc_smfpostprovider_p.cpp moc_smfgallery_p.cpp 2> NUL
       
    85 moc_smfcontactfetcher.cpp: client\smfcontactfetcher.h \
       
    86 		d:\Qt\4.6.1\bin\moc.exe
       
    87 	D:\Qt\4.6.1\bin\moc.exe $(DEFINES) $(INCPATH) -DSYMBIAN client\smfcontactfetcher.h -o moc_smfcontactfetcher.cpp
       
    88 
       
    89 moc_smfpostprovider.cpp: client\smfpostprovider_p.h \
       
    90 		client\smfpostprovider.h \
       
    91 		client\smfpostprovider.h \
       
    92 		d:\Qt\4.6.1\bin\moc.exe
       
    93 	D:\Qt\4.6.1\bin\moc.exe $(DEFINES) $(INCPATH) -DSYMBIAN client\smfpostprovider.h -o moc_smfpostprovider.cpp
       
    94 
       
    95 moc_smfgallery.cpp: client\smfgallery.h \
       
    96 		d:\Qt\4.6.1\bin\moc.exe
       
    97 	D:\Qt\4.6.1\bin\moc.exe $(DEFINES) $(INCPATH) -DSYMBIAN client\smfgallery.h -o moc_smfgallery.cpp
       
    98 
       
    99 moc_smfclient_p.cpp: client\smfclient.h \
       
   100 		client\smfclientsymbian.h \
       
   101 		client\smfclientsymbiansession.h \
       
   102 		client\smfclient_p.h \
       
   103 		d:\Qt\4.6.1\bin\moc.exe
       
   104 	D:\Qt\4.6.1\bin\moc.exe $(DEFINES) $(INCPATH) -DSYMBIAN client\smfclient_p.h -o moc_smfclient_p.cpp
       
   105 
       
   106 moc_smfcontactfetcher_p.cpp: client\smfcontactfetcher.h \
       
   107 		client\smfpostprovider.h \
       
   108 		client\smfpostprovider_p.h \
       
   109 		client\smfcontactfetcher_p.h \
       
   110 		d:\Qt\4.6.1\bin\moc.exe
       
   111 	D:\Qt\4.6.1\bin\moc.exe $(DEFINES) $(INCPATH) -DSYMBIAN client\smfcontactfetcher_p.h -o moc_smfcontactfetcher_p.cpp
       
   112 
       
   113 moc_smfpostprovider_p.cpp: client\smfpostprovider.h \
       
   114 		client\smfpostprovider_p.h \
       
   115 		client\smfpostprovider_p.h \
       
   116 		d:\Qt\4.6.1\bin\moc.exe
       
   117 	D:\Qt\4.6.1\bin\moc.exe $(DEFINES) $(INCPATH) -DSYMBIAN client\smfpostprovider_p.h -o moc_smfpostprovider_p.cpp
       
   118 
       
   119 moc_smfgallery_p.cpp: client\smfgallery.h \
       
   120 		client\smfgallery_p.h \
       
   121 		d:\Qt\4.6.1\bin\moc.exe
       
   122 	D:\Qt\4.6.1\bin\moc.exe $(DEFINES) $(INCPATH) -DSYMBIAN client\smfgallery_p.h -o moc_smfgallery_p.cpp
       
   123 
       
   124 compiler_rcc_make_all:
       
   125 compiler_rcc_clean:
       
   126 compiler_image_collection_make_all: qmake_image_collection.cpp
       
   127 compiler_image_collection_clean:
       
   128 	-$(DEL_FILE) qmake_image_collection.cpp 2> NUL
       
   129 compiler_moc_source_make_all:
       
   130 compiler_moc_source_clean:
       
   131 compiler_uic_make_all:
       
   132 compiler_uic_clean:
       
   133 compiler_yacc_decl_make_all:
       
   134 compiler_yacc_decl_clean:
       
   135 compiler_yacc_impl_make_all:
       
   136 compiler_yacc_impl_clean:
       
   137 compiler_lex_make_all:
       
   138 compiler_lex_clean:
       
   139 compiler_clean: compiler_moc_header_clean 
       
   140 
       
   141 create_temps:
       
   142 	-@ if NOT EXIST "D:\Qt\4.6.1\include\QtCore\tmp" mkdir "D:\Qt\4.6.1\include\QtCore\tmp"
       
   143 	-@ if NOT EXIST "D:\Qt\4.6.1\include\QtNetwork\tmp" mkdir "D:\Qt\4.6.1\include\QtNetwork\tmp"
       
   144 	-@ if NOT EXIST "D:\Qt\4.6.1\include\QtGui\tmp" mkdir "D:\Qt\4.6.1\include\QtGui\tmp"
       
   145 	-@ if NOT EXIST "D:\Qt\4.6.1\include\tmp" mkdir "D:\Qt\4.6.1\include\tmp"
       
   146 	-@ if NOT EXIST "D:\CarbideWorkspace\smfserver_cleaned\smf\smfservermodule\smfclient\tmp" mkdir "D:\CarbideWorkspace\smfserver_cleaned\smf\smfservermodule\smfclient\tmp"
       
   147 	-@ if NOT EXIST "D:\Qt\4.6.1\mkspecs\common\symbian\tmp" mkdir "D:\Qt\4.6.1\mkspecs\common\symbian\tmp"
       
   148 	-@ if NOT EXIST "D:\CarbideWorkspace\smfserver_cleaned\smf\smfservermodule\smfclient\client\tmp" mkdir "D:\CarbideWorkspace\smfserver_cleaned\smf\smfservermodule\smfclient\client\tmp"
       
   149 	-@ if NOT EXIST "D:\CarbideWorkspace\smfserver_cleaned\smf\smfservermodule\smfclient\common\tmp" mkdir "D:\CarbideWorkspace\smfserver_cleaned\smf\smfservermodule\smfclient\common\tmp"
       
   150 
       
   151 extension_clean: compiler_clean
       
   152 	-@ if EXIST "D:\Qt\4.6.1\include\QtCore\tmp" rmdir  /S /Q  "D:\Qt\4.6.1\include\QtCore\tmp"
       
   153 	-@ if EXIST "D:\Qt\4.6.1\include\QtNetwork\tmp" rmdir  /S /Q  "D:\Qt\4.6.1\include\QtNetwork\tmp"
       
   154 	-@ if EXIST "D:\Qt\4.6.1\include\QtGui\tmp" rmdir  /S /Q  "D:\Qt\4.6.1\include\QtGui\tmp"
       
   155 	-@ if EXIST "D:\Qt\4.6.1\include\tmp" rmdir  /S /Q  "D:\Qt\4.6.1\include\tmp"
       
   156 	-@ if EXIST "D:\CarbideWorkspace\smfserver_cleaned\smf\smfservermodule\smfclient\tmp" rmdir  /S /Q  "D:\CarbideWorkspace\smfserver_cleaned\smf\smfservermodule\smfclient\tmp"
       
   157 	-@ if EXIST "D:\Qt\4.6.1\mkspecs\common\symbian\tmp" rmdir  /S /Q  "D:\Qt\4.6.1\mkspecs\common\symbian\tmp"
       
   158 	-@ if EXIST "D:\CarbideWorkspace\smfserver_cleaned\smf\smfservermodule\smfclient\client\tmp" rmdir  /S /Q  "D:\CarbideWorkspace\smfserver_cleaned\smf\smfservermodule\smfclient\client\tmp"
       
   159 	-@ if EXIST "D:\CarbideWorkspace\smfserver_cleaned\smf\smfservermodule\smfclient\common\tmp" rmdir  /S /Q  "D:\CarbideWorkspace\smfserver_cleaned\smf\smfservermodule\smfclient\common\tmp"
       
   160 
       
   161 pre_targetdeps: \
       
   162 	generated_sources \
       
   163 	all_source_deps
       
   164 
       
   165 generated_sources: \
       
   166 	moc_smfcontactfetcher.cpp \
       
   167 	moc_smfpostprovider.cpp \
       
   168 	moc_smfgallery.cpp \
       
   169 	moc_smfclient_p.cpp \
       
   170 	moc_smfcontactfetcher_p.cpp \
       
   171 	moc_smfpostprovider_p.cpp \
       
   172 	moc_smfgallery_p.cpp
       
   173 
       
   174 all_source_deps: \
       
   175 	client\smfgallery.h \
       
   176 	client\smfgallery_p.h \
       
   177 	client\smfclientsymbian.h \
       
   178 	client\smfclientsymbiansession.h \
       
   179 	client\smfpostprovider.h \
       
   180 	client\smfpostprovider_p.h \
       
   181 	client\smfclient.h \
       
   182 	client\smfclient_p.h \
       
   183 	client\smfcontactfetcher.h \
       
   184 	client\smfcontactfetcher_p.h \
       
   185 	client\SmfClientSymbian.h \
       
   186 	common\smfcomment.h \
       
   187 	common\smfcomment_p.h \
       
   188 	common\smfcontact.h \
       
   189 	common\SmfClientGlobal.h \
       
   190 	common\smfcontact_p.h \
       
   191 	common\smfgroup.h \
       
   192 	common\smfclientglobal.h \
       
   193 	common\smfgroup_p.h \
       
   194 	common\smfpost.h \
       
   195 	common\smfpost_p.h \
       
   196 	common\smfprovider.h
       
   197 
       
   198 finalize:
       
   199 
       
   200 winscw_deployment:
       
   201 
       
   202 winscw_deployment_clean:
       
   203 
       
   204 sis: restore_build
       
   205 	$(if $(wildcard smfclient_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)
       
   206 
       
   207 ok_sis:
       
   208 	createpackage.bat $(QT_SIS_OPTIONS) smfclient_template.pkg $(QT_SIS_TARGET) $(QT_SIS_CERTIFICATE) $(QT_SIS_KEY) $(QT_SIS_PASSPHRASE)
       
   209 
       
   210 fail_sis_nopkg:
       
   211 	$(error PKG file does not exist, 'SIS' target is only supported for executables or projects with DEPLOYMENT statement)
       
   212 
       
   213 fail_sis_nocache:
       
   214 	$(error Project has to be built or QT_SIS_TARGET environment variable has to be set before calling 'SIS' target)
       
   215 
       
   216 restore_build:
       
   217 -include .make.cache
       
   218 
       
   219 store_build:
       
   220 	@echo # ============================================================================== > .make.cache
       
   221 	@echo # This file is generated by make and should not be modified by the user >> .make.cache
       
   222 	@echo #  Name        : .make.cache >> .make.cache
       
   223 	@echo #  Part of     : smfclient >> .make.cache
       
   224 	@echo #  Description : This file is used to cache last build target for >> .make.cache
       
   225 	@echo #                make sis target. >> .make.cache
       
   226 	@echo #  Version     :  >> .make.cache
       
   227 	@echo # >> .make.cache
       
   228 	@echo # ============================================================================== >> .make.cache
       
   229 	@echo. >> .make.cache
       
   230 	@echo QT_SIS_TARGET ?= $(QT_SIS_TARGET) >> .make.cache
       
   231 
       
   232 dodistclean:
       
   233 	-@ if EXIST "d:\CarbideWorkspace\smfserver_cleaned\smf\smfservermodule\smfclient\Makefile" $(DEL_FILE)  "d:\CarbideWorkspace\smfserver_cleaned\smf\smfservermodule\smfclient\Makefile"
       
   234 	-@ if EXIST "d:\CarbideWorkspace\smfserver_cleaned\smf\smfservermodule\smfclient\Makefile_0xE08059D4.mk" $(DEL_FILE)  "d:\CarbideWorkspace\smfserver_cleaned\smf\smfservermodule\smfclient\Makefile_0xE08059D4.mk"
       
   235 	-@ if EXIST "d:\CarbideWorkspace\smfserver_cleaned\smf\smfservermodule\smfclient\smfclient_0xE08059D4.mmp" $(DEL_FILE)  "d:\CarbideWorkspace\smfserver_cleaned\smf\smfservermodule\smfclient\smfclient_0xE08059D4.mmp"
       
   236 	-@ if EXIST "d:\CarbideWorkspace\smfserver_cleaned\smf\smfservermodule\smfclient\.make.cache" $(DEL_FILE)  "d:\CarbideWorkspace\smfserver_cleaned\smf\smfservermodule\smfclient\.make.cache"
       
   237 	-@ if EXIST "d:\CarbideWorkspace\smfserver_cleaned\smf\smfservermodule\smfclient\bld.inf" $(DEL_FILE)  "d:\CarbideWorkspace\smfserver_cleaned\smf\smfservermodule\smfclient\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