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=schema_ooOffice
27PACKAGE=org.openoffice.Office
28
29.INCLUDE :  settings.mk
30.INCLUDE :  $(PRJ)$/util$/makefile.pmk
31
32# --- Targets ------------------------------------------------------
33
34XCSFILES= \
35    Accelerators.xcs \
36    Addons.xcs \
37    Calc.xcs \
38    CalcAddIns.xcs \
39    Canvas.xcs \
40    Chart.xcs \
41    Commands.xcs \
42    Common.xcs \
43    Compatibility.xcs \
44    DataAccess.xcs \
45    Draw.xcs \
46    Embedding.xcs \
47    Events.xcs \
48    ExtendedColorScheme.xcs \
49    ExtensionDependencies.xcs \
50    ExtensionManager.xcs \
51    FormWizard.xcs \
52    Histories.xcs \
53    Impress.xcs \
54    Java.xcs \
55    Jobs.xcs \
56    Labels.xcs \
57    Linguistic.xcs \
58    Logging.xcs \
59    Math.xcs \
60    OOoImprovement.xcs \
61    OptionsDialog.xcs \
62    Paths.xcs \
63    PresenterScreen.xcs \
64    ProtocolHandler.xcs \
65    Recovery.xcs \
66    SFX.xcs \
67    Scripting.xcs \
68    Security.xcs \
69    Substitution.xcs \
70    TabBrowse.xcs \
71    TableWizard.xcs \
72    TypeDetection.xcs \
73    UI.xcs \
74    Views.xcs \
75    WebWizard.xcs \
76    Writer.xcs \
77    WriterWeb.xcs \
78
79.INCLUDE :  target.mk
80
81