blob: 869dbdd41ec21cc2510b73c1a0c21f540c8bf8f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
|
#*************************************************************************
#*
#* $Workfile:$
#*
#* Creation date KR 28.06.99
#* last change $Author: fpe $ $Date: 2004-08-18 11:52:15 $
#*
#* $Revision: 1.2 $
#*
#* $Logfile:$
#*
#* Copyright 2000 Sun Microsystems, Inc. All Rights Reserved.
#*
#*************************************************************************
# edit to match directory level
PRJ = ..$/..$/..$/..
# same for all makefiles in "help2"
PRJNAME = help2
# edit to match the current package
PACKAGE = text/swriter/02
# uniqe name (module wide);
# using a modified forme of package should do here
TARGET = text_swriter_02
# edit to match the current module
MODULE = swriter
# --- Settings -----------------------------------------------------
.INCLUDE : $(PRJ)$/settings.pmk
.INCLUDE : settings.mk
# this list matches the *.xhp files to process
HZIPFILES = \
02110000.hzip \
03210000.hzip \
03220000.hzip \
04090000.hzip \
04100000.hzip \
04210000.hzip \
04220000.hzip \
04230000.hzip \
04240000.hzip \
04250000.hzip \
06040000.hzip \
06070000.hzip \
06080000.hzip \
06090000.hzip \
06120000.hzip \
06130000.hzip \
06140000.hzip \
08010000.hzip \
08080000.hzip \
08090000.hzip \
10010000.hzip \
10020000.hzip \
10030000.hzip \
10050000.hzip \
10070000.hzip \
10080000.hzip \
10090000.hzip \
10110000.hzip \
14010000.hzip \
14020000.hzip \
14030000.hzip \
14040000.hzip \
14050000.hzip \
18010000.hzip \
18030000.hzip \
18030100.hzip \
18030200.hzip \
18030300.hzip \
18030400.hzip \
18030500.hzip \
18030600.hzip \
18030700.hzip \
18120000.hzip \
18130000.hzip \
19010000.hzip \
19020000.hzip \
19030000.hzip \
19040000.hzip \
19050000.hzip
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
.INCLUDE : $(PRJ)$/makefile.pmk
|