sbsv2/raptor/lib/flm/gccxmlresource.flm
changeset 625 a1925fb7753a
parent 590 360bd6b35136
equal deleted inserted replaced
624:f70b728ea30c 625:a1925fb7753a
    20 # .rfi files need to be generated to a known location that is determined by the "core" GCCXML wrapper build
    20 # .rfi files need to be generated to a known location that is determined by the "core" GCCXML wrapper build
    21 RFIFILE:=$(MAIN_OUTPUTPATH)/$(OUTPUTPATHOFFSET)/$(MAIN_TARGET_lower)_$(MAIN_REQUESTEDTARGETEXT)/gccxml/$(notdir $(SOURCE)).rfi
    21 RFIFILE:=$(MAIN_OUTPUTPATH)/$(OUTPUTPATHOFFSET)/$(MAIN_TARGET_lower)_$(MAIN_REQUESTEDTARGETEXT)/gccxml/$(notdir $(SOURCE)).rfi
    22 
    22 
    23 define generaterfifile
    23 define generaterfifile
    24 # $(1) is the .rfi filename
    24 # $(1) is the .rfi filename
    25 # $(2) is the list of .rpp files
    25 # $(2) is the list of dependency files
    26 # $(3) is the list of dependency files
       
    27 
    26 
    28    $(1): $(2)
    27    $(1): $(2)
    29 	$(call startrule,generaterfifile,FORCESUCCESS) \
    28 	$(call startrule,generaterfifile,FORCESUCCESS) \
    30 	$(CREATERFIFILE) -o $(1) -x "$(EPOCROOT)/epoc32" $(3) \
    29 	$(CREATERFIFILE) -o $(1) -x "$(EPOCROOT)/epoc32" $(2) \
    31 	$(call endrule,generaterfifile)
    30 	$(call endrule,generaterfifile)
    32 endef
    31 endef
    33 
    32 
    34 # Main (and mostly generic) resource building FLM
    33 # Main (and mostly generic) resource building FLM
    35 include $(FLMHOME)/resource.flm
    34 include $(FLMHOME)/resource.flm