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/.
11 # utl is the name of the library as it is found in Repository.mk
12 $(eval
$(call gb_Library_Library
,utl
))
14 $(eval
$(call gb_Library_use_external
,utl
,boost_headers
))
16 # in case UNO services are exported: declare location of component file
17 $(eval
$(call gb_Library_set_componentfile
,utl
,unotools
/util
/utl
))
19 # add any additional definitions to be set for compilation here
20 # (e.g. -DLIB_DLLIMPLEMENTATION)
21 $(eval
$(call gb_Library_add_defs
,utl
,\
22 -DUNOTOOLS_DLLIMPLEMENTATION \
25 $(eval
$(call gb_Library_use_sdk_api
,utl
))
27 # add libraries to be linked to utl; again these names need to be given as
28 # specified in Repository.mk
29 $(eval
$(call gb_Library_use_libraries
,utl
,\
41 # add all source files that shall be compiled with exceptions enabled
42 # the name is relative to $(SRCROOT) and must not contain an extension
43 $(eval
$(call gb_Library_add_exception_objects
,utl
,\
44 unotools
/source
/accessibility
/accessiblerelationsethelper \
45 unotools
/source
/accessibility
/accessiblestatesethelper \
46 unotools
/source
/config
/bootstrap \
47 unotools
/source
/config
/cmdoptions \
48 unotools
/source
/config
/compatibility \
49 unotools
/source
/config
/configitem \
50 unotools
/source
/config
/configmgr \
51 unotools
/source
/config
/confignode \
52 unotools
/source
/config
/configpaths \
53 unotools
/source
/config
/configvaluecontainer \
54 unotools
/source
/config
/defaultoptions \
55 unotools
/source
/config
/docinfohelper \
56 unotools
/source
/config
/dynamicmenuoptions \
57 unotools
/source
/config
/eventcfg \
58 unotools
/source
/config
/extendedsecurityoptions \
59 unotools
/source
/config
/fltrcfg \
60 unotools
/source
/config
/fontcfg \
61 unotools
/source
/config
/fontoptions \
62 unotools
/source
/config
/historyoptions \
63 unotools
/source
/config
/itemholder1 \
64 unotools
/source
/config
/lingucfg \
65 unotools
/source
/config
/localisationoptions \
66 unotools
/source
/config
/misccfg \
67 unotools
/source
/config
/moduleoptions \
68 unotools
/source
/config
/options \
69 unotools
/source
/config
/optionsdlg \
70 unotools
/source
/config
/pathoptions \
71 unotools
/source
/config
/printwarningoptions \
72 unotools
/source
/config
/saveopt \
73 unotools
/source
/config
/searchopt \
74 unotools
/source
/config
/securityoptions \
75 unotools
/source
/config
/syslocaleoptions \
76 unotools
/source
/config
/useroptions \
77 unotools
/source
/config
/viewoptions \
78 unotools
/source
/config
/xmlaccelcfg \
79 unotools
/source
/i18n
/calendarwrapper \
80 unotools
/source
/i18n
/caserotate \
81 unotools
/source
/i18n
/charclass \
82 unotools
/source
/i18n
/collatorwrapper \
83 unotools
/source
/i18n
/intlwrapper \
84 unotools
/source
/i18n
/localedatawrapper \
85 unotools
/source
/i18n
/nativenumberwrapper \
86 unotools
/source
/i18n
/numberformatcodewrapper \
87 unotools
/source
/i18n
/readwritemutexguard \
88 unotools
/source
/i18n
/textsearch \
89 unotools
/source
/i18n
/transliterationwrapper \
90 unotools
/source
/misc
/atom \
91 unotools
/source
/misc
/closeveto \
92 unotools
/source
/misc
/componentresmodule \
93 unotools
/source
/misc
/datetime \
94 unotools
/source
/misc
/desktopterminationobserver \
95 unotools
/source
/misc
/eventlisteneradapter \
96 unotools
/source
/misc
/fontcvt \
97 unotools
/source
/misc
/fontdefs \
98 unotools
/source
/misc
/sharedunocomponent \
99 unotools
/source
/misc
/syslocale \
100 unotools
/source
/streaming
/streamhelper \
101 unotools
/source
/streaming
/streamwrap \
102 unotools
/source
/ucbhelper
/localfilehelper \
103 unotools
/source
/ucbhelper
/progresshandlerwrap \
104 unotools
/source
/ucbhelper
/tempfile \
105 unotools
/source
/ucbhelper
/ucbhelper \
106 unotools
/source
/ucbhelper
/ucblockbytes \
107 unotools
/source
/ucbhelper
/ucbstreamhelper \
108 unotools
/source
/ucbhelper
/xtempfile \
111 # vim: set noet sw=4 ts=4: