comparison 3rdparty/packages/fsim2/makefile @ 2064:c8bb06c82d68

Changes for new NitrOS-9 directory structure
author boisy
date Fri, 05 May 2006 15:26:03 +0000
parents af946652495d
children e64d2a5b8c87
comparison
equal deleted inserted replaced
2063:5215fb9c6f0f 2064:c8bb06c82d68
2 2
3 DEPENDS = ./makefile 3 DEPENDS = ./makefile
4 4
5 DISK = fsim2.dsk 5 DISK = fsim2.dsk
6 CMDS = fs f2 f3 f4 6 CMDS = fs f2 f3 f4
7 MD = $(6809L2)/modules 7 MD = $(LEVEL2)/coco3/modules
8 8
9 # We make our own bootfile and kernel track 9 # We make our own bootfile and kernel track
10 KERNEL = $(MD)/rel_32 $(MD)/boot_1773_6ms $(MD)/krn 10 KERNEL = $(MD)/rel_32 $(MD)/boot_1773_6ms $(MD)/krn
11 OS9BOOT = $(MD)/krnp2 $(MD)/ioman $(MD)/init \ 11 OS9BOOT = $(MD)/krnp2 $(MD)/ioman $(MD)/init \
12 $(MD)/rbf.mn \ 12 $(MD)/rbf.mn \
27 clean: dskclean 27 clean: dskclean
28 $(RM) $(ALLOBJS) 28 $(RM) $(ALLOBJS)
29 29
30 dsk: all 30 dsk: all
31 $(RM) $(DISK) 31 $(RM) $(DISK)
32 $(CD) $(6809L2); make 32 $(CD) $(LEVEL2)/coco3; make
33 $(OS9FORMAT_SS35) $(DISK) -n"Flight Simulator 2" 33 $(OS9FORMAT_SS35) $(DISK) -n"Flight Simulator 2"
34 $(MERGE) $(OS9BOOT)>os9boot 34 $(MERGE) $(OS9BOOT)>os9boot
35 $(MERGE) $(KERNEL)>kernel_1773 35 $(MERGE) $(KERNEL)>kernel_1773
36 $(OS9GEN) $(DISK) -b=os9boot -t=kernel_1773 36 $(OS9GEN) $(DISK) -b=os9boot -t=kernel_1773
37 $(RM) os9boot kernel_1773 37 $(RM) os9boot kernel_1773
38 $(MAKDIR) $(DISK),CMDS 38 $(MAKDIR) $(DISK),CMDS
39 $(CP) $(6809L2)/CMDS/shell_21 $(DISK),CMDS/shell 39 $(CP) $(LEVEL2)/coco3/cmds/shell_21 $(DISK),CMDS/shell
40 $(OS9ATTR_EXEC) $(DISK),CMDS/shell 40 $(OS9ATTR_EXEC) $(DISK),CMDS/shell
41 $(CP) $(CMDS) $(DISK),CMDS 41 $(CP) $(CMDS) $(DISK),CMDS
42 $(foreach file, $(CMDS), $(OS9ATTR_EXEC) $(DISK),CMDS/$(file);) 42 $(foreach file, $(CMDS), $(OS9ATTR_EXEC) $(DISK),CMDS/$(file);)
43 $(OS9RENAME) $(DISK),CMDS/fs AutoEx 43 $(OS9RENAME) $(DISK),CMDS/fs AutoEx
44 $(CP) $(SUPPORTFILES) $(DISK),. 44 $(CP) $(SUPPORTFILES) $(DISK),.