annotate 3rdparty/packages/multivue/cmds_6809/makefile @ 1363:53c50c807d55

Major move to new NitrOS-9 project
author boisy
date Fri, 26 Sep 2003 12:26:10 +0000
parents c847e6ee341d
children 59187a65f10c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1363
53c50c807d55 Major move to new NitrOS-9 project
boisy
parents: 1129
diff changeset
1 include ../../../../rules.mak
443
f12ee9b19ad4 Beginning of Multi-Vue
boisy
parents:
diff changeset
2
681
48c56efd777b Added -e option
boisy
parents: 497
diff changeset
3 H6309 = $(AFLAGS) -aH6309=1 -e
1363
53c50c807d55 Major move to new NitrOS-9 project
boisy
parents: 1129
diff changeset
4 DEPENDS = ./makefile
443
f12ee9b19ad4 Beginning of Multi-Vue
boisy
parents:
diff changeset
5
496
e5ba386351af Changed gshell to gshell_6309
boisy
parents: 453
diff changeset
6 CMDS = gshell_6309 cocopr control demo fstat gcal gcalc gclock \
443
f12ee9b19ad4 Beginning of Multi-Vue
boisy
parents:
diff changeset
7 gport gprint
f12ee9b19ad4 Beginning of Multi-Vue
boisy
parents:
diff changeset
8
448
a7aa7a24042d Touched up makefiles
boisy
parents: 443
diff changeset
9 ALLOBJS = $(CMDS)
443
f12ee9b19ad4 Beginning of Multi-Vue
boisy
parents:
diff changeset
10
f12ee9b19ad4 Beginning of Multi-Vue
boisy
parents:
diff changeset
11 all: $(ALLOBJS)
1363
53c50c807d55 Major move to new NitrOS-9 project
boisy
parents: 1129
diff changeset
12 $(CD) icons; make
443
f12ee9b19ad4 Beginning of Multi-Vue
boisy
parents:
diff changeset
13
497
910b1bd03739 Fixed makefile error, wrapped IFNE H6309 around gshell 6309 code
boisy
parents: 496
diff changeset
14 gshell_6309: gshell.asm
496
e5ba386351af Changed gshell to gshell_6309
boisy
parents: 453
diff changeset
15 $(AS) $(ASOUT)$@ $< $(H6309)
e5ba386351af Changed gshell to gshell_6309
boisy
parents: 453
diff changeset
16
443
f12ee9b19ad4 Beginning of Multi-Vue
boisy
parents:
diff changeset
17 clean:
f12ee9b19ad4 Beginning of Multi-Vue
boisy
parents:
diff changeset
18 $(RM) $(ALLOBJS)
f12ee9b19ad4 Beginning of Multi-Vue
boisy
parents:
diff changeset
19
f12ee9b19ad4 Beginning of Multi-Vue
boisy
parents:
diff changeset
20 showobjs:
f12ee9b19ad4 Beginning of Multi-Vue
boisy
parents:
diff changeset
21 @$(ECHO) $(ALLOBJS)
f12ee9b19ad4 Beginning of Multi-Vue
boisy
parents:
diff changeset
22
f12ee9b19ad4 Beginning of Multi-Vue
boisy
parents:
diff changeset
23 identify:
f12ee9b19ad4 Beginning of Multi-Vue
boisy
parents:
diff changeset
24 $(IDENT_SHORT) $(ALLOBJS)