1#**************************************************************
2#
3#  Licensed to the Apache Software Foundation (ASF) under one
4#  or more contributor license agreements.  See the NOTICE file
5#  distributed with this work for additional information
6#  regarding copyright ownership.  The ASF licenses this file
7#  to you under the Apache License, Version 2.0 (the
8#  "License"); you may not use this file except in compliance
9#  with the License.  You may obtain a copy of the License at
10#
11#    http://www.apache.org/licenses/LICENSE-2.0
12#
13#  Unless required by applicable law or agreed to in writing,
14#  software distributed under the License is distributed on an
15#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16#  KIND, either express or implied.  See the License for the
17#  specific language governing permissions and limitations
18#  under the License.
19#
20#**************************************************************
21
22
23PRJ=..$/..$/..$/..$/..
24
25PRJNAME=officecfg
26TARGET=data_ooOffice
27PACKAGE=org.openoffice.Office
28
29.INCLUDE :  settings.mk
30.INCLUDE :  $(PRJ)$/util$/makefile.pmk
31
32# --- Targets ------------------------------------------------------
33
34XCUFILES= \
35    Accelerators.xcu \
36    Calc.xcu \
37    Canvas.xcu \
38    Common.xcu \
39    Compatibility.xcu \
40    DataAccess.xcu \
41    Embedding.xcu \
42    ExtensionDependencies.xcu \
43    ExtensionManager.xcu \
44    FormWizard.xcu \
45    Histories.xcu \
46    Impress.xcu	\
47    Jobs.xcu \
48    Labels.xcu \
49    Linguistic.xcu \
50    Logging.xcu \
51    Math.xcu \
52    Paths.xcu \
53    PresenterScreen.xcu \
54    ProtocolHandler.xcu \
55    SFX.xcu \
56    Scripting.xcu \
57    Security.xcu \
58    TableWizard.xcu \
59    UI.xcu \
60    Views.xcu \
61    WebWizard.xcu \
62    Writer.xcu \
63
64MODULEFILES= \
65    Accelerators-macosx.xcu \
66    Accelerators-unxwnt.xcu \
67    Common-brand.xcu \
68    Common-writer.xcu   \
69    Common-calc.xcu   \
70    Common-draw.xcu   \
71    Common-impress.xcu   \
72    Common-base.xcu   \
73    Common-math.xcu   \
74    Common-unx.xcu   \
75    Common-unixdesktop.xcu \
76    Common-gconflockdown.xcu \
77    Common-macosx.xcu   \
78    Common-wnt.xcu   \
79    Common-UseOOoFileDialogs.xcu \
80    Linguistic-ForceDefaultLanguage.xcu \
81    Scripting-python.xcu   \
82    Common-cjk.xcu   \
83    Common-ctl.xcu   \
84    Common-korea.xcu   \
85    Paths-macosx.xcu    \
86    Paths-unxwnt.xcu    \
87    Paths-unixdesktop.xcu \
88    Paths-internallibtextcatdata.xcu \
89    Paths-externallibtextcatdata.xcu \
90    Writer-cjk.xcu \
91    Impress-ogltrans.xcu \
92    Embedding-calc.xcu   \
93    Embedding-chart.xcu   \
94    Embedding-draw.xcu   \
95    Embedding-impress.xcu   \
96    Embedding-math.xcu   \
97    Embedding-base.xcu   \
98    Embedding-writer.xcu \
99    UI-brand.xcu \
100    Recovery-gconflockdown.xcu
101
102LOCALIZEDFILES= \
103    Accelerators.xcu \
104    Common.xcu \
105    SFX.xcu \
106    DataAccess.xcu \
107    TableWizard.xcu \
108    UI.xcu \
109    Embedding.xcu \
110    WebWizard.xcu \
111    FormWizard.xcu \
112    Writer.xcu \
113    Impress.xcu \
114	PresenterScreen.xcu
115
116
117.INCLUDE :  target.mk
118
119