view level1/cmds/makefile @ 303:f15de6a06ad6

Added config.asm
author boisy
date Mon, 22 Jul 2002 21:10:03 +0000
parents 058259f5dedb
children 0d2d4a28c490
line wrap: on
line source

include ../../Makefile.rules

DEPENDS		= ./Makefile

CMDS		= asm attr backup binex build cobbler cobbler_d64 config 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)