cut out noise in junit stacktrace for output, but keep them in log
[LibreOffice.git] / dbaccess / Library_adabasui.mk
blobb8eadad3724494e53b0b8b8ad70e6a265b472bab
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
4 # The contents of this file are subject to the Mozilla Public License Version
5 # 1.1 (the "License"); you may not use this file except in compliance with
6 # the License or as specified alternatively below. You may obtain a copy of
7 # the License at http://www.mozilla.org/MPL/
9 # Software distributed under the License is distributed on an "AS IS" basis,
10 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11 # for the specific language governing rights and limitations under the
12 # License.
14 # The Initial Developer of the Original Code is
15 # David Tardon, Red Hat Inc. <dtardon@redhat.com>
16 # Portions created by the Initial Developer are Copyright (C) 2010 the
17 # Initial Developer. All Rights Reserved.
19 # Major Contributor(s):
21 # For minor contributions see the git repository.
23 # Alternatively, the contents of this file may be used under the terms of
24 # either the GNU General Public License Version 3 or later (the "GPLv3+"), or
25 # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
26 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
27 # instead of those above.
29 $(eval $(call gb_Library_Library,adabasui))
31 $(eval $(call gb_Library_add_precompiled_header,adabasui,$(SRCDIR)/dbaccess/inc/pch/precompiled_dbaccess))
33 $(eval $(call gb_Library_set_include,adabasui,\
34 $$(INCLUDE) \
35 -I$(realpath $(SRCDIR)/dbaccess/inc/pch) \
36 -I$(OUTDIR)/inc \
39 $(eval $(call gb_Library_add_defs,adabasui,\
40 -DCOMPMOD_NAMESPACE=adabasui \
43 $(eval $(call gb_Library_add_api,adabasui,\
44 offapi \
45 udkapi \
48 $(eval $(call gb_Library_add_linked_libs,adabasui,\
49 comphelper \
50 cppu \
51 cppuhelper \
52 dbtools \
53 sal \
54 sfx \
55 svl \
56 svt \
57 tk \
58 tl \
59 ucbhelper \
60 utl \
61 vcl \
62 $(gb_STDLIBS) \
65 $(eval $(call gb_Library_set_componentfile,adabasui,dbaccess/source/ext/adabas/adabasui))
67 $(eval $(call gb_Library_add_exception_objects,adabasui,\
68 dbaccess/source/ext/adabas/Acomponentmodule \
69 dbaccess/source/ext/adabas/AdabasNewDb \
70 dbaccess/source/ext/adabas/adabasuistrings \
71 dbaccess/source/ext/adabas/ANewDb \
72 dbaccess/source/ext/adabas/Aservices \
73 dbaccess/source/ext/adabas/ASqlNameEdit \
76 # vim: set noet sw=4 ts=4: