Library_spell.mk (3c11ff55) Library_spell.mk (eabc4eb0)
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

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

57$(eval $(call gb_Library_add_linked_static_libs,spell,\
58 ulingu \
59))
60
61$(eval $(call gb_Library_use_externals,spell,\
62 hunspell \
63))
64
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

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

57$(eval $(call gb_Library_add_linked_static_libs,spell,\
58 ulingu \
59))
60
61$(eval $(call gb_Library_use_externals,spell,\
62 hunspell \
63))
64
65ifneq ($(OS),MACOSX)
65$(eval $(call gb_Library_add_exception_objects,spell,\
66 lingucomponent/source/spellcheck/spell/sreg \
67 lingucomponent/source/spellcheck/spell/sspellimp \
68))
66$(eval $(call gb_Library_add_exception_objects,spell,\
67 lingucomponent/source/spellcheck/spell/sreg \
68 lingucomponent/source/spellcheck/spell/sspellimp \
69))
70endif
69
70ifeq ($(OS),MACOSX)
71$(eval $(call gb_Library_add_libs,spell,\
72 -framework Cocoa \
73 -framework Carbon \
74 -framework CoreFoundation \
75))
76
77$(eval $(call gb_Library_add_cxxflags,spell,\
78 -x -objective-c++ -stdlib=libc++ \
79))
80endif
81# vim: set noet sw=4 ts=4:
82
71
72ifeq ($(OS),MACOSX)
73$(eval $(call gb_Library_add_libs,spell,\
74 -framework Cocoa \
75 -framework Carbon \
76 -framework CoreFoundation \
77))
78
79$(eval $(call gb_Library_add_cxxflags,spell,\
80 -x -objective-c++ -stdlib=libc++ \
81))
82endif
83# vim: set noet sw=4 ts=4:
84