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