xref: /trunk/main/officecfg/registry/data/org/openoffice/Office/UI/makefile.mk (revision 036fea61b93ecc84fd42c77eee90ce55f961168a)
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_ooOUI
27PACKAGE=org.openoffice.Office.UI
28
29.INCLUDE : settings.mk
30.INCLUDE : $(PRJ)$/util$/makefile.pmk
31
32# --- Targets ------------------------------------------------------
33
34LOCALIZEDFILES= \
35    BasicIDECommands.xcu \
36    BibliographyCommands.xcu \
37    CalcCommands.xcu \
38    ChartCommands.xcu \
39    ChartWindowState.xcu \
40    DbuCommands.xcu \
41    BaseWindowState.xcu \
42    WriterFormWindowState.xcu \
43    WriterReportWindowState.xcu \
44    DbQueryWindowState.xcu \
45    DbTableWindowState.xcu \
46    DbRelationWindowState.xcu \
47    DbBrowserWindowState.xcu \
48    DbTableDataWindowState.xcu \
49    DrawImpressCommands.xcu \
50    Effects.xcu \
51    GenericCommands.xcu \
52    MathCommands.xcu \
53    StartModuleCommands.xcu \
54    BasicIDEWindowState.xcu \
55    CalcWindowState.xcu \
56    DrawWindowState.xcu \
57    ImpressWindowState.xcu \
58    MathWindowState.xcu \
59    StartModuleWindowState.xcu \
60    WriterWindowState.xcu \
61    XFormsWindowState.xcu \
62    WriterGlobalWindowState.xcu \
63    WriterWebWindowState.xcu \
64    WriterCommands.xcu\
65    GenericCategories.xcu\
66    Sidebar.xcu
67
68XCUFILES= \
69    $(LOCALIZEDFILES) \
70    Controller.xcu \
71    Factories.xcu \
72    GlobalSettings.xcu
73
74.INCLUDE : target.mk
75
76# vim: set noet ts=4 sw=4:
77