Version 4.0.0.1, tag libreoffice-4.0.0.1
[LibreOffice.git] / bridges / Library_cc50_solaris_intel.mk
blob8472c9d70ee9b5ad5edb3b39e2d5464d9fd9ae2e
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 ifneq ($(strip $(bridges_SELECTED_BRIDGE)),)
11 $(eval $(call gb_Output_error,cannot build bridge cc50_solaris_intel: bridge $(bridges_SELECTED_BRIDGE) already selected))
12 endif
13 bridges_SELECTED_BRIDGE := cc50_solaris_intel
15 $(eval $(call gb_Library_Library,sunpro5_uno))
17 $(eval $(call gb_Library_use_internal_comprehensive_api,sunpro5_uno,\
18 udkapi \
21 $(eval $(call gb_Library_set_include,sunpro5_uno,\
22 -I$(SRCDIR)/bridges/inc \
23 $$(INCLUDE) \
26 ifeq ($(HAVE_POSIX_FALLOCATE),YES)
27 $(eval $(call gb_Library_add_defs,sunpro5_uno,\
28 -DHAVE_POSIX_FALLOCATE \
30 endif
32 # In case someone enabled the non-standard -fomit-frame-pointer which does not
33 # work with the .cxx sources of this library.
34 $(eval $(call gb_Library_add_cxxflags,sunpro5_uno,\
35 -fno-omit-frame-pointer \
36 -fno-strict-aliasing \
37 -O5 \
38 -xO5 \
41 $(eval $(call gb_Library_use_libraries,sunpro5_uno,\
42 cppu \
43 sal \
46 $(eval $(call gb_Library_add_asmobjects,sunpro5_uno,\
47 bridges/source/cpp_uno/cc50_solaris_intel/call \
50 $(eval $(call gb_Library_add_exception_objects,sunpro5_uno,\
51 bridges/source/cpp_uno/cc50_solaris_intel/cpp2uno \
52 bridges/source/cpp_uno/cc50_solaris_intel/except \
53 bridges/source/cpp_uno/cc50_solaris_intel/uno2cpp \
54 bridges/source/cpp_uno/shared/bridge \
55 bridges/source/cpp_uno/shared/component \
56 bridges/source/cpp_uno/shared/cppinterfaceproxy \
57 bridges/source/cpp_uno/shared/types \
58 bridges/source/cpp_uno/shared/unointerfaceproxy \
59 bridges/source/cpp_uno/shared/vtablefactory \
60 bridges/source/cpp_uno/shared/vtables \
63 $(eval $(call gb_Library_add_cxxobjects,sunpro5_uno,\
64 , $(gb_COMPILERNOOPTFLAGS) $(gb_LinkTarget_EXCEPTIONFLAGS) \
67 # vim: set noet sw=4 ts=4: