1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
11 $(eval
$(call gb_Jar_Jar
,sdbc_hsqldb
))
13 $(eval
$(call gb_Jar_use_externals
,sdbc_hsqldb
,\
17 $(eval
$(call gb_Jar_add_manifest_classpath
,sdbc_hsqldb
,\
18 $(if
$(filter MACOSX
,$(OS
)),..
/..
/Frameworks
/,..
) \
21 $(eval
$(call gb_Jar_set_packageroot
,sdbc_hsqldb
,com
))
23 $(eval
$(call gb_Jar_add_packagedir
,sdbc_hsqldb
,org
))
25 $(eval
$(call gb_Jar_add_sourcefiles
,sdbc_hsqldb
,\
26 connectivity
/org
/hsqldb
/lib
/FileSystemRuntimeException \
27 connectivity
/com
/sun
/star
/sdbcx
/comp
/hsqldb
/NativeInputStreamHelper \
28 connectivity
/com
/sun
/star
/sdbcx
/comp
/hsqldb
/NativeLibraries \
29 connectivity
/com
/sun
/star
/sdbcx
/comp
/hsqldb
/NativeOutputStreamHelper \
30 connectivity
/com
/sun
/star
/sdbcx
/comp
/hsqldb
/NativeStorageAccess \
31 connectivity
/com
/sun
/star
/sdbcx
/comp
/hsqldb
/StorageAccess \
32 connectivity
/com
/sun
/star
/sdbcx
/comp
/hsqldb
/StorageFileAccess \
33 connectivity
/com
/sun
/star
/sdbcx
/comp
/hsqldb
/StorageNativeInputStream \
34 connectivity
/com
/sun
/star
/sdbcx
/comp
/hsqldb
/StorageNativeOutputStream \
37 # vim: set noet sw=4 ts=4: