Subversion Repositories Kolibri OS

Rev

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

Rev 1820 Rev 2026
Line 37... Line 37...
37
-include .deps/$(4).Po
37
-include .deps/$(4).Po
38
endef
38
endef
Line 39... Line 39...
39
 
39
 
40
progname=$(call respace,$(basename $(notdir $(call binarypart,$(f)))))
40
progname=$(call respace,$(basename $(notdir $(call binarypart,$(f)))))
41
binarydir=$(subst ./,,$(dir $(call binarypart,$(f))))
41
binarydir=$(subst ./,,$(dir $(call binarypart,$(f))))
Line 42... Line 42...
42
$(foreach f,$(FASM_PROGRAMS),$(eval $(call fasm_meta_rule,$(fbinary),$(fsource),$(binarydir),$(progname))))
42
$(foreach f,$(FASM_PROGRAMS) $(FASM_PROGRAMS_CD),$(eval $(call fasm_meta_rule,$(fbinary),$(fsource),$(binarydir),$(progname))))
43
 
43
 
44
# Rule for the kernel differs: it uses kerpack instead of kpack.
44
# Rule for the kernel differs: it uses kerpack instead of kpack.
45
kernel.mnt: $(KERNEL)/kernel.asm Makefile.fasm .deps/.dir
45
kernel.mnt: $(KERNEL)/kernel.asm Makefile.fasm .deps/.dir