tdf#148806 doc vba: only autoOpen PUBLIC macros
[LibreOffice.git] / avmedia / Module_avmedia.mk
blob8a11320772101e338ce724d2ff01abf8d3e2c07c
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_Module_Module,avmedia))
12 $(eval $(call gb_Module_add_targets,avmedia,\
13 Library_avmedia \
16 ifneq (,$(filter AVMEDIA,$(BUILD_TYPE)))
18 $(eval $(call gb_Module_add_l10n_targets,avmedia,\
19 AllLangMoTarget_avmedia \
22 ifeq ($(ENABLE_GSTREAMER_1_0),TRUE)
23 $(eval $(call gb_Module_add_targets,avmedia,\
24 Library_avmediagst \
26 endif
28 ifneq ($(ENABLE_GTK4),)
29 $(eval $(call gb_Module_add_targets,avmedia,\
30 Library_avmediagtk \
32 endif
34 ifeq ($(OS),MACOSX)
35 $(eval $(call gb_Module_add_targets,avmedia,\
36 Library_avmediaMacAVF \
38 endif
40 ifeq ($(OS),WNT)
41 $(eval $(call gb_Module_add_targets,avmedia,\
42 Library_avmediawin \
44 endif
46 endif # AVMEDIA
48 # vim: set noet sw=4 ts=4: