Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/p2mods/makefile @ 2729:8a4c73c4bc8c lwtools-port
Fixed SuperDriver descriptors
author | Boisy Pitre <boisy.pitre@nuance.com> |
---|---|
date | Thu, 04 Oct 2012 14:23:01 -0500 |
parents | 174d263c0995 |
children | e4a0f58a5f9b |
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)