annotate 3rdparty/packages/multivue/sys/makefile @ 1363:53c50c807d55

Major move to new NitrOS-9 project
author boisy
date Fri, 26 Sep 2003 12:26:10 +0000
parents c847e6ee341d
children b3868abe1fee
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1363
53c50c807d55 Major move to new NitrOS-9 project
boisy
parents: 1129
diff changeset
1 include ../../../../rules.mak
443
f12ee9b19ad4 Beginning of Multi-Vue
boisy
parents:
diff changeset
2
1363
53c50c807d55 Major move to new NitrOS-9 project
boisy
parents: 1129
diff changeset
3 DEPENDS = ./makefile
443
f12ee9b19ad4 Beginning of Multi-Vue
boisy
parents:
diff changeset
4
1126
85eed1cde1b7 attr used throughout the makefiles now
boisy
parents: 898
diff changeset
5 SYSFILES = env.file
443
f12ee9b19ad4 Beginning of Multi-Vue
boisy
parents:
diff changeset
6 HELPFILES = cocopr.hp control.hp gcal.hp gcalc.hp gclock.hp gport.hp \
f12ee9b19ad4 Beginning of Multi-Vue
boisy
parents:
diff changeset
7 gprint.hp gshell.hp
445
33c820d5b394 Updated
boisy
parents: 443
diff changeset
8 ASSETFILES = stdfonts stdpats_2 stdpats_4 stdpats_16 stdptrs \
33c820d5b394 Updated
boisy
parents: 443
diff changeset
9 ibm_edc.fnt iso_latin1.fnt
443
f12ee9b19ad4 Beginning of Multi-Vue
boisy
parents:
diff changeset
10
f12ee9b19ad4 Beginning of Multi-Vue
boisy
parents:
diff changeset
11 HELPMSG = helpmsg
898
64d7e22b2ba6 os9copy now does eol translation
boisy
parents: 450
diff changeset
12
64d7e22b2ba6 os9copy now does eol translation
boisy
parents: 450
diff changeset
13 BINFILES = $(ASSETFILES)
64d7e22b2ba6 os9copy now does eol translation
boisy
parents: 450
diff changeset
14 TEXTFILES = $(SYSFILES) $(HELPMSG)
64d7e22b2ba6 os9copy now does eol translation
boisy
parents: 450
diff changeset
15 ALLOBJS = $(BINFILES) $(TEXTFILES)
443
f12ee9b19ad4 Beginning of Multi-Vue
boisy
parents:
diff changeset
16
f12ee9b19ad4 Beginning of Multi-Vue
boisy
parents:
diff changeset
17 all: $(ALLOBJS) $(DEPENDS)
f12ee9b19ad4 Beginning of Multi-Vue
boisy
parents:
diff changeset
18
f12ee9b19ad4 Beginning of Multi-Vue
boisy
parents:
diff changeset
19 $(HELPMSG): $(HELPFILES)
f12ee9b19ad4 Beginning of Multi-Vue
boisy
parents:
diff changeset
20 $(MERGE) $(HELPFILES) > $@
f12ee9b19ad4 Beginning of Multi-Vue
boisy
parents:
diff changeset
21
f12ee9b19ad4 Beginning of Multi-Vue
boisy
parents:
diff changeset
22 clean:
898
64d7e22b2ba6 os9copy now does eol translation
boisy
parents: 450
diff changeset
23 $(RM) $(HELPMSG)
64d7e22b2ba6 os9copy now does eol translation
boisy
parents: 450
diff changeset
24
64d7e22b2ba6 os9copy now does eol translation
boisy
parents: 450
diff changeset
25 showbinobjs:
64d7e22b2ba6 os9copy now does eol translation
boisy
parents: 450
diff changeset
26 @$(ECHO) $(BINFILES)
64d7e22b2ba6 os9copy now does eol translation
boisy
parents: 450
diff changeset
27
64d7e22b2ba6 os9copy now does eol translation
boisy
parents: 450
diff changeset
28 showtextobjs:
64d7e22b2ba6 os9copy now does eol translation
boisy
parents: 450
diff changeset
29 @$(ECHO) $(TEXTFILES)
443
f12ee9b19ad4 Beginning of Multi-Vue
boisy
parents:
diff changeset
30
f12ee9b19ad4 Beginning of Multi-Vue
boisy
parents:
diff changeset
31 showobjs:
f12ee9b19ad4 Beginning of Multi-Vue
boisy
parents:
diff changeset
32 @$(ECHO) $(ALLOBJS)