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=csssdbcx 29PACKAGE=com$/sun$/star$/sdbcx 30 31# --- Settings ----------------------------------------------------- 32.INCLUDE : $(PRJ)$/util$/makefile.pmk 33 34# ------------------------------------------------------------------------ 35IDLFILES=\ 36 CheckOption.idl \ 37 CompareBookmark.idl \ 38 Column.idl \ 39 ColumnDescriptor.idl \ 40 Container.idl \ 41 DatabaseDefinition.idl \ 42 Descriptor.idl \ 43 Driver.idl \ 44 Group.idl \ 45 GroupDescriptor.idl \ 46 Index.idl \ 47 IndexColumn.idl \ 48 IndexColumnDescriptor.idl \ 49 IndexDescriptor.idl \ 50 Key.idl \ 51 KeyColumn.idl \ 52 KeyDescriptor.idl \ 53 KeyColumnDescriptor.idl \ 54 KeyDescriptor.idl \ 55 KeyType.idl \ 56 PreparedStatement.idl \ 57 Privilege.idl \ 58 PrivilegeObject.idl \ 59 ReferenceColumn.idl \ 60 ResultSet.idl \ 61 Statement.idl \ 62 Table.idl \ 63 TableDescriptor.idl \ 64 User.idl \ 65 UserDescriptor.idl \ 66 View.idl \ 67 ViewDescriptor.idl \ 68 XAlterTable.idl \ 69 XAlterView.idl \ 70 XAppend.idl \ 71 XAuthorizable.idl \ 72 XColumnsSupplier.idl \ 73 XCreateCatalog.idl \ 74 XDeleteRows.idl \ 75 XDataDefinitionSupplier.idl \ 76 XDataDescriptorFactory.idl \ 77 XDrop.idl \ 78 XDropCatalog.idl \ 79 XGroupsSupplier.idl \ 80 XIndexesSupplier.idl \ 81 XKeysSupplier.idl \ 82 XRename.idl \ 83 XRowLocate.idl \ 84 XTablesSupplier.idl \ 85 XUser.idl \ 86 XUsersSupplier.idl \ 87 XViewsSupplier.idl \ 88 89# ------------------------------------------------------------------ 90.INCLUDE : target.mk 91.INCLUDE : $(PRJ)$/util$/target.pmk 92 93 94