merge the formfield patch from ooo-build
[ooovba.git] / helpcontent2 / source / text / shared / explorer / database / makefile.mk
blobf2d85e7594c1e1a5942607614f23f8979d86b719
1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 #
5 # Copyright 2008 by Sun Microsystems, Inc.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # $RCSfile: makefile.template,v $
11 # $Revision: 1.5 $
13 # This file is part of OpenOffice.org.
15 # OpenOffice.org is free software: you can redistribute it and/or modify
16 # it under the terms of the GNU Lesser General Public License version 3
17 # only, as published by the Free Software Foundation.
19 # OpenOffice.org is distributed in the hope that it will be useful,
20 # but WITHOUT ANY WARRANTY; without even the implied warranty of
21 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 # GNU Lesser General Public License version 3 for more details
23 # (a copy is included in the LICENSE file that accompanied this code).
25 # You should have received a copy of the GNU Lesser General Public License
26 # version 3 along with OpenOffice.org. If not, see
27 # <http://www.openoffice.org/license.html>
28 # for a copy of the LGPLv3 License.
30 #*************************************************************************
32 # edit to match directory level
33 PRJ = ..$/..$/..$/..$/..
34 # same for all makefiles in "helpcontent2"
35 PRJNAME = helpcontent2
36 # edit to match the current package
37 PACKAGE = text/shared/explorer/database
38 # uniqe name (module wide);
39 # using a modified form of package should do here
40 TARGET = text_shared_explorer_database
41 # edit to match the current module
42 MODULE = shared
44 # --- Settings -----------------------------------------------------
46 .INCLUDE : settings.mk
47 .INCLUDE : $(PRJ)$/settings.pmk
49 # this list matches the *.xhp files to process
50 XHPFILES = \
51 02000000.xhp \
52 02000002.xhp \
53 02010100.xhp \
54 02010101.xhp \
55 04000000.xhp \
56 04030000.xhp \
57 05000000.xhp \
58 05000001.xhp \
59 05000002.xhp \
60 05000003.xhp \
61 05010000.xhp \
62 05010100.xhp \
63 05020000.xhp \
64 05020100.xhp \
65 05030000.xhp \
66 05030100.xhp \
67 05030200.xhp \
68 05030300.xhp \
69 05030400.xhp \
70 05040000.xhp \
71 05040100.xhp \
72 05040200.xhp \
73 11000002.xhp \
74 11020000.xhp \
75 11030000.xhp \
76 11030100.xhp \
77 11080000.xhp \
78 11090000.xhp \
79 11150200.xhp \
80 11170000.xhp \
81 11170100.xhp \
82 30000000.xhp \
83 30100000.xhp \
84 dabaadvprop.xhp \
85 dabaadvpropdat.xhp \
86 dabaadvpropgen.xhp \
87 dabadoc.xhp \
88 dabaprop.xhp \
89 dabapropadd.xhp \
90 dabapropcon.xhp \
91 dabapropgen.xhp \
92 dabawiz00.xhp \
93 dabawiz01.xhp \
94 dabawiz02.xhp \
95 dabawiz02access.xhp \
96 dabawiz02adabas.xhp \
97 dabawiz02ado.xhp \
98 dabawiz02dbase.xhp \
99 dabawiz02jdbc.xhp \
100 dabawiz02ldap.xhp \
101 dabawiz02mysql.xhp \
102 dabawiz02odbc.xhp \
103 dabawiz02oracle.xhp \
104 dabawiz02spreadsheet.xhp \
105 dabawiz02text.xhp \
106 dabawiz03auth.xhp \
107 main.xhp \
108 menubar.xhp \
109 menuedit.xhp \
110 menufile.xhp \
111 menufilesave.xhp \
112 menuinsert.xhp \
113 menutools.xhp \
114 menuview.xhp \
115 migrate_macros.xhp \
116 password.xhp \
117 querywizard00.xhp \
118 querywizard01.xhp \
119 querywizard02.xhp \
120 querywizard03.xhp \
121 querywizard04.xhp \
122 querywizard05.xhp \
123 querywizard06.xhp \
124 querywizard07.xhp \
125 querywizard08.xhp \
126 rep_datetime.xhp \
127 rep_main.xhp \
128 rep_navigator.xhp \
129 rep_pagenumbers.xhp \
130 rep_prop.xhp \
131 rep_sort.xhp \
132 tablewizard00.xhp \
133 tablewizard01.xhp \
134 tablewizard02.xhp \
135 tablewizard03.xhp \
136 tablewizard04.xhp \
137 toolbars.xhp
139 # --- Targets ------------------------------------------------------
141 .INCLUDE : target.mk
142 .INCLUDE : $(PRJ)$/makefile.pmk