Mercurial > hg > Members > kono > nitros9-code
diff level1/coco2/sys/makefile @ 2691:678c6848dc12 lwtools-port
Fixed coco2/coco2b makefiles to depend on coco1 makefiles
author | Boisy Pitre <boisy.pitre@nuance.com> |
---|---|
date | Thu, 19 Jul 2012 13:54:05 -0500 |
parents | 6e40b043d3e0 |
children | f4870404ccc9 |
line wrap: on
line diff
--- a/level1/coco2/sys/makefile Thu Jul 19 10:09:15 2012 -0500 +++ b/level1/coco2/sys/makefile Thu Jul 19 13:54:05 2012 -0500 @@ -1,36 +1,2 @@ -PORT = coco2 -include $(NITROS9DIR)/rules.mak - -vpath %.hp $(LEVEL1)/sys - -DEPENDS = ./makefile - -SYSFILES = ../../sys/errmsg ../../sys/motd ../../sys/password ../../sys/inetd.conf -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 dirsort.hp disasm.hp display.hp dmode.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 irqs.hp kill.hp link.hp \ - list.hp load.hp login.hp makdir.hp \ - mdir.hp megaread.hp merge.hp mpi.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) $(DEPENDS) - -alldragon: $(ALLOBJS) - -helpmsg: $(HELPFILES) - $(MERGE) $^ > $@ - -clean: - $(RM) $(HELPMSG) - -showobjs: - @$(ECHO) $(ALLOBJS) +PORT=coco2 +include ../../coco1/sys/makefile