xref: /AOO41X/main/offapi/com/sun/star/sdbc/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
26PRJNAME=offapi
27
28TARGET=csssdbc
29PACKAGE=com$/sun$/star$/sdbc
30
31# --- Settings -----------------------------------------------------
32.INCLUDE :  $(PRJ)$/util$/makefile.pmk
33
34# ------------------------------------------------------------------------
35IDLFILES=\
36    BatchUpdateException.idl \
37    BestRowScope.idl \
38    BestRowType.idl \
39    CallableStatement.idl \
40    ChangeAction.idl \
41    ChangeEvent.idl \
42    ColumnSearch.idl \
43    ColumnType.idl \
44    ColumnValue.idl \
45    Connection.idl \
46    ConnectionPool.idl \
47    ConnectionProperties.idl \
48    DataTruncation.idl \
49    DataType.idl \
50    DBASEConnectionProperties.idl \
51    Deferrability.idl \
52    Driver.idl \
53    DriverManager.idl \
54    DriverPropertyInfo.idl \
55    FetchDirection.idl \
56    FILEConnectionProperties.idl \
57    FLATConnectionProperties.idl \
58    IndexType.idl \
59    JDBCConnectionProperties.idl \
60    KeyRule.idl \
61    ODBCConnectionProperties.idl \
62    PreparedStatement.idl \
63    ProcedureColumn.idl \
64    ProcedureResult.idl \
65    ResultSet.idl \
66    ResultSetConcurrency.idl \
67    ResultSetType.idl \
68    RowSet.idl \
69    SQLException.idl \
70    SQLWarning.idl \
71    Statement.idl \
72    TransactionIsolation.idl \
73    XArray.idl \
74    XBatchExecution.idl \
75    XBlob.idl \
76    XClob.idl \
77    XCloseable.idl \
78    XColumnLocate.idl \
79    XConnection.idl \
80    XDatabaseMetaData.idl \
81    XDatabaseMetaData2.idl \
82    XDataSource.idl \
83    XDriver.idl \
84    XDriverAccess.idl \
85    XDriverManager.idl \
86    XGeneratedResultSet.idl \
87    XIsolatedConnection.idl \
88    XMultipleResults.idl \
89    XOutParameters.idl \
90    XParameters.idl \
91    XPooledConnection.idl \
92    XPreparedBatchExecution.idl \
93    XPreparedStatement.idl \
94    XRef.idl \
95    XResultSet.idl \
96    XResultSetMetaData.idl \
97    XResultSetMetaDataSupplier.idl \
98    XResultSetUpdate.idl \
99    XRow.idl \
100    XRowSet.idl \
101    XRowSetListener.idl \
102    XRowUpdate.idl \
103    XSQLData.idl \
104    XSQLInput.idl \
105    XSQLOutput.idl \
106    XStatement.idl \
107    XStruct.idl \
108    XWarningsSupplier.idl
109
110# ------------------------------------------------------------------
111.INCLUDE :  target.mk
112.INCLUDE :  $(PRJ)$/util$/target.pmk
113
114
115