Mercurial > hg > Members > kono > nitros9-code
view level1/sys/makefile @ 1363:53c50c807d55
Major move to new NitrOS-9 project
author | boisy |
---|---|
date | Fri, 26 Sep 2003 12:26:10 +0000 |
parents | 69e75af20e16 |
children | 5b5390b7333a |
line wrap: on
line source
include ../../rules.mak DEPENDS = ./makefile SYSFILES = 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 cputype.hp date.hp \ dcheck.hp debug.hp ded.hp deiniz.hp del.hp deldir.hp devs.hp \ dir.hp disasm.hp display.hp dmode.hp dsave.hp dump.hp echo.hp edit.hp \ error.hp ex.hp exbin.hp exmode.hp format.hp free.hp gfx.hp \ help.hp ident.hp iniz.hp inkey.hp irqs.hp kill.hp link.hp \ list.hp load.hp login.hp makdir.hp \ mdir.hp merge.hp mfree.hp os9gen.hp \ padrom.hp park.hp procs.hp prompt.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 HELPMSG = helpmsg ALLOBJS = $(SYSFILES) $(HELPMSG) all: $(ALLOBJS) helpmsg: $(HELPFILES) $(MERGE) $(HELPFILES) > $@ clean: $(RM) $(HELPMSG) showobjs: @$(ECHO) $(ALLOBJS)