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