annotate 3rdparty/utils/supercomm/makefile @ 711:63a34e438dde
Now assembles for L1 and L2
author |
boisy |
date |
Sat, 04 Jan 2003 02:24:07 +0000 |
parents |
998bba700c40 |
children |
770c350f4c15 |
rev |
line source |
614
|
1 include ../../../Makefile.rules
|
|
2
|
|
3 DEPENDS = ./Makefile
|
|
4
|
|
5 CMDS = supercomm
|
|
6
|
|
7 ALLOBJS = $(CMDS)
|
|
8
|
|
9 all: $(ALLOBJS) $(DEPENDS)
|
|
10 @$(ECHO) "*********************************************"
|
|
11 @$(ECHO) "* *"
|
|
12 @$(ECHO) "* Dave Phillipsen's Supercomm *"
|
|
13 @$(ECHO) "* *"
|
|
14 @$(ECHO) "*********************************************"
|
|
15
|
|
16 clean:
|
|
17 $(RM) $(ALLOBJS)
|
|
18
|