view 3rdparty/utils/smartwatch/makefile @ 2186:f2f1920e10e8

Updates
author boisy
date Tue, 10 Mar 2009 02:25:09 +0000
parents 174d263c0995
children e4a0f58a5f9b dd5499bc4bdd
line wrap: on
line source

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

DEPENDS		= ./makefile

CMDS		= getclk swread swset

ALLOBJS		= $(CMDS)

all:	banner $(ALLOBJS) $(DEPENDS)	

banner:
	@$(ECHO) "**************************************************"
	@$(ECHO) "*                                                *"
	@$(ECHO) "*               SmartWatch Utilities             *"
	@$(ECHO) "*                                                *"
	@$(ECHO) "**************************************************"
 
clean:
	$(RM) $(ALLOBJS)