comparison 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
comparison
equal deleted inserted replaced
1428:7e0ecb2e394a 1429:44d21b07a99f
1 include ../../../../rules.mak 1 include ../../../../rules.mak
2
3 vpath %.asm $(6809L2)/cmds:$(6809L1)/cmds
4 2
5 DEPENDS = ./makefile 3 DEPENDS = ./makefile
6 4
7 CMDS = shell utilpak1 grfdrv \ 5 OSCMDS = $(6809L2)/cmds/shell $(6809L2)/cmds/utilpak1 \
8 gshell cocopr control demo fstat \ 6 $(6809L2)/cmds/grfdrv $(6809L2)/cmds/backup \
9 gcal gcalc gclock gport gprint \ 7 $(6809L2)/cmds/format $(6809L2)/cmds/free $(6809L2)/cmds/help
10 backup format free help 8 CMDS = gshell cocopr control demo fstat \
9 gcal gcalc gclock gport gprint
11 10
12 SHELLMODS = shellplus date deiniz echo iniz link load save unlink 11 ALLOBJS = $(OSCMDS) $(CMDS)
13 UTILPAK1 = attr build copy del deldir dir display list makdir mdir \
14 merge mfree procs rename sleep tmode
15 12
16 ALLOBJS = $(CMDS) 13 all: cmds $(ALLOBJS)
17 14
18 all: $(ALLOBJS) 15 cmds:
16 $(CD) $(6809L2)/cmds; make
19 17
20 gshell: gshell.asm 18 gshell: gshell.asm
21 $(AS) $(ASOUT)$@ $< $(AFLAGS) 19 $(AS) $(ASOUT)$@ $< $(AFLAGS)
22 20
23 shell: $(SHELLMODS) $(DEPENDS)
24 $(MERGE) $(SHELLMODS)>$@
25 @$(ECHO) "*** Be sure the size of this file is less than 7681 bytes! ***"
26 @ls -l $@
27 @$(ECHO) ""
28
29 utilpak1: $(UTILPAK1) $(DEPENDS)
30 $(MERGE) $(UTILPAK1)>$@
31 @$(ECHO) "*** Be sure the size of this file is less than 7681 bytes! ***"
32 @ls -l $@
33 @$(ECHO) ""
34
35 clean: 21 clean:
36 $(RM) $(ALLOBJS) 22 $(RM) $(CMDS)
37 23
38 showobjs: 24 showobjs:
39 @$(ECHO) $(ALLOBJS) 25 @$(ECHO) $(ALLOBJS)
40 26
41 identify: 27 identify: