view 3rdparty/p2mods/makefile @ 1366:770c350f4c15

More changes
author boisy
date Fri, 26 Sep 2003 12:43:30 +0000
parents 53c50c807d55
children 174d263c0995
line wrap: on
line source

include ../../rules.mak

DEPENDS		= ./makefile
CMDS		= os9p3_sayhi sayhi tsayhi datmod tdatmod
ALLOBJS		= $(CMDS)

all:	$(ALLOBJS)
	@$(ECHO) "**************************************************"
	@$(ECHO) "*                                                *"
	@$(ECHO) "*            3rd Party System Modules            *"
	@$(ECHO) "*                                                *"
	@$(ECHO) "**************************************************"

clean:
	$(RM) $(ALLOBJS)