sf_build/sf_prebuild/makefile
branchRCL_3
changeset 145 03b4a3a2006d
parent 135 e9c37cca4832
equal deleted inserted replaced
135:e9c37cca4832 145:03b4a3a2006d
     1 # S60 build level configuration makefile 
     1 # S60 build level configuration makefile 
     2  
     2  
     3 MAKEFILE = $(EPOCROOT)/sf/os/deviceplatformrelease/sf_build/sf_prebuild/makefile
     3 MAKEFILE = /sf/os/deviceplatformrelease/sf_build/sf_prebuild/makefile
     4           
     4           
     5 # Exporting makefile template
     5 # Exporting makefile template
     6 include $(EPOCROOT)/sf/os/devicesrv/commonservices/commonengine/makefile
     6 include /sf/os/devicesrv/commonservices/commonengine/makefile
     7 
     7 
     8 include $(EPOCROOT)/sf/os/devicesrv/devicesrv_pub/common_platform_security_definitions_api/makefile
     8 include /sf/os/devicesrv/devicesrv_pub/common_platform_security_definitions_api/makefile
     9 include $(EPOCROOT)/sf/os/devicesrv/devicesrv_pub/platform_path_definitions_api/makefile
     9 include /sf/os/devicesrv/devicesrv_pub/platform_path_definitions_api/makefile
    10 
    10 include /sf/mw/qt/src/s60installs/deviceconfiguration/cmaker/makefile
       
    11 # removed by riku include /sf/mw/qtextensions/group/cmaker/makefile
    11 
    12 
    12 ifeq (S60,$(BUILD))
    13 ifeq (S60,$(BUILD))
    13 include $(EPOCROOT)/sf/mw/uiresources/uigraphics/icons/makefile
    14 include /sf/mw/uiresources/uigraphics/icons/makefile
    14 include $(EPOCROOT)/sf/mw/uiresources/uigraphics/bitmaps2/makefile
    15 include /sf/mw/uiresources/uigraphics/bitmaps2/makefile
    15 include $(EPOCROOT)/sf/mw/platformtools/gfxconversion/mifconv/makefile_templates/makefile
    16 include /sf/mw/platformtools/gfxconversion/mifconv/makefile_templates/makefile
    16 include $(EPOCROOT)/sf/app/homescreentools/dtdinstaller/makefile
    17 include /sf/app/homescreentools/dtdinstaller/makefile
    17 endif
    18 endif
    18  
    19  
    19 # Place the first target as the default target which is executed from this level 
    20 # Place the first target as the default target which is executed from this level 
    20 s60_prebuild  :: commonengine_all platform_path_all common_platform_security_all export_template_files icons_all bitmaps_all dtdinstaller_all
    21 s60_prebuild  :: commonengine_all platform_path_all common_platform_security_all export_template_files icons_all bitmaps_all dtdinstaller_all
    21 os_prebuild  :: commonengine_all platform_path_all common_platform_security_all  
    22 os_prebuild  :: commonengine_all platform_path_all common_platform_security_all