Mercurial > hg > Members > kono > nitros9-code
view level2/sys/makefile @ 989:979b7f290efc
First pass disassembly and comments. Comments from 1992 disasm included. Requires Level 2 defs set Level equ 2 in this file should be in a defsfile.
author | pwz |
---|---|
date | Fri, 21 Feb 2003 04:34:39 +0000 |
parents | 20d2c52a3170 |
children | 786719ee2a4b |
line wrap: on
line source
include ../../Makefile.rules DEPENDS = ./Makefile SYSTXTFILES = LogBook motd SYSBINFILES = stdfonts stdpats_2 stdpats_4 stdpats_16 stdptrs L1TXTFILES = errmsg password L1HELPFILES = 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 gfx.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 L2HELPFILES = basic09.hp gfx2.hp grfdrv.hp make.hp maketerm.hp \ modpatch.hp montype.hp rdump.hp rlink.hp rma.hp runb.hp \ scred.hp wcreate.hp HELPMSG = helpmsg TEXTFILES = $(SYSTXTFILES) $(HELPMSG) $(L1TXTFILES) BINFILES = $(SYSBINFILES) ALLOBJS = $(TEXTFILES) $(BINFILES) all: $(ALLOBJS) $(DEPENDS) $(CHMOD) 644 $(ALLOBJS) $(HELPMSG): $(L1HELPFILES) $(MERGE) $(L1HELPFILES) $(L2HELPFILES) > $@ $(L1HELPFILES): $(LEVEL1)/SYS/$@ -$(SOFTLINK) $(LEVEL1)/SYS/$@ $(L1TXTFILES): $(LEVEL1)/SYS/$@ -$(SOFTLINK) $(LEVEL1)/SYS/$@ clean: $(RM) $(HELPMSG) $(L1HELPFILES) $(L1TXTFILES) showbinobjs: @$(ECHO) $(BINFILES) showtextobjs: @$(ECHO) $(TEXTFILES) showobjs: @$(ECHO) $(ALLOBJS)