Fix linking on Windows
[LibreOffice.git] / bean / Jar_officebean.mk
blob1d03e5cf4cb6e54071f2f081215cd2835e74582e
2 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
4 # The contents of this file are subject to the Mozilla Public License Version
5 # 1.1 (the "License"); you may not use this file except in compliance with
6 # the License or as specified alternatively below. You may obtain a copy of
7 # the License at http://www.mozilla.org/MPL/
9 # Software distributed under the License is distributed on an "AS IS" basis,
10 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11 # for the specific language governing rights and limitations under the
12 # License.
14 # The Initial Developer of the Original Code is
15 # Peter Foley <pefoley2@verizon.net>
16 # Portions created by the Initial Developer are Copyright (C) 2011 the
17 # Initial Developer. All Rights Reserved.
19 # Major Contributor(s):
21 # For minor contributions see the git repository.
23 # Alternatively, the contents of this file may be used under the terms of
24 # either the GNU General Public License Version 3 or later (the "GPLv3+"), or
25 # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
26 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
27 # instead of those above.
30 $(eval $(call gb_Jar_Jar,officebean))
32 $(eval $(call gb_Jar_add_jars,officebean,\
33 $(OUTDIR)/bin/ridl.jar \
34 $(OUTDIR)/bin/unoil.jar \
35 $(OUTDIR)/bin/jurt.jar \
36 $(OUTDIR)/bin/juh.jar \
39 $(eval $(call gb_Jar_set_packageroot,officebean,com))
41 $(eval $(call gb_Jar_add_sourcefiles,officebean,\
42 bean/com/sun/star/beans/ContainerFactory \
43 bean/com/sun/star/beans/JavaWindowPeerFake \
44 bean/com/sun/star/beans/LocalOfficeConnection \
45 bean/com/sun/star/beans/LocalOfficeWindow \
46 bean/com/sun/star/beans/NativeConnection \
47 bean/com/sun/star/beans/NativeService \
48 bean/com/sun/star/beans/OfficeConnection \
49 bean/com/sun/star/beans/OfficeWindow \
50 bean/com/sun/star/comp/beans/ContainerFactory \
51 bean/com/sun/star/comp/beans/Controller \
52 bean/com/sun/star/comp/beans/Frame \
53 bean/com/sun/star/comp/beans/HasConnectionException \
54 bean/com/sun/star/comp/beans/InvalidArgumentException \
55 bean/com/sun/star/comp/beans/JavaWindowPeerFake \
56 bean/com/sun/star/comp/beans/LocalOfficeConnection \
57 bean/com/sun/star/comp/beans/LocalOfficeWindow \
58 bean/com/sun/star/comp/beans/NativeConnection \
59 bean/com/sun/star/comp/beans/NativeService \
60 bean/com/sun/star/comp/beans/NoConnectionException \
61 bean/com/sun/star/comp/beans/NoDocumentException \
62 bean/com/sun/star/comp/beans/OfficeConnection \
63 bean/com/sun/star/comp/beans/OfficeDocument \
64 bean/com/sun/star/comp/beans/OfficeWindow \
65 bean/com/sun/star/comp/beans/OOoBean \
66 bean/com/sun/star/comp/beans/SystemWindowException \
67 bean/com/sun/star/comp/beans/Wrapper \
68 bean/com/sun/star/comp/beans/CallWatchThread \