Version 3.6.0.2, tag libreoffice-3.6.0.2
[LibreOffice.git] / vcl / Library_vclplug_svp.mk
blobba0831ff94986ff721a9ba47145b936394df7dd0
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
4 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
6 # Copyright 2000, 2010 Oracle and/or its affiliates.
8 # OpenOffice.org - a multi-platform office productivity suite
10 # This file is part of OpenOffice.org.
12 # OpenOffice.org is free software: you can redistribute it and/or modify
13 # it under the terms of the GNU Lesser General Public License version 3
14 # only, as published by the Free Software Foundation.
16 # OpenOffice.org is distributed in the hope that it will be useful,
17 # but WITHOUT ANY WARRANTY; without even the implied warranty of
18 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 # GNU Lesser General Public License version 3 for more details
20 # (a copy is included in the LICENSE file that accompanied this code).
22 # You should have received a copy of the GNU Lesser General Public License
23 # version 3 along with OpenOffice.org. If not, see
24 # <http://www.openoffice.org/license.html>
25 # for a copy of the LGPLv3 License.
27 #*************************************************************************
29 $(eval $(call gb_Library_Library,vclplug_svp))
31 $(eval $(call gb_Library_set_include,vclplug_svp,\
32 $$(INCLUDE) \
33 -I$(SRCDIR)/vcl/inc \
36 $(eval $(call gb_Library_add_cxxflags,vclplug_svp,\
37 $$(FREETYPE_CFLAGS) \
40 $(eval $(call gb_Library_add_defs,vclplug_svp,\
41 -DVCLPLUG_SVP_IMPLEMENTATION \
44 $(eval $(call gb_Library_use_api,vclplug_svp,\
45 offapi \
46 udkapi \
49 $(eval $(call gb_Library_use_libraries,vclplug_svp,\
50 vcl \
51 tl \
52 utl \
53 sot \
54 ucbhelper \
55 basegfx \
56 basebmp \
57 comphelper \
58 cppuhelper \
59 i18nisolang1 \
60 i18nutil \
61 jvmaccess \
62 cppu \
63 sal \
64 $(gb_STDLIBS) \
67 $(eval $(call gb_Library_use_externals,vclplug_svp,\
68 icule \
69 icuuc \
72 $(eval $(call gb_Library_add_exception_objects,vclplug_svp,\
73 vcl/headless/svpgdi \
74 vcl/headless/svpinst \
75 vcl/headless/svpdata \
78 $(eval $(call gb_Library_use_static_libraries,vclplug_svp,\
79 headless \
82 ifeq ($(OS),LINUX)
83 $(eval $(call gb_Library_use_libraries,vclplug_svp,\
84 dl \
85 m \
86 pthread \
88 endif
89 # vim: set noet sw=4 ts=4: