comparison 3rdparty/packages/multivue/cmds_6809/makefile @ 443:f12ee9b19ad4

Beginning of Multi-Vue
author boisy
date Sun, 22 Sep 2002 22:13:22 +0000
parents
children a7aa7a24042d
comparison
equal deleted inserted replaced
442:0faeb7a36019 443:f12ee9b19ad4
1 include ../../../../Makefile.rules
2
3 DEPENDS = ./Makefile
4
5 CMDS = gshell cocopr control demo fstat gcal gcalc gclock \
6 gport gprint
7
8 ALLOBJS = $(CMDS) $(SUBS)
9
10 all: $(ALLOBJS)
11
12 clean:
13 $(RM) $(ALLOBJS)
14
15 showobjs:
16 @$(ECHO) $(ALLOBJS)
17
18 identify:
19 $(IDENT_SHORT) $(ALLOBJS)