view 3rdparty/packages/multivue/cmds_6309/makefile @ 449:fb1f7b0767ea

Added chmod to make CMDS files executable
author boisy
date Sun, 22 Sep 2002 23:26:35 +0000
parents a7aa7a24042d
children 4240f093661c
line wrap: on
line source

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

DEPENDS		= ./Makefile

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

ALLOBJS		= $(CMDS)

all:	$(ALLOBJS)
	$(CHMOD) 755 $(ALLOBJS)

clean:
	$(RM) $(ALLOBJS)

showobjs:
	@$(ECHO) $(ALLOBJS)

identify:
	$(IDENT_SHORT) $(ALLOBJS)