annotate 3rdparty/p2mods/makefile @ 1041:91bae4f761e4
Updated to reflect - in front of option
author |
boisy |
date |
Wed, 12 Mar 2003 16:43:32 +0000 |
parents |
020929a44372 |
children |
c847e6ee341d |
rev |
line source |
582
|
1 include ../../Makefile.rules
|
|
2
|
|
3 DEPENDS = ./Makefile
|
978
|
4 CMDS = os9p3_sayhi sayhi tsayhi datmod tdatmod
|
582
|
5 ALLOBJS = $(CMDS)
|
|
6
|
|
7 all: $(ALLOBJS)
|
|
8 @$(ECHO) "*********************************************"
|
|
9 @$(ECHO) "* *"
|
|
10 @$(ECHO) "* 3rd Party System Modules *"
|
|
11 @$(ECHO) "* *"
|
|
12 @$(ECHO) "*********************************************"
|
978
|
13 $(CHMOD) 755 $(CMDS)
|
582
|
14
|
|
15 clean:
|
|
16 $(RM) $(ALLOBJS)
|