xref: /trunk/main/officecfg/registry/data/org/openoffice/Office/UI/makefile.mk (revision 41deec9fbf385ebd2ff21199e9eb3301a269d33d)
17871dc3eSAndrew Rist#**************************************************************
2cdf0e10cSrcweir#
37871dc3eSAndrew Rist#  Licensed to the Apache Software Foundation (ASF) under one
47871dc3eSAndrew Rist#  or more contributor license agreements.  See the NOTICE file
57871dc3eSAndrew Rist#  distributed with this work for additional information
67871dc3eSAndrew Rist#  regarding copyright ownership.  The ASF licenses this file
77871dc3eSAndrew Rist#  to you under the Apache License, Version 2.0 (the
87871dc3eSAndrew Rist#  "License"); you may not use this file except in compliance
97871dc3eSAndrew Rist#  with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir#
117871dc3eSAndrew Rist#    http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir#
137871dc3eSAndrew Rist#  Unless required by applicable law or agreed to in writing,
147871dc3eSAndrew Rist#  software distributed under the License is distributed on an
157871dc3eSAndrew Rist#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
167871dc3eSAndrew Rist#  KIND, either express or implied.  See the License for the
177871dc3eSAndrew Rist#  specific language governing permissions and limitations
187871dc3eSAndrew Rist#  under the License.
19cdf0e10cSrcweir#
207871dc3eSAndrew Rist#**************************************************************
217871dc3eSAndrew Rist
227871dc3eSAndrew Rist
23*41deec9fSmseidel
24cdf0e10cSrcweirPRJ=..$/..$/..$/..$/..$/..
25cdf0e10cSrcweir
26cdf0e10cSrcweirPRJNAME=officecfg
27cdf0e10cSrcweirTARGET=data_ooOUI
28cdf0e10cSrcweirPACKAGE=org.openoffice.Office.UI
29cdf0e10cSrcweir
30cdf0e10cSrcweir.INCLUDE : settings.mk
31cdf0e10cSrcweir.INCLUDE : $(PRJ)$/util$/makefile.pmk
32cdf0e10cSrcweir
33cdf0e10cSrcweir# --- Targets ------------------------------------------------------
34cdf0e10cSrcweir
35cdf0e10cSrcweirLOCALIZEDFILES= \
36cdf0e10cSrcweir    BasicIDECommands.xcu \
37cdf0e10cSrcweir    BibliographyCommands.xcu \
38cdf0e10cSrcweir    CalcCommands.xcu \
39cdf0e10cSrcweir    ChartCommands.xcu \
40cdf0e10cSrcweir    ChartWindowState.xcu \
41cdf0e10cSrcweir    DbuCommands.xcu \
42cdf0e10cSrcweir    BaseWindowState.xcu \
43cdf0e10cSrcweir    WriterFormWindowState.xcu \
44cdf0e10cSrcweir    WriterReportWindowState.xcu \
45cdf0e10cSrcweir    DbQueryWindowState.xcu \
46cdf0e10cSrcweir    DbTableWindowState.xcu \
47cdf0e10cSrcweir    DbRelationWindowState.xcu \
48cdf0e10cSrcweir    DbBrowserWindowState.xcu \
49cdf0e10cSrcweir    DbTableDataWindowState.xcu \
50cdf0e10cSrcweir    DrawImpressCommands.xcu \
51cdf0e10cSrcweir    Effects.xcu \
52cdf0e10cSrcweir    GenericCommands.xcu \
53cdf0e10cSrcweir    MathCommands.xcu \
54cdf0e10cSrcweir    StartModuleCommands.xcu \
55cdf0e10cSrcweir    BasicIDEWindowState.xcu \
56cdf0e10cSrcweir    CalcWindowState.xcu \
57cdf0e10cSrcweir    DrawWindowState.xcu \
58cdf0e10cSrcweir    ImpressWindowState.xcu \
59cdf0e10cSrcweir    MathWindowState.xcu \
60cdf0e10cSrcweir    StartModuleWindowState.xcu \
61cdf0e10cSrcweir    WriterWindowState.xcu \
62cdf0e10cSrcweir    XFormsWindowState.xcu \
63cdf0e10cSrcweir    WriterGlobalWindowState.xcu \
64cdf0e10cSrcweir    WriterWebWindowState.xcu \
65cdf0e10cSrcweir    WriterCommands.xcu\
66cdf0e10cSrcweir    GenericCategories.xcu\
6722de8995SAndre Fischer    Sidebar.xcu
68cdf0e10cSrcweir
69cdf0e10cSrcweirXCUFILES= \
70cdf0e10cSrcweir    $(LOCALIZEDFILES) \
71cdf0e10cSrcweir    Controller.xcu \
72cdf0e10cSrcweir    Factories.xcu \
73cdf0e10cSrcweir    GlobalSettings.xcu
74cdf0e10cSrcweir
75cdf0e10cSrcweir.INCLUDE : target.mk
76cdf0e10cSrcweir
77*41deec9fSmseidel# vim: set noet sw=4 ts=4:
78