Mercurial > hg > Members > kono > nitros9-code
annotate 3rdparty/packages/multivue/cmds_6809/makefile @ 1429:44d21b07a99f
Gettin' mo' betta!
author | boisy |
---|---|
date | Wed, 03 Dec 2003 00:57:55 +0000 |
parents | 7e0ecb2e394a |
children | 7edc948ddcaa |
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 \ | |
9 gcal gcalc gclock gport gprint | |
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) |