Subversion Repositories Kolibri OS

Rev

Rev 1757 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1757 Rev 1758
Line 319... Line 319...
319
	touch "File Managers/.dir"
319
	touch "File Managers/.dir"
Line 320... Line 320...
320
 
320
 
321
# FASM black magic goes to Makefile.fasm.
321
# FASM black magic goes to Makefile.fasm.
Line 322... Line -...
322
include Makefile.fasm
-
 
323
 
322
include Makefile.fasm
324
# Rule for copying files is simpler, but similar to previous.
-
 
325
define copy_meta_rule
323
 
326
$(1): $(2) Makefile $$(call respace,$$(addsuffix .dir,$(3)))
-
 
327
	cp $$< "$$@"
-
 
Line 328... Line 324...
328
endef
324
# Similar for NASM.
-
 
325
include Makefile.nasm
-
 
326
 
-
 
327
# Similar for copying files.
329
$(foreach f,$(COPY_FILES),$(eval $(call copy_meta_rule,$(fbinary),$(fsource),$(binarydir))))
328
include Makefile.copy
330
 
329
 
331
# Special rules for copying sysfuncs.txt.
330
# Special rules for copying sysfuncs.txt - it isn't directly included in the image.