Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/packages/mm/makefile @ 806:703919904b7f
Removed install script
author | boisy |
---|---|
date | Mon, 13 Jan 2003 02:41:32 +0000 |
parents | ddf8da14d4a9 |
children | ea69ed12af12 |
line wrap: on
line source
include ../../../Makefile.rules DEPENDS = ./Makefile DISK = mm.dsk CMDS = mm mod1.dat mod2.dat mod3.dat mod4.dat mod5.dat \ mod6.sbr mod7.sbr mod8.sbr 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 = global.dat mm.lib mm.pnl mm.ttl mod7.lib ALLOBJS = $(CMDS) all: $(ALLOBJS) $(CHMOD) 755 $(CMDS) clean: dskclean $(RM) $(ALLOBJS) dsk: all $(RM) $(DISK) $(CD) $(LEVEL2); make $(OS9FORMAT) $(DISK) -t40 -h2 -n"Microscopic Mission" $(MERGE) $(OS9BOOT)>os9boot $(MERGE) $(KERNEL)>kernel_1773 $(OS9GEN) $(DISK) os9boot kernel_1773 $(RM) os9boot kernel_1773 $(MAKDIR) $(DISK),CMDS $(CP) $(LEVEL2)/CMDS/shell_21 $(DISK),CMDS/shell $(CP) $(CMDS) $(DISK),CMDS $(OS9RENAME) $(DISK),CMDS/mm AutoEx $(CP) $(SUPPORTFILES) $(DISK),. dskclean: $(RM) $(DISK)