view 3rdparty/utils/winfo/makefile @ 1870:79edc5d44491

Moved out of the way
author boisy
date Wed, 03 Aug 2005 17:24:57 +0000
parents 174d263c0995
children e4a0f58a5f9b dd5499bc4bdd
line wrap: on
line source

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

DEPENDS		= ./makefile

CMDS		= witesta
SUBS		= winfo

ALLOBJS		= $(CMDS) $(SUBS)

all:	banner $(ALLOBJS) $(DEPENDS)	

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