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