GPU-Calc: remove Alloc_Host_Ptr for clmem of NAN vector
[LibreOffice.git] / desktop / Pagein_common.mk
blob1ba1b94a1fbc01f83bfe608a07e03b3b262ff62c
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/.
10 $(eval $(call gb_Pagein_Pagein,common))
12 # sorted in approx. reverse load order (ld.so.1)
13 $(eval $(call gb_Pagein_add_objects,common,\
14 $(if $(MERGELIBS),merged) \
15 $(if $(URELIBS),urelibs) \
16 i18nlangtag \
17 $(if $(findstring YES,$(SYSTEM_ICU)),,\
18 icui18n \
19 icuuc \
20 ) \
21 lng \
22 xo \
23 fwe \
24 fwk \
25 fwi \
26 fwl \
27 package2 \
28 ucpfile1 \
29 ucb1 \
30 configmgr \
31 vclplug_gen \
32 $(if $(findstring TRUE,$(ENABLE_GTK)),vclplug_gtk) \
33 $(if $(findstring TRUE,$(ENABLE_TDE)),vclplug_tde) \
34 $(if $(findstring TRUE,$(ENABLE_KDE)),vclplug_kde) \
35 basegfx \
36 sot \
37 xmlscript \
38 sb \
39 stocservices \
40 bootstrap \
41 reg \
42 store \
43 reflection \
44 cppuhelper \
45 cppu \
46 sal \
47 ucbhelper \
48 comphelper \
49 tl \
50 utl \
51 svl \
52 vcl \
53 tk \
54 ../ure-link/share/misc/types.rdb \
55 services.rdb \
56 oovbaapi.rdb \
57 deployment \
58 deploymentmisc \
59 xstor \
60 filterconfig \
61 uui \
62 svt \
63 spl \
64 avmedia \
65 helplinker \
66 sax \
67 gconfbe1 \
68 fsstorage \
69 desktopbe1 \
70 localebe1 \
71 ucpexpand1 \
72 sfx \
73 sofficeapp \
76 # vim: set ts=4 sw=4 et: