Mercurial > hg > Members > kono > nitros9-code
annotate 3rdparty/p2mods/makefile @ 1544:e548e2df2006
Megaread fixed by Rodney
author | boisy |
---|---|
date | Fri, 23 Apr 2004 12:45:05 +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) |