17871dc3eSAndrew Rist#**************************************************************
27871dc3eSAndrew Rist#
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
107871dc3eSAndrew Rist#
117871dc3eSAndrew Rist#    http://www.apache.org/licenses/LICENSE-2.0
127871dc3eSAndrew Rist#
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.
197871dc3eSAndrew Rist#
207871dc3eSAndrew Rist#**************************************************************
217871dc3eSAndrew Rist
227871dc3eSAndrew Rist
23cdf0e10cSrcweirPRJ=..$/..$/..$/..$/..
24cdf0e10cSrcweir
25cdf0e10cSrcweirPRJNAME=officecfg
26cdf0e10cSrcweirTARGET=schema_ooOffice
27cdf0e10cSrcweirPACKAGE=org.openoffice.Office
28cdf0e10cSrcweir
29cdf0e10cSrcweir.INCLUDE :  settings.mk
30cdf0e10cSrcweir.INCLUDE :  $(PRJ)$/util$/makefile.pmk
31cdf0e10cSrcweir
32cdf0e10cSrcweir# --- Targets ------------------------------------------------------
33cdf0e10cSrcweir
34cdf0e10cSrcweirXCSFILES= \
35cdf0e10cSrcweir    Accelerators.xcs \
36cdf0e10cSrcweir    Addons.xcs \
37cdf0e10cSrcweir    Calc.xcs \
38cdf0e10cSrcweir    CalcAddIns.xcs \
39cdf0e10cSrcweir    Canvas.xcs \
40cdf0e10cSrcweir    Chart.xcs \
41cdf0e10cSrcweir    Commands.xcs \
42cdf0e10cSrcweir    Common.xcs \
43cdf0e10cSrcweir    Compatibility.xcs \
44cdf0e10cSrcweir    DataAccess.xcs \
45cdf0e10cSrcweir    Draw.xcs \
4645b93914SAriel Constenla-Haile    Embedding.xcs \
47*79e0a548SAriel Constenla-Haile    Events.xcs \
48*79e0a548SAriel Constenla-Haile    ExtendedColorScheme.xcs \
499e813386SMichael Stahl    ExtensionDependencies.xcs \
50cdf0e10cSrcweir    ExtensionManager.xcs \
51*79e0a548SAriel Constenla-Haile    FormWizard.xcs \
52*79e0a548SAriel Constenla-Haile    Histories.xcs \
53cdf0e10cSrcweir    Impress.xcs \
54cdf0e10cSrcweir    Java.xcs \
55cdf0e10cSrcweir    Jobs.xcs \
56cdf0e10cSrcweir    Labels.xcs \
57cdf0e10cSrcweir    Linguistic.xcs \
58cdf0e10cSrcweir    Logging.xcs \
59cdf0e10cSrcweir    Math.xcs \
60*79e0a548SAriel Constenla-Haile    OOoImprovement.xcs \
61cdf0e10cSrcweir    OptionsDialog.xcs \
62*79e0a548SAriel Constenla-Haile    Paths.xcs \
63*79e0a548SAriel Constenla-Haile    PresenterScreen.xcs \
64cdf0e10cSrcweir    ProtocolHandler.xcs \
65*79e0a548SAriel Constenla-Haile    Recovery.xcs \
66cdf0e10cSrcweir    SFX.xcs \
67*79e0a548SAriel Constenla-Haile    Scripting.xcs \
68*79e0a548SAriel Constenla-Haile    Security.xcs \
69cdf0e10cSrcweir    Substitution.xcs \
70*79e0a548SAriel Constenla-Haile    TabBrowse.xcs \
71cdf0e10cSrcweir    TableWizard.xcs \
72*79e0a548SAriel Constenla-Haile    TypeDetection.xcs \
73cdf0e10cSrcweir    UI.xcs \
74cdf0e10cSrcweir    Views.xcs \
75*79e0a548SAriel Constenla-Haile    WebWizard.xcs \
76cdf0e10cSrcweir    Writer.xcs \
77cdf0e10cSrcweir    WriterWeb.xcs \
78cdf0e10cSrcweir
79cdf0e10cSrcweir.INCLUDE :  target.mk
80cdf0e10cSrcweir
81