Subversion Repositories Kolibri OS

Rev

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

Rev 2744 Rev 2746
Line 54... Line 54...
54
 commouse:COMMOUSE:$(PROGS)/system/commouse/trunk/commouse.asm \
54
 commouse:COMMOUSE:$(PROGS)/system/commouse/trunk/commouse.asm \
55
 cpu:CPU:$(PROGS)/system/cpu/trunk/cpu.asm \
55
 cpu:CPU:$(PROGS)/system/cpu/trunk/cpu.asm \
56
 cpuid:CPUID:$(PROGS)/system/cpuid/trunk/CPUID.ASM \
56
 cpuid:CPUID:$(PROGS)/system/cpuid/trunk/CPUID.ASM \
57
 desktop:DESKTOP:$(PROGS)/system/desktop/trunk/desktop.asm \
57
 desktop:DESKTOP:$(PROGS)/system/desktop/trunk/desktop.asm \
58
 disptest:DISPTEST:$(PROGS)/system/disptest/trunk/disptest.ASM \
58
 disptest:DISPTEST:$(PROGS)/system/disptest/trunk/disptest.ASM \
59
 docpak:DOCPAK:$(PROGS)/system/docpack/trunk/docpack.asm \
59
 docpack:DOCPACK:$(PROGS)/system/docpack/trunk/docpack.asm \
60
 end:END:$(PROGS)/system/end/light/end.asm \
60
 end:END:$(PROGS)/system/end/light/end.asm \
61
 gmon:GMON:$(PROGS)/system/gmon/gmon.asm \
61
 gmon:GMON:$(PROGS)/system/gmon/gmon.asm \
62
 hdd_info:HDD_INFO:$(PROGS)/system/hdd_info/trunk/hdd_info.asm \
62
 hdd_info:HDD_INFO:$(PROGS)/system/hdd_info/trunk/hdd_info.asm \
63
 icon:ICON:$(PROGS)/system/icon/trunk/icon.asm \
63
 icon:ICON:$(PROGS)/system/icon/trunk/icon.asm \
64
 kbd:KBD:$(PROGS)/system/kbd/trunk/kbd.ASM \
64
 kbd:KBD:$(PROGS)/system/kbd/trunk/kbd.ASM \
Line 298... Line 298...
298
 
298
 
299
# Similar for copying files.
299
# Similar for copying files.
Line 300... Line 300...
300
include Makefile.copy
300
include Makefile.copy
301
 
301
 
302
# Special rules for copying sysfuncs.txt - it isn't directly included in the image.
302
# Special rules for copying sysfuncs.txt - it isn't directly included in the image.
303
docpak: $(DOCDIR)SYSFUNCS.TXT $(wildcard $(DOCDIR)*)
303
docpack: $(DOCDIR)SYSFUNCS.TXT $(wildcard $(DOCDIR)*)
Line 304... Line 304...
304
$(DOCDIR)SYSFUNCS.TXT: $(TRUNKKERNEL)/docs/sysfuncs.txt
304
$(DOCDIR)SYSFUNCS.TXT: $(TRUNKKERNEL)/docs/sysfuncs.txt
305
	cp $(TRUNKKERNEL)/docs/sysfuncs.txt $(DOCDIR)SYSFUNCS.TXT
305
	cp $(TRUNKKERNEL)/docs/sysfuncs.txt $(DOCDIR)SYSFUNCS.TXT