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 # This file incorporates work covered by the following license notice:
11 # Licensed to the Apache Software Foundation (ASF) under one or more
12 # contributor license agreements. See the NOTICE file distributed
13 # with this work for additional information regarding copyright
14 # ownership. The ASF licenses this file to you under the Apache
15 # License, Version 2.0 (the "License"); you may not use this file
16 # except in compliance with the License. You may obtain a copy of
17 # the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 $(eval
$(call gb_Library_Library
,vclplug_gen
))
22 $(eval
$(call gb_Library_set_plugin_for
,vclplug_gen
,vcl
))
24 $(eval
$(call gb_Library_set_include
,vclplug_gen
,\
29 $(eval
$(call gb_Library_use_custom_headers
,vclplug_gen
,\
33 $(eval
$(call gb_Library_use_sdk_api
,vclplug_gen
))
35 $(eval
$(call gb_Library_use_common_precompiled_header
,vclplug_gen
))
37 $(eval
$(call gb_Library_use_libraries
,vclplug_gen
,\
47 $(if
$(ENABLE_JAVA
), \
53 $(eval
$(call gb_Library_use_externals
,vclplug_gen
,\
64 $(if
$(filter SKIA
,$(BUILD_TYPE
)), \
70 $(eval
$(call gb_Library_add_libs
,vclplug_gen
,\
77 $(eval
$(call gb_Library_add_exception_objects
,vclplug_gen
,\
78 vcl
/unx
/generic
/app
/i18n_cb \
79 vcl
/unx
/generic
/app
/i18n_ic \
80 vcl
/unx
/generic
/app
/i18n_im \
81 vcl
/unx
/generic
/app
/i18n_keysym \
82 vcl
/unx
/generic
/app
/i18n_xkb \
83 vcl
/unx
/generic
/app
/keysymnames \
84 vcl
/unx
/generic
/app
/randrwrapper \
85 vcl
/unx
/generic
/app
/saldata \
86 vcl
/unx
/generic
/app
/saldisp \
87 vcl
/unx
/generic
/app
/salinst \
88 vcl
/unx
/generic
/app
/saltimer \
89 vcl
/unx
/generic
/app
/sm \
90 vcl
/unx
/generic
/app
/wmadaptor \
91 vcl
/unx
/generic
/dtrans
/bmp \
92 vcl
/unx
/generic
/dtrans
/config \
93 vcl
/unx
/generic
/dtrans
/X11_clipboard \
94 vcl
/unx
/generic
/dtrans
/X11_dndcontext \
95 vcl
/unx
/generic
/dtrans
/X11_droptarget \
96 vcl
/unx
/generic
/dtrans
/X11_selection \
97 vcl
/unx
/generic
/dtrans
/X11_service \
98 vcl
/unx
/generic
/dtrans
/X11_transferable \
99 vcl
/unx
/generic
/gdi
/cairo_xlib_cairo \
100 vcl
/unx
/generic
/gdi
/X11CairoSalGraphicsImpl \
101 vcl
/unx
/generic
/gdi
/font \
102 vcl
/unx
/generic
/gdi
/salgdi \
103 vcl
/unx
/generic
/gdi
/salvd \
104 vcl
/unx
/generic
/window
/salframe \
105 vcl
/unx
/generic
/window
/salobj \
107 vcl
/unx
/x11
/xlimits \
108 vcl
/source
/opengl
/x11
/context \
109 $(if
$(filter SKIA
,$(BUILD_TYPE
)), \
110 vcl
/skia
/x11
/gdiimpl \
112 vcl
/skia
/x11
/textrender \
116 # ultimately we want to split the x11 dependencies out
117 # into their own library I think.
119 $(eval
$(call gb_Library_add_defs
,vclplug_gen
,\
120 -DVCLPLUG_GEN_IMPLEMENTATION \
125 ifneq ($(ENABLE_RANDR
),)
126 $(eval
$(call gb_Library_use_externals
,vclplug_gen
,\
129 $(eval
$(call gb_Library_add_defs
,vclplug_gen
,\
135 ifneq ($(USING_X11
),)
136 ifeq ($(XINERAMA_LINK
),dynamic
)
137 $(eval
$(call gb_Library_add_libs
,vclplug_gen
,\
141 $(eval
$(call gb_Library_add_libs
,vclplug_gen
,\
142 -Wl
$(COMMA
)-Bstatic
-lXinerama
-Wl
$(COMMA
)-Bdynamic \
148 $(eval
$(call gb_Library_add_libs
,vclplug_gen
,\
154 # vim: set noet sw=4 ts=4: