summaryrefslogtreecommitdiffstats
path: root/libmspub/Module_libmspub.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-09-04 13:11:45 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-09-08 12:50:39 +0200
commit105edf31b9e9be7cbc033d8ed09b382457fd1264 (patch)
tree2d6708ddafcd390bf5d8c94721a3ab1948a9b2bb /libmspub/Module_libmspub.mk
parentlibwps: convert to gbuild (diff)
downloadcore-105edf31b9e9be7cbc033d8ed09b382457fd1264.tar.gz
core-105edf31b9e9be7cbc033d8ed09b382457fd1264.zip
libmspub: convert to gbuild
Change-Id: I502c849e40d84e6038b0b83fe344699944ec4a8f
Diffstat (limited to 'libmspub/Module_libmspub.mk')
-rw-r--r--libmspub/Module_libmspub.mk22
1 files changed, 22 insertions, 0 deletions
diff --git a/libmspub/Module_libmspub.mk b/libmspub/Module_libmspub.mk
new file mode 100644
index 000000000000..d81abdd60f29
--- /dev/null
+++ b/libmspub/Module_libmspub.mk
@@ -0,0 +1,22 @@
+# -*- 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_Module_Module,libmspub))
+
+ifeq ($(SYSTEM_LIBMSPUB),NO)
+
+$(eval $(call gb_Module_add_targets,libmspub,\
+ Package_libmspub \
+ StaticLibrary_mspub \
+ UnpackedTarball_mspub \
+))
+
+endif
+
+# vim: set noet sw=4 ts=4: