equal
deleted
inserted
replaced
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 |