Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/packages/sierra/kingsquest1/makefile @ 2898:28ed72477814 lwtools-port
Dummy merge of default branch into lwtools
hg -y merge --tool=internal:fail default
hg revert --all --no-backup --rev .
hg resolve -a -m
This dummy merge discards any changes from the default branch
so that the result is the same as what lwtools already had.
When merging back to default branch later, the discarded
changes will be discarded there also, so the result
will be that the default branch will contain what
the lwtools branch had before these merges.
Only scripts/burst was "rescued" from default branch.
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Sat, 11 Jan 2014 18:40:44 +0100 |
parents | d5220b220313 46c80d4b0de1 |
children | 9d256fa9ba31 |
line wrap: on
line source
include ../../../../rules.mak vpath %.asm ../objs_lsl DEPENDS = ./makefile DISK_40D = kingsquest1_40d.dsk DSKDW = kingsquest1_dw.dsk DSKDWBECKER = kingsquest1_becker.dsk DSKS = $(DISK_40D) $(DSKDW) $(DSKDWBECKER) DISK_40D_NAME = "King's Quest I" DSKDW_NAME = $(DISK_40D_NAME) CMDS = sierra mnln scrn shdw tocgen MD = $(LEVEL2)/coco3/modules # We make our own bootfile and kernel track KERNEL_FLOPPY = $(MD)/rel_32 $(MD)/boot_1773_6ms $(MD)/krn KERNEL_DW = $(MD)/rel_32 $(MD)/boot_dw $(MD)/krn KERNEL_DW_BECKER = $(MD)/rel_32 $(MD)/boot_dw_becker $(MD)/krn BOOTFILE_40D = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ $(MD)/rbf.mn \ $(MD)/rb1773.dr $(MD)/ddd0_40d.dd \ $(MD)/scf.mn $(MD)/vtio.dr \ $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \ $(MD)/covdg_small.io $(MD)/term_vdg.dt \ $(MD)/vrn.dr $(MD)/vi.dd \ $(MD)/clock_60hz $(MD)/clock2_soft $(MD)/sysgo_dd BOOTFILE_DW = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ $(MD)/rbf.mn \ $(MD)/rbdw.dr $(MD)/dwio.sb $(MD)/ddx0.dd \ $(MD)/scf.mn $(MD)/vtio.dr \ $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \ $(MD)/covdg_small.io $(MD)/term_vdg.dt \ $(MD)/vrn.dr $(MD)/vi.dd \ $(MD)/clock_60hz $(MD)/clock2_dw $(MD)/sysgo_dd BOOTFILE_DW_BECKER = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ $(MD)/rbf.mn \ $(MD)/rbdw.dr $(MD)/dwio_becker.sb $(MD)/ddx0.dd \ $(MD)/scf.mn $(MD)/vtio.dr \ $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \ $(MD)/covdg_small.io $(MD)/term_vdg.dt \ $(MD)/vrn.dr $(MD)/vi.dd \ $(MD)/clock_60hz $(MD)/clock2_dw $(MD)/sysgo_dd BOOTCMDS = $(LEVEL2)/coco3/cmds/shell_21 $(LEVEL2)/coco3/cmds/date \ $(LEVEL2)/coco3/cmds/echo $(LEVEL2)/coco3/cmds/link \ $(LEVEL2)/coco3/cmds/setime TEXTFILES = ../startup tOC_40d.txt SUPPORTFILES = logDir object picDir sndDir viewDir vol.0 \ vol.1 vol.2 words.tok ALLOBJS = $(CMDS) all: $(ALLOBJS) clean: dskclean $(RM) $(ALLOBJS) dsk: all $(DISK_40D) $(DSKDW) $(DSKDWBECKER) $(DISK_40D): $(RM) $@ $(CD) $(LEVEL2)/coco3; make $(OS9FORMAT_DS40) -q $@ -n$(DISK_40D_NAME) $(MERGE) $(BOOTFILE_40D)>os9boot $(MERGE) $(KERNEL_FLOPPY)>kernel $(OS9GEN) $@ -b=os9boot -t=kernel $(RM) os9boot kernel $(MAKDIR) $@,CMDS $(OS9COPY) $(CMDS) $@,CMDS $(OS9ATTR_EXEC) $(foreach file,$(CMDS),$@,CMDS/$(file)) $(MERGE) $(BOOTCMDS)>shell $(OS9COPY) shell $@,CMDS $(RM) shell $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r $(OS9RENAME) $@,CMDS/sierra AutoEx $(CPL) $(TEXTFILES) $@,. $(OS9RENAME) $@,tOC_40d.txt tOC.txt $(MOVE) tocgen toctmp tocgen $@,tOC.txt $@,tOC $(MOVE) toctmp tocgen $(OS9COPY) $(SUPPORTFILES) $@,. $(DSKDW): $(RM) $@ $(CD) $(LEVEL2)/coco3; make $(OS9FORMAT_DW) -q $@ -n$(DISK_40D_NAME) $(MERGE) $(BOOTFILE_DW)>os9boot $(MERGE) $(KERNEL_DW)>kernel $(OS9GEN) $@ -b=os9boot -t=kernel $(RM) os9boot kernel $(MAKDIR) $@,CMDS $(OS9COPY) $(CMDS) $@,CMDS $(OS9ATTR_EXEC) $(foreach file,$(CMDS),$@,CMDS/$(file)) $(MERGE) $(BOOTCMDS)>shell $(OS9COPY) shell $@,CMDS $(RM) shell $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r $(OS9RENAME) $@,CMDS/sierra AutoEx $(CPL) $(TEXTFILES) $@,. $(OS9RENAME) $@,tOC_40d.txt tOC.txt $(MOVE) tocgen toctmp tocgen $@,tOC.txt $@,tOC $(MOVE) toctmp tocgen $(OS9COPY) $(SUPPORTFILES) $@,. $(DSKDWBECKER): $(RM) $@ $(CD) $(LEVEL2)/coco3; make $(OS9FORMAT_DW) -q $@ -n$(DISK_40D_NAME) $(MERGE) $(BOOTFILE_DW_BECKER)>os9boot $(MERGE) $(KERNEL_DW_BECKER)>kernel $(OS9GEN) $@ -b=os9boot -t=kernel $(RM) os9boot kernel $(MAKDIR) $@,CMDS $(OS9COPY) $(CMDS) $@,CMDS $(OS9ATTR_EXEC) $(foreach file,$(CMDS),$@,CMDS/$(file)) $(MERGE) $(BOOTCMDS)>shell $(OS9COPY) shell $@,CMDS $(RM) shell $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r $(OS9RENAME) $@,CMDS/sierra AutoEx $(CPL) $(TEXTFILES) $@,. $(OS9RENAME) $@,tOC_40d.txt tOC.txt $(MOVE) tocgen toctmp tocgen $@,tOC.txt $@,tOC $(MOVE) toctmp tocgen $(OS9COPY) $(SUPPORTFILES) $@,. dskcopy: dsk $(CP) $(DSKS) $(DSKDIR) dskclean: $(RM) $(DSKS) info: @$(ECHO) "*** King's Quest I ***" @$(foreach dsk, $(DSKS), $(ECHO) $(dsk);)