Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/packages/fsim2/makefile @ 1638:1b23a41c674d
Updated makefiles
author | boisy |
---|---|
date | Wed, 14 Jul 2004 19:05:37 +0000 |
parents | 1ed7c47503e8 |
children | af946652495d |
line wrap: on
line source
include ../../../rules.mak DEPENDS = ./makefile DISK = fsim2.dsk CMDS = fs f2 f3 f4 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)/cc3io.dr \ $(MD)/keydrv_cc3.sb $(MD)/joydrv_joy.sb $(MD)/snddrv_cc3.sb \ $(MD)/vdgint_small.io $(MD)/term_vdg.dt \ $(MD)/vrn.dr $(MD)/ftdd.dd \ $(MD)/clock_60hz $(MD)/clock2_soft \ $(MD)/sysgo_dd SUPPORTFILES = fa fd fp sf.standard ALLOBJS = $(CMDS) all: $(ALLOBJS) clean: dskclean $(RM) $(ALLOBJS) dsk: all $(RM) $(DISK) $(CD) $(6809L2); 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) $(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/fs AutoEx $(CP) $(SUPPORTFILES) $(DISK),. $(foreach file, $(SUPPORTFILES), $(OS9ATTR_TEXT) $(DISK),$(file);) dskcopy: dsk $(CP) $(DISK) $(DSKDIR) dskclean: $(RM) $(DISK)