Mercurial > hg > Members > kono > nitros9-code
annotate 3rdparty/packages/multivue/cmds_6809/makefile @ 453:4240f093661c
Calls ICONS makefile now
author | boisy |
---|---|
date | Mon, 23 Sep 2002 00:20:57 +0000 |
parents | fb1f7b0767ea |
children | e5ba386351af |
rev | line source |
---|---|
443 | 1 include ../../../../Makefile.rules |
2 | |
3 DEPENDS = ./Makefile | |
4 | |
5 CMDS = gshell cocopr control demo fstat gcal gcalc gclock \ | |
6 gport gprint | |
7 | |
448 | 8 ALLOBJS = $(CMDS) |
443 | 9 |
10 all: $(ALLOBJS) | |
453 | 11 $(CD) ICONS; make |
449 | 12 $(CHMOD) 755 $(ALLOBJS) |
443 | 13 |
14 clean: | |
15 $(RM) $(ALLOBJS) | |
16 | |
17 showobjs: | |
18 @$(ECHO) $(ALLOBJS) | |
19 | |
20 identify: | |
21 $(IDENT_SHORT) $(ALLOBJS) |