Bump version to 4.1-6
[LibreOffice.git] / tools / Library_tl.mk
blobe0d19b84e358f675e73839b0782ebef5a73d6f37
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 # This file incorporates work covered by the following license notice:
11 # Licensed to the Apache Software Foundation (ASF) under one or more
12 # contributor license agreements. See the NOTICE file distributed
13 # with this work for additional information regarding copyright
14 # ownership. The ASF licenses this file to you under the Apache
15 # License, Version 2.0 (the "License"); you may not use this file
16 # except in compliance with the License. You may obtain a copy of
17 # the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 $(eval $(call gb_Library_Library,tl))
22 $(eval $(call gb_Library_use_custom_headers,tl,tools/reversemap))
24 $(eval $(call gb_Library_set_include,tl,\
25 -I$(SRCDIR)/tools/inc \
26 $$(INCLUDE) \
29 $(eval $(call gb_Library_add_defs,tl,\
30 -DTOOLS_DLLIMPLEMENTATION \
33 $(eval $(call gb_Library_use_sdk_api,tl))
35 $(eval $(call gb_Library_use_libraries,tl,\
36 basegfx \
37 comphelper \
38 i18nlangtag \
39 cppu \
40 sal \
41 $(gb_UWINAPI) \
45 $(eval $(call gb_Library_add_exception_objects,tl,\
46 tools/source/datetime/datetime \
47 tools/source/datetime/tdate \
48 tools/source/datetime/ttime \
49 tools/source/debug/debug \
50 tools/source/fsys/tempfile \
51 tools/source/fsys/urlobj \
52 tools/source/fsys/wldcrd \
53 tools/source/generic/b3dtrans \
54 tools/source/generic/bigint \
55 tools/source/generic/color \
56 tools/source/generic/config \
57 tools/source/generic/fract \
58 tools/source/generic/gen \
59 tools/source/generic/line \
60 tools/source/generic/link \
61 tools/source/generic/poly \
62 tools/source/generic/poly2 \
63 tools/source/generic/svborder \
64 tools/source/generic/toolsin \
65 tools/source/inet/inetmime \
66 tools/source/inet/inetmsg \
67 tools/source/inet/inetstrm \
68 tools/source/memtools/mempool \
69 tools/source/memtools/multisel \
70 tools/source/memtools/unqidx \
71 tools/source/misc/appendunixshellword \
72 tools/source/misc/extendapplicationenvironment \
73 tools/source/misc/getprocessworkingdir \
74 tools/source/misc/solarmutex \
75 tools/source/misc/toolsdll \
76 tools/source/rc/rc \
77 tools/source/rc/resary \
78 tools/source/rc/resmgr \
79 tools/source/ref/errinf \
80 tools/source/ref/globname \
81 tools/source/ref/pstm \
82 tools/source/ref/ref \
83 tools/source/stream/cachestr \
84 tools/source/stream/stream \
85 tools/source/stream/strmsys \
86 tools/source/stream/vcompat \
87 tools/source/string/tenccvt \
88 tools/source/string/tustring \
89 tools/source/string/reversemap \
90 tools/source/zcodec/zcodec \
93 $(eval $(call gb_Library_use_externals,tl,\
94 boost_headers \
95 zlib \
98 ifeq ($(OS),LINUX)
99 $(eval $(call gb_Library_add_libs,tl,\
100 -lrt \
102 endif
104 ifeq ($(OS),WNT)
106 $(eval $(call gb_Library_use_system_win32_libs,tl,\
107 mpr \
108 ole32 \
109 shell32 \
110 uuid \
113 endif
115 # vim: set noet sw=4 ts=4: