annotate 3rdparty/p2mods/makefile @ 1942:b41df77588b0
printer is now scbbp
sio is now scbbt
All references changed in various files
author |
boisy |
date |
Sat, 26 Nov 2005 22:51:50 +0000 |
parents |
174d263c0995 |
children |
e4a0f58a5f9b |
rev |
line source |
1363
|
1 include ../../rules.mak
|
582
|
2
|
1363
|
3 DEPENDS = ./makefile
|
978
|
4 CMDS = os9p3_sayhi sayhi tsayhi datmod tdatmod
|
582
|
5 ALLOBJS = $(CMDS)
|
|
6
|
1407
|
7 all: banner $(ALLOBJS)
|
|
8
|
|
9 banner:
|
1366
|
10 @$(ECHO) "**************************************************"
|
|
11 @$(ECHO) "* *"
|
|
12 @$(ECHO) "* 3rd Party System Modules *"
|
|
13 @$(ECHO) "* *"
|
|
14 @$(ECHO) "**************************************************"
|
582
|
15
|
|
16 clean:
|
|
17 $(RM) $(ALLOBJS)
|