xref: /trunk/main/ucb/Library_ucpftp1.mk (revision 4f44d7cd)
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,ucpftp1))
25421ed02eSdamjan
26421ed02eSdamjan$(eval $(call gb_Library_add_precompiled_header,ucpftp1,$(SRCDIR)/ucb/inc/pch/precompiled_ftp))
27421ed02eSdamjan
28421ed02eSdamjan$(eval $(call gb_Library_set_componentfile,ucpftp1,ucb/source/ucp/ftp/ucpftp1))
29421ed02eSdamjan
30421ed02eSdamjan$(eval $(call gb_Library_set_include,ucpftp1,\
31421ed02eSdamjan        $$(INCLUDE) \
32421ed02eSdamjan	-I$(SRCDIR)/ucb/inc/pch \
33421ed02eSdamjan	-I$(SRCDIR)/ucb/source/inc \
34421ed02eSdamjan))
35421ed02eSdamjan
36421ed02eSdamjan$(eval $(call gb_Library_add_api,ucpftp1,\
37421ed02eSdamjan	offapi \
38421ed02eSdamjan	udkapi \
39421ed02eSdamjan))
40421ed02eSdamjan
41421ed02eSdamjan$(eval $(call gb_Library_add_linked_libs,ucpftp1,\
42421ed02eSdamjan	cppuhelper \
43421ed02eSdamjan	cppu \
44421ed02eSdamjan	sal \
45421ed02eSdamjan	stl \
46421ed02eSdamjan	ucbhelper \
47421ed02eSdamjan	$(gb_STDLIBS) \
48421ed02eSdamjan))
49421ed02eSdamjan
50*4f44d7cdSdamjan$(call gb_Library_use_external,ucpftp1,curl)
51421ed02eSdamjan
52421ed02eSdamjan$(eval $(call gb_Library_add_exception_objects,ucpftp1,\
53421ed02eSdamjan	ucb/source/ucp/ftp/ftpservices \
54421ed02eSdamjan	ucb/source/ucp/ftp/ftpcontentprovider \
55421ed02eSdamjan	ucb/source/ucp/ftp/ftpcontent \
56421ed02eSdamjan	ucb/source/ucp/ftp/ftpcontentidentifier \
57421ed02eSdamjan	ucb/source/ucp/ftp/ftpcontentcaps \
58421ed02eSdamjan	ucb/source/ucp/ftp/ftpdynresultset \
59421ed02eSdamjan	ucb/source/ucp/ftp/ftpresultsetbase \
60421ed02eSdamjan	ucb/source/ucp/ftp/ftpresultsetI \
61421ed02eSdamjan	ucb/source/ucp/ftp/ftploaderthread \
62421ed02eSdamjan	ucb/source/ucp/ftp/ftpinpstr \
63421ed02eSdamjan	ucb/source/ucp/ftp/ftpdirp \
64421ed02eSdamjan	ucb/source/ucp/ftp/ftpcfunc \
65421ed02eSdamjan	ucb/source/ucp/ftp/ftpurl \
66421ed02eSdamjan	ucb/source/ucp/ftp/ftpintreq \
67421ed02eSdamjan))
68421ed02eSdamjan
69421ed02eSdamjan# vim: set noet sw=4 ts=4:
70