sf_build/sf_prebuild/makefile
changeset 0 6d65d5acee06
child 14 195bcca3f670
child 24 96f7513ad2d7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sf_build/sf_prebuild/makefile	Tue Feb 02 01:12:20 2010 +0200
@@ -0,0 +1,23 @@
+# S60 build level configuration makefile 
+ 
+MAKEFILE = /sf/os/deviceplatformrelease/sf_build/sf_prebuild/makefile
+          
+# Exporting makefile template
+include /sf/os/devicesrv/commonservices/commonengine/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/tools/buildplatforms/build/makefile
+include /sf/mw/qt/group/cmaker/makefile
+ifeq (S60,$(BUILD))
+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 
+s60_prebuild  :: commonengine_all platform_path_all common_platform_security_all buildpreparation_all export_template_files icons_all bitmaps_all dtdinstaller_all
+os_prebuild  :: commonengine_all platform_path_all common_platform_security_all buildpreparation_all 
+
+# include include_template.mk 
\ No newline at end of file