Mercurial > hg > Members > kono > nitros9-code
comparison level2/makefile @ 1141:061823503a2f
upgrade_song is now gone
author | boisy |
---|---|
date | Sun, 20 Apr 2003 13:25:37 +0000 |
parents | 2690efca4eaf |
children | 238d270bcb77 |
comparison
equal
deleted
inserted
replaced
1140:1df84f56f38d | 1141:061823503a2f |
---|---|
8 CMDS = $(shell $(CD) CMDS; make showobjs) | 8 CMDS = $(shell $(CD) CMDS; make showobjs) |
9 MODULES = $(shell $(CD) MODULES; make showcopyobjs) | 9 MODULES = $(shell $(CD) MODULES; make showcopyobjs) |
10 DEFS = $(shell $(CD) DEFS; make showobjs) | 10 DEFS = $(shell $(CD) DEFS; make showobjs) |
11 SYSBIN = $(shell $(CD) SYS; make showbinobjs) | 11 SYSBIN = $(shell $(CD) SYS; make showbinobjs) |
12 SYSTEXT = $(shell $(CD) SYS; make showtextobjs) | 12 SYSTEXT = $(shell $(CD) SYS; make showtextobjs) |
13 ROOTFILES = startup upgrade_song | 13 ROOTFILES = startup |
14 SYSGO = cc3go | 14 SYSGO = cc3go |
15 | 15 |
16 PACKAGENAME = $(RELEASE).zip | 16 PACKAGENAME = $(RELEASE).zip |
17 DSK1 = $(RELEASE)_ds40_1.dsk | 17 DSK1 = $(RELEASE)_ds40_1.dsk |
18 DSK2 = $(RELEASE)_ds40_2.dsk | 18 DSK2 = $(RELEASE)_ds40_2.dsk |