Mercurial > hg > Members > kono > nitros9-code
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/3rdparty/packages/arcadepak/thexder/makefile Tue Jan 31 17:17:36 2012 -0600 @@ -0,0 +1,26 @@ +include $(NITROS9DIR)/rules.mak + +DEPENDS = ./makefile + +CMDS = thexder thexs + +SYSFILES = ia.fnt + +ALLOBJS = $(CMDS) + +all: $(ALLOBJS) + +thexder: thexder.asm + $(AS) $(AFLAGS) $< $(ASOUT)$@ + +clean: + $(RM) $(ALLOBJS) + +showobjs: + @$(ECHO) $(CMDS) + +showsys: + @$(ECHO) $(SYSFILES) + +showroot: + @$(ECHO) $(ROOTFILES)