view level1/sys/makefile @ 287:cc0d5795003f

Moved touch.hp to Level Two
author boisy
date Sun, 21 Jul 2002 22:16:08 +0000
parents 5ac4920aa1f7
children 9eb83f3cf318
line wrap: on
line source

include ../../Makefile.rules

DEPENDS		= ./Makefile

DEFS		= errmsg motd password
HELPFILES	= asm.hp attr.hp backup.hp binex.hp build.hp chd.hp \
		chx.hp cmp.hp cobbler.hp config.hp copy.hp date.hp \
		dcheck.hp debug.hp deiniz.hp del.hp deldir.hp dir.hp \
		display.hp dsave.hp dump.hp echo.hp edit.hp error.hp ex.hp \
		exbin.hp format.hp free.hp help.hp ident.hp iniz.hp \
		inkey.hp kill.hp link.hp list.hp load.hp login.hp makdir.hp \
		mdir.hp merge.hp mfree.hp os9gen.hp \
		park.hp procs.hp pwd.hp pxd.hp rename.hp save.hp setime.hp \
		setpr.hp shell.hp sleep.hp tee.hp tmode.hp tsmon.hp \
		tuneport.hp unlink.hp verify.hp xmode.hp
ALLOBJS		= $(DEFS)
HELPMSG		= helpmsg

all:	$(ALLOBJS) $(HELPMSG)
	$(UNIX2OS9) $(ALLOBJS)

helpmsg: $(HELPFILES)
	$(MERGE) $(HELPFILES) > $@
	$(UNIX2OS9) $@

clean:
	$(OS92UNIX) $(ALLOBJS)
	$(RM) $(HELPMSG)

showobjs:
	@echo $(ALLOBJS)