xref: /trunk/main/ucb/Module_ucb.mk (revision bcc22a4c08e1268a4f06e54fb146f88ef49f2cdc)
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
9#  with the License.  You may obtain a copy of the License at
10#
11#    http://www.apache.org/licenses/LICENSE-2.0
12#
13#  Unless required by applicable law or agreed to in writing,
14#  software distributed under the License is distributed on an
15#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16#  KIND, either express or implied.  See the License for the
17#  specific language governing permissions and limitations
18#  under the License.
19#
20#**************************************************************
21
22
23
24$(eval $(call gb_Module_Module,ucb))
25
26$(eval $(call gb_Module_add_targets,ucb,\
27    Library_cached1 \
28    Library_srtrs1 \
29    Library_ucb1 \
30    Library_ucpdav1 \
31    Library_ucpexpand1 \
32    Library_ucpext \
33    Library_ucpfile1 \
34    Library_ucpftp1 \
35    Library_ucphier1 \
36    Library_ucppkg1 \
37    Library_ucptdoc1 \
38    Package_xml \
39))
40
41ifeq ($(ENABLE_GNOMEVFS),TRUE)
42$(eval $(call gb_Module_add_targets,ucb,\
43    Library_ucpgvfs1 \
44))
45endif
46
47ifeq ($(ENABLE_GIO),TRUE)
48$(eval $(call gb_Module_add_targets,ucb,\
49    Library_ucpgio1 \
50))
51endif
52
53ifneq ($(OOO_JUNIT_JAR),)
54$(eval $(call gb_Module_add_subsequentcheck_targets,ucb,\
55    JunitTest_ucb_complex \
56    JunitTest_ucb_unoapi \
57))
58endif
59
60# vim: set noet sw=4 ts=4:
61