Subversion Repositories Kolibri OS

Rev

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

Rev 2109 Rev 2178
Line 447... Line 447...
447
	mkdir -p .obj.kosilka
447
	mkdir -p .obj.kosilka
Line 448... Line 448...
448
 
448
 
Line 449... Line 449...
449
include Makefile.gcc
449
include Makefile.gcc
450
 
450
 
451
# Rules for shell
451
# Rules for shell
452
shell: .obj.shell/start.o .obj.shell/shell.o .obj.shell/kolibri.o .obj.shell/stdlib.o .obj.shell/string.o \
452
shell: .obj.shell/start.o .obj.shell/shell.o .obj.shell/kolibri.o .obj.shell/stdlib.o .obj.shell/string.o .obj.shell/ctype.o \
453
 $(PROGS)/system/shell/kolibri.ld
453
 $(PROGS)/system/shell/kolibri.ld
454
	$(call gcc_link,$(PROGS)/system/shell/kolibri.ld)
454
	$(call gcc_link,$(PROGS)/system/shell/kolibri.ld)
455
.obj.shell/shell.o: $(PROGS)/system/shell/shell.c \
455
.obj.shell/shell.o: $(PROGS)/system/shell/shell.c \