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_osx
))
22 $(eval
$(call gb_Library_set_include
,vclplug_osx
,\
27 $(eval
$(call gb_Library_use_sdk_api
,vclplug_osx
))
29 $(eval
$(call gb_Library_use_custom_headers
,vclplug_osx
,\
33 $(eval
$(call gb_Library_add_libs
,vclplug_osx
,\
35 -F
/System
/Library
/PrivateFrameworks \
40 $(eval
$(call gb_Library_add_cxxflags
,vclplug_osx
,\
44 $(eval
$(call gb_Library_use_libraries
,vclplug_osx
,\
57 $(eval
$(call gb_Library_use_externals
,vclplug_osx
,\
62 ifeq ($(DISABLE_GUI
),)
63 $(eval
$(call gb_Library_use_externals
,vclplug_osx
,\
68 $(eval
$(call gb_Library_add_defs
,vclplug_osx
,\
69 -DMACOSX_BUNDLE_IDENTIFIER
=\"$(MACOSX_BUNDLE_IDENTIFIER
)\" \
73 $(eval
$(call gb_Library_add_objcxxobjects
,vclplug_osx
,\
74 vcl
/osx
/a11yactionwrapper \
75 vcl
/osx
/a11ycomponentwrapper \
77 vcl
/osx
/a11yrolehelper \
78 vcl
/osx
/a11yselectionwrapper \
79 vcl
/osx
/a11ytablewrapper \
80 vcl
/osx
/a11ytextattributeswrapper \
81 vcl
/osx
/a11ytextwrapper \
83 vcl
/osx
/a11yvaluewrapper \
85 vcl
/osx
/a11ywrapperbutton \
86 vcl
/osx
/a11ywrappercheckbox \
87 vcl
/osx
/a11ywrappercombobox \
88 vcl
/osx
/a11ywrappergroup \
89 vcl
/osx
/a11ywrapperlist \
90 vcl
/osx
/a11ywrapperradiobutton \
91 vcl
/osx
/a11ywrapperradiogroup \
92 vcl
/osx
/a11ywrapperrow \
93 vcl
/osx
/a11ywrapperscrollarea \
94 vcl
/osx
/a11ywrapperscrollbar \
95 vcl
/osx
/a11ywrappersplitter \
96 vcl
/osx
/a11ywrapperstatictext \
97 vcl
/osx
/a11ywrappertabgroup \
98 vcl
/osx
/a11ywrappertextarea \
99 vcl
/osx
/a11ywrappertoolbar \
100 vcl
/osx
/printaccessoryview \
102 vcl
/osx
/salframeview \
108 $(eval
$(call gb_Library_add_exception_objects
,vclplug_osx
,\
109 vcl
/osx
/DataFlavorMapping \
110 vcl
/osx
/DragActionConversion \
112 vcl
/osx
/DragSourceContext \
115 vcl
/osx
/OSXTransferable \
116 vcl
/osx
/PictToBmpFlt \
117 vcl
/osx
/a11yfocuslistener \
118 vcl
/osx
/a11yfocustracker \
119 vcl
/osx
/a11ylistener \
121 vcl
/osx
/documentfocuslistener \
124 vcl
/osx
/salgdiutils \
128 vcl
/osx
/salnativewidgets \
133 vcl
/osx
/service_entry \
137 vcl
/quartz
/salgdicommon \
140 vcl
/quartz
/AquaGraphicsBackend \
143 $(eval
$(call gb_Library_use_system_darwin_frameworks
,vclplug_osx
,\
144 ApplicationServices \
150 ifneq ($(ENABLE_MACOSX_SANDBOX
),TRUE
)
151 $(eval
$(call gb_Library_use_libraries
,vclplug_osx
,\
156 # vim: set noet sw=4 ts=4: