Mercurial > hg > Members > kono > nitros9-code
comparison level2/sys/makefile @ 1132:2690efca4eaf
More sensible changes to Mkaefiles
author | boisy |
---|---|
date | Mon, 14 Apr 2003 15:49:33 +0000 |
parents | c847e6ee341d |
children | ee8d3667bc71 |
comparison
equal
deleted
inserted
replaced
1131:c0ec19adf137 | 1132:2690efca4eaf |
---|---|
1 include ../../Makefile.rules | 1 include ../../Makefile.rules |
2 | |
3 vpath %.hp $(LEVEL1)/SYS | |
2 | 4 |
3 DEPENDS = ./Makefile | 5 DEPENDS = ./Makefile |
4 | 6 |
5 SYSTXTFILES = motd | 7 SYSTXTFILES = motd |
6 SYSBINFILES = stdfonts stdpats_2 stdpats_4 stdpats_16 stdptrs | 8 SYSBINFILES = stdfonts stdpats_2 stdpats_4 stdpats_16 stdptrs |
25 BINFILES = $(SYSBINFILES) | 27 BINFILES = $(SYSBINFILES) |
26 ALLOBJS = $(TEXTFILES) $(BINFILES) | 28 ALLOBJS = $(TEXTFILES) $(BINFILES) |
27 | 29 |
28 all: $(ALLOBJS) $(DEPENDS) | 30 all: $(ALLOBJS) $(DEPENDS) |
29 | 31 |
30 $(HELPMSG): $(L1HELPFILES) | 32 $(HELPMSG): $(L1HELPFILES) $(L2HELPFILES) |
31 $(MERGE) $(L1HELPFILES) $(L2HELPFILES) > $@ | 33 $(MERGE) $^ > $@ |
32 | 34 |
33 $(L1HELPFILES): $(LEVEL1)/SYS/$@ | 35 #$(L1HELPFILES): $(LEVEL1)/SYS/$@ |
34 -$(SOFTLINK) $(LEVEL1)/SYS/$@ | 36 # -$(SOFTLINK) $(LEVEL1)/SYS/$@ |
35 | 37 |
36 $(L1TXTFILES): $(LEVEL1)/SYS/$@ | 38 $(L1TXTFILES): $(LEVEL1)/SYS/$@ |
37 -$(SOFTLINK) $(LEVEL1)/SYS/$@ | 39 -$(SOFTLINK) $(LEVEL1)/SYS/$@ |
38 | 40 |
39 clean: | 41 clean: |
40 $(RM) $(HELPMSG) $(L1HELPFILES) $(L1TXTFILES) | 42 $(RM) $(HELPMSG) $(L1TXTFILES) |
41 | 43 |
42 showbinobjs: | 44 showbinobjs: |
43 @$(ECHO) $(BINFILES) | 45 @$(ECHO) $(BINFILES) |
44 | 46 |
45 showtextobjs: | 47 showtextobjs: |