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 26PRJNAME=offapi 27 28TARGET=csstable 29PACKAGE=com$/sun$/star$/table 30 31# --- Settings ----------------------------------------------------- 32.INCLUDE : $(PRJ)$/util$/makefile.pmk 33 34# ------------------------------------------------------------------------ 35 36IDLFILES=\ 37 AccessibleCellView.idl \ 38 AccessibleTableView.idl \ 39 BorderLine.idl\ 40 Cell.idl\ 41 CellAddress.idl\ 42 CellContentType.idl\ 43 CellCursor.idl\ 44 CellHoriJustify.idl\ 45 CellOrientation.idl\ 46 CellProperties.idl\ 47 CellRange.idl\ 48 CellRangeAddress.idl\ 49 CellVertJustify.idl\ 50 ShadowFormat.idl\ 51 ShadowLocation.idl\ 52 TableBorder.idl\ 53 TableBorderDistances.idl\ 54 TableChart.idl\ 55 TableCharts.idl\ 56 TableChartsEnumeration.idl\ 57 TableColumn.idl\ 58 TableColumns.idl\ 59 TableColumnsEnumeration.idl\ 60 TableOrientation.idl\ 61 TableRow.idl\ 62 TableRows.idl\ 63 TableRowsEnumeration.idl\ 64 TableSortDescriptor.idl\ 65 TableSortDescriptor2.idl\ 66 TableSortField.idl\ 67 TableSortFieldType.idl\ 68 XAutoFormattable.idl\ 69 XCell.idl\ 70 XMergeableCell.idl\ 71 XMergeableCellRange.idl\ 72 XCellCursor.idl\ 73 XCellRange.idl\ 74 XColumnRowRange.idl\ 75 XTableChart.idl\ 76 XTableCharts.idl\ 77 XTableChartsSupplier.idl\ 78 XTableColumns.idl\ 79 XTableRows.idl\ 80 CellRangeListSource.idl\ 81 CellValueBinding.idl\ 82 ListPositionCellBinding.idl\ 83 XTable.idl 84 85# ------------------------------------------------------------------ 86 87.INCLUDE : target.mk 88.INCLUDE : $(PRJ)$/util$/target.pmk 89