Mercurial > hg > Members > kono > nitros9-code
comparison 3rdparty/packages/multivue/sys/makefile @ 443:f12ee9b19ad4
Beginning of Multi-Vue
author | boisy |
---|---|
date | Sun, 22 Sep 2002 22:13:22 +0000 |
parents | |
children | 33c820d5b394 |
comparison
equal
deleted
inserted
replaced
442:0faeb7a36019 | 443:f12ee9b19ad4 |
---|---|
1 include ../../../../Makefile.rules | |
2 | |
3 DEPENDS = ./Makefile | |
4 | |
5 SYSFILES = LogBook | |
6 SYSWINFILES = stdfonts stdpats_2 stdpats_4 stdpats_16 stdptrs | |
7 HELPFILES = cocopr.hp control.hp gcal.hp gcalc.hp gclock.hp gport.hp \ | |
8 gprint.hp gshell.hp | |
9 | |
10 HELPMSG = helpmsg | |
11 ALLOBJS = $(SYSFILES) $(HELPMSG) | |
12 | |
13 all: $(ALLOBJS) $(DEPENDS) | |
14 $(UNIX2OS9) $(SYSFILES) | |
15 $(CHMOD) 644 $(ALLOBJS) | |
16 | |
17 $(HELPMSG): $(HELPFILES) | |
18 $(MERGE) $(HELPFILES) > $@ | |
19 $(UNIX2OS9) $@ | |
20 | |
21 clean: | |
22 $(OS92UNIX) $(SYSFILES) | |
23 $(RM) $(HELPMSG) $(LEVEL1FILES) | |
24 | |
25 showobjs: | |
26 @$(ECHO) $(ALLOBJS) |