Mercurial > hg > Members > kono > nitros9-code
comparison 3rdparty/p2mods/makefile @ 978:020929a44372
F$DatMod for OS-9 Level One and test program
author | boisy |
---|---|
date | Tue, 04 Feb 2003 19:50:36 +0000 |
parents | d876b4806c66 |
children | c847e6ee341d |
comparison
equal
deleted
inserted
replaced
977:dd89c62ea2ca | 978:020929a44372 |
---|---|
1 include ../../Makefile.rules | 1 include ../../Makefile.rules |
2 | 2 |
3 DEPENDS = ./Makefile | 3 DEPENDS = ./Makefile |
4 CMDS = os9p3_sayhi sayhi tsayhi | 4 CMDS = os9p3_sayhi sayhi tsayhi datmod tdatmod |
5 ALLOBJS = $(CMDS) | 5 ALLOBJS = $(CMDS) |
6 | 6 |
7 all: $(ALLOBJS) | 7 all: $(ALLOBJS) |
8 @$(ECHO) "*********************************************" | 8 @$(ECHO) "*********************************************" |
9 @$(ECHO) "* *" | 9 @$(ECHO) "* *" |
10 @$(ECHO) "* 3rd Party System Modules *" | 10 @$(ECHO) "* 3rd Party System Modules *" |
11 @$(ECHO) "* *" | 11 @$(ECHO) "* *" |
12 @$(ECHO) "*********************************************" | 12 @$(ECHO) "*********************************************" |
13 $(CHMOD) 755 $(CMDS) | |
13 | 14 |
14 clean: | 15 clean: |
15 $(RM) $(ALLOBJS) | 16 $(RM) $(ALLOBJS) |