view level1/cmds/makefile @ 282:a93cf13ba28a

Changed /D0 references to /DD
author boisy
date Sun, 21 Jul 2002 21:09:24 +0000
parents 058259f5dedb
children f15de6a06ad6
line wrap: on
line source

include ../../Makefile.rules

DEPENDS		= ./Makefile

CMDS		= asm attr backup binex build cobbler cobbler_d64 copy date \
		dcheck debug deiniz del deldir dir display dsave dump \
		echo edit exbin format format_d64 free grfo ident iniz link \
		list load login makdir mdir merge mfree os9gen os9gen_d64 \
		park printerr procs pwd pxd \
		rename save setime shell sleep tee tmode tsmon \
		tuneport unlink verify xmode
SUBRTNS		= inkey syscall gfx
SYSMODS		= drvr51.dr go51
ALLOBJS		= $(CMDS) $(SUBRTNS) $(SYSMODS)

all:	$(ALLOBJS)
	$(CHMOD) a+rx $(ALLOBJS)

clean:
	$(RM) $(ALLOBJS)

identify:
	$(IDENT_SHORT) $(ALLOBJS)

showobjs:
	@echo $(ALLOBJS)