Subversion Repositories Kolibri OS

Rev

Rev 1752 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1752 Rev 5047
Line 1... Line 1...
1
# This is similar to Makefile.fasm, look there for comments.
1
# This is similar to Makefile.fasm, look there for comments.
2
define copy_meta_rule
2
define copy_meta_rule
3
$(1): $(2) Makefile.copy $$(call respace,$$(addsuffix .dir,$(3)))
3
$(1): $(2) ../common/Makefile.copy $$(call respace,$$(addsuffix .dir,$(3)))
4
	cp $$< "$$@"
4
	cp $$< "$$@"
5
endef
5
endef
6
$(foreach f,$(COPY_FILES),$(eval $(call copy_meta_rule,$(fbinary),$(fsource),$(binarydir))))
6
$(foreach f,$(COPY_FILES),$(eval $(call copy_meta_rule,$(fbinary),$(fsource),$(binarydir))))