Subversion Repositories Kolibri OS

Rev

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

Rev 3183 Rev 3188
Line 39... Line 39...
39
# for FAT filesystem.
39
# for FAT filesystem.
40
# Third part is the name of the source file.
40
# Third part is the name of the source file.
41
# Spaces separate items, so spaces in names should be
41
# Spaces separate items, so spaces in names should be
42
# represented as '|'.
42
# represented as '|'.
43
FASM_PROGRAMS:=\
43
FASM_PROGRAMS:=\
-
 
44
 @panel:@PANEL:$(PROGS)/system/panel/trunk/@PANEL.ASM \
44
 @clip:@CLIP:$(PROGS)/system/clip/trunk/@clip.ASM \
45
 @clip:@CLIP:$(PROGS)/system/clip/trunk/@clip.ASM \
45
 @menu:@MENU:$(PROGS)/system/menu/trunk/menu.asm \
46
 @menu:@MENU:$(PROGS)/system/menu/trunk/menu.asm \
46
 @ss:@SS:$(PROGS)/system/ss/trunk/@ss.asm\
47
 @ss:@SS:$(PROGS)/system/ss/trunk/@ss.asm\
47
 refrscrn:REFRSCRN:$(PROGS)/system/refrscrn/refrscrn.asm \
48
 refrscrn:REFRSCRN:$(PROGS)/system/refrscrn/refrscrn.asm \
48
 asciivju:ASCIIVJU:$(PROGS)/develop/asciivju/trunk/asciivju.asm \
49
 asciivju:ASCIIVJU:$(PROGS)/develop/asciivju/trunk/asciivju.asm \
Line 95... Line 96...
95
 drivers/ps2mouse.obj:DRIVERS/PS2MOUSE.OBJ:$(REPOSITORY)/drivers/mouse/ps2mouse4d/trunk/ps2mouse.asm \
96
 drivers/ps2mouse.obj:DRIVERS/PS2MOUSE.OBJ:$(REPOSITORY)/drivers/mouse/ps2mouse4d/trunk/ps2mouse.asm \
96
 drivers/sb16.obj:DRIVERS/SB16.OBJ:$(TRUNKKERNEL)/drivers/sb16/sb16.asm \
97
 drivers/sb16.obj:DRIVERS/SB16.OBJ:$(TRUNKKERNEL)/drivers/sb16/sb16.asm \
97
 drivers/sound.obj:DRIVERS/SOUND.OBJ:$(TRUNKKERNEL)/drivers/sound.asm \
98
 drivers/sound.obj:DRIVERS/SOUND.OBJ:$(TRUNKKERNEL)/drivers/sound.asm \
98
 drivers/intelac97.obj:DRIVERS/INTELAC97.OBJ:$(TRUNKKERNEL)/drivers/intelac97.asm \
99
 drivers/intelac97.obj:DRIVERS/INTELAC97.OBJ:$(TRUNKKERNEL)/drivers/intelac97.asm \
99
 drivers/vt823x.obj:DRIVERS/VT823X.OBJ:$(TRUNKKERNEL)/drivers/vt823x.asm \
100
 drivers/vt823x.obj:DRIVERS/VT823X.OBJ:$(TRUNKKERNEL)/drivers/vt823x.asm \
-
 
101
 drivers/tmpdisk.obj:DRIVERS/TMPDISK.OBJ:$(KERNEL)/drivers/tmpdisk.asm \
100
 File|Managers/kfar:File|Managers/KFAR:$(PROGS)/fs/kfar/trunk/kfar.asm \
102
 File|Managers/kfar:File|Managers/KFAR:$(PROGS)/fs/kfar/trunk/kfar.asm \
101
 File|Managers/kfm:File|Managers/KFM:$(PROGS)/fs/kfm/trunk/kfm.asm \
103
 File|Managers/kfm:File|Managers/KFM:$(PROGS)/fs/kfm/trunk/kfm.asm \
102
 File|Managers/opendial:File|Managers/OPENDIAL:$(PROGS)/fs/opendial/opendial.asm \
104
 File|Managers/opendial:File|Managers/OPENDIAL:$(PROGS)/fs/opendial/opendial.asm \
103
 develop/info/asm.syn:DEVELOP/INFO/ASM.SYN:$(PROGS)/other/t_edit/info/asm_syn.asm \
105
 develop/info/asm.syn:DEVELOP/INFO/ASM.SYN:$(PROGS)/other/t_edit/info/asm_syn.asm \
104
 develop/info/cpp_kol_cla.syn:DEVELOP/INFO/CPP_KOL_CLA.SYN:$(PROGS)/other/t_edit/info/cpp_kol_cla_syn.asm \
106
 develop/info/cpp_kol_cla.syn:DEVELOP/INFO/CPP_KOL_CLA.SYN:$(PROGS)/other/t_edit/info/cpp_kol_cla_syn.asm \
Line 185... Line 187...
185
# List of other files to be included in the image file.
187
# List of other files to be included in the image file.
186
# Some of them are auto-built with special rules, some just exist before build.
188
# Some of them are auto-built with special rules, some just exist before build.
187
# Each item is of the form :.
189
# Each item is of the form :.
188
# Spaces should be represented as |.
190
# Spaces should be represented as |.
189
OTHER_FILES:=autorun.dat:AUTORUN.DAT \
191
OTHER_FILES:=autorun.dat:AUTORUN.DAT \
190
 @panel:@PANEL \
-
 
191
 background.png:background.png default.skn:DEFAULT.SKN \
192
 background.png:background.png default.skn:DEFAULT.SKN \
192
 icons.dat:ICONS.DAT iconstrp.png:ICONSTRP.PNG index_htm:INDEX.HTM \
193
 icons.dat:ICONS.DAT iconstrp.png:ICONSTRP.PNG index_htm:INDEX.HTM \
193
 kernel.mnt:KERNEL.MNT kerpack:KERPACK keymap.key:KEYMAP.KEY \
194
 kernel.mnt:KERNEL.MNT kerpack:KERPACK keymap.key:KEYMAP.KEY \
194
 lang.inc:LANG.INC lang.ini:LANG.INI \
195
 lang.inc:LANG.INC lang.ini:LANG.INI \
195
 menu.dat:MENU.DAT \
196
 menu.dat:MENU.DAT \