merged tag ooo/OOO330_m14
[LibreOffice.git] / offapi / com / sun / star / sdbc / makefile.mk
blobaa033684a4cfebb375b4f86cbab35e728b0e3346
1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 #
5 # Copyright 2000, 2010 Oracle and/or its affiliates.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # This file is part of OpenOffice.org.
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.
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).
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.
26 #*************************************************************************
28 PRJ=..$/..$/..$/..
30 PRJNAME=offapi
32 TARGET=csssdbc
33 PACKAGE=com$/sun$/star$/sdbc
35 # --- Settings -----------------------------------------------------
36 .INCLUDE : $(PRJ)$/util$/makefile.pmk
38 # ------------------------------------------------------------------------
39 IDLFILES=\
40 BatchUpdateException.idl \
41 BestRowScope.idl \
42 BestRowType.idl \
43 CallableStatement.idl \
44 ChangeAction.idl \
45 ChangeEvent.idl \
46 ColumnSearch.idl \
47 ColumnType.idl \
48 ColumnValue.idl \
49 Connection.idl \
50 ConnectionPool.idl \
51 ConnectionProperties.idl \
52 DataTruncation.idl \
53 DataType.idl \
54 DBASEConnectionProperties.idl \
55 Deferrability.idl \
56 Driver.idl \
57 DriverManager.idl \
58 DriverPropertyInfo.idl \
59 FetchDirection.idl \
60 FILEConnectionProperties.idl \
61 FLATConnectionProperties.idl \
62 IndexType.idl \
63 JDBCConnectionProperties.idl \
64 KeyRule.idl \
65 ODBCConnectionProperties.idl \
66 PreparedStatement.idl \
67 ProcedureColumn.idl \
68 ProcedureResult.idl \
69 ResultSet.idl \
70 ResultSetConcurrency.idl \
71 ResultSetType.idl \
72 RowSet.idl \
73 SQLException.idl \
74 SQLWarning.idl \
75 Statement.idl \
76 TransactionIsolation.idl \
77 XArray.idl \
78 XBatchExecution.idl \
79 XBlob.idl \
80 XClob.idl \
81 XCloseable.idl \
82 XColumnLocate.idl \
83 XConnection.idl \
84 XDatabaseMetaData.idl \
85 XDatabaseMetaData2.idl \
86 XDataSource.idl \
87 XDriver.idl \
88 XDriverAccess.idl \
89 XDriverManager.idl \
90 XGeneratedResultSet.idl \
91 XIsolatedConnection.idl \
92 XMultipleResults.idl \
93 XOutParameters.idl \
94 XParameters.idl \
95 XPooledConnection.idl \
96 XPreparedBatchExecution.idl \
97 XPreparedStatement.idl \
98 XRef.idl \
99 XResultSet.idl \
100 XResultSetMetaData.idl \
101 XResultSetMetaDataSupplier.idl \
102 XResultSetUpdate.idl \
103 XRow.idl \
104 XRowSet.idl \
105 XRowSetListener.idl \
106 XRowUpdate.idl \
107 XSQLData.idl \
108 XSQLInput.idl \
109 XSQLOutput.idl \
110 XStatement.idl \
111 XStruct.idl \
112 XWarningsSupplier.idl
114 # ------------------------------------------------------------------
115 .INCLUDE : target.mk
116 .INCLUDE : $(PRJ)$/util$/target.pmk