Subversion Repositories Kolibri OS

Rev

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

Rev 4758 Rev 4760
Line 8... Line 8...
8
REPOSITORY:=../..
8
REPOSITORY:=../..
9
KERNEL:=$(REPOSITORY)/kernel/trunk
9
KERNEL:=$(REPOSITORY)/kernel/trunk
10
PROGS:=$(REPOSITORY)/programs
10
PROGS:=$(REPOSITORY)/programs
Line 11... Line 11...
11
 
11
 
12
# The main goal: build kolibri.img and kolibri.iso
12
# The main goal: build kolibri.img and kolibri.iso
Line 13... Line 13...
13
all: $(BUILD_DIR)/kolibri.img $(BUILD_DIR)/kolibri.iso
13
all: updf $(BUILD_DIR)/kolibri.img $(BUILD_DIR)/kolibri.iso
14
 
14
 
15
# Docpak requires some documents; we place them
15
# Docpak requires some documents; we place them
16
# into 'docs' subdir and communicate with FASM
16
# into 'docs' subdir and communicate with FASM
Line 293... Line 293...
293
# Some of them are auto-built with special rules, some just exist before build.
293
# Some of them are auto-built with special rules, some just exist before build.
294
# Each item is of the form :.
294
# Each item is of the form :.
295
# Spaces should be represented as |.
295
# Spaces should be represented as |.
296
OTHER_FILES:=settings/autorun.dat:SETTINGS/AUTORUN.DAT \
296
OTHER_FILES:=settings/autorun.dat:SETTINGS/AUTORUN.DAT \
297
 default.skn:DEFAULT.SKN \
297
 default.skn:DEFAULT.SKN \
298
 #graph:GRAPH \
298
 graph:GRAPH \
299
 settings/icon.ini:SETTINGS/ICON.INI \
299
 settings/icon.ini:SETTINGS/ICON.INI \
300
 ../common/iconstrp.png:ICONSTRP.PNG index_htm:INDEX.HTM \
300
 ../common/iconstrp.png:ICONSTRP.PNG index_htm:INDEX.HTM \
301
 kernel.mnt:KERNEL.MNT \
301
 kernel.mnt:KERNEL.MNT \
302
 ../common/kerpack:KERPACK \
302
 ../common/kerpack:KERPACK \
303
 settings/keymap.key:SETTINGS/KEYMAP.KEY \
303
 settings/keymap.key:SETTINGS/KEYMAP.KEY \
Line 344... Line 344...
344
	cut -f1 $< | $(SHELL) $(REPOSITORY)/data/generate_makefile_skins.sh > $@
344
	cut -f1 $< | $(SHELL) $(REPOSITORY)/data/generate_makefile_skins.sh > $@
345
include Makefile.skins
345
include Makefile.skins
Line 346... Line 346...
346
 
346
 
347
# Extra targets for LiveCD image in the syntax of mkisofs
347
# Extra targets for LiveCD image in the syntax of mkisofs
348
MKISOFS_EXTRA:=\
348
MKISOFS_EXTRA:=\
349
 #emu/e80/e80=e80 \
349
 emu/e80/e80=e80 \
350
 emu/dosbox/=$(PROGS)/emulator/DosBox/dosbox \
350
 emu/dosbox/=$(PROGS)/emulator/DosBox/dosbox \
351
 emu/dosbox/=$(PROGS)/emulator/DosBox/dosbox.conf \
351
 emu/dosbox/=$(PROGS)/emulator/DosBox/dosbox.conf \
352
 emu/dosbox/=$(PROGS)/emulator/DosBox/readme.txt \
352
 emu/dosbox/=$(PROGS)/emulator/DosBox/readme.txt \
353
 /=distr_data/autorun.inf \
353
 /=distr_data/autorun.inf \