xref: /AOO41X/main/offapi/com/sun/star/chart2/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=..$/..$/..$/..
25
26TARGET=csschart2
27PACKAGE=com$/sun$/star$/chart2
28
29PRJNAME=offapi
30
31# --- Settings -----------------------------------------------------
32
33.INCLUDE :  $(PRJ)$/util$/makefile.pmk
34
35#-------------------------------------------------------------------
36
37IDLFILES= \
38    AxisType.idl \
39    AxisOrientation.idl \
40    CoordinateSystemTypeID.idl \
41    CurveStyle.idl \
42    DataPointGeometry3D.idl \
43    DataPointLabel.idl \
44    FillBitmap.idl \
45    IncrementData.idl \
46    InterpretedData.idl \
47    LegendPosition.idl \
48    LightSource.idl \
49    PieChartOffsetMode.idl \
50    RelativePosition.idl \
51    RelativeSize.idl \
52    ScaleData.idl \
53    StackingDirection.idl \
54    SubIncrement.idl \
55    Symbol.idl \
56    SymbolStyle.idl \
57    TickmarkStyle.idl \
58    TransparencyStyle.idl \
59    XAnyDescriptionAccess.idl\
60    XAxis.idl \
61    XCoordinateSystem.idl \
62    XCoordinateSystemContainer.idl \
63    XChartDocument.idl \
64    XChartShape.idl \
65    XChartShapeContainer.idl \
66    XChartType.idl \
67    XChartTypeContainer.idl \
68    XChartTypeManager.idl \
69    XChartTypeTemplate.idl \
70    XColorScheme.idl \
71    XDataInterpreter.idl \
72    XDataSeries.idl \
73    XDataSeriesContainer.idl \
74    XDefaultSizeTransmitter.idl \
75    XDiagram.idl \
76    XDiagramProvider.idl \
77    XFastPropertyState.idl \
78    XFormattedString.idl \
79    XInternalDataProvider.idl \
80    XLabeled.idl \
81    XLegend.idl \
82    XRegressionCurve.idl \
83    XRegressionCurveCalculator.idl \
84    XRegressionCurveContainer.idl \
85    XScaling.idl \
86    XStyleSupplier.idl \
87    XTarget.idl \
88    XTitle.idl \
89    XTitled.idl \
90    XTransformation.idl \
91
92# --- Targets ------------------------------------------------------
93
94.INCLUDE :  target.mk
95.INCLUDE :  $(PRJ)$/util$/target.pmk
96