Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/packages/rof/makefile @ 1299:1f0995cd0431
REL is now back-ported to OS-9 Level One
author | boisy |
---|---|
date | Mon, 01 Sep 2003 16:59:50 +0000 |
parents | c847e6ee341d |
children | e7cac8de00e9 |
line wrap: on
line source
include ../../../Makefile.rules DEPENDS = ./Makefile DISK = rof.dsk CMDS = rescue MD = $(LEVEL2)/MODULES # We make our own bootfile and kernel track KERNEL = $(MD)/rel $(MD)/boot_1773 $(MD)/os9p1 OS9BOOT = $(MD)/os9p2 $(MD)/ioman $(MD)/init \ $(MD)/rbf.mn \ $(MD)/cc3disk.dr $(MD)/ddd0_40d.dd \ $(MD)/scf.mn $(MD)/cc3io.dr \ $(MD)/keydrv $(MD)/joydrv_joy $(MD)/snddrv \ $(MD)/vdgint_small.io $(MD)/term_vdg.dt \ $(MD)/clock_soft $(MD)/cc3go 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) $(LEVEL2); 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) $(LEVEL2)/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)