Library_connector.mk (032611ff) | Library_connector.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,connector,\ 36 udkapi \ 37)) 38 39$(eval $(call gb_Library_add_linked_libs,connector,\ 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,connector,\ 36 udkapi \ 37)) 38 39$(eval $(call gb_Library_add_linked_libs,connector,\ 40 cppuhelper \ 41 cppu \ 42 sal \ |
43 stl \ |
|
43 $(gb_STDLIBS) \ 44)) 45 46 47$(eval $(call gb_Library_add_exception_objects,connector,\ 48 io/source/connector/connector \ 49 io/source/connector/ctr_pipe \ 50 io/source/connector/ctr_socket \ 51)) 52 53# vim: set noet sw=4 ts=4: | 44 $(gb_STDLIBS) \ 45)) 46 47 48$(eval $(call gb_Library_add_exception_objects,connector,\ 49 io/source/connector/connector \ 50 io/source/connector/ctr_pipe \ 51 io/source/connector/ctr_socket \ 52)) 53 54# vim: set noet sw=4 ts=4: |