update dev300-m58
[ooovba.git] / offapi / com / sun / star / sdbcx / makefile.mk
blob28c1ee3d16cdc2160deb10b172e016116349e3d2
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.9 $
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=csssdbcx
37 PACKAGE=com$/sun$/star$/sdbcx
39 # --- Settings -----------------------------------------------------
40 .INCLUDE : $(PRJ)$/util$/makefile.pmk
42 # ------------------------------------------------------------------------
43 IDLFILES=\
44 CheckOption.idl \
45 CompareBookmark.idl \
46 Column.idl \
47 ColumnDescriptor.idl \
48 Container.idl \
49 DatabaseDefinition.idl \
50 Descriptor.idl \
51 Driver.idl \
52 Group.idl \
53 GroupDescriptor.idl \
54 Index.idl \
55 IndexColumn.idl \
56 IndexColumnDescriptor.idl \
57 IndexDescriptor.idl \
58 Key.idl \
59 KeyColumn.idl \
60 KeyDescriptor.idl \
61 KeyColumnDescriptor.idl \
62 KeyDescriptor.idl \
63 KeyType.idl \
64 PreparedStatement.idl \
65 Privilege.idl \
66 PrivilegeObject.idl \
67 ReferenceColumn.idl \
68 ResultSet.idl \
69 Statement.idl \
70 Table.idl \
71 TableDescriptor.idl \
72 User.idl \
73 UserDescriptor.idl \
74 View.idl \
75 ViewDescriptor.idl \
76 XAlterTable.idl \
77 XAlterView.idl \
78 XAppend.idl \
79 XAuthorizable.idl \
80 XColumnsSupplier.idl \
81 XCreateCatalog.idl \
82 XDeleteRows.idl \
83 XDataDefinitionSupplier.idl \
84 XDataDescriptorFactory.idl \
85 XDrop.idl \
86 XDropCatalog.idl \
87 XGroupsSupplier.idl \
88 XIndexesSupplier.idl \
89 XKeysSupplier.idl \
90 XRename.idl \
91 XRowLocate.idl \
92 XTablesSupplier.idl \
93 XUser.idl \
94 XUsersSupplier.idl \
95 XViewsSupplier.idl \
97 # ------------------------------------------------------------------
98 .INCLUDE : target.mk
99 .INCLUDE : $(PRJ)$/util$/target.pmk