summaryrefslogtreecommitdiff
path: root/helpcontent2/source/text/shared/explorer/database/makefile.mk
blob: 1259e395ccbbf5626da41c53d5d94e0f16a808f5 (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
#*************************************************************************
#*
#*    $Workfile:$
#*
#*    Creation date     KR 28.06.99
#*    last change       $Author: fpe $ $Date: 2004-08-19 19:54:16 $
#*
#*    $Revision: 1.3 $
#*
#*    $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/explorer/database
# uniqe name (module wide);
# using a modified forme of package should do here
TARGET  = text_shared_explorer_database
# 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 = \
    02000000.hzip \
    02000002.hzip \
    02010100.hzip \
    02010101.hzip \
    04000000.hzip \
    04000001.hzip \
    04010000.hzip \
    04030000.hzip \
    05000000.hzip \
    05000001.hzip \
    05000002.hzip \
    05000003.hzip \
    05010000.hzip \
    05010100.hzip \
    05020000.hzip \
    05020100.hzip \
    05030000.hzip \
    05030100.hzip \
    05030200.hzip \
    05030300.hzip \
    05030400.hzip \
    05040000.hzip \
    05040100.hzip \
    05040200.hzip \
    11000000.hzip \
    11000002.hzip \
    11010000.hzip \
    11010100.hzip \
    11020000.hzip \
    11030000.hzip \
    11030100.hzip \
    11040000.hzip \
    11060000.hzip \
    11080000.hzip \
    11090000.hzip \
    11110000.hzip \
    11120000.hzip \
    11150000.hzip \
    11150200.hzip \
    11160000.hzip \
    11170000.hzip \
    11170100.hzip \
    11180000.hzip \
    11180500.hzip \
    11190000.hzip \
    30000000.hzip \
    30100000.hzip \
    dabaadvprop.hzip \
    dabaadvpropdat.hzip \
    dabaadvpropgen.hzip \
    dabaprop.hzip \
    dabapropadd.hzip \
    dabapropcon.hzip \
    dabapropgen.hzip \
    menuedit.hzip 
    
# --- Targets ------------------------------------------------------

.INCLUDE :  target.mk
.INCLUDE : $(PRJ)$/makefile.pmk