Update ooo320-m1
[ooovba.git] / offapi / com / sun / star / table / makefile.mk
blob9d9d93e2208bb686b75e1dd87ef3d2c3849de454
1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 #
5 # Copyright 2008 by Sun Microsystems, Inc.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # $RCSfile: makefile.mk,v $
11 # $Revision: 1.16 $
13 # This file is part of OpenOffice.org.
15 # OpenOffice.org is free software: you can redistribute it and/or modify
16 # it under the terms of the GNU Lesser General Public License version 3
17 # only, as published by the Free Software Foundation.
19 # OpenOffice.org is distributed in the hope that it will be useful,
20 # but WITHOUT ANY WARRANTY; without even the implied warranty of
21 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 # GNU Lesser General Public License version 3 for more details
23 # (a copy is included in the LICENSE file that accompanied this code).
25 # You should have received a copy of the GNU Lesser General Public License
26 # version 3 along with OpenOffice.org. If not, see
27 # <http://www.openoffice.org/license.html>
28 # for a copy of the LGPLv3 License.
30 #*************************************************************************
32 PRJ=..$/..$/..$/..
34 PRJNAME=offapi
36 TARGET=csstable
37 PACKAGE=com$/sun$/star$/table
39 # --- Settings -----------------------------------------------------
40 .INCLUDE : $(PRJ)$/util$/makefile.pmk
42 # ------------------------------------------------------------------------
44 IDLFILES=\
45 AccessibleCellView.idl \
46 AccessibleTableView.idl \
47 BorderLine.idl\
48 Cell.idl\
49 CellAddress.idl\
50 CellContentType.idl\
51 CellCursor.idl\
52 CellHoriJustify.idl\
53 CellOrientation.idl\
54 CellProperties.idl\
55 CellRange.idl\
56 CellRangeAddress.idl\
57 CellVertJustify.idl\
58 ShadowFormat.idl\
59 ShadowLocation.idl\
60 TableBorder.idl\
61 TableBorderDistances.idl\
62 TableChart.idl\
63 TableCharts.idl\
64 TableChartsEnumeration.idl\
65 TableColumn.idl\
66 TableColumns.idl\
67 TableColumnsEnumeration.idl\
68 TableOrientation.idl\
69 TableRow.idl\
70 TableRows.idl\
71 TableRowsEnumeration.idl\
72 TableSortDescriptor.idl\
73 TableSortDescriptor2.idl\
74 TableSortField.idl\
75 TableSortFieldType.idl\
76 XAutoFormattable.idl\
77 XCell.idl\
78 XMergeableCell.idl\
79 XMergeableCellRange.idl\
80 XCellCursor.idl\
81 XCellRange.idl\
82 XColumnRowRange.idl\
83 XTableChart.idl\
84 XTableCharts.idl\
85 XTableChartsSupplier.idl\
86 XTableColumns.idl\
87 XTableRows.idl\
88 CellRangeListSource.idl\
89 CellValueBinding.idl\
90 ListPositionCellBinding.idl\
91 XTable.idl
93 # ------------------------------------------------------------------
95 .INCLUDE : target.mk
96 .INCLUDE : $(PRJ)$/util$/target.pmk