Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/packages/rof/makefile @ 1959:3d26c3a92170
Better format for 80 column screen
author | robert |
---|---|
date | Fri, 23 Dec 2005 00:06:35 +0000 |
parents | af946652495d |
children | c8bb06c82d68 |
line wrap: on
line source
include ../../../rules.mak DEPENDS = ./makefile DISK = rof.dsk CMDS = rescue MD = $(6809L2)/modules # We make our own bootfile and kernel track KERNEL = $(MD)/rel_32 $(MD)/boot_1773_6ms $(MD)/krn OS9BOOT = $(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)/clock_60hz $(MD)/clock2_soft $(MD)/sysgo_dd SUPPORTFILES = body heads larms legs lips panel1 rofvar rship.c rtitle.c scores ALLOBJS = $(CMDS) all: $(ALLOBJS) clean: dskclean $(RM) $(ALLOBJS) dsk: all $(RM) $(DISK) $(CD) $(6809L2); make $(OS9FORMAT_SS35) $(DISK) -n"Rescue on Fractalus" $(MERGE) $(OS9BOOT)>os9boot $(MERGE) $(KERNEL)>kernel_1773 $(OS9GEN) $(DISK) -t=os9boot -b=kernel_1773 $(RM) os9boot kernel_1773 $(MAKDIR) $(DISK),CMDS $(CP) $(6809L2)/CMDS/shell_21 $(DISK),CMDS/shell $(OS9ATTR_EXEC) $(DISK),CMDS/shell $(CP) $(CMDS) $(DISK),CMDS $(foreach file, $(CMDS), $(OS9ATTR_EXEC) $(DISK),CMDS/$(file);) $(OS9RENAME) $(DISK),CMDS/rescue AutoEx $(CP) $(SUPPORTFILES) $(DISK),. $(foreach file, $(SUPPORTFILES), $(OS9ATTR_TEXT) $(DISK),$(file);) dskcopy: dsk $(CP) $(DISK) $(DSKDIR) dskclean: $(RM) $(DISK)