view 3rdparty/utils/winfo/makefile @ 1163:5cbcbfd738ae

Added
author boisy
date Thu, 08 May 2003 20:50:59 +0000
parents 00b1c751fad7
children 770c350f4c15
line wrap: on
line source

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

DEPENDS		= ./Makefile

CMDS		= witesta
SUBS		= winfo

ALLOBJS		= $(CMDS) $(SUBS)

all:	$(ALLOBJS) $(DEPENDS)	
	@$(ECHO) "*********************************************"
	@$(ECHO) "*                                           *"
	@$(ECHO) "*                WInfo Utility              *"
	@$(ECHO) "*                                           *"
	@$(ECHO) "*********************************************"
 
clean:
	$(RM) $(ALLOBJS)