summaryrefslogtreecommitdiff
path: root/filter/Library_epp.mk
blob: 3412a58c59630d411e1da7db018eaf5a369c0b6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#***************************************************************
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements.  See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership.  The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License.  You may obtain a copy of the License at
#
#  http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied.  See the License for the
# specific language governing permissions and limitations
# under the License.
#***************************************************************

$(eval $(call gb_Library_Library,epp))

$(eval $(call gb_Library_add_api,epp,\
	udkapi \
	offapi \
))

$(eval $(call gb_Library_set_include,epp,\
	$$(INCLUDE) \
))

$(eval $(call gb_Library_add_linked_libs,epp,\
	svt \
	vcl \
	tl \
	cppu \
	sal \
	$(gb_STDLIBS) \
))

$(eval $(call gb_Library_add_exception_objects,epp,\
	filter/source/graphicfilter/eppm/eppm \
))

# vim: set noet sw=4 ts=4:
/libcmis?h=cp-21.06.7-1&id=aa978430637448effd2b94dbedd561c1c7a52f42'>Record external/libcmis/xwwwformurlencoded.patch.0 as sent upstreamStephan Bergmann 2018-09-04Properly encode OAuth2 credentialsStephan Bergmann 2018-09-04tdf#119344 fix libcmis build with boost 1.68rezso 2018-05-04Removed executable permission on data filesAndrea Gelmini 2018-02-24tdf#115968: make libcmis work better with CIB doximaAndreas Brandner 2018-01-22boost: upgrade to release 1.66.0Michael Stahl 2017-11-28external/libcmis: Falling back to C++03 is too drasticStephan Bergmann 2017-11-26Build as C++17 when GCC/Clang supports itStephan Bergmann 2017-11-01-I$(dir $(3)) in gb_CObject__command_pattern is no longer neededStephan Bergmann 2017-09-15consistent naming of externals: cmis -> libcmisMichael Stahl