bump product version to 4.1.6.2
[LibreOffice.git] / framework / Library_fwk.mk
blobbc9b711f2f4d4453031c2b50cd4d58f0a2224249
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,fwk))
22 $(eval $(call gb_Library_set_componentfile,fwk,framework/util/fwk))
24 $(eval $(call gb_Library_set_include,fwk,\
25 -I$(SRCDIR)/framework/source/inc \
26 -I$(SRCDIR)/framework/inc \
27 $$(INCLUDE) \
30 $(eval $(call gb_Library_use_external,fwk,boost_headers))
32 $(eval $(call gb_Library_use_custom_headers,fwk,\
33 officecfg/registry \
36 $(eval $(call gb_Library_use_sdk_api,fwk))
38 $(eval $(call gb_Library_use_libraries,fwk,\
39 comphelper \
40 cppu \
41 cppuhelper \
42 fwe \
43 fwi \
44 i18nlangtag \
45 sal \
46 sot \
47 svl \
48 svt \
49 tk \
50 tl \
51 ucbhelper \
52 utl \
53 vcl \
54 $(gb_UWINAPI) \
57 $(eval $(call gb_Library_add_exception_objects,fwk,\
58 framework/source/accelerators/acceleratorcache \
59 framework/source/accelerators/acceleratorconfiguration \
60 framework/source/accelerators/documentacceleratorconfiguration \
61 framework/source/accelerators/globalacceleratorconfiguration \
62 framework/source/accelerators/keymapping \
63 framework/source/accelerators/moduleacceleratorconfiguration \
64 framework/source/accelerators/presethandler \
65 framework/source/accelerators/storageholder \
66 framework/source/classes/droptargetlistener \
67 framework/source/classes/framecontainer \
68 framework/source/classes/fwktabwindow \
69 framework/source/classes/menumanager \
70 framework/source/classes/taskcreator \
71 framework/source/constant/containerquery \
72 framework/source/dispatch/closedispatcher \
73 framework/source/dispatch/dispatchinformationprovider \
74 framework/source/dispatch/dispatchprovider \
75 framework/source/dispatch/interceptionhelper \
76 framework/source/dispatch/loaddispatcher \
77 framework/source/dispatch/menudispatcher \
78 framework/source/dispatch/startmoduledispatcher \
79 framework/source/dispatch/windowcommanddispatch \
80 framework/source/helper/dockingareadefaultacceptor \
81 framework/source/helper/ocomponentaccess \
82 framework/source/helper/ocomponentenumeration \
83 framework/source/helper/oframes \
84 framework/source/helper/persistentwindowstate \
85 framework/source/helper/statusindicator \
86 framework/source/helper/statusindicatorfactory \
87 framework/source/helper/tagwindowasmodified \
88 framework/source/helper/titlebarupdate \
89 framework/source/helper/uiconfigelementwrapperbase \
90 framework/source/helper/uielementwrapperbase \
91 framework/source/helper/vclstatusindicator \
92 framework/source/helper/wakeupthread \
93 framework/source/interaction/quietinteraction \
94 framework/source/jobs/job \
95 framework/source/jobs/jobdata \
96 framework/source/jobs/jobdispatch \
97 framework/source/jobs/jobexecutor \
98 framework/source/jobs/jobresult \
99 framework/source/jobs/joburl \
100 framework/source/layoutmanager/helpers \
101 framework/source/layoutmanager/layoutmanager \
102 framework/source/layoutmanager/toolbarlayoutmanager \
103 framework/source/layoutmanager/uielement \
104 framework/source/loadenv/loadenv \
105 framework/source/loadenv/targethelper \
106 framework/source/register/registerservices \
107 framework/source/services/autorecovery \
108 framework/source/services/backingcomp \
109 framework/source/services/backingwindow \
110 framework/source/services/desktop \
111 framework/source/services/ContextChangeEventMultiplexer \
112 framework/source/services/frame \
113 framework/source/services/modulemanager \
114 framework/source/services/pathsettings \
115 framework/source/services/sessionlistener \
116 framework/source/services/substitutepathvars \
117 framework/source/services/tabwindowservice \
118 framework/source/services/taskcreatorsrv \
119 framework/source/services/urltransformer \
120 framework/source/uiconfiguration/globalsettings \
121 framework/source/uiconfiguration/graphicnameaccess \
122 framework/source/uiconfiguration/imagemanager \
123 framework/source/uiconfiguration/imagemanagerimpl \
124 framework/source/uiconfiguration/moduleimagemanager \
125 framework/source/uiconfiguration/moduleuicfgsupplier \
126 framework/source/uiconfiguration/moduleuiconfigurationmanager \
127 framework/source/uiconfiguration/uicategorydescription \
128 framework/source/uiconfiguration/uiconfigurationmanager \
129 framework/source/uiconfiguration/windowstateconfiguration \
130 framework/source/uielement/addonstoolbarmanager \
131 framework/source/uielement/addonstoolbarwrapper \
132 framework/source/uielement/buttontoolbarcontroller \
133 framework/source/uielement/comboboxtoolbarcontroller \
134 framework/source/uielement/complextoolbarcontroller \
135 framework/source/uielement/controlmenucontroller \
136 framework/source/uielement/dropdownboxtoolbarcontroller \
137 framework/source/uielement/edittoolbarcontroller \
138 framework/source/uielement/genericstatusbarcontroller \
139 framework/source/uielement/generictoolbarcontroller \
140 framework/source/uielement/imagebuttontoolbarcontroller \
141 framework/source/uielement/langselectionstatusbarcontroller \
142 framework/source/uielement/menubarmanager \
143 framework/source/uielement/menubarmerger \
144 framework/source/uielement/menubarwrapper \
145 framework/source/uielement/objectmenucontroller \
146 framework/source/uielement/progressbarwrapper \
147 framework/source/uielement/recentfilesmenucontroller \
148 framework/source/uielement/spinfieldtoolbarcontroller \
149 framework/source/uielement/statusbar \
150 framework/source/uielement/statusbaritem \
151 framework/source/uielement/statusbarmanager \
152 framework/source/uielement/statusbarmerger \
153 framework/source/uielement/statusbarwrapper \
154 framework/source/uielement/statusindicatorinterfacewrapper \
155 framework/source/uielement/togglebuttontoolbarcontroller \
156 framework/source/uielement/toolbarmanager \
157 framework/source/uielement/toolbarmerger \
158 framework/source/uielement/toolbarwrapper \
159 framework/source/uielement/uicommanddescription \
160 framework/source/uifactory/addonstoolboxfactory \
161 framework/source/uifactory/factoryconfiguration \
162 framework/source/uifactory/menubarfactory \
163 framework/source/uifactory/statusbarfactory \
164 framework/source/uifactory/uicontrollerfactory \
165 framework/source/uifactory/toolboxfactory \
166 framework/source/uifactory/uielementfactorymanager \
167 framework/source/uifactory/windowcontentfactorymanager \
168 framework/source/xml/acceleratorconfigurationreader \
169 framework/source/xml/acceleratorconfigurationwriter \
170 framework/source/xml/imagesconfiguration \
171 framework/source/xml/imagesdocumenthandler \
174 # vim: set noet sw=4 ts=4: