Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | 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
3
$(1): $(2) Makefile.copy $$(call respace,$$(addsuffix .dir,$(3)))
4
	cp $$< "$$@"
5
endef
6
$(foreach f,$(COPY_FILES),$(eval $(call copy_meta_rule,$(fbinary),$(fsource),$(binarydir))))