annotate 3rdparty/utils/smartwatch/makefile @ 1986:9c683723c7aa

Added (with limitations) support for running on a CoCo 1/2/3
author afra
date Mon, 30 Jan 2006 23:09:57 +0000
parents 174d263c0995
children e4a0f58a5f9b dd5499bc4bdd
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1407
174d263c0995 Fixed certain inconsistencies in makefiles
boisy
parents: 1366
diff changeset
1 include ../../../rules.mak
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
2
1407
174d263c0995 Fixed certain inconsistencies in makefiles
boisy
parents: 1366
diff changeset
3 DEPENDS = ./makefile
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
4
221
5a27279ccc08 Added new utils
boisy
parents: 0
diff changeset
5 CMDS = getclk swread swset
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
6
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
7 ALLOBJS = $(CMDS)
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
8
1407
174d263c0995 Fixed certain inconsistencies in makefiles
boisy
parents: 1366
diff changeset
9 all: banner $(ALLOBJS) $(DEPENDS)
174d263c0995 Fixed certain inconsistencies in makefiles
boisy
parents: 1366
diff changeset
10
174d263c0995 Fixed certain inconsistencies in makefiles
boisy
parents: 1366
diff changeset
11 banner:
1366
770c350f4c15 More changes
boisy
parents: 221
diff changeset
12 @$(ECHO) "**************************************************"
770c350f4c15 More changes
boisy
parents: 221
diff changeset
13 @$(ECHO) "* *"
770c350f4c15 More changes
boisy
parents: 221
diff changeset
14 @$(ECHO) "* SmartWatch Utilities *"
770c350f4c15 More changes
boisy
parents: 221
diff changeset
15 @$(ECHO) "* *"
770c350f4c15 More changes
boisy
parents: 221
diff changeset
16 @$(ECHO) "**************************************************"
0
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
17
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
18 clean:
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
19 $(RM) $(ALLOBJS)
6641a883d6b0 Initial revision
boisy
parents:
diff changeset
20