view 3rdparty/utils/winfo/makefile @ 621:f5faeb8929ff

Added exmode utility
author boisy
date Tue, 03 Dec 2002 16:07:00 +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)