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/.
10 $(eval
$(call gb_Jar_Jar
,jurt
))
12 $(eval
$(call gb_Jar_use_jars
,jurt
,\
17 $(eval
$(call gb_Jar_set_packageroot
,jurt
,com
))
19 $(eval
$(call gb_Jar_set_manifest
,jurt
,$(SRCDIR
)/jurt
/util
/manifest
))
21 $(eval
$(call gb_Jar_add_manifest_classpath
,jurt
, \
22 ridl.jar unoloader.jar ..
/..
/lib
/ ..
/bin
/))
24 $(eval
$(call gb_Jar_add_sourcefiles
,jurt
,\
25 jurt
/com
/sun
/star
/comp
/bridgefactory
/BridgeFactory \
26 jurt
/com
/sun
/star
/comp
/connections
/Acceptor \
27 jurt
/com
/sun
/star
/comp
/connections
/Connector \
28 jurt
/com
/sun
/star
/comp
/connections
/ConstantInstanceProvider \
29 jurt
/com
/sun
/star
/comp
/connections
/Implementation \
30 jurt
/com
/sun
/star
/comp
/connections
/PipedConnection \
31 jurt
/com
/sun
/star
/comp
/loader
/FactoryHelper \
32 jurt
/com
/sun
/star
/comp
/loader
/JavaLoader \
33 jurt
/com
/sun
/star
/comp
/loader
/JavaLoaderFactory \
34 jurt
/com
/sun
/star
/comp
/loader
/RegistrationClassFinder \
35 jurt
/com
/sun
/star
/comp
/servicemanager
/ServiceManager \
36 jurt
/com
/sun
/star
/comp
/urlresolver
/UrlResolver \
37 jurt
/com
/sun
/star
/lib
/connections
/pipe
/PipeConnection \
38 jurt
/com
/sun
/star
/lib
/connections
/pipe
/pipeAcceptor \
39 jurt
/com
/sun
/star
/lib
/connections
/pipe
/pipeConnector \
40 jurt
/com
/sun
/star
/lib
/connections
/socket
/ConnectionDescriptor \
41 jurt
/com
/sun
/star
/lib
/connections
/socket
/SocketConnection \
42 jurt
/com
/sun
/star
/lib
/connections
/socket
/socketAcceptor \
43 jurt
/com
/sun
/star
/lib
/connections
/socket
/socketConnector \
44 jurt
/com
/sun
/star
/lib
/uno
/Proxy \
45 jurt
/com
/sun
/star
/lib
/uno
/bridges
/java_remote
/BridgedObject \
46 jurt
/com
/sun
/star
/lib
/uno
/bridges
/java_remote
/ProxyFactory \
47 jurt
/com
/sun
/star
/lib
/uno
/bridges
/java_remote
/RequestHandler \
48 jurt
/com
/sun
/star
/lib
/uno
/bridges
/java_remote
/XConnectionInputStream_Adapter \
49 jurt
/com
/sun
/star
/lib
/uno
/bridges
/java_remote
/XConnectionOutputStream_Adapter \
50 jurt
/com
/sun
/star
/lib
/uno
/bridges
/java_remote
/java_remote_bridge \
51 jurt
/com
/sun
/star
/lib
/uno
/environments
/java
/java_environment \
52 jurt
/com
/sun
/star
/lib
/uno
/environments
/remote
/IProtocol \
53 jurt
/com
/sun
/star
/lib
/uno
/environments
/remote
/IReceiver \
54 jurt
/com
/sun
/star
/lib
/uno
/environments
/remote
/IThreadPool \
55 jurt
/com
/sun
/star
/lib
/uno
/environments
/remote
/JavaThreadPool \
56 jurt
/com
/sun
/star
/lib
/uno
/environments
/remote
/JavaThreadPoolFactory \
57 jurt
/com
/sun
/star
/lib
/uno
/environments
/remote
/Job \
58 jurt
/com
/sun
/star
/lib
/uno
/environments
/remote
/JobQueue \
59 jurt
/com
/sun
/star
/lib
/uno
/environments
/remote
/Message \
60 jurt
/com
/sun
/star
/lib
/uno
/environments
/remote
/NativeThreadPool \
61 jurt
/com
/sun
/star
/lib
/uno
/environments
/remote
/ThreadId \
62 jurt
/com
/sun
/star
/lib
/uno
/environments
/remote
/ThreadPoolManager \
63 jurt
/com
/sun
/star
/lib
/uno
/environments
/remote
/remote_environment \
64 jurt
/com
/sun
/star
/lib
/uno
/protocols
/urp
/Cache \
65 jurt
/com
/sun
/star
/lib
/uno
/protocols
/urp
/Marshal \
66 jurt
/com
/sun
/star
/lib
/uno
/protocols
/urp
/PendingRequests \
67 jurt
/com
/sun
/star
/lib
/uno
/protocols
/urp
/Unmarshal \
68 jurt
/com
/sun
/star
/lib
/uno
/protocols
/urp
/UrpMessage \
69 jurt
/com
/sun
/star
/lib
/uno
/protocols
/urp
/urp \
70 jurt
/com
/sun
/star
/lib
/util
/AsynchronousFinalizer \
71 jurt
/com
/sun
/star
/lib
/util
/NativeLibraryLoader \
72 jurt
/com
/sun
/star
/lib
/util
/StringHelper \
73 jurt
/com
/sun
/star
/lib
/util
/UrlToFileMapper \
74 jurt
/com
/sun
/star
/uno
/AnyConverter \
75 jurt
/com
/sun
/star
/uno
/Ascii \
76 jurt
/com
/sun
/star
/uno
/AsciiString \
77 jurt
/com
/sun
/star
/uno
/MappingException \
78 jurt
/com
/sun
/star
/uno
/WeakReference \
81 # vim:set noet sw=4 ts=4: