xref: /AOO41X/main/officecfg/registry/data/org/openoffice/Office/makefile.mk (revision f8ad1cf25cdc2279e3a75071958789a768a8442c)
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    Impress.xcu \
45    Jobs.xcu \
46    Labels.xcu \
47    Linguistic.xcu \
48    Logging.xcu \
49    Math.xcu \
50    ProtocolHandler.xcu \
51    Security.xcu \
52    Scripting.xcu \
53    SFX.xcu \
54    TableWizard.xcu \
55    UI.xcu \
56    Views.xcu \
57    WebWizard.xcu \
58    FormWizard.xcu \
59    Writer.xcu \
60    Paths.xcu \
61    Histories.xcu
62
63MODULEFILES= \
64    Accelerators-macosx.xcu \
65    Accelerators-unxwnt.xcu \
66    Common-brand.xcu \
67    Common-writer.xcu   \
68    Common-calc.xcu   \
69    Common-draw.xcu   \
70    Common-impress.xcu   \
71    Common-base.xcu   \
72    Common-math.xcu   \
73    Common-unx.xcu   \
74    Common-unixdesktop.xcu \
75    Common-gconflockdown.xcu \
76    Common-macosx.xcu   \
77    Common-wnt.xcu   \
78    Common-UseOOoFileDialogs.xcu \
79    Linguistic-ForceDefaultLanguage.xcu \
80    Scripting-python.xcu   \
81    Common-cjk.xcu   \
82    Common-ctl.xcu   \
83    Common-korea.xcu   \
84    Paths-macosx.xcu    \
85    Paths-unxwnt.xcu    \
86    Paths-unixdesktop.xcu \
87    Paths-internallibtextcatdata.xcu \
88    Paths-externallibtextcatdata.xcu \
89    Writer-cjk.xcu \
90    Impress-ogltrans.xcu \
91    Embedding-calc.xcu   \
92    Embedding-chart.xcu   \
93    Embedding-draw.xcu   \
94    Embedding-impress.xcu   \
95    Embedding-math.xcu   \
96    Embedding-base.xcu   \
97    Embedding-writer.xcu \
98    UI-brand.xcu \
99    Recovery-gconflockdown.xcu
100
101LOCALIZEDFILES= \
102    Accelerators.xcu \
103    Common.xcu \
104    SFX.xcu \
105    DataAccess.xcu \
106    TableWizard.xcu \
107    UI.xcu \
108    Embedding.xcu \
109    WebWizard.xcu \
110    FormWizard.xcu \
111    Writer.xcu
112
113
114.INCLUDE :  target.mk
115
116