xref: /AOO41X/main/officecfg/registry/schema/org/openoffice/Office/UI/makefile.mk (revision ca62e2c2083b5d0995f1245bad6c2edfb455fbec)
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
23cdf0e10cSrcweirPRJ=..$/..$/..$/..$/..$/..
24cdf0e10cSrcweir
25cdf0e10cSrcweirPRJNAME=officecfg
26cdf0e10cSrcweirTARGET=schema_ooOUI
27cdf0e10cSrcweirPACKAGE=org.openoffice.Office.UI
28cdf0e10cSrcweir
29cdf0e10cSrcweir.INCLUDE :  settings.mk
30cdf0e10cSrcweir.INCLUDE :  $(PRJ)$/util$/makefile.pmk
31cdf0e10cSrcweir
32cdf0e10cSrcweir# --- Targets ------------------------------------------------------
33cdf0e10cSrcweir
34cdf0e10cSrcweirXCSFILES= \
35cdf0e10cSrcweir    Controller.xcs \
36cdf0e10cSrcweir    Factories.xcs \
37cdf0e10cSrcweir    Commands.xcs \
38cdf0e10cSrcweir    BasicIDECommands.xcs \
39cdf0e10cSrcweir    BibliographyCommands.xcs \
40cdf0e10cSrcweir    CalcCommands.xcs \
41cdf0e10cSrcweir    ChartCommands.xcs \
42cdf0e10cSrcweir    DbuCommands.xcs \
43cdf0e10cSrcweir    BaseWindowState.xcs \
44cdf0e10cSrcweir    WriterFormWindowState.xcs \
45cdf0e10cSrcweir    WriterReportWindowState.xcs \
46cdf0e10cSrcweir    DbBrowserWindowState.xcs \
47cdf0e10cSrcweir    DbTableDataWindowState.xcs \
48cdf0e10cSrcweir    DrawImpressCommands.xcs \
49cdf0e10cSrcweir    GenericCommands.xcs \
50cdf0e10cSrcweir    MathCommands.xcs \
51cdf0e10cSrcweir    StartModuleCommands.xcs \
52cdf0e10cSrcweir    WriterCommands.xcs       \
53cdf0e10cSrcweir    WindowState.xcs \
54cdf0e10cSrcweir    BasicIDEWindowState.xcs \
55cdf0e10cSrcweir    BibliographyWindowState.xcs \
56cdf0e10cSrcweir    CalcWindowState.xcs \
57cdf0e10cSrcweir    ChartWindowState.xcs \
58cdf0e10cSrcweir    DbQueryWindowState.xcs \
59cdf0e10cSrcweir    DbRelationWindowState.xcs \
60cdf0e10cSrcweir    DbTableWindowState.xcs \
61cdf0e10cSrcweir    DrawWindowState.xcs \
62cdf0e10cSrcweir    ImpressWindowState.xcs \
63cdf0e10cSrcweir    MathWindowState.xcs \
64cdf0e10cSrcweir    StartModuleWindowState.xcs \
65cdf0e10cSrcweir    WriterWindowState.xcs \
66cdf0e10cSrcweir    XFormsWindowState.xcs \
67cdf0e10cSrcweir    WriterGlobalWindowState.xcs \
68cdf0e10cSrcweir    WriterWebWindowState.xcs \
69cdf0e10cSrcweir    Effects.xcs \
70cdf0e10cSrcweir    Category.xcs \
71cdf0e10cSrcweir    GenericCategories.xcs \
72cdf0e10cSrcweir    GlobalSettings.xcs \
73*d975be8cSAndre Fischer    WindowContentFactories.xcs \
74*d975be8cSAndre Fischer    Sidebar.xcs
75cdf0e10cSrcweir
76cdf0e10cSrcweir.INCLUDE :  target.mk
77cdf0e10cSrcweir
78