diff -r e9c37cca4832 -r 03b4a3a2006d sf_build/sf_prebuild/makefile --- a/sf_build/sf_prebuild/makefile Wed Sep 15 13:33:40 2010 +0300 +++ b/sf_build/sf_prebuild/makefile Wed Oct 13 15:54:53 2010 +0300 @@ -1,19 +1,20 @@ # S60 build level configuration makefile -MAKEFILE = $(EPOCROOT)/sf/os/deviceplatformrelease/sf_build/sf_prebuild/makefile +MAKEFILE = /sf/os/deviceplatformrelease/sf_build/sf_prebuild/makefile # Exporting makefile template -include $(EPOCROOT)/sf/os/devicesrv/commonservices/commonengine/makefile +include /sf/os/devicesrv/commonservices/commonengine/makefile -include $(EPOCROOT)/sf/os/devicesrv/devicesrv_pub/common_platform_security_definitions_api/makefile -include $(EPOCROOT)/sf/os/devicesrv/devicesrv_pub/platform_path_definitions_api/makefile - +include /sf/os/devicesrv/devicesrv_pub/common_platform_security_definitions_api/makefile +include /sf/os/devicesrv/devicesrv_pub/platform_path_definitions_api/makefile +include /sf/mw/qt/src/s60installs/deviceconfiguration/cmaker/makefile +# removed by riku include /sf/mw/qtextensions/group/cmaker/makefile ifeq (S60,$(BUILD)) -include $(EPOCROOT)/sf/mw/uiresources/uigraphics/icons/makefile -include $(EPOCROOT)/sf/mw/uiresources/uigraphics/bitmaps2/makefile -include $(EPOCROOT)/sf/mw/platformtools/gfxconversion/mifconv/makefile_templates/makefile -include $(EPOCROOT)/sf/app/homescreentools/dtdinstaller/makefile +include /sf/mw/uiresources/uigraphics/icons/makefile +include /sf/mw/uiresources/uigraphics/bitmaps2/makefile +include /sf/mw/platformtools/gfxconversion/mifconv/makefile_templates/makefile +include /sf/app/homescreentools/dtdinstaller/makefile endif # Place the first target as the default target which is executed from this level