Mercurial > hg > Members > kono > nitros9-code
view level1/sys/makefile @ 879:c3702f05f6c0
Added
author | boisy |
---|---|
date | Fri, 17 Jan 2003 04:15:34 +0000 |
parents | dfbdf7630128 |
children | 1c4523015673 |
line wrap: on
line source
include ../../Makefile.rules DEPENDS = ./Makefile SYSFILES = errmsg motd password logbook 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 touch.hp tsmon.hp \ tuneport.hp unlink.hp verify.hp xmode.hp ALLOBJS = $(SYSFILES) HELPMSG = helpmsg all: $(ALLOBJS) $(HELPMSG) $(UNIX2OS9) $(ALLOBJS) $(CHMOD) 644 $(ALLOBJS) $(HELPMSG) helpmsg: $(HELPFILES) $(MERGE) $(HELPFILES) > $@ $(UNIX2OS9) $@ clean: $(OS92UNIX) $(ALLOBJS) $(RM) $(HELPMSG) showobjs: @$(ECHO) $(ALLOBJS)