Subversion Repositories Kolibri OS

Rev

Rev 1752 | Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

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