xref: /trunk/main/dbaccess/Library_dbmm.mk (revision b63233d8)
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
24$(eval $(call gb_Library_Library,dbmm))
25$(eval $(call gb_Library_add_package_headers,dbmm,dbaccess_inc))
26$(eval $(call gb_Library_add_precompiled_header,dbmm,$(SRCDIR)/dbaccess/inc/pch/precompiled_dbmm))
27
28$(eval $(call gb_Library_set_componentfile,dbmm,dbaccess/source/ext/macromigration/dbmm))
29
30$(eval $(call gb_Library_add_api,dbmm,\
31	udkapi \
32	offapi \
33))
34
35$(eval $(call gb_Library_set_include,dbmm,\
36	-I$(SRCDIR)/dbaccess/inc \
37	-I$(SRCDIR)/dbaccess/source/ext/macromigration \
38	-I$(SRCDIR)/dbaccess/inc/pch \
39	$$(INCLUDE) \
40))
41
42$(eval $(call gb_Library_add_linked_libs,dbmm,\
43	cppu          \
44    cppuhelper    \
45    comphelper    \
46    utl      \
47    tl         \
48	sal           \
49	svt        \
50	svl           \
51	vcl           \
52	svxcore           \
53	svx           \
54	ucbhelper     \
55	stl \
56	xcr \
57    $(gb_STDLIBS) \
58))
59
60$(eval $(call gb_Library_add_exception_objects,dbmm,\
61	dbaccess/source/ext/macromigration/macromigrationwizard \
62	dbaccess/source/ext/macromigration/macromigrationdialog \
63	dbaccess/source/ext/macromigration/macromigrationpages \
64	dbaccess/source/ext/macromigration/dbmm_module \
65	dbaccess/source/ext/macromigration/dbmm_services \
66	dbaccess/source/ext/macromigration/migrationengine \
67	dbaccess/source/ext/macromigration/docinteraction \
68	dbaccess/source/ext/macromigration/progresscapture \
69	dbaccess/source/ext/macromigration/progressmixer \
70	dbaccess/source/ext/macromigration/migrationlog \
71	dbaccess/source/ext/macromigration/dbmm_types \
72))
73
74# vim: set noet sw=4 ts=4:
75