Library_acceptor.mk (032611ff) Library_acceptor.mk (2204446b)
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

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

35$(eval $(call gb_Library_add_api,acceptor,\
36 udkapi \
37))
38
39$(eval $(call gb_Library_add_linked_libs,acceptor,\
40 cppuhelper \
41 cppu \
42 sal \
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

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

35$(eval $(call gb_Library_add_api,acceptor,\
36 udkapi \
37))
38
39$(eval $(call gb_Library_add_linked_libs,acceptor,\
40 cppuhelper \
41 cppu \
42 sal \
43 stl \
43 $(gb_STDLIBS) \
44))
45
46
47$(eval $(call gb_Library_add_exception_objects,acceptor,\
48 io/source/acceptor/acc_pipe \
49 io/source/acceptor/acc_socket \
50 io/source/acceptor/acceptor \
51))
52
53# vim: set noet sw=4 ts=4:
44 $(gb_STDLIBS) \
45))
46
47
48$(eval $(call gb_Library_add_exception_objects,acceptor,\
49 io/source/acceptor/acc_pipe \
50 io/source/acceptor/acc_socket \
51 io/source/acceptor/acceptor \
52))
53
54# vim: set noet sw=4 ts=4: