Mercurial > hg > Members > kono > nitros9-code
comparison 3rdparty/packages/basic09/makefile @ 1363:53c50c807d55
Major move to new NitrOS-9 project
author | boisy |
---|---|
date | Fri, 26 Sep 2003 12:26:10 +0000 |
parents | c847e6ee341d |
children | 174d263c0995 |
comparison
equal
deleted
inserted
replaced
1362:1808357ad13b | 1363:53c50c807d55 |
---|---|
1 include ../../../Makefile.rules | 1 include ../../../rules.mak |
2 | 2 |
3 DISK = basic09v010100.dsk | 3 DISK = basic09v010100.dsk |
4 | 4 |
5 # NitrOS-9 | 5 # NitrOS-9 |
6 H6309 = $(AFLAGS) -aH6309=1 -e | 6 H6309 = $(AFLAGS) -aH6309=1 -e |
7 # Non-NitrOS-9 | 7 # Non-NitrOS-9 |
8 M6809 = $(AFLAGS) | 8 M6809 = $(AFLAGS) |
9 | 9 |
10 DEPENDS = ./Makefile | 10 DEPENDS = ./makefile |
11 | 11 |
12 TXTFILES = ReadMe install6809 install6309 | 12 TXTFILES = ReadMe install6809 install6309 |
13 OBJS = gfx gfx2 inkey syscall | 13 OBJS = gfx gfx2 inkey syscall |
14 OBJS6809 = basic09_6809 runb_6809 | 14 OBJS6809 = basic09_6809 runb_6809 |
15 OBJS6309 = basic09_6309 runb_6309 | 15 OBJS6309 = basic09_6309 runb_6309 |