Subversion Repositories Kolibri OS

Rev

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

Rev 2178 Rev 2179
Line 458... Line 458...
458
 $(PROGS)/system/shell/cmd/*.c \
458
 $(PROGS)/system/shell/cmd/*.c \
459
 $(PROGS)/system/shell/modules/*.c \
459
 $(PROGS)/system/shell/modules/*.c \
460
 $(PROGS)/system/shell/locale/rus/globals.h \
460
 $(PROGS)/system/shell/locale/rus/globals.h \
461
 Makefile.gcc | .obj.shell
461
 Makefile.gcc | .obj.shell
462
	$(gcc_compile)
462
	$(gcc_compile)
463
.obj.shell/kolibri.o .obj.shell/stdlib.o .obj.shell/string.o: .obj.shell/%.o: \
463
.obj.shell/kolibri.o .obj.shell/stdlib.o .obj.shell/string.o .obj.shell/ctype.o: .obj.shell/%.o: \
464
 $(PROGS)/system/shell/system/%.c $(PROGS)/system/shell/system/*.h \
464
 $(PROGS)/system/shell/system/%.c $(PROGS)/system/shell/system/*.h \
465
 Makefile.gcc | .obj.shell
465
 Makefile.gcc | .obj.shell
466
	$(gcc_compile)
466
	$(gcc_compile)
467
.obj.shell/start.o: $(PROGS)/system/shell/start.asm | .obj.shell
467
.obj.shell/start.o: $(PROGS)/system/shell/start.asm | .obj.shell
468
	fasm $< $@
468
	fasm $< $@