summaryrefslogtreecommitdiffstats
path: root/helpcontent2/source/text/shared/explorer/database/makefile.mk
blob: 32abf45d5629194d3f5f8e79f92191d224e764f4 (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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
#*************************************************************************
#*
#*    $Workfile:$
#*
#*    Creation date     KR 28.06.99
#*    last change       $Author: rt $ $Date: 2007-07-06 09:34:50 $
#*
#*    $Revision: 1.12 $
#*
#*    $Logfile:$
#*
#*    Copyright 2000 Sun Microsystems, Inc. All Rights Reserved.
#*
#*************************************************************************

# edit to match directory level 
PRJ		= ..$/..$/..$/..$/..
# same for all makefiles in "helpcontent2"
PRJNAME = helpcontent2
# edit to match the current package
PACKAGE = text/shared/explorer/database
# uniqe name (module wide);
# using a modified form of package should do here
TARGET  = text_shared_explorer_database
# edit to match the current module
MODULE  = shared

# --- Settings -----------------------------------------------------

.INCLUDE : settings.mk
.INCLUDE : $(PRJ)$/settings.pmk

# this list matches the *.xhp files to process
XHPFILES = \
   02000000.xhp \
   02000002.xhp \
   02010100.xhp \
   02010101.xhp \
   04000000.xhp \
   04030000.xhp \
   05000000.xhp \
   05000001.xhp \
   05000002.xhp \
   05000003.xhp \
   05010000.xhp \
   05010100.xhp \
   05020000.xhp \
   05020100.xhp \
   05030000.xhp \
   05030100.xhp \
   05030200.xhp \
   05030300.xhp \
   05030400.xhp \
   05040000.xhp \
   05040100.xhp \
   05040200.xhp \
   11000002.xhp \
   11020000.xhp \
   11030000.xhp \
   11030100.xhp \
   11080000.xhp \
   11090000.xhp \
   11150200.xhp \
   11170000.xhp \
   11170100.xhp \
   30000000.xhp \
   30100000.xhp \
   dabaadvprop.xhp \
   dabaadvpropdat.xhp \
   dabaadvpropgen.xhp \
   dabadoc.xhp \
   dabaprop.xhp \
   dabapropadd.xhp \
   dabapropcon.xhp \
   dabapropgen.xhp \
   dabawiz00.xhp \
   dabawiz01.xhp \
   dabawiz02.xhp \
   dabawiz02access.xhp \
   dabawiz02adabas.xhp \
   dabawiz02ado.xhp \
   dabawiz02dbase.xhp \
   dabawiz02jdbc.xhp \
   dabawiz02ldap.xhp \
   dabawiz02mysql.xhp \
   dabawiz02odbc.xhp \
   dabawiz02oracle.xhp \
   dabawiz02spreadsheet.xhp \
   dabawiz02text.xhp \
   dabawiz03auth.xhp \
   main.xhp \
   menubar.xhp \
   menuedit.xhp \
   menufile.xhp \
   menufilesave.xhp \
   menuinsert.xhp \
   menutools.xhp \
   menuview.xhp \
   password.xhp \
   querywizard00.xhp \
   querywizard01.xhp \
   querywizard02.xhp \
   querywizard03.xhp \
   querywizard04.xhp \
   querywizard05.xhp \
   querywizard06.xhp \
   querywizard07.xhp \
   querywizard08.xhp \
   rep_datetime.xhp \
   rep_main.xhp \
   rep_navigator.xhp \
   rep_pagenumbers.xhp \
   rep_prop.xhp \
   rep_sort.xhp \
   tablewizard00.xhp \
   tablewizard01.xhp \
   tablewizard02.xhp \
   tablewizard03.xhp \
   tablewizard04.xhp \
   toolbars.xhp 
    
# --- Targets ------------------------------------------------------

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