Mercurial > hg > Members > kono > nitros9-code
annotate 3rdparty/packages/arcadepak/thexder/makefile @ 2610:0db361fd74df
Added NitrOS-9 Arcade Pak
author | Boisy Pitre <boisy.pitre@nuance.com> |
---|---|
date | Tue, 31 Jan 2012 17:17:36 -0600 |
parents | |
children | e88aef1ccaec 260116065a2f |
rev | line source |
---|---|
2610 | 1 include $(NITROS9DIR)/rules.mak |
2 | |
3 DEPENDS = ./makefile | |
4 | |
5 CMDS = thexder thexs | |
6 | |
7 SYSFILES = ia.fnt | |
8 | |
9 ALLOBJS = $(CMDS) | |
10 | |
11 all: $(ALLOBJS) | |
12 | |
13 thexder: thexder.asm | |
14 $(AS) $(AFLAGS) $< $(ASOUT)$@ | |
15 | |
16 clean: | |
17 $(RM) $(ALLOBJS) | |
18 | |
19 showobjs: | |
20 @$(ECHO) $(CMDS) | |
21 | |
22 showsys: | |
23 @$(ECHO) $(SYSFILES) | |
24 | |
25 showroot: | |
26 @$(ECHO) $(ROOTFILES) |