Mercurial > hg > Members > kono > nitros9-code
annotate 3rdparty/p2mods/makefile @ 2958:77500452de1c
bootman: Rename assembler files to .as
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Sun, 09 Feb 2014 22:53:29 +0100 |
parents | 1addfd8c9d5f |
children | 9edca3e61b66 |
rev | line source |
---|---|
2890
1addfd8c9d5f
Revert e4a0f58a5f9b (set NITROS9DIR in makefiles)
Tormod Volden <debian.tormod@gmail.com>
parents:
2758
diff
changeset
|
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) |