Version 3.6.0.2, tag libreoffice-3.6.0.2
[LibreOffice.git] / connectivity / Library_flat.mk
blob82885ceb2e90972ef560f2e8ee5be4e38bed88a7
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
5 # The contents of this file are subject to the Mozilla Public License Version
6 # 1.1 (the "License"); you may not use this file except in compliance with
7 # the License or as specified alternatively below. You may obtain a copy of
8 # the License at http://www.mozilla.org/MPL/
10 # Software distributed under the License is distributed on an "AS IS" basis,
11 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
12 # for the specific language governing rights and limitations under the
13 # License.
15 # Major Contributor(s):
16 # Copyright (C) 2011 Peter Foley <pefoley2@verizon.net> (initial developer)
18 # All Rights Reserved.
20 # For minor contributions see the git repository.
22 # Alternatively, the contents of this file may be used under the terms of
23 # either the GNU General Public License Version 3 or later (the "GPLv3+"), or
24 # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
25 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
26 # instead of those above.
28 $(eval $(call gb_Library_Library,flat))
30 $(eval $(call gb_Library_set_componentfile,flat,connectivity/source/drivers/flat/flat))
32 $(eval $(call gb_Library_use_api,flat,\
33 offapi \
34 udkapi \
37 $(eval $(call gb_Library_set_include,flat,\
38 $$(INCLUDE) \
39 -I$(SRCDIR)/connectivity/inc \
40 -I$(SRCDIR)/connectivity/source/inc \
43 $(eval $(call gb_Library_use_libraries,flat,\
44 cppu \
45 cppuhelper \
46 tl \
47 svl \
48 utl \
49 sal \
50 salhelper \
51 dbtools \
52 file \
53 comphelper \
54 $(gb_STDLIBS) \
57 $(eval $(call gb_Library_add_exception_objects,flat,\
58 connectivity/source/drivers/flat/EResultSet \
59 connectivity/source/drivers/flat/EStatement \
60 connectivity/source/drivers/flat/EPreparedStatement \
61 connectivity/source/drivers/flat/ETable \
62 connectivity/source/drivers/flat/EDatabaseMetaData \
63 connectivity/source/drivers/flat/ECatalog \
64 connectivity/source/drivers/flat/EColumns \
65 connectivity/source/drivers/flat/ETables \
66 connectivity/source/drivers/flat/EConnection \
67 connectivity/source/drivers/flat/Eservices \
68 connectivity/source/drivers/flat/EDriver \
71 # vim: set noet sw=4 ts=4: