xref: /AOO41X/main/officecfg/registry/data/org/openoffice/Office/makefile.mk (revision e8c8fa4bdcac50a8fe6c60960dd164b285c48c7e)
1#*************************************************************************
2#
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# Copyright 2000, 2010 Oracle and/or its affiliates.
6#
7# OpenOffice.org - a multi-platform office productivity suite
8#
9# This file is part of OpenOffice.org.
10#
11# OpenOffice.org is free software: you can redistribute it and/or modify
12# it under the terms of the GNU Lesser General Public License version 3
13# only, as published by the Free Software Foundation.
14#
15# OpenOffice.org is distributed in the hope that it will be useful,
16# but WITHOUT ANY WARRANTY; without even the implied warranty of
17# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18# GNU Lesser General Public License version 3 for more details
19# (a copy is included in the LICENSE file that accompanied this code).
20#
21# You should have received a copy of the GNU Lesser General Public License
22# version 3 along with OpenOffice.org.  If not, see
23# <http://www.openoffice.org/license.html>
24# for a copy of the LGPLv3 License.
25#
26#*************************************************************************
27PRJ=..$/..$/..$/..$/..
28
29PRJNAME=officecfg
30TARGET=data_ooOffice
31PACKAGE=org.openoffice.Office
32
33.INCLUDE :  settings.mk
34.INCLUDE :  $(PRJ)$/util$/makefile.pmk
35
36# --- Targets ------------------------------------------------------
37
38XCUFILES= \
39    Accelerators.xcu \
40    Calc.xcu \
41    Canvas.xcu \
42    Common.xcu \
43    Compatibility.xcu \
44    DataAccess.xcu \
45    Embedding.xcu \
46    ExtensionDependencies.xcu \
47    ExtensionManager.xcu \
48    Impress.xcu \
49    Jobs.xcu \
50    Labels.xcu \
51    Linguistic.xcu \
52    Logging.xcu \
53    Math.xcu \
54    ProtocolHandler.xcu \
55    Security.xcu \
56    Scripting.xcu \
57    SFX.xcu \
58    TableWizard.xcu \
59    UI.xcu \
60    Views.xcu \
61    WebWizard.xcu \
62    FormWizard.xcu \
63    Writer.xcu \
64    Paths.xcu \
65    Histories.xcu
66
67MODULEFILES= \
68    Accelerators-macosx.xcu \
69    Accelerators-unxwnt.xcu \
70    Common-brand.xcu \
71    Common-writer.xcu   \
72    Common-calc.xcu   \
73    Common-draw.xcu   \
74    Common-impress.xcu   \
75    Common-base.xcu   \
76    Common-math.xcu   \
77    Common-unx.xcu   \
78    Common-unixdesktop.xcu \
79    Common-gconflockdown.xcu \
80    Common-macosx.xcu   \
81    Common-wnt.xcu   \
82    Common-UseOOoFileDialogs.xcu \
83    Linguistic-ForceDefaultLanguage.xcu \
84    Scripting-python.xcu   \
85    Common-cjk.xcu   \
86    Common-ctl.xcu   \
87    Common-korea.xcu   \
88    Paths-macosx.xcu    \
89    Paths-unxwnt.xcu    \
90    Paths-unixdesktop.xcu \
91    Paths-internallibtextcatdata.xcu \
92    Paths-externallibtextcatdata.xcu \
93    Writer-cjk.xcu \
94    Impress-ogltrans.xcu \
95    Embedding-calc.xcu   \
96    Embedding-chart.xcu   \
97    Embedding-draw.xcu   \
98    Embedding-impress.xcu   \
99    Embedding-math.xcu   \
100    Embedding-base.xcu   \
101    Embedding-writer.xcu \
102    UI-brand.xcu \
103    Recovery-gconflockdown.xcu
104
105LOCALIZEDFILES= \
106    Accelerators.xcu \
107    Common.xcu \
108    SFX.xcu \
109    DataAccess.xcu \
110    TableWizard.xcu \
111    UI.xcu \
112    Embedding.xcu \
113    WebWizard.xcu \
114    FormWizard.xcu \
115    Writer.xcu
116
117
118.INCLUDE :  target.mk
119
120