annotate 3rdparty/utils/dasm/makefile @ 1424:32f1dae476b7
Fixed references in source from OS-9 to NitrOS-9 where appropriate
author |
boisy |
date |
Tue, 02 Dec 2003 01:21:14 +0000 |
parents |
174d263c0995 |
children |
e4a0f58a5f9b dd5499bc4bdd |
rev |
line source |
1407
|
1 include ../../../rules.mak
|
0
|
2
|
1407
|
3 DEPENDS = ./makefile
|
0
|
4
|
|
5 CMDS = dasm
|
|
6
|
|
7 ALLOBJS = $(CMDS)
|
|
8
|
1407
|
9 all: banner $(ALLOBJS) $(DEPENDS)
|
|
10
|
|
11 banner:
|
1366
|
12 @$(ECHO) "**************************************************"
|
|
13 @$(ECHO) "* *"
|
|
14 @$(ECHO) "* Collyer Disassembler *"
|
|
15 @$(ECHO) "* *"
|
|
16 @$(ECHO) "**************************************************"
|
0
|
17
|
|
18 clean:
|
|
19 $(RM) $(ALLOBJS)
|
|
20
|