view 3rdparty/utils/smartwatch/makefile @ 711:63a34e438dde

Now assembles for L1 and L2
author boisy
date Sat, 04 Jan 2003 02:24:07 +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)