Library_sts.mk (fb02ff42) Library_sts.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

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

89$(eval $(call gb_Library_add_noexception_objects,sts,\
90 automation/source/server/prof_nul \
91))
92endif
93
94$(eval $(call gb_Library_add_exception_objects,sts,\
95 automation/source/server/XMLParser \
96 automation/source/server/server \
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

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

89$(eval $(call gb_Library_add_noexception_objects,sts,\
90 automation/source/server/prof_nul \
91))
92endif
93
94$(eval $(call gb_Library_add_exception_objects,sts,\
95 automation/source/server/XMLParser \
96 automation/source/server/server \
97 automation/source/server/statemnt \
97))
98
98))
99
99$(eval $(call gb_Library_add_cxxobjects,sts,\
100 automation/source/server/statemnt \
101 , $(gb_COMPILERNOOPTFLAGS) $(gb_LinkTarget_EXCEPTIONFLAGS) \
100$(eval $(call gb_LinkTarget_set_cxx_optimization, \
101 automation/source/server/statement, $(gb_COMPILERNOOPTFLAGS) \
102))
103
102))
103
104
105# vim: set noet sw=4 ts=4:
104# vim: set noet sw=4 ts=4: