Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/p2mods/makefile @ 2954:43588191b624
rules.mak: Generate assembly listings if LISTDIR is defined
This is useful for debugging.
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Sat, 08 Feb 2014 02:12:13 +0100 |
parents | 1addfd8c9d5f |
children | 9edca3e61b66 |
line wrap: on
line source
include ../../rules.mak DEPENDS = ./makefile CMDS = os9p3_sayhi sayhi tsayhi datmod tdatmod ALLOBJS = $(CMDS) all: banner $(ALLOBJS) banner: @$(ECHO) "**************************************************" @$(ECHO) "* *" @$(ECHO) "* 3rd Party System Modules *" @$(ECHO) "* *" @$(ECHO) "**************************************************" clean: $(RM) $(ALLOBJS)