annotate 3rdparty/utils/smartwatch/makefile @ 875:521cb0d31bef
Renamed ReleaseNotes to ReadMe
author |
boisy |
date |
Fri, 17 Jan 2003 03:59:49 +0000 |
parents |
5a27279ccc08 |
children |
770c350f4c15 |
rev |
line source |
0
|
1 include ../../../Makefile.rules
|
|
2
|
|
3 DEPENDS = ./Makefile
|
|
4
|
221
|
5 CMDS = getclk swread swset
|
0
|
6
|
|
7 ALLOBJS = $(CMDS)
|
|
8
|
|
9 all: $(ALLOBJS) $(DEPENDS)
|
|
10 @$(ECHO) "*********************************************"
|
|
11 @$(ECHO) "* *"
|
|
12 @$(ECHO) "* SmartWatch Utilities *"
|
|
13 @$(ECHO) "* *"
|
|
14 @$(ECHO) "*********************************************"
|
|
15
|
|
16 clean:
|
|
17 $(RM) $(ALLOBJS)
|
|
18
|