1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
4 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
6 # The contents of this file are subject to the Mozilla Public License Version
7 # 1.1 (the "License"); you may not use this file except in compliance with
8 # the License. You may obtain a copy of the License at
9 # http://www.mozilla.org/MPL/
11 # Software distributed under the License is distributed on an "AS IS" basis,
12 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
13 # for the specific language governing rights and limitations under the
16 # The Initial Developer of the Original Code is
17 # Timothy Pearson <kb9vqf@pearsoncomputing.net> (C) 2012, All Rights Reserved.
19 # Alternatively, the contents of this file may be used under the terms of
20 # either the GNU General Public License Version 3 or later (the "GPLv3+"), or
21 # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
22 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
23 # instead of those above.
25 #*************************************************************************
27 $(eval
$(call gb_Library_Library
,vclplug_tde
))
29 $(eval
$(call gb_Library_set_include
,vclplug_tde
,\
32 -I
$(SRCDIR
)/solenv
/inc \
33 -I
$(SRCDIR
)/vcl
/inc
/unx
/tde \
36 $(eval
$(call gb_Library_set_include
,vclplug_tde
,\
41 $(eval
$(call gb_Library_add_defs
,vclplug_tde
,\
42 -DVCLPLUG_TDE_IMPLEMENTATION \
45 $(eval
$(call gb_Library_use_sdk_api
,vclplug_tde
))
47 $(eval
$(call gb_Library_add_libs
,vclplug_tde
,\
55 $(eval
$(call gb_Library_use_libraries
,vclplug_tde
,\
72 $(eval
$(call gb_Library_use_externals
,vclplug_tde
,\
77 $(eval
$(call gb_Library_add_exception_objects
,vclplug_tde
,\
79 vcl
/unx
/kde
/salnativewidgets-kde \
80 vcl
/unx
/kde
/UnxCommandThread \
81 vcl
/unx
/kde
/UnxFilePicker \
82 vcl
/unx
/kde
/UnxNotifyThread \
85 # TDE/TQt consider -Wshadow more trouble than benefit
86 $(eval
$(call gb_Library_add_cxxflags
,vclplug_tde
,\
90 $(eval
$(call gb_Library_set_warnings_not_errors
,vclplug_tde
))
93 $(eval
$(call gb_Library_add_libs
,vclplug_tde
,\
100 # vim: set noet sw=4 ts=4: