view 3rdparty/utils/supercomm/makefile @ 1424:32f1dae476b7

Fixed references in source from OS-9 to NitrOS-9 where appropriate
author boisy
date Tue, 02 Dec 2003 01:21:14 +0000
parents 174d263c0995
children e4a0f58a5f9b dd5499bc4bdd
line wrap: on
line source

include ../../../rules.mak

DEPENDS		= ./makefile

CMDS		= supercomm

ALLOBJS		= $(CMDS)

all:	banner $(ALLOBJS) $(DEPENDS)	

banner:
	@$(ECHO) "**************************************************"
	@$(ECHO) "*                                                *"
	@$(ECHO) "*           Dave Phillipsen's Supercomm          *"
	@$(ECHO) "*                                                *"
	@$(ECHO) "**************************************************"
 
clean:
	$(RM) $(ALLOBJS)