Update ooo320-m1
[ooovba.git] / offapi / com / sun / star / sdb / makefile.mk
blobb535584fc4b8996a4b23b0fb0516dc726d99b287
1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 #
5 # Copyright 2008 by Sun Microsystems, Inc.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # $RCSfile: makefile.mk,v $
11 # $Revision: 1.25 $
13 # This file is part of OpenOffice.org.
15 # OpenOffice.org is free software: you can redistribute it and/or modify
16 # it under the terms of the GNU Lesser General Public License version 3
17 # only, as published by the Free Software Foundation.
19 # OpenOffice.org is distributed in the hope that it will be useful,
20 # but WITHOUT ANY WARRANTY; without even the implied warranty of
21 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 # GNU Lesser General Public License version 3 for more details
23 # (a copy is included in the LICENSE file that accompanied this code).
25 # You should have received a copy of the GNU Lesser General Public License
26 # version 3 along with OpenOffice.org. If not, see
27 # <http://www.openoffice.org/license.html>
28 # for a copy of the LGPLv3 License.
30 #*************************************************************************
32 PRJ=..$/..$/..$/..
34 PRJNAME=offapi
36 TARGET=csssdb
37 PACKAGE=com$/sun$/star$/sdb
39 # --- Settings -----------------------------------------------------
40 .INCLUDE : $(PRJ)$/util$/makefile.pmk
43 UNOIDLDEFS += -w
45 # ------------------------------------------------------------------------
46 IDLFILES=\
47 BooleanComparisonMode.idl \
48 CallableStatement.idl \
49 Column.idl \
50 ColumnDescriptorControl.idl \
51 ColumnDescriptorControlModel.idl \
52 ColumnSettings.idl \
53 CommandType.idl \
54 Connection.idl \
55 ContentLoader.idl \
56 DataAccessDescriptor.idl \
57 DataAccessDescriptorFactory.idl \
58 DatabaseAccess.idl \
59 DatabaseAccessConnection.idl \
60 DatabaseAccessContext.idl \
61 DatabaseAccessDataSource.idl\
62 DatabaseContext.idl \
63 DatabaseDocument.idl \
64 DatabaseEnvironment.idl \
65 DataColumn.idl \
66 DataSettings.idl \
67 DataSource.idl \
68 DatasourceAdministrationDialog.idl \
69 DataSourceBrowser.idl \
70 DefinitionContainer.idl \
71 DefinitionContent.idl \
72 Document.idl \
73 DocumentContainer.idl \
74 DocumentDataSource.idl \
75 DocumentDefinition.idl \
76 DocumentSaveRequest.idl \
77 ErrorCondition.idl \
78 ErrorMessageDialog.idl \
79 Forms.idl \
80 InteractionHandler.idl \
81 OfficeDatabaseDocument.idl \
82 OrderColumn.idl \
83 ParametersRequest.idl \
84 PreparedStatement.idl \
85 Query.idl \
86 QueryDefinition.idl \
87 QueryDescriptor.idl \
88 QueryDesign.idl \
89 RelationDesign.idl \
90 Reports.idl \
91 ResultColumn.idl \
92 ResultSet.idl \
93 RowChangeAction.idl \
94 RowChangeEvent.idl \
95 RowSet.idl \
96 RowSetVetoException.idl \
97 SingleSelectQueryAnalyzer.idl \
98 SingleSelectQueryComposer.idl \
99 SQLContext.idl \
100 SQLErrorEvent.idl \
101 SQLFilterOperator.idl \
102 SQLQueryComposer.idl \
103 Table.idl \
104 TableDescriptor.idl \
105 TableDesign.idl \
106 XAlterQuery.idl \
107 XBookmarksSupplier.idl \
108 XColumn.idl \
109 XColumnUpdate.idl \
110 XCommandPreparation.idl \
111 XCompletedConnection.idl \
112 XCompletedExecution.idl \
113 XDataAccessDescriptorFactory.idl \
114 XDatabaseAccess.idl \
115 XDatabaseAccessListener.idl \
116 XDatabaseEnvironment.idl \
117 XDocumentDataSource.idl \
118 XFormDocumentsSupplier.idl \
119 XInteractionDocumentSave.idl \
120 XInteractionSupplyParameters.idl \
121 XOfficeDatabaseDocument.idl \
122 XParametersSupplier.idl \
123 XQueriesSupplier.idl \
124 XQueryDefinitionsSupplier.idl \
125 XReportDocumentsSupplier.idl \
126 XResultSetAccess.idl \
127 XRowSetApproveBroadcaster.idl \
128 XRowSetApproveListener.idl \
129 XRowSetChangeBroadcaster.idl \
130 XRowSetChangeListener.idl \
131 XRowSetSupplier.idl \
132 XSingleSelectQueryAnalyzer.idl \
133 XSingleSelectQueryComposer.idl \
134 XSubDocument.idl \
135 XSQLErrorBroadcaster.idl \
136 XSQLErrorListener.idl \
137 XSQLQueryComposer.idl \
138 XSQLQueryComposerFactory.idl
140 # ------------------------------------------------------------------
141 .INCLUDE : target.mk
142 .INCLUDE : $(PRJ)$/util$/target.pmk