xref: /aoo41x/main/offapi/com/sun/star/sdbc/makefile.mk (revision cdf0e10c)
1#*************************************************************************
2#
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# Copyright 2000, 2010 Oracle and/or its affiliates.
6#
7# OpenOffice.org - a multi-platform office productivity suite
8#
9# This file is part of OpenOffice.org.
10#
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.
14#
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).
20#
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.
25#
26#*************************************************************************
27
28PRJ=..$/..$/..$/..
29
30PRJNAME=offapi
31
32TARGET=csssdbc
33PACKAGE=com$/sun$/star$/sdbc
34
35# --- Settings -----------------------------------------------------
36.INCLUDE :  $(PRJ)$/util$/makefile.pmk
37
38# ------------------------------------------------------------------------
39IDLFILES=\
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
113
114# ------------------------------------------------------------------
115.INCLUDE :  target.mk
116.INCLUDE :  $(PRJ)$/util$/target.pmk
117
118
119