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 52... Line 52...
52
 commouse:COMMOUSE:$(PROGS)/system/commouse/trunk/commouse.asm \
52
 commouse:COMMOUSE:$(PROGS)/system/commouse/trunk/commouse.asm \
53
 cpu:CPU:$(PROGS)/system/cpu/trunk/cpu.asm \
53
 cpu:CPU:$(PROGS)/system/cpu/trunk/cpu.asm \
54
 cpuid:CPUID:$(PROGS)/system/cpuid/trunk/CPUID.ASM \
54
 cpuid:CPUID:$(PROGS)/system/cpuid/trunk/CPUID.ASM \
55
 desktop:DESKTOP:$(PROGS)/system/desktop/trunk/desktop.asm \
55
 desktop:DESKTOP:$(PROGS)/system/desktop/trunk/desktop.asm \
56
 disptest:DISPTEST:$(PROGS)/system/disptest/trunk/disptest.ASM \
56
 disptest:DISPTEST:$(PROGS)/system/disptest/trunk/disptest.ASM \
57
 docpak:DOCPAK:$(PROGS)/system/docpack/trunk/docpack.asm \
57
 docpack:DOCPACK:$(PROGS)/system/docpack/trunk/docpack.asm \
58
 end:END:$(PROGS)/system/end/light/end.asm \
58
 end:END:$(PROGS)/system/end/light/end.asm \
59
 gmon:GMON:$(PROGS)/system/gmon/gmon.asm \
59
 gmon:GMON:$(PROGS)/system/gmon/gmon.asm \
60
 hdd_info:HDD_INFO:$(PROGS)/system/hdd_info/trunk/hdd_info.asm \
60
 hdd_info:HDD_INFO:$(PROGS)/system/hdd_info/trunk/hdd_info.asm \
61
 icon:ICON:$(PROGS)/system/icon/trunk/icon.asm \
61
 icon:ICON:$(PROGS)/system/icon/trunk/icon.asm \
62
 cropflat:CROPFLAT:$(PROGS)/system/cropflat/cropflat.asm \
62
 cropflat:CROPFLAT:$(PROGS)/system/cropflat/cropflat.asm \
Line 385... Line 385...
385
 
385
 
386
# Similar for copying files.
386
# Similar for copying files.
Line 387... Line 387...
387
include Makefile.copy
387
include Makefile.copy
388
 
388
 
389
# Special rules for copying sysfuncr.txt - it isn't directly included in the image.
389
# Special rules for copying sysfuncr.txt - it isn't directly included in the image.
390
docpak: $(DOCDIR)SYSFUNCR.TXT $(wildcard $(DOCDIR)*)
390
docpack: $(DOCDIR)SYSFUNCR.TXT $(wildcard $(DOCDIR)*)
Line 391... Line 391...
391
$(DOCDIR)SYSFUNCR.TXT: $(KERNEL)/docs/sysfuncr.txt
391
$(DOCDIR)SYSFUNCR.TXT: $(KERNEL)/docs/sysfuncr.txt
392
	cp $(KERNEL)/docs/sysfuncr.txt $(DOCDIR)SYSFUNCR.TXT
392
	cp $(KERNEL)/docs/sysfuncr.txt $(DOCDIR)SYSFUNCR.TXT