summaryrefslogtreecommitdiffstats
path: root/ucbhelper/Library_ucbhelper.mk
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-06-16 05:58:01 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-06-16 05:58:01 -0500
commitbc353f6b3632d41aa60a938355cbb48162695d38 (patch)
tree9abaffff1bf524d428344c0868c268c2fd3d2d43 /ucbhelper/Library_ucbhelper.mk
parentrevert gmk4 (diff)
downloadcore-bc353f6b3632d41aa60a938355cbb48162695d38.tar.gz
core-bc353f6b3632d41aa60a938355cbb48162695d38.zip
gbuildification of ucbhelper
Change-Id: I1fb3d36af07fe834cddc06c54d27a786dc583c8c
Diffstat (limited to 'ucbhelper/Library_ucbhelper.mk')
-rw-r--r--ucbhelper/Library_ucbhelper.mk62
1 files changed, 62 insertions, 0 deletions
diff --git a/ucbhelper/Library_ucbhelper.mk b/ucbhelper/Library_ucbhelper.mk
new file mode 100644
index 000000000000..676741e2b8da
--- /dev/null
+++ b/ucbhelper/Library_ucbhelper.mk
@@ -0,0 +1,62 @@
+# -*- 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/.
+#
+
+$(eval $(call gb_Library_Library,ucbhelper))
+
+$(eval $(call gb_Library_use_package,ucbhelper,ucbhelper_inc))
+
+$(eval $(call gb_Library_use_api,ucbhelper,\
+ offapi \
+ udkapi \
+))
+
+$(eval $(call gb_Library_use_libraries,ucbhelper,\
+ cppu \
+ cppuhelper \
+ sal \
+ salhelper \
+ $(gb_STDLIBS) \
+))
+
+$(eval $(call gb_Library_add_defs,ucbhelper,\
+ -DUCBHELPER_DLLIMPLEMENTATION \
+))
+
+$(eval $(call gb_Library_add_exception_objects,ucbhelper,\
+ ucbhelper/source/client/activedatasink \
+ ucbhelper/source/client/activedatastreamer \
+ ucbhelper/source/client/commandenvironment \
+ ucbhelper/source/client/content \
+ ucbhelper/source/client/contentbroker \
+ ucbhelper/source/client/fileidentifierconverter \
+ ucbhelper/source/client/interceptedinteraction \
+ ucbhelper/source/client/proxydecider \
+ ucbhelper/source/provider/cancelcommandexecution \
+ ucbhelper/source/provider/contenthelper \
+ ucbhelper/source/provider/contentidentifier \
+ ucbhelper/source/provider/contentinfo \
+ ucbhelper/source/provider/fd_inputstream \
+ ucbhelper/source/provider/interactionrequest \
+ ucbhelper/source/provider/propertyvalueset \
+ ucbhelper/source/provider/providerhelper \
+ ucbhelper/source/provider/registerucb \
+ ucbhelper/source/provider/resultset \
+ ucbhelper/source/provider/resultsethelper \
+ ucbhelper/source/provider/resultsetmetadata \
+ ucbhelper/source/provider/simpleauthenticationrequest \
+ ucbhelper/source/provider/simplecertificatevalidationrequest \
+ ucbhelper/source/provider/simpleinteractionrequest \
+ ucbhelper/source/provider/simpleioerrorrequest \
+ ucbhelper/source/provider/simplenameclashresolverequest \
+ ucbhelper/source/provider/std_inputstream \
+ ucbhelper/source/provider/std_outputstream \
+))
+
+# vim: set noet sw=4 ts=4:
+