Mercurial > hg > Members > kono > nitros9-code
annotate level1/d64/sys/makefile @ 2694:2deaccd7ca43 lwtools-port
Fixed tano to depend on d64
author | Boisy Pitre <boisy.pitre@nuance.com> |
---|---|
date | Thu, 19 Jul 2012 14:18:08 -0500 |
parents | 27b36e424a4d |
children | dfb70510fa44 |
rev | line source |
---|---|
2694
2deaccd7ca43
Fixed tano to depend on d64
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2058
diff
changeset
|
1 ifeq ($(PORT),) |
2deaccd7ca43
Fixed tano to depend on d64
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2058
diff
changeset
|
2 PORT=d64 |
2deaccd7ca43
Fixed tano to depend on d64
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2058
diff
changeset
|
3 endif |
2036 | 4 include $(NITROS9DIR)/rules.mak |
5 | |
2058 | 6 vpath %.hp $(LEVEL1)/sys |
7 | |
2036 | 8 DEPENDS = ./makefile |
9 | |
10 SYSFILES = errmsg motd password | |
2058 | 11 HELPFILES = asm.hp attr.hp backup.hp binex.hp build.hp chd.hp \ |
12 chx.hp cmp.hp cobbler.hp config.hp copy.hp cputype.hp date.hp \ | |
13 dcheck.hp debug.hp ded.hp deiniz.hp del.hp deldir.hp devs.hp \ | |
14 dir.hp dirsort.hp disasm.hp display.hp dmode.hp dsave.hp dump.hp echo.hp \ | |
15 edit.hp error.hp ex.hp exbin.hp format.hp free.hp gfx.hp \ | |
16 help.hp ident.hp iniz.hp inkey.hp irqs.hp kill.hp link.hp \ | |
17 list.hp load.hp login.hp makdir.hp \ | |
18 mdir.hp megaread.hp merge.hp mpi.hp mfree.hp os9gen.hp \ | |
19 padrom.hp park.hp procs.hp prompt.hp pwd.hp pxd.hp \ | |
20 rename.hp save.hp setime.hp \ | |
21 setpr.hp shell.hp sleep.hp tee.hp tmode.hp touch.hp tsmon.hp \ | |
22 tuneport.hp unlink.hp verify.hp xmode.hp | |
2036 | 23 HELPMSG = helpmsg |
24 ALLOBJS = $(SYSFILES) $(HELPMSG) | |
25 | |
26 | |
27 all: $(ALLOBJS) $(DEPENDS) | |
28 | |
29 alldragon: $(ALLOBJS) | |
30 | |
31 helpmsg: $(HELPFILES) | |
2058 | 32 $(MERGE) $^ > $@ |
2036 | 33 |
34 clean: | |
35 $(RM) $(HELPMSG) | |
36 | |
37 showobjs: | |
38 @$(ECHO) $(ALLOBJS) |