Mercurial > hg > Members > kono > nitros9-code
comparison 3rdparty/packages/subsim/makefile @ 1343:04d092844f61
Robert Gault added missing files, modified Makefile to make dsk proper.
author | boisy |
---|---|
date | Wed, 17 Sep 2003 01:46:12 +0000 |
parents | a543ba9d856b |
children | 53c50c807d55 |
comparison
equal
deleted
inserted
replaced
1342:d358f0c1df3d | 1343:04d092844f61 |
---|---|
16 $(MD)/vdgint_small.io $(MD)/term_vdg.dt \ | 16 $(MD)/vdgint_small.io $(MD)/term_vdg.dt \ |
17 $(MD)/clock_60hz $(MD)/clock2_soft $(MD)/sysgo_dd | 17 $(MD)/clock_60hz $(MD)/clock2_soft $(MD)/sysgo_dd |
18 | 18 |
19 SUPPORTFILES = control1.cmp convoys.dat diesel.dat fonts.dat germap.cmp \ | 19 SUPPORTFILES = control1.cmp convoys.dat diesel.dat fonts.dat germap.cmp \ |
20 hiscore.dat mission.txt missions.dat radar.dat shipmap2.dat \ | 20 hiscore.dat mission.txt missions.dat radar.dat shipmap2.dat \ |
21 sintbl.dat stitle.pic sub.dat usamap.cmp | 21 sintbl.dat stitle.pic sub.dat usamap.cmp status.dat substats.dat |
22 | 22 |
23 ALLOBJS = $(CMDS) | 23 ALLOBJS = $(CMDS) |
24 | 24 |
25 all: $(ALLOBJS) | 25 all: $(ALLOBJS) |
26 | 26 |
33 $(OS9FORMAT_DS40) $(DISK) -n"Sub Battle Simulator" | 33 $(OS9FORMAT_DS40) $(DISK) -n"Sub Battle Simulator" |
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 $(DISK),SUB |
39 $(CP) $(CMDS) $(DISK),CMDS | 39 $(CP) $(CMDS) $(DISK),CMDS |
40 $(foreach file, $(CMDS), $(OS9ATTR_EXEC) $(DISK),CMDS/$(file);) | 40 $(foreach file, $(CMDS), $(OS9ATTR_EXEC) $(DISK),CMDS/$(file);) |
41 $(CP) $(LEVEL2)/CMDS/shell_21 $(DISK),CMDS/shell | 41 $(CP) $(LEVEL2)/CMDS/shell_21 $(DISK),CMDS/shell |
42 $(OS9ATTR_EXEC) $(DISK),CMDS/shell | 42 $(OS9ATTR_EXEC) $(DISK),CMDS/shell |
43 $(OS9RENAME) $(DISK),CMDS/presub AutoEx | 43 $(OS9RENAME) $(DISK),CMDS/presub AutoEx |
44 $(CP) $(SUPPORTFILES) $(DISK),. | 44 $(CP) $(SUPPORTFILES) $(DISK),SUB |
45 $(foreach file, $(SUPPORTFILES), $(OS9ATTR_TEXT) $(DISK),$(file);) | 45 $(CP) sub6 $(DISK),SUB |
46 $(OS9ATTR_EXEC) $(DISK),SUB/sub6 | |
47 $(foreach file, $(SUPPORTFILES), $(OS9ATTR_TEXT) $(DISK),SUB/$(file);) | |
46 | 48 |
47 dskcopy: | 49 dskcopy: |
48 $(CP) $(DISK) $(DSKDIR) | 50 $(CP) $(DISK) $(DSKDIR) |
49 | 51 |
50 dskclean: | 52 dskclean: |