xref: /aoo41x/main/offapi/com/sun/star/chart/makefile.mk (revision cdf0e10c)
1#*************************************************************************
2#
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# Copyright 2000, 2010 Oracle and/or its affiliates.
6#
7# OpenOffice.org - a multi-platform office productivity suite
8#
9# This file is part of OpenOffice.org.
10#
11# OpenOffice.org is free software: you can redistribute it and/or modify
12# it under the terms of the GNU Lesser General Public License version 3
13# only, as published by the Free Software Foundation.
14#
15# OpenOffice.org is distributed in the hope that it will be useful,
16# but WITHOUT ANY WARRANTY; without even the implied warranty of
17# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18# GNU Lesser General Public License version 3 for more details
19# (a copy is included in the LICENSE file that accompanied this code).
20#
21# You should have received a copy of the GNU Lesser General Public License
22# version 3 along with OpenOffice.org.  If not, see
23# <http://www.openoffice.org/license.html>
24# for a copy of the LGPLv3 License.
25#
26#*************************************************************************
27
28PRJ=..$/..$/..$/..
29
30PRJNAME=offapi
31
32TARGET=csschart
33PACKAGE=com$/sun$/star$/chart
34
35# --- Settings -----------------------------------------------------
36.INCLUDE :  $(PRJ)$/util$/makefile.pmk
37
38# ------------------------------------------------------------------------
39
40IDLFILES=\
41	AccessibleChartElement.idl\
42	AccessibleChartDocumentView.idl\
43	AreaDiagram.idl\
44	BarDiagram.idl\
45	BubbleDiagram.idl\
46	Chart3DBarProperties.idl\
47	ChartArea.idl\
48	ChartAxis.idl\
49	ChartAxisArrangeOrderType.idl\
50	ChartAxisAssign.idl\
51	ChartAxisMarks.idl\
52	ChartAxisPosition.idl\
53	ChartAxisLabelPosition.idl\
54	ChartAxisMarkPosition.idl\
55	ChartAxisType.idl\
56	ChartAxisXSupplier.idl\
57	ChartAxisYSupplier.idl\
58	ChartAxisZSupplier.idl\
59	ChartData.idl\
60	ChartDataArray.idl\
61	ChartDataCaption.idl\
62	ChartDataChangeEvent.idl\
63	ChartDataChangeType.idl\
64	ChartDataPoint.idl\
65	ChartDataPointProperties.idl\
66	ChartDataRow.idl\
67	ChartDataRowProperties.idl\
68	ChartDataRowSource.idl\
69	ChartDataValue.idl\
70	ChartDocument.idl\
71	ChartErrorCategory.idl\
72	ChartErrorIndicatorType.idl\
73	ChartGrid.idl\
74	ChartLegend.idl\
75	ChartLegendPosition.idl\
76	ChartLegendExpansion.idl \
77	ChartLine.idl\
78	ChartPieSegmentProperties.idl\
79	ChartRegressionCurveType.idl\
80	ChartSeriesAddress.idl\
81	ChartSolidType.idl\
82	ChartStatistics.idl\
83	ChartSymbolType.idl\
84	ChartTableAddressSupplier.idl\
85	ChartTitle.idl\
86	ChartTwoAxisXSupplier.idl\
87	ChartTwoAxisYSupplier.idl\
88	DataLabelPlacement.idl\
89	TimeIncrement.idl \
90	Diagram.idl\
91	Dim3DDiagram.idl\
92	DonutDiagram.idl\
93	FilledNetDiagram.idl\
94	LineDiagram.idl\
95	MissingValueTreatment.idl\
96	NetDiagram.idl\
97	PieDiagram.idl\
98	StackableDiagram.idl\
99	StockDiagram.idl\
100	TimeUnit.idl\
101	TimeInterval.idl\
102	X3DDefaultSetter.idl\
103	X3DDisplay.idl\
104	XAxis.idl\
105	XAxisSupplier.idl\
106	XAxisXSupplier.idl\
107	XAxisYSupplier.idl\
108	XAxisZSupplier.idl\
109	XChartData.idl\
110	XChartDataArray.idl\
111	XChartDataChangeEventListener.idl\
112	XChartDocument.idl\
113	XComplexDescriptionAccess.idl\
114	XDateCategories.idl\
115	XDiagram.idl\
116	XDiagramPositioning.idl\
117	XStatisticDisplay.idl\
118	XTwoAxisXSupplier.idl\
119	XTwoAxisYSupplier.idl\
120	XSecondAxisTitleSupplier.idl\
121	XYDiagram.idl\
122	ErrorBarStyle.idl
123
124# ------------------------------------------------------------------
125
126.INCLUDE :  target.mk
127.INCLUDE :  $(PRJ)$/util$/target.pmk
128