Mercurial > hg > Members > kono > nitros9-code
annotate 3rdparty/packages/arcadepak/smash/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 = smash custom | |
6 | |
7 SYSFILES = flags.dat ia.fnt smash.dat smash.hsc | |
8 ROOTFILES = | |
9 | |
10 ALLOBJS = $(CMDS) | |
11 | |
12 all: $(ALLOBJS) | |
13 | |
14 clean: | |
15 $(RM) $(ALLOBJS) | |
16 | |
17 showobjs: | |
18 @$(ECHO) $(CMDS) | |
19 | |
20 showroot: | |
21 @$(ECHO) $(ROOTFILES) | |
22 | |
23 showsys: | |
24 @$(ECHO) $(SYSFILES) |