Subversion Repositories Kolibri OS

Rev

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

Rev 4752 Rev 4758
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 \
Line 482... Line 482...
482
	mmd -i $(BUILD_DIR)/kolibri.img ::LIB
482
	mmd -i $(BUILD_DIR)/kolibri.img ::LIB
483
	mmd -i $(BUILD_DIR)/kolibri.img ::MEDIA
483
	mmd -i $(BUILD_DIR)/kolibri.img ::MEDIA
484
	mmd -i $(BUILD_DIR)/kolibri.img ::MEDIA/ImgF
484
	mmd -i $(BUILD_DIR)/kolibri.img ::MEDIA/ImgF
485
	mmd -i $(BUILD_DIR)/kolibri.img ::NETWORK
485
	mmd -i $(BUILD_DIR)/kolibri.img ::NETWORK
486
	mmd -i $(BUILD_DIR)/kolibri.img ::SETTINGS
486
	mmd -i $(BUILD_DIR)/kolibri.img ::SETTINGS
487
	@echo $(CC) $(LD) $(CFLAGS) $(LDFLAGS) && $(mcopy_all_items)
487
	$(mcopy_all_items)
Line 488... Line 488...
488
 
488
 
489
# The second goal: LiveCD image.
489
# The second goal: LiveCD image.
490
$(BUILD_DIR)/kolibri.iso: $(BUILD_DIR)/kolibri.img $(mkisofs_extra_targets)
490
$(BUILD_DIR)/kolibri.iso: $(BUILD_DIR)/kolibri.img $(mkisofs_extra_targets)
491
	mkisofs -U -J -pad -b kolibri.img -c boot.catalog -hide-joliet boot.catalog -graft-points \
491
	mkisofs -U -J -pad -b kolibri.img -c boot.catalog -hide-joliet boot.catalog -graft-points \
Line 711... Line 711...
711
 
711
 
712
 
712
 
713
#Rules for updf
713
#Rules for updf
714
UPDFDIR=$(REPOSITORY)/contrib/media/updf
714
UPDFDIR=$(REPOSITORY)/contrib/media/updf