xref: /aoo41x/main/offapi/com/sun/star/sdb/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=csssdb
33PACKAGE=com$/sun$/star$/sdb
34
35# --- Settings -----------------------------------------------------
36.INCLUDE :  $(PRJ)$/util$/makefile.pmk
37
38
39UNOIDLDEFS += -w
40
41# ------------------------------------------------------------------------
42IDLFILES=\
43	BooleanComparisonMode.idl \
44	CallableStatement.idl \
45	Column.idl \
46	ColumnDescriptorControl.idl \
47	ColumnDescriptorControlModel.idl \
48	ColumnSettings.idl \
49	CommandType.idl \
50	Connection.idl \
51	ContentLoader.idl \
52	DataAccessDescriptor.idl \
53	DataAccessDescriptorFactory.idl \
54	DatabaseAccess.idl \
55	DatabaseAccessConnection.idl \
56	DatabaseAccessContext.idl \
57	DatabaseAccessDataSource.idl\
58	DatabaseContext.idl \
59	DatabaseDocument.idl \
60	DatabaseEnvironment.idl \
61	DatabaseInteractionHandler.idl \
62	DatabaseRegistrationEvent.idl \
63	DataColumn.idl \
64	DataSettings.idl \
65	DataSource.idl \
66	DatasourceAdministrationDialog.idl \
67	DataSourceBrowser.idl \
68	DefinitionContainer.idl \
69	DefinitionContent.idl \
70    Document.idl \
71	DocumentContainer.idl \
72	DocumentDataSource.idl \
73	DocumentDefinition.idl \
74	DocumentSaveRequest.idl \
75	ErrorCondition.idl \
76	ErrorMessageDialog.idl \
77	Forms.idl \
78	InteractionHandler.idl \
79	OfficeDatabaseDocument.idl \
80	OrderColumn.idl \
81	ParametersRequest.idl \
82	PreparedStatement.idl \
83	Query.idl \
84	QueryDefinition.idl \
85	QueryDescriptor.idl \
86	QueryDesign.idl \
87	RelationDesign.idl \
88	Reports.idl \
89	ResultColumn.idl \
90	ResultSet.idl \
91	RowChangeAction.idl \
92	RowChangeEvent.idl \
93	RowsChangeEvent.idl \
94	RowSet.idl \
95	RowSetVetoException.idl \
96	SingleSelectQueryAnalyzer.idl \
97	SingleSelectQueryComposer.idl \
98	SQLContext.idl \
99	SQLErrorEvent.idl \
100	SQLFilterOperator.idl \
101	SQLQueryComposer.idl \
102	Table.idl \
103	TableDescriptor.idl \
104	TableDesign.idl \
105	XAlterQuery.idl \
106	XBookmarksSupplier.idl \
107	XColumn.idl \
108	XColumnUpdate.idl \
109	XCommandPreparation.idl \
110	XCompletedConnection.idl \
111	XCompletedExecution.idl \
112	XDataAccessDescriptorFactory.idl \
113	XDatabaseAccess.idl \
114	XDatabaseAccessListener.idl \
115	XDatabaseRegistrations.idl \
116	XDatabaseRegistrationsListener.idl \
117	XDatabaseEnvironment.idl \
118	XDocumentDataSource.idl \
119	XFormDocumentsSupplier.idl \
120	XInteractionDocumentSave.idl \
121	XInteractionSupplyParameters.idl \
122	XOfficeDatabaseDocument.idl \
123	XParametersSupplier.idl \
124	XQueriesSupplier.idl \
125	XQueryDefinitionsSupplier.idl \
126	XReportDocumentsSupplier.idl \
127	XResultSetAccess.idl \
128	XRowSetApproveBroadcaster.idl \
129	XRowSetApproveListener.idl \
130	XRowSetChangeBroadcaster.idl \
131	XRowSetChangeListener.idl \
132	XRowsChangeBroadcaster.idl \
133	XRowsChangeListener.idl \
134	XRowSetSupplier.idl \
135	XSingleSelectQueryAnalyzer.idl \
136	XSingleSelectQueryComposer.idl \
137	XSubDocument.idl \
138	XSQLErrorBroadcaster.idl \
139	XSQLErrorListener.idl \
140	XSQLQueryComposer.idl \
141	XSQLQueryComposerFactory.idl
142
143# ------------------------------------------------------------------
144.INCLUDE :  target.mk
145.INCLUDE :  $(PRJ)$/util$/target.pmk
146
147
148