annotate 3rdparty/packages/multivue/cmds_6309/makefile @ 497:910b1bd03739

Fixed makefile error, wrapped IFNE H6309 around gshell 6309 code
author boisy
date Wed, 09 Oct 2002 15:33:11 +0000
parents e5ba386351af
children 48c56efd777b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
443
f12ee9b19ad4 Beginning of Multi-Vue
boisy
parents:
diff changeset
1 include ../../../../Makefile.rules
f12ee9b19ad4 Beginning of Multi-Vue
boisy
parents:
diff changeset
2
496
e5ba386351af Changed gshell to gshell_6309
boisy
parents: 453
diff changeset
3 H6309 = $(AFLAGS) -aH6309=1
443
f12ee9b19ad4 Beginning of Multi-Vue
boisy
parents:
diff changeset
4 DEPENDS = ./Makefile
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)
453
4240f093661c Calls ICONS makefile now
boisy
parents: 449
diff changeset
12 $(CD) ICONS; make
449
fb1f7b0767ea Added chmod to make CMDS files executable
boisy
parents: 448
diff changeset
13 $(CHMOD) 755 $(ALLOBJS)
443
f12ee9b19ad4 Beginning of Multi-Vue
boisy
parents:
diff changeset
14
497
910b1bd03739 Fixed makefile error, wrapped IFNE H6309 around gshell 6309 code
boisy
parents: 496
diff changeset
15 gshell_6309: gshell.asm
496
e5ba386351af Changed gshell to gshell_6309
boisy
parents: 453
diff changeset
16 $(AS) $(ASOUT)$@ $< $(H6309)
e5ba386351af Changed gshell to gshell_6309
boisy
parents: 453
diff changeset
17
443
f12ee9b19ad4 Beginning of Multi-Vue
boisy
parents:
diff changeset
18 clean:
f12ee9b19ad4 Beginning of Multi-Vue
boisy
parents:
diff changeset
19 $(RM) $(ALLOBJS)
f12ee9b19ad4 Beginning of Multi-Vue
boisy
parents:
diff changeset
20
f12ee9b19ad4 Beginning of Multi-Vue
boisy
parents:
diff changeset
21 showobjs:
f12ee9b19ad4 Beginning of Multi-Vue
boisy
parents:
diff changeset
22 @$(ECHO) $(ALLOBJS)
f12ee9b19ad4 Beginning of Multi-Vue
boisy
parents:
diff changeset
23
f12ee9b19ad4 Beginning of Multi-Vue
boisy
parents:
diff changeset
24 identify:
f12ee9b19ad4 Beginning of Multi-Vue
boisy
parents:
diff changeset
25 $(IDENT_SHORT) $(ALLOBJS)