xref: /trunk/main/framework/Library_fwk.mk (revision 7871dc3e)
1*7871dc3eSAndrew Rist#**************************************************************
2*7871dc3eSAndrew Rist#
3*7871dc3eSAndrew Rist#  Licensed to the Apache Software Foundation (ASF) under one
4*7871dc3eSAndrew Rist#  or more contributor license agreements.  See the NOTICE file
5*7871dc3eSAndrew Rist#  distributed with this work for additional information
6*7871dc3eSAndrew Rist#  regarding copyright ownership.  The ASF licenses this file
7*7871dc3eSAndrew Rist#  to you under the Apache License, Version 2.0 (the
8*7871dc3eSAndrew Rist#  "License"); you may not use this file except in compliance
9*7871dc3eSAndrew Rist#  with the License.  You may obtain a copy of the License at
10*7871dc3eSAndrew Rist#
11*7871dc3eSAndrew Rist#    http://www.apache.org/licenses/LICENSE-2.0
12*7871dc3eSAndrew Rist#
13*7871dc3eSAndrew Rist#  Unless required by applicable law or agreed to in writing,
14*7871dc3eSAndrew Rist#  software distributed under the License is distributed on an
15*7871dc3eSAndrew Rist#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*7871dc3eSAndrew Rist#  KIND, either express or implied.  See the License for the
17*7871dc3eSAndrew Rist#  specific language governing permissions and limitations
18*7871dc3eSAndrew Rist#  under the License.
19*7871dc3eSAndrew Rist#
20*7871dc3eSAndrew Rist#**************************************************************
21*7871dc3eSAndrew Rist
22*7871dc3eSAndrew 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 \
52cdf0e10cSrcweir	tk \
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 \
115cdf0e10cSrcweir	framework/source/services/autorecovery \
116cdf0e10cSrcweir	framework/source/services/backingcomp \
117cdf0e10cSrcweir	framework/source/services/backingwindow \
118cdf0e10cSrcweir	framework/source/services/desktop \
119cdf0e10cSrcweir	framework/source/services/frame \
120cdf0e10cSrcweir	framework/source/services/modelwinservice \
121cdf0e10cSrcweir	framework/source/services/modulemanager \
122cdf0e10cSrcweir	framework/source/services/pathsettings \
123cdf0e10cSrcweir	framework/source/services/sessionlistener \
124cdf0e10cSrcweir	framework/source/services/substitutepathvars \
125cdf0e10cSrcweir	framework/source/services/tabwindowservice \
126cdf0e10cSrcweir	framework/source/services/taskcreatorsrv \
127cdf0e10cSrcweir	framework/source/services/uriabbreviation \
128cdf0e10cSrcweir	framework/source/services/urltransformer \
129cdf0e10cSrcweir	framework/source/uiconfiguration/globalsettings \
130cdf0e10cSrcweir	framework/source/uiconfiguration/graphicnameaccess \
131cdf0e10cSrcweir	framework/source/uiconfiguration/imagemanager \
132cdf0e10cSrcweir	framework/source/uiconfiguration/imagemanagerimpl \
133cdf0e10cSrcweir	framework/source/uiconfiguration/moduleimagemanager \
134cdf0e10cSrcweir	framework/source/uiconfiguration/moduleuicfgsupplier \
135cdf0e10cSrcweir	framework/source/uiconfiguration/moduleuiconfigurationmanager \
136cdf0e10cSrcweir	framework/source/uiconfiguration/uicategorydescription \
137cdf0e10cSrcweir	framework/source/uiconfiguration/uiconfigurationmanager \
138cdf0e10cSrcweir	framework/source/uiconfiguration/uiconfigurationmanagerimpl \
139cdf0e10cSrcweir	framework/source/uiconfiguration/windowstateconfiguration \
140cdf0e10cSrcweir	framework/source/uielement/addonstoolbarmanager \
141cdf0e10cSrcweir	framework/source/uielement/addonstoolbarwrapper \
142cdf0e10cSrcweir	framework/source/uielement/buttontoolbarcontroller \
143cdf0e10cSrcweir	framework/source/uielement/comboboxtoolbarcontroller \
144cdf0e10cSrcweir	framework/source/uielement/complextoolbarcontroller \
145cdf0e10cSrcweir	framework/source/uielement/controlmenucontroller \
146cdf0e10cSrcweir	framework/source/uielement/dropdownboxtoolbarcontroller \
147cdf0e10cSrcweir	framework/source/uielement/edittoolbarcontroller \
148cdf0e10cSrcweir	framework/source/uielement/generictoolbarcontroller \
149cdf0e10cSrcweir	framework/source/uielement/imagebuttontoolbarcontroller \
150cdf0e10cSrcweir	framework/source/uielement/langselectionstatusbarcontroller \
151cdf0e10cSrcweir	framework/source/uielement/menubarmanager \
152cdf0e10cSrcweir	framework/source/uielement/menubarmerger \
153cdf0e10cSrcweir	framework/source/uielement/menubarwrapper \
154cdf0e10cSrcweir	framework/source/uielement/objectmenucontroller \
155cdf0e10cSrcweir	framework/source/uielement/panelwindow \
156cdf0e10cSrcweir	framework/source/uielement/panelwrapper \
157cdf0e10cSrcweir	framework/source/uielement/progressbarwrapper \
158cdf0e10cSrcweir	framework/source/uielement/recentfilesmenucontroller \
159cdf0e10cSrcweir	framework/source/uielement/spinfieldtoolbarcontroller \
160cdf0e10cSrcweir	framework/source/uielement/statusbar \
161cdf0e10cSrcweir	framework/source/uielement/statusbarmanager \
162cdf0e10cSrcweir	framework/source/uielement/statusbarwrapper \
163cdf0e10cSrcweir	framework/source/uielement/statusindicatorinterfacewrapper \
164cdf0e10cSrcweir	framework/source/uielement/togglebuttontoolbarcontroller \
165cdf0e10cSrcweir	framework/source/uielement/toolbar \
166cdf0e10cSrcweir	framework/source/uielement/toolbarmanager \
167cdf0e10cSrcweir	framework/source/uielement/toolbarmerger \
168cdf0e10cSrcweir	framework/source/uielement/toolbarwrapper \
169cdf0e10cSrcweir	framework/source/uielement/uicommanddescription \
170cdf0e10cSrcweir	framework/source/uifactory/addonstoolboxfactory \
171cdf0e10cSrcweir	framework/source/uifactory/factoryconfiguration \
172cdf0e10cSrcweir	framework/source/uifactory/menubarfactory \
173cdf0e10cSrcweir	framework/source/uifactory/popupmenucontrollerfactory \
174cdf0e10cSrcweir	framework/source/uifactory/statusbarcontrollerfactory \
175cdf0e10cSrcweir	framework/source/uifactory/statusbarfactory \
176cdf0e10cSrcweir	framework/source/uifactory/toolbarcontrollerfactory \
177cdf0e10cSrcweir	framework/source/uifactory/toolboxfactory \
178cdf0e10cSrcweir	framework/source/uifactory/uielementfactorymanager \
179cdf0e10cSrcweir	framework/source/uifactory/windowcontentfactorymanager \
180cdf0e10cSrcweir	framework/source/xml/acceleratorconfigurationreader \
181cdf0e10cSrcweir	framework/source/xml/acceleratorconfigurationwriter \
182cdf0e10cSrcweir	framework/source/xml/imagesconfiguration \
183cdf0e10cSrcweir	framework/source/xml/imagesdocumenthandler \
184cdf0e10cSrcweir))
185cdf0e10cSrcweir
186cdf0e10cSrcweir# vim: set noet sw=4 ts=4:
187