view 3rdparty/p2mods/makefile @ 1407:174d263c0995

Fixed certain inconsistencies in makefiles
author boisy
date Fri, 28 Nov 2003 01:32:25 +0000
parents 770c350f4c15
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)