sbsv2/raptor/lib/flm/resource.flm
branchfix
changeset 547 9fe7d0ab0f8f
parent 546 e6381a1f4952
child 549 d633be326c9f
equal deleted inserted replaced
546:e6381a1f4952 547:9fe7d0ab0f8f
   175 # $(1) is the source
   175 # $(1) is the source
   176 # $(2) is the space separated list of destinations which must be filenames
   176 # $(2) is the space separated list of destinations which must be filenames
   177 
   177 
   178    RELEASABLES:=$$(RELEASABLES) $(2)
   178    RELEASABLES:=$$(RELEASABLES) $(2)
   179 
   179 
   180    $(info <copy source='$1'>$(foreach T,$2,$(if $(TARGET_$(call sanitise,$(T))),,$(T)$(eval TARGET_$(call sanitise,$(firstword $2)):=1)))</copy>)
   180    $(info <finalcopy source='$1'>$2</finalcopy>)
   181  
   181  
   182 endef # copyresource #
   182 endef # copyresource #
   183 
   183 
   184 ###############################################################################
   184 ###############################################################################
   185 define generateresource
   185 define generateresource