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/.
9 # Copyright (C) 2012, Timothy Pearson <kb9vqf@pearsoncomputing.net>
12 $(eval
$(call gb_Library_Library
,vclplug_tde
))
14 $(eval
$(call gb_Library_set_include
,vclplug_tde
,\
17 -I
$(SRCDIR
)/vcl
/inc
/unx
/kde \
20 $(eval
$(call gb_Library_set_include
,vclplug_tde
,\
25 $(eval
$(call gb_Library_add_defs
,vclplug_tde
,\
26 -DVCLPLUG_TDE_IMPLEMENTATION \
29 $(eval
$(call gb_Library_use_sdk_api
,vclplug_tde
))
31 $(eval
$(call gb_Library_add_libs
,vclplug_tde
,\
39 $(eval
$(call gb_Library_use_libraries
,vclplug_tde
,\
51 $(if
$(ENABLE_JAVA
), \
57 $(eval
$(call gb_Library_use_externals
,vclplug_tde
,\
63 $(eval
$(call gb_Library_add_exception_objects
,vclplug_tde
,\
65 vcl
/unx
/kde
/salnativewidgets-kde \
66 vcl
/unx
/kde
/UnxCommandThread \
67 vcl
/unx
/kde
/UnxFilePicker \
68 vcl
/unx
/kde
/UnxNotifyThread \
71 # TDE/TQt consider -Wshadow more trouble than benefit
72 $(eval
$(call gb_Library_add_cxxflags
,vclplug_tde
,\
76 $(eval
$(call gb_Library_set_warnings_not_errors
,vclplug_tde
))
79 $(eval
$(call gb_Library_add_libs
,vclplug_tde
,\
86 # vim: set noet sw=4 ts=4: