xref: /trunk/main/framework/Library_fwk.mk (revision 2e2269f7)
17871dc3eSAndrew Rist#**************************************************************
27871dc3eSAndrew Rist#
37871dc3eSAndrew Rist#  Licensed to the Apache Software Foundation (ASF) under one
47871dc3eSAndrew Rist#  or more contributor license agreements.  See the NOTICE file
57871dc3eSAndrew Rist#  distributed with this work for additional information
67871dc3eSAndrew Rist#  regarding copyright ownership.  The ASF licenses this file
77871dc3eSAndrew Rist#  to you under the Apache License, Version 2.0 (the
87871dc3eSAndrew Rist#  "License"); you may not use this file except in compliance
97871dc3eSAndrew Rist#  with the License.  You may obtain a copy of the License at
107871dc3eSAndrew Rist#
117871dc3eSAndrew Rist#    http://www.apache.org/licenses/LICENSE-2.0
127871dc3eSAndrew Rist#
137871dc3eSAndrew Rist#  Unless required by applicable law or agreed to in writing,
147871dc3eSAndrew Rist#  software distributed under the License is distributed on an
157871dc3eSAndrew Rist#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
167871dc3eSAndrew Rist#  KIND, either express or implied.  See the License for the
177871dc3eSAndrew Rist#  specific language governing permissions and limitations
187871dc3eSAndrew Rist#  under the License.
197871dc3eSAndrew Rist#
207871dc3eSAndrew Rist#**************************************************************
217871dc3eSAndrew Rist
227871dc3eSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir$(eval $(call gb_Library_Library,fwk))
25cdf0e10cSrcweir
26cdf0e10cSrcweir$(eval $(call gb_Library_add_precompiled_header,fwk,$(SRCDIR)/framework/inc/pch/precompiled_framework))
27cdf0e10cSrcweir
28cdf0e10cSrcweir$(eval $(call gb_Library_set_componentfile,fwk,framework/util/fwk))
29cdf0e10cSrcweir
30cdf0e10cSrcweir$(eval $(call gb_Library_set_include,fwk,\
31cdf0e10cSrcweir	-I$(SRCDIR)/framework/inc/pch \
32cdf0e10cSrcweir	-I$(SRCDIR)/framework/source/inc \
33cdf0e10cSrcweir	-I$(SRCDIR)/framework/inc \
34cdf0e10cSrcweir	-I$(WORKDIR)/inc/framework/ \
35cdf0e10cSrcweir	$$(INCLUDE) \
36cdf0e10cSrcweir	-I$(OUTDIR)/inc/framework \
37cdf0e10cSrcweir	-I$(OUTDIR)/inc/offuh \
38cdf0e10cSrcweir))
39cdf0e10cSrcweir
40cdf0e10cSrcweir$(eval $(call gb_Library_add_linked_libs,fwk,\
41cdf0e10cSrcweir	comphelper \
42cdf0e10cSrcweir	cppu \
43cdf0e10cSrcweir	cppuhelper \
44cdf0e10cSrcweir	fwe \
45cdf0e10cSrcweir	fwi \
46cdf0e10cSrcweir	i18nisolang1 \
47cdf0e10cSrcweir	sal \
48cdf0e10cSrcweir	sot \
49cdf0e10cSrcweir	stl \
50cdf0e10cSrcweir	svl \
51cdf0e10cSrcweir	svt \
52*2e2269f7SJürgen Schmidt	ootk \
53cdf0e10cSrcweir	tl \
54cdf0e10cSrcweir	ucbhelper \
55cdf0e10cSrcweir	utl \
56cdf0e10cSrcweir	vcl \
57cdf0e10cSrcweir	$(gb_STDLIBS) \
58cdf0e10cSrcweir))
59cdf0e10cSrcweir
60cdf0e10cSrcweir$(eval $(call gb_Library_add_exception_objects,fwk,\
61cdf0e10cSrcweir	framework/source/accelerators/acceleratorcache \
62cdf0e10cSrcweir	framework/source/accelerators/acceleratorconfiguration \
63cdf0e10cSrcweir	framework/source/accelerators/documentacceleratorconfiguration \
64cdf0e10cSrcweir	framework/source/accelerators/globalacceleratorconfiguration \
65cdf0e10cSrcweir	framework/source/accelerators/keymapping \
66cdf0e10cSrcweir	framework/source/accelerators/moduleacceleratorconfiguration \
67cdf0e10cSrcweir	framework/source/accelerators/presethandler \
68cdf0e10cSrcweir	framework/source/accelerators/storageholder \
69cdf0e10cSrcweir	framework/source/classes/droptargetlistener \
70cdf0e10cSrcweir	framework/source/classes/framecontainer \
71cdf0e10cSrcweir	framework/source/classes/fwktabwindow \
72cdf0e10cSrcweir	framework/source/classes/menumanager \
73cdf0e10cSrcweir	framework/source/classes/taskcreator \
74cdf0e10cSrcweir	framework/source/constant/containerquery \
75cdf0e10cSrcweir	framework/source/constant/contenthandler \
76cdf0e10cSrcweir	framework/source/constant/frameloader \
77cdf0e10cSrcweir	framework/source/dispatch/closedispatcher \
78cdf0e10cSrcweir	framework/source/dispatch/dispatchinformationprovider \
79cdf0e10cSrcweir	framework/source/dispatch/dispatchprovider \
80cdf0e10cSrcweir	framework/source/dispatch/helpagentdispatcher \
81cdf0e10cSrcweir	framework/source/dispatch/interceptionhelper \
82cdf0e10cSrcweir	framework/source/dispatch/loaddispatcher \
83cdf0e10cSrcweir	framework/source/dispatch/menudispatcher \
84cdf0e10cSrcweir	framework/source/dispatch/startmoduledispatcher \
85cdf0e10cSrcweir	framework/source/dispatch/windowcommanddispatch \
86cdf0e10cSrcweir	framework/source/helper/dockingareadefaultacceptor \
87cdf0e10cSrcweir	framework/source/helper/ocomponentaccess \
88cdf0e10cSrcweir	framework/source/helper/ocomponentenumeration \
89cdf0e10cSrcweir	framework/source/helper/oframes \
90cdf0e10cSrcweir	framework/source/helper/persistentwindowstate \
91cdf0e10cSrcweir	framework/source/helper/statusindicator \
92cdf0e10cSrcweir	framework/source/helper/statusindicatorfactory \
93cdf0e10cSrcweir	framework/source/helper/tagwindowasmodified \
94cdf0e10cSrcweir	framework/source/helper/titlebarupdate \
95cdf0e10cSrcweir	framework/source/helper/uiconfigelementwrapperbase \
96cdf0e10cSrcweir	framework/source/helper/uielementwrapperbase \
97cdf0e10cSrcweir	framework/source/helper/vclstatusindicator \
98cdf0e10cSrcweir	framework/source/helper/wakeupthread \
99cdf0e10cSrcweir	framework/source/interaction/quietinteraction \
100cdf0e10cSrcweir	framework/source/jobs/job \
101cdf0e10cSrcweir	framework/source/jobs/jobdata \
102cdf0e10cSrcweir	framework/source/jobs/jobdispatch \
103cdf0e10cSrcweir	framework/source/jobs/jobexecutor \
104cdf0e10cSrcweir	framework/source/jobs/jobresult \
105cdf0e10cSrcweir	framework/source/jobs/joburl \
106cdf0e10cSrcweir	framework/source/layoutmanager/helpers \
107cdf0e10cSrcweir	framework/source/layoutmanager/layoutmanager \
108cdf0e10cSrcweir	framework/source/layoutmanager/panel \
109cdf0e10cSrcweir	framework/source/layoutmanager/panelmanager \
110cdf0e10cSrcweir	framework/source/layoutmanager/toolbarlayoutmanager \
111cdf0e10cSrcweir	framework/source/layoutmanager/uielement \
112cdf0e10cSrcweir	framework/source/loadenv/loadenv \
113cdf0e10cSrcweir	framework/source/loadenv/targethelper \
114cdf0e10cSrcweir	framework/source/register/registerservices \
11510b918a5SAriel Constenla-Haile	framework/source/services/ContextChangeEventMultiplexer \
116cdf0e10cSrcweir	framework/source/services/autorecovery \
117cdf0e10cSrcweir	framework/source/services/backingcomp \
118cdf0e10cSrcweir	framework/source/services/backingwindow \
119cdf0e10cSrcweir	framework/source/services/desktop \
120cdf0e10cSrcweir	framework/source/services/frame \
121cdf0e10cSrcweir	framework/source/services/modelwinservice \
122cdf0e10cSrcweir	framework/source/services/modulemanager \
123cdf0e10cSrcweir	framework/source/services/pathsettings \
124cdf0e10cSrcweir	framework/source/services/sessionlistener \
125cdf0e10cSrcweir	framework/source/services/substitutepathvars \
126cdf0e10cSrcweir	framework/source/services/tabwindowservice \
127cdf0e10cSrcweir	framework/source/services/taskcreatorsrv \
128cdf0e10cSrcweir	framework/source/services/uriabbreviation \
129cdf0e10cSrcweir	framework/source/services/urltransformer \
130cdf0e10cSrcweir	framework/source/uiconfiguration/globalsettings \
131cdf0e10cSrcweir	framework/source/uiconfiguration/graphicnameaccess \
132cdf0e10cSrcweir	framework/source/uiconfiguration/imagemanager \
133cdf0e10cSrcweir	framework/source/uiconfiguration/imagemanagerimpl \
134cdf0e10cSrcweir	framework/source/uiconfiguration/moduleimagemanager \
135cdf0e10cSrcweir	framework/source/uiconfiguration/moduleuicfgsupplier \
136cdf0e10cSrcweir	framework/source/uiconfiguration/moduleuiconfigurationmanager \
137cdf0e10cSrcweir	framework/source/uiconfiguration/uicategorydescription \
138cdf0e10cSrcweir	framework/source/uiconfiguration/uiconfigurationmanager \
139cdf0e10cSrcweir	framework/source/uiconfiguration/uiconfigurationmanagerimpl \
140cdf0e10cSrcweir	framework/source/uiconfiguration/windowstateconfiguration \
141cdf0e10cSrcweir	framework/source/uielement/addonstoolbarmanager \
142cdf0e10cSrcweir	framework/source/uielement/addonstoolbarwrapper \
143cdf0e10cSrcweir	framework/source/uielement/buttontoolbarcontroller \
144cdf0e10cSrcweir	framework/source/uielement/comboboxtoolbarcontroller \
145cdf0e10cSrcweir	framework/source/uielement/complextoolbarcontroller \
146cdf0e10cSrcweir	framework/source/uielement/controlmenucontroller \
147cdf0e10cSrcweir	framework/source/uielement/dropdownboxtoolbarcontroller \
148cdf0e10cSrcweir	framework/source/uielement/edittoolbarcontroller \
1492503e1a5SAriel Constenla-Haile	framework/source/uielement/genericstatusbarcontroller \
150cdf0e10cSrcweir	framework/source/uielement/generictoolbarcontroller \
151cdf0e10cSrcweir	framework/source/uielement/imagebuttontoolbarcontroller \
152cdf0e10cSrcweir	framework/source/uielement/langselectionstatusbarcontroller \
153cdf0e10cSrcweir	framework/source/uielement/menubarmanager \
154cdf0e10cSrcweir	framework/source/uielement/menubarmerger \
155cdf0e10cSrcweir	framework/source/uielement/menubarwrapper \
156cdf0e10cSrcweir	framework/source/uielement/objectmenucontroller \
15710b918a5SAriel Constenla-Haile	framework/source/uielement/popuptoolbarcontroller \
158cdf0e10cSrcweir	framework/source/uielement/panelwindow \
159cdf0e10cSrcweir	framework/source/uielement/panelwrapper \
160cdf0e10cSrcweir	framework/source/uielement/progressbarwrapper \
161cdf0e10cSrcweir	framework/source/uielement/recentfilesmenucontroller \
162cdf0e10cSrcweir	framework/source/uielement/spinfieldtoolbarcontroller \
163cdf0e10cSrcweir	framework/source/uielement/statusbar \
1642503e1a5SAriel Constenla-Haile	framework/source/uielement/statusbaritem \
165cdf0e10cSrcweir	framework/source/uielement/statusbarmanager \
1662503e1a5SAriel Constenla-Haile	framework/source/uielement/statusbarmerger \
167cdf0e10cSrcweir	framework/source/uielement/statusbarwrapper \
168cdf0e10cSrcweir	framework/source/uielement/statusindicatorinterfacewrapper \
169cdf0e10cSrcweir	framework/source/uielement/togglebuttontoolbarcontroller \
170cdf0e10cSrcweir	framework/source/uielement/toolbar \
171cdf0e10cSrcweir	framework/source/uielement/toolbarmanager \
172cdf0e10cSrcweir	framework/source/uielement/toolbarmerger \
173cdf0e10cSrcweir	framework/source/uielement/toolbarwrapper \
174cdf0e10cSrcweir	framework/source/uielement/uicommanddescription \
175cdf0e10cSrcweir	framework/source/uifactory/addonstoolboxfactory \
176cdf0e10cSrcweir	framework/source/uifactory/factoryconfiguration \
177cdf0e10cSrcweir	framework/source/uifactory/menubarfactory \
178cdf0e10cSrcweir	framework/source/uifactory/statusbarfactory \
179cdf0e10cSrcweir	framework/source/uifactory/toolboxfactory \
18010b918a5SAriel Constenla-Haile	framework/source/uifactory/uicontrollerfactory \
181cdf0e10cSrcweir	framework/source/uifactory/uielementfactorymanager \
182cdf0e10cSrcweir	framework/source/uifactory/windowcontentfactorymanager \
183cdf0e10cSrcweir	framework/source/xml/acceleratorconfigurationreader \
184cdf0e10cSrcweir	framework/source/xml/acceleratorconfigurationwriter \
185cdf0e10cSrcweir	framework/source/xml/imagesconfiguration \
186cdf0e10cSrcweir	framework/source/xml/imagesdocumenthandler \
187cdf0e10cSrcweir))
188cdf0e10cSrcweir
189cdf0e10cSrcweir# vim: set noet sw=4 ts=4:
190