Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/p2mods/makefile @ 978:020929a44372
F$DatMod for OS-9 Level One and test program
author | boisy |
---|---|
date | Tue, 04 Feb 2003 19:50:36 +0000 |
parents | d876b4806c66 |
children | c847e6ee341d |
line wrap: on
line source
include ../../Makefile.rules DEPENDS = ./Makefile CMDS = os9p3_sayhi sayhi tsayhi datmod tdatmod ALLOBJS = $(CMDS) all: $(ALLOBJS) @$(ECHO) "*********************************************" @$(ECHO) "* *" @$(ECHO) "* 3rd Party System Modules *" @$(ECHO) "* *" @$(ECHO) "*********************************************" $(CHMOD) 755 $(CMDS) clean: $(RM) $(ALLOBJS)