xref: /AOO41X/main/xmloff/source/chart/makefile.mk (revision 7871dc3ea494bf86c742e1f4dfc9c6e20f5bcb2a)
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
23
24PRJ                 = ..$/..
25PRJNAME             = xmloff
26TARGET              = chart
27AUTOSEG             = true
28ENABLE_EXCEPTIONS   = TRUE
29
30# --- Settings -----------------------------------------------------
31
32.INCLUDE : settings.mk
33.INCLUDE: $(PRJ)$/util$/makefile.pmk
34
35# --- Files --------------------------------------------------------
36
37SLOFILES =  $(SLO)$/ColorPropertySet.obj \
38            $(SLO)$/SchXMLTools.obj \
39            $(SLO)$/SchXMLExport.obj \
40            $(SLO)$/SchXMLImport.obj \
41            $(SLO)$/contexts.obj \
42            $(SLO)$/SchXMLTableContext.obj \
43            $(SLO)$/SchXMLChartContext.obj \
44            $(SLO)$/SchXMLLegendContext.obj \
45            $(SLO)$/SchXMLPlotAreaContext.obj \
46            $(SLO)$/SchXMLAxisContext.obj \
47            $(SLO)$/SchXMLParagraphContext.obj \
48            $(SLO)$/SchXMLTextListContext.obj \
49            $(SLO)$/SchXMLSeriesHelper.obj \
50            $(SLO)$/SchXMLSeries2Context.obj \
51            $(SLO)$/SchXMLEnumConverter.obj \
52            $(SLO)$/PropertyMaps.obj \
53            $(SLO)$/XMLChartStyleContext.obj \
54            $(SLO)$/XMLErrorIndicatorPropertyHdl.obj \
55            $(SLO)$/XMLErrorBarStylePropertyHdl.obj \
56            $(SLO)$/SchXMLAutoStylePoolP.obj \
57            $(SLO)$/XMLChartPropertyContext.obj \
58            $(SLO)$/XMLSymbolImageContext.obj \
59            $(SLO)$/XMLLabelSeparatorContext.obj \
60            $(SLO)$/XMLTextOrientationHdl.obj \
61            $(SLO)$/XMLSymbolTypePropertyHdl.obj \
62            $(SLO)$/XMLAxisPositionPropertyHdl.obj \
63            $(SLO)$/SchXMLCalculationSettingsContext.obj \
64            $(SLO)$/transporttypes.obj
65
66# --- Targets --------------------------------------------------------------
67
68.INCLUDE : target.mk
69
70