view 3rdparty/packages/multivue/cmds_6809/makefile @ 443:f12ee9b19ad4

Beginning of Multi-Vue
author boisy
date Sun, 22 Sep 2002 22:13:22 +0000
parents
children a7aa7a24042d
line wrap: on
line source

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

DEPENDS		= ./Makefile

CMDS		= gshell cocopr control demo fstat gcal gcalc gclock \
		gport gprint

ALLOBJS		= $(CMDS) $(SUBS)

all:	$(ALLOBJS)

clean:
	$(RM) $(ALLOBJS)

showobjs:
	@$(ECHO) $(ALLOBJS)

identify:
	$(IDENT_SHORT) $(ALLOBJS)