Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/packages/fsim2/makefile @ 1129:c847e6ee341d
Removed CHMODs now that os9 attrs are in place
author | boisy |
---|---|
date | Mon, 14 Apr 2003 02:58:44 +0000 |
parents | 85eed1cde1b7 |
children | e7cac8de00e9 |
line wrap: on
line source
include ../../../Makefile.rules DEPENDS = ./Makefile DISK = fsim2.dsk CMDS = fs f2 f3 f4 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)/vrn.dr $(MD)/ftdd.dd \ $(MD)/clock_soft $(MD)/cc3go SUPPORTFILES = fa fd fp sf.standard ALLOBJS = $(CMDS) all: $(ALLOBJS) clean: dskclean $(RM) $(ALLOBJS) dsk: all $(RM) $(DISK) $(CD) $(LEVEL2); make $(OS9FORMAT_SS35) $(DISK) -n"Flight Simulator 2" $(MERGE) $(OS9BOOT)>os9boot $(MERGE) $(KERNEL)>kernel_1773 $(OS9GEN) $(DISK) -b=os9boot -t=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/fs AutoEx $(CP) $(SUPPORTFILES) $(DISK),. $(foreach file, $(SUPPORTFILES), $(OS9ATTR_TEXT) $(DISK),$(file);) dskcopy: dsk $(CP) $(DISK) $(DSKDIR) dskclean: $(RM) $(DISK)