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