fix typo
[LibreOffice.git] / framework / Library_fwk.mk
blob81d0f904d9a06cbe88df4bd81facb862c97bc687
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
4 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 #
6 # Copyright 2000, 2011 Oracle and/or its affiliates.
8 # OpenOffice.org - a multi-platform office productivity suite
10 # This file is part of OpenOffice.org.
12 # OpenOffice.org is free software: you can redistribute it and/or modify
13 # it under the terms of the GNU Lesser General Public License version 3
14 # only, as published by the Free Software Foundation.
16 # OpenOffice.org is distributed in the hope that it will be useful,
17 # but WITHOUT ANY WARRANTY; without even the implied warranty of
18 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 # GNU Lesser General Public License version 3 for more details
20 # (a copy is included in the LICENSE file that accompanied this code).
22 # You should have received a copy of the GNU Lesser General Public License
23 # version 3 along with OpenOffice.org. If not, see
24 # <http://www.openoffice.org/license.html>
25 # for a copy of the LGPLv3 License.
27 #*************************************************************************
29 $(eval $(call gb_Library_Library,fwk))
31 $(eval $(call gb_Library_set_componentfile,fwk,framework/util/fwk))
33 $(eval $(call gb_Library_set_include,fwk,\
34 -I$(realpath $(SRCDIR)/framework/source/inc) \
35 -I$(realpath $(SRCDIR)/framework/inc) \
36 -I$(WORKDIR)/inc/framework/ \
37 $$(INCLUDE) \
38 -I$(OUTDIR)/inc/framework \
41 $(eval $(call gb_Library_add_api,fwk,\
42 udkapi \
43 offapi \
46 $(eval $(call gb_Library_add_linked_libs,fwk,\
47 comphelper \
48 cppu \
49 cppuhelper \
50 fwe \
51 fwi \
52 i18nisolang1 \
53 sal \
54 sot \
55 svl \
56 svt \
57 tk \
58 tl \
59 ucbhelper \
60 utl \
61 vcl \
62 $(gb_STDLIBS) \
65 $(eval $(call gb_Library_add_exception_objects,fwk,\
66 framework/source/accelerators/acceleratorcache \
67 framework/source/accelerators/acceleratorconfiguration \
68 framework/source/accelerators/documentacceleratorconfiguration \
69 framework/source/accelerators/globalacceleratorconfiguration \
70 framework/source/accelerators/keymapping \
71 framework/source/accelerators/moduleacceleratorconfiguration \
72 framework/source/accelerators/presethandler \
73 framework/source/accelerators/storageholder \
74 framework/source/classes/droptargetlistener \
75 framework/source/classes/framecontainer \
76 framework/source/classes/fwktabwindow \
77 framework/source/classes/menumanager \
78 framework/source/classes/taskcreator \
79 framework/source/constant/containerquery \
80 framework/source/constant/contenthandler \
81 framework/source/constant/frameloader \
82 framework/source/dispatch/closedispatcher \
83 framework/source/dispatch/dispatchinformationprovider \
84 framework/source/dispatch/dispatchprovider \
85 framework/source/dispatch/helpagentdispatcher \
86 framework/source/dispatch/interceptionhelper \
87 framework/source/dispatch/loaddispatcher \
88 framework/source/dispatch/menudispatcher \
89 framework/source/dispatch/startmoduledispatcher \
90 framework/source/dispatch/windowcommanddispatch \
91 framework/source/helper/dockingareadefaultacceptor \
92 framework/source/helper/ocomponentaccess \
93 framework/source/helper/ocomponentenumeration \
94 framework/source/helper/oframes \
95 framework/source/helper/persistentwindowstate \
96 framework/source/helper/statusindicator \
97 framework/source/helper/statusindicatorfactory \
98 framework/source/helper/tagwindowasmodified \
99 framework/source/helper/titlebarupdate \
100 framework/source/helper/uiconfigelementwrapperbase \
101 framework/source/helper/uielementwrapperbase \
102 framework/source/helper/vclstatusindicator \
103 framework/source/helper/wakeupthread \
104 framework/source/interaction/quietinteraction \
105 framework/source/jobs/job \
106 framework/source/jobs/jobdata \
107 framework/source/jobs/jobdispatch \
108 framework/source/jobs/jobexecutor \
109 framework/source/jobs/jobresult \
110 framework/source/jobs/joburl \
111 framework/source/layoutmanager/helpers \
112 framework/source/layoutmanager/layoutmanager \
113 framework/source/layoutmanager/toolbarlayoutmanager \
114 framework/source/layoutmanager/uielement \
115 framework/source/loadenv/loadenv \
116 framework/source/loadenv/targethelper \
117 framework/source/register/registerservices \
118 framework/source/services/autorecovery \
119 framework/source/services/backingcomp \
120 framework/source/services/backingwindow \
121 framework/source/services/desktop \
122 framework/source/services/frame \
123 framework/source/services/modulemanager \
124 framework/source/services/pathsettings \
125 framework/source/services/sessionlistener \
126 framework/source/services/substitutepathvars \
127 framework/source/services/tabwindowservice \
128 framework/source/services/taskcreatorsrv \
129 framework/source/services/urltransformer \
130 framework/source/uiconfiguration/globalsettings \
131 framework/source/uiconfiguration/graphicnameaccess \
132 framework/source/uiconfiguration/imagemanager \
133 framework/source/uiconfiguration/imagemanagerimpl \
134 framework/source/uiconfiguration/moduleimagemanager \
135 framework/source/uiconfiguration/moduleuicfgsupplier \
136 framework/source/uiconfiguration/moduleuiconfigurationmanager \
137 framework/source/uiconfiguration/uicategorydescription \
138 framework/source/uiconfiguration/uiconfigurationmanager \
139 framework/source/uiconfiguration/windowstateconfiguration \
140 framework/source/uielement/addonstoolbarmanager \
141 framework/source/uielement/addonstoolbarwrapper \
142 framework/source/uielement/buttontoolbarcontroller \
143 framework/source/uielement/comboboxtoolbarcontroller \
144 framework/source/uielement/complextoolbarcontroller \
145 framework/source/uielement/controlmenucontroller \
146 framework/source/uielement/dropdownboxtoolbarcontroller \
147 framework/source/uielement/edittoolbarcontroller \
148 framework/source/uielement/generictoolbarcontroller \
149 framework/source/uielement/imagebuttontoolbarcontroller \
150 framework/source/uielement/langselectionstatusbarcontroller \
151 framework/source/uielement/menubarmanager \
152 framework/source/uielement/menubarmerger \
153 framework/source/uielement/menubarwrapper \
154 framework/source/uielement/objectmenucontroller \
155 framework/source/uielement/progressbarwrapper \
156 framework/source/uielement/recentfilesmenucontroller \
157 framework/source/uielement/spinfieldtoolbarcontroller \
158 framework/source/uielement/statusbar \
159 framework/source/uielement/statusbarmanager \
160 framework/source/uielement/statusbarwrapper \
161 framework/source/uielement/statusindicatorinterfacewrapper \
162 framework/source/uielement/togglebuttontoolbarcontroller \
163 framework/source/uielement/toolbar \
164 framework/source/uielement/toolbarmanager \
165 framework/source/uielement/toolbarmerger \
166 framework/source/uielement/toolbarwrapper \
167 framework/source/uielement/uicommanddescription \
168 framework/source/uifactory/addonstoolboxfactory \
169 framework/source/uifactory/factoryconfiguration \
170 framework/source/uifactory/menubarfactory \
171 framework/source/uifactory/popupmenucontrollerfactory \
172 framework/source/uifactory/statusbarcontrollerfactory \
173 framework/source/uifactory/statusbarfactory \
174 framework/source/uifactory/toolbarcontrollerfactory \
175 framework/source/uifactory/toolboxfactory \
176 framework/source/uifactory/uielementfactorymanager \
177 framework/source/uifactory/windowcontentfactorymanager \
178 framework/source/xml/acceleratorconfigurationreader \
179 framework/source/xml/acceleratorconfigurationwriter \
180 framework/source/xml/imagesconfiguration \
181 framework/source/xml/imagesdocumenthandler \
184 # vim: set noet sw=4 ts=4: