view 3rdparty/utils/supercomm/makefile @ 614:998bba700c40

Added source
author boisy
date Tue, 26 Nov 2002 19:43:38 +0000
parents
children 770c350f4c15
line wrap: on
line source

include ../../../Makefile.rules

DEPENDS		= ./Makefile

CMDS		= supercomm

ALLOBJS		= $(CMDS)

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