view 3rdparty/utils/supercomm/makefile @ 1249:6f0cffb3ab74

Added sbca #0
author boisy
date Sat, 16 Aug 2003 11:22:34 +0000
parents 998bba700c40
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)