view 3rdparty/utils/smartwatch/makefile @ 460:255b5bab1b72

Now use fill pseud-op
author boisy
date Thu, 26 Sep 2002 15:26:12 +0000
parents 5a27279ccc08
children 770c350f4c15
line wrap: on
line source

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

DEPENDS		= ./Makefile

CMDS		= getclk swread swset

ALLOBJS		= $(CMDS)

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