summaryrefslogtreecommitdiff
path: root/scaddins/Library_analysis.mk
blob: cafce60604a726d40e59b6d6c2c3908490039f30 (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
45
46
47
48
49
50
51
52
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
# This file incorporates work covered by the following license notice:
#
#   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 .
#

$(eval $(call gb_Library_Library,analysis))

$(eval $(call gb_Library_set_componentfile,analysis,scaddins/source/analysis/analysis))

$(eval $(call gb_Library_use_external,analysis,boost_headers))

$(eval $(call gb_Library_use_internal_comprehensive_api,analysis,\
	offapi \
	scaddins \
	udkapi \
))

$(eval $(call gb_Library_use_libraries,analysis,\
	comphelper \
	cppu \
	cppuhelper \
	sal \
	tl \
	i18nlangtag \
	$(gb_UWINAPI) \
))

$(eval $(call gb_Library_add_exception_objects,analysis,\
	scaddins/source/analysis/analysis \
	scaddins/source/analysis/analysishelper \
	scaddins/source/analysis/bessel \
	scaddins/source/analysis/financial \
))

# Runtime dependency for unit-tests
$(eval $(call gb_Library_use_restarget,analysis,analysis))

# vim: set noet sw=4 ts=4:
diavlc.mk?id=c40a63642c402d8e6f52fcc3994ff5e8cf8ee50b'>VLC Event handling in the separate thread.Minh Ngo 2013-08-21Porting all VLC API for loading by wrappersMinh Ngo 2013-08-21VLC Player wrapperMinh Ngo 2013-08-21API interface for libvlc_media_tMinh Ngo 2013-08-21VLC::Instance Wrapper class for libvlc_instance_tMinh Ngo 2013-08-21Upd frame grabber. Will work with this patch [1][2].Minh Ngo 2013-07-26Frame grabber interface. Adding service/implementation names.Minh Ngo 2013-07-26get vlcwindow compiling.Michael Meeks 2013-07-26build the new modules, and close a couple of namespaces.Michael Meeks 2013-07-26initial vlc component build / conditionals and hookup.Michael Meeks