blob: 1ca88f6b7634fbf1d6cdceb8f6a2b2858bf062f5 (
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
|
#*************************************************************************
#*
#* $Workfile:$
#*
#* Creation date KR 28.06.99
#* last change $Author: fpe $ $Date: 2004-08-18 11:52:07 $
#*
#* $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/shared/optionen
# uniqe name (module wide);
# using a modified forme of package should do here
TARGET = text_shared_optionen
# edit to match the current module
MODULE = shared
# --- Settings -----------------------------------------------------
.INCLUDE : $(PRJ)$/settings.pmk
.INCLUDE : settings.mk
# this list matches the *.xhp files to process
HZIPFILES = \
01000000.hzip \
01010000.hzip \
01010100.hzip \
01010200.hzip \
01010300.hzip \
01010301.hzip \
01010400.hzip \
01010401.hzip \
01010500.hzip \
01010501.hzip \
01010600.hzip \
01010700.hzip \
01010800.hzip \
01010900.hzip \
01010950.hzip \
01011000.hzip \
01012000.hzip \
01013000.hzip \
01014000.hzip \
01020000.hzip \
01020100.hzip \
01020200.hzip \
01030000.hzip \
01030300.hzip \
01030500.hzip \
01040000.hzip \
01040200.hzip \
01040300.hzip \
01040301.hzip \
01040400.hzip \
01040500.hzip \
01040600.hzip \
01040700.hzip \
01040801.hzip \
01040900.hzip \
01041000.hzip \
01050000.hzip \
01050100.hzip \
01050300.hzip \
01060000.hzip \
01060100.hzip \
01060200.hzip \
01060300.hzip \
01060400.hzip \
01060401.hzip \
01060500.hzip \
01060600.hzip \
01060700.hzip \
01070000.hzip \
01070100.hzip \
01070300.hzip \
01070400.hzip \
01070500.hzip \
01080000.hzip \
01090000.hzip \
01090100.hzip \
01110000.hzip \
01110100.hzip \
01130100.hzip \
01130200.hzip \
01140000.hzip \
01150000.hzip \
01150100.hzip \
01150200.hzip \
01150300.hzip \
01160000.hzip \
01160100.hzip \
java.hzip \
javaclasspath.hzip \
javaparameters.hzip
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
.INCLUDE : $(PRJ)$/makefile.pmk
|