Subversion Repositories Kolibri OS

Rev

Rev 1752 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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