xref: /aoo42x/main/ucb/Library_ucpgio1.mk (revision 9ad2e4a3)
1421ed02eSdamjan#**************************************************************
2421ed02eSdamjan#
3421ed02eSdamjan#  Licensed to the Apache Software Foundation (ASF) under one
4421ed02eSdamjan#  or more contributor license agreements.  See the NOTICE file
5421ed02eSdamjan#  distributed with this work for additional information
6421ed02eSdamjan#  regarding copyright ownership.  The ASF licenses this file
7421ed02eSdamjan#  to you under the Apache License, Version 2.0 (the
8421ed02eSdamjan#  "License"); you may not use this file except in compliance
9421ed02eSdamjan#  with the License.  You may obtain a copy of the License at
10421ed02eSdamjan#
11421ed02eSdamjan#    http://www.apache.org/licenses/LICENSE-2.0
12421ed02eSdamjan#
13421ed02eSdamjan#  Unless required by applicable law or agreed to in writing,
14421ed02eSdamjan#  software distributed under the License is distributed on an
15421ed02eSdamjan#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16421ed02eSdamjan#  KIND, either express or implied.  See the License for the
17421ed02eSdamjan#  specific language governing permissions and limitations
18421ed02eSdamjan#  under the License.
19421ed02eSdamjan#
20421ed02eSdamjan#**************************************************************
21421ed02eSdamjan
22421ed02eSdamjan
23421ed02eSdamjan
24421ed02eSdamjan$(eval $(call gb_Library_Library,ucpgio1))
25421ed02eSdamjan
26421ed02eSdamjan$(eval $(call gb_Library_set_componentfile,ucpgio1,ucb/source/ucp/gio/ucpgio))
27421ed02eSdamjan
28421ed02eSdamjan$(eval $(call gb_Library_set_include,ucpgio1,\
29421ed02eSdamjan        $$(INCLUDE) \
30421ed02eSdamjan	-I$(SRCDIR)/ucb/inc/pch \
31421ed02eSdamjan	-I$(SRCDIR)/ucb/source/inc \
32421ed02eSdamjan	$(filter -I%,$(GIO_CFLAGS)) \
33421ed02eSdamjan))
34421ed02eSdamjan
35421ed02eSdamjan$(eval $(call gb_Library_add_cflags,ucpgio1,\
36421ed02eSdamjan	$(filter-out -I%,$(GIO_CFLAGS)) \
37421ed02eSdamjan))
38421ed02eSdamjan
39421ed02eSdamjan$(eval $(call gb_Library_add_api,ucpgio1,\
40421ed02eSdamjan	offapi \
41421ed02eSdamjan	udkapi \
42421ed02eSdamjan))
43421ed02eSdamjan
44421ed02eSdamjan$(eval $(call gb_Library_add_linked_libs,ucpgio1,\
45421ed02eSdamjan	cppuhelper \
46421ed02eSdamjan	cppu \
47421ed02eSdamjan	sal \
48421ed02eSdamjan	salhelper \
49421ed02eSdamjan	stl \
50421ed02eSdamjan	ucbhelper \
51421ed02eSdamjan	$(gb_STDLIBS) \
52421ed02eSdamjan))
53421ed02eSdamjan
54421ed02eSdamjan$(eval $(call gb_Library_add_libs,ucpgio1,\
55421ed02eSdamjan	$(GIO_LIBS) \
56421ed02eSdamjan))
57421ed02eSdamjan
58421ed02eSdamjan$(eval $(call gb_Library_add_exception_objects,ucpgio1,\
59*9ad2e4a3SDamjan Jovanovic	ucb/source/ucp/gio/gio_provider \
60*9ad2e4a3SDamjan Jovanovic	ucb/source/ucp/gio/gio_content \
61*9ad2e4a3SDamjan Jovanovic	ucb/source/ucp/gio/gio_resultset \
62*9ad2e4a3SDamjan Jovanovic	ucb/source/ucp/gio/gio_datasupplier \
63*9ad2e4a3SDamjan Jovanovic	ucb/source/ucp/gio/gio_seekable \
64*9ad2e4a3SDamjan Jovanovic	ucb/source/ucp/gio/gio_inputstream \
65*9ad2e4a3SDamjan Jovanovic	ucb/source/ucp/gio/gio_outputstream \
66*9ad2e4a3SDamjan Jovanovic	ucb/source/ucp/gio/gio_mount \
67421ed02eSdamjan))
68421ed02eSdamjan
69421ed02eSdamjan# vim: set noet sw=4 ts=4:
70