fdo#74697 Add Bluez 5 support for impress remote.
[LibreOffice.git] / bean / Library_officebean.mk
blob0ad1d7dda8c8376775438fac1362f4060dd943da
1 # -*- Mode: makefile; 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/.
12 $(eval $(call gb_Library_Library,officebean))
14 $(eval $(call gb_Library_use_externals,officebean,\
15 jawt \
18 ifneq ($(OS),WNT)
19 $(eval $(call gb_Library_add_cobjects,officebean,\
20 bean/native/unix/com_sun_star_comp_beans_LocalOfficeWindow \
21 bean/native/unix/com_sun_star_beans_LocalOfficeWindow \
23 endif
25 ifeq ($(OS),WNT)
26 $(eval $(call gb_Library_add_cobjects,officebean,\
27 bean/native/win32/com_sun_star_comp_beans_LocalOfficeWindow \
28 bean/native/win32/com_sun_star_beans_LocalOfficeWindow \
30 endif
32 $(eval $(call gb_Library_use_libraries,officebean,\
33 $(gb_UWINAPI) \
36 $(eval $(call gb_Library_add_libs,officebean,\
37 $(JAVALIB) \
38 $(AWTLIB) \
41 # vim: set noet sw=4 ts=4: