sbsv2/raptor/lib/flm/run.mk
changeset 641 8dd670a9f34f
parent 640 ac0bbc1e5d79
child 643 27cf35f95864
child 647 53d1ab72f5bc
equal deleted inserted replaced
640:ac0bbc1e5d79 641:8dd670a9f34f
     1 .PHONY:: ALL
       
     2 ALL:: # Default target
       
     3 
       
     4 HOSTPLATFORM:=win 32
       
     5 HOSTPLATFORM_DIR:=win32
       
     6 OSTYPE:=cygwin
       
     7 FLMHOME:=E:/wip2/lib/flm
       
     8 SHELL:=E:/wip2/win32/cygwin/bin/sh.exe
       
     9 
       
    10 
       
    11 USE_TALON:=
       
    12 
       
    13 
       
    14 
       
    15 include E:/wip2/lib/flm/globals.mk
       
    16 
       
    17 # dynamic default targets
       
    18 
       
    19 # call E:/wip2/lib/flm/config/default.flm
       
    20 SBS_SPECIFICATION:=Symbian.config.default
       
    21 SBS_CONFIGURATION:=armv5_urel
       
    22 
       
    23 EPOCROOT:=E:/wip2/test/epocroot
       
    24 ELF2E32:=E:/wip2/test/epocroot/epoc32/tools/elf2e32.exe
       
    25 WHATLOG:=
       
    26 include E:/wip2/lib/flm/config/default.flm
       
    27 
       
    28 
       
    29 component_paths:=$(SBS_HOME)/test/smoke_suite/test_resources/simple/bld.inf|c:/make_test/a.mk \
       
    30 $(SBS_HOME)/test/smoke_suite/test_resources/simple_dll/bld.inf|c:/make_test/b.mk \
       
    31 $(SBS_HOME)/test/smoke_suite/test_resources/simple/always_build_as_arm_bld.inf|c:/make_test/c.mk \
       
    32 $(SBS_HOME)/test/smoke_suite/test_resources/simple/debuggable_bld.inf|c:/make_test/d.mk \
       
    33 $(SBS_HOME)/test/smoke_suite/test_resources/simple_export/bld.inf|c:/make_test/e.mk
       
    34 
       
    35 configs:=armv5 armv7
       
    36 
       
    37 cli_options:=-d
       
    38 
       
    39 include build.flm