fix smoketest linkage
[LibreOffice.git] / vcl / Library_desktop_detector.mk
blob2bae9ef0a25e510835a91b1fb81550faf4f460e5
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
4 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 #
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,desktop_detector))
31 #$(eval $(call gb_Library_add_package_headers,vcl,vcl_inc))
33 $(eval $(call gb_Library_add_precompiled_header,desktop_detector,$(SRCDIR)/vcl/inc/pch/precompiled_vcl))
35 $(eval $(call gb_Library_set_include,desktop_detector,\
36 $$(INCLUDE) \
37 -I$(realpath $(SRCDIR)/vcl/inc) \
38 -I$(realpath $(SRCDIR)/vcl/inc/pch) \
39 -I$(SRCDIR)/solenv/inc \
40 -I$(OUTDIR)/inc \
43 $(eval $(call gb_Library_add_defs,desktop_detector,\
44 -DDESKTOP_DETECTOR_IMPLEMENTATION \
47 $(eval $(call gb_Library_add_api,desktop_detector,\
48 offapi \
49 udkapi \
52 $(eval $(call gb_Library_add_linked_libs,desktop_detector,\
53 vcl \
54 tl \
55 utl \
56 sot \
57 ucbhelper \
58 basegfx \
59 comphelper \
60 cppuhelper \
61 i18nisolang1 \
62 i18npaper \
63 i18nutil \
64 jvmaccess \
65 cppu \
66 sal \
67 X11 \
68 Xext \
69 SM \
70 ICE \
71 $(gb_STDLIBS) \
74 $(eval $(call gb_Library_use_externals,desktop_detector,\
75 icule \
76 icuuc \
79 $(eval $(call gb_Library_add_exception_objects,desktop_detector,\
80 vcl/unx/generic/desktopdetect/desktopdetector \
83 ifeq ($(OS),LINUX)
84 $(eval $(call gb_Library_add_linked_libs,desktop_detector,\
85 dl \
86 m \
87 pthread \
89 endif
90 # vim: set noet sw=4 ts=4: