Mercurial > hg > Members > kono > nitros9-code
annotate 3rdparty/packages/multivue/cmds_6809/makefile @ 1432:7edc948ddcaa
Fixed slight bug in 6809 version of gshell with regard to scrollbar,
updated makefiles
author | boisy |
---|---|
date | Wed, 03 Dec 2003 13:29:33 +0000 |
parents | 44d21b07a99f |
children | c8bb06c82d68 |
rev | line source |
---|---|
1363 | 1 include ../../../../rules.mak |
443 | 2 |
1363 | 3 DEPENDS = ./makefile |
443 | 4 |
1429 | 5 OSCMDS = $(6809L2)/cmds/shell $(6809L2)/cmds/utilpak1 \ |
6 $(6809L2)/cmds/grfdrv $(6809L2)/cmds/backup \ | |
7 $(6809L2)/cmds/format $(6809L2)/cmds/free $(6809L2)/cmds/help | |
8 CMDS = gshell cocopr control demo fstat \ | |
1432
7edc948ddcaa
Fixed slight bug in 6809 version of gshell with regard to scrollbar,
boisy
parents:
1429
diff
changeset
|
9 gcal gcalc gclock gport gprint gsort |
1428 | 10 |
1429 | 11 ALLOBJS = $(OSCMDS) $(CMDS) |
443 | 12 |
1429 | 13 all: cmds $(ALLOBJS) |
443 | 14 |
1429 | 15 cmds: |
16 $(CD) $(6809L2)/cmds; make | |
443 | 17 |
1427
b3868abe1fee
Rearrangement of directories and files for making bootable 6809/6309 MV disks
boisy
parents:
1422
diff
changeset
|
18 gshell: gshell.asm |
1422 | 19 $(AS) $(ASOUT)$@ $< $(AFLAGS) |
20 | |
443 | 21 clean: |
1429 | 22 $(RM) $(CMDS) |
443 | 23 |
24 showobjs: | |
25 @$(ECHO) $(ALLOBJS) | |
26 | |
27 identify: | |
28 $(IDENT_SHORT) $(ALLOBJS) |