view 3rdparty/packages/cc/makefile @ 817:b4980930b479

Modified for 3 40DS disks
author boisy
date Mon, 13 Jan 2003 14:44:44 +0000
parents a592c9bb8785
children f3670cfbf025
line wrap: on
line source

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

DEPENDS		= ./Makefile

CMDS	= c.prep
ALLOBJS		= $(CMDS)

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

clean:
	$(RM) $(ALLOBJS)

identify:
	$(IDENT_SHORT) $(ALLOBJS)

showallobjs:
	@$(ECHO) $(ALLOBJS)