Library_svxcore.mk (b63233d8) Library_svxcore.mk (e10cbedd)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 75 unchanged lines hidden (view full) ---

84 $(gb_STDLIBS) \
85))
86
87$(call gb_Library_use_external,svxcore,icuuc)
88
89$(eval $(call gb_Library_add_exception_objects,svxcore,\
90 svx/source/core/coreservices \
91 svx/source/customshapes/EnhancedCustomShape2d \
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 75 unchanged lines hidden (view full) ---

84 $(gb_STDLIBS) \
85))
86
87$(call gb_Library_use_external,svxcore,icuuc)
88
89$(eval $(call gb_Library_add_exception_objects,svxcore,\
90 svx/source/core/coreservices \
91 svx/source/customshapes/EnhancedCustomShape2d \
92 svx/source/customshapes/EnhancedCustomShapeFunctionParser \
92 svx/source/customshapes/EnhancedCustomShapeGeometry \
93 svx/source/customshapes/EnhancedCustomShapeTypeNames \
94 svx/source/dialog/checklbx \
95 svx/source/dialog/dialmgr \
96 svx/source/dialog/dlgutil \
97 svx/source/dialog/framelink \
98 svx/source/dialog/langbox \
99 svx/source/dialog/simptabl \

--- 336 unchanged lines hidden (view full) ---

436 svx/source/xoutdev/xtable \
437 svx/source/xoutdev/XPropertyEntry \
438 svx/source/xoutdev/xtablend \
439))
440
441# the following source file can't be compiled with optimization by some compilers (crash or endless loop):
442# Solaris Sparc with Sun compiler, gcc on MacOSX and Linux PPC
443# the latter is currently not supported by gbuild and needs a fix here later
93 svx/source/customshapes/EnhancedCustomShapeGeometry \
94 svx/source/customshapes/EnhancedCustomShapeTypeNames \
95 svx/source/dialog/checklbx \
96 svx/source/dialog/dialmgr \
97 svx/source/dialog/dlgutil \
98 svx/source/dialog/framelink \
99 svx/source/dialog/langbox \
100 svx/source/dialog/simptabl \

--- 336 unchanged lines hidden (view full) ---

437 svx/source/xoutdev/xtable \
438 svx/source/xoutdev/XPropertyEntry \
439 svx/source/xoutdev/xtablend \
440))
441
442# the following source file can't be compiled with optimization by some compilers (crash or endless loop):
443# Solaris Sparc with Sun compiler, gcc on MacOSX and Linux PPC
444# the latter is currently not supported by gbuild and needs a fix here later
444ifeq ($(OS),$(filter-out SOLARIS MACOSX,$(OS)))
445$(eval $(call gb_Library_add_exception_objects,svxcore,\
446 svx/source/customshapes/EnhancedCustomShapeFunctionParser \
445ifneq ($(OS),$(filter-out SOLARIS MACOSX,$(OS)))
446$(eval $(call gb_LinkTarget_set_cxx_optimization, \
447 svx/source/customshapes/EnhancedCustomShapeFunctionParser, \
448 $(gb_COMPILERNOOPTFLAGS) \
447))
449))
448else
449$(eval $(call gb_Library_add_cxxobjects,svxcore,\
450 svx/source/customshapes/EnhancedCustomShapeFunctionParser \
451 , $(gb_COMPILERNOOPTFLAGS) $(gb_LinkTarget_EXCEPTIONFLAGS) \
452))
453endif
454
455$(eval $(call gb_SdiTarget_SdiTarget,svx/sdi/svxslots,svx/sdi/svx))
456
457$(eval $(call gb_SdiTarget_set_include,svx/sdi/svxslots,\
458 $$(INCLUDE) \
459 -I$(SRCDIR)/svx/inc \
460 -I$(SRCDIR)/svx/sdi \
461))
462
463# vim: set noet sw=4 ts=4:
450endif
451
452$(eval $(call gb_SdiTarget_SdiTarget,svx/sdi/svxslots,svx/sdi/svx))
453
454$(eval $(call gb_SdiTarget_set_include,svx/sdi/svxslots,\
455 $$(INCLUDE) \
456 -I$(SRCDIR)/svx/inc \
457 -I$(SRCDIR)/svx/sdi \
458))
459
460# vim: set noet sw=4 ts=4: