summaryrefslogtreecommitdiff
path: root/boost/Module_boost.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-08-26 20:35:31 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-08-31 21:21:39 +0200
commit717b6ba929a9ce981b10b802b26d234861a421b4 (patch)
tree1e26965375f82969db72a6cee060dd162c021406 /boost/Module_boost.mk
parent86423d682ad80cde6eb77d2cf41c68100b6c30a2 (diff)
boost: convert to gbuild
Change-Id: If3840e048edc93adec3df7fa818e8b43d17cb1d5
Diffstat (limited to 'boost/Module_boost.mk')
-rw-r--r--boost/Module_boost.mk21
1 files changed, 21 insertions, 0 deletions
diff --git a/boost/Module_boost.mk b/boost/Module_boost.mk
new file mode 100644
index 000000000000..747860cbc608
--- /dev/null
+++ b/boost/Module_boost.mk
@@ -0,0 +1,21 @@
+# -*- 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,boost))
+
+ifeq ($(SYSTEM_BOOST),NO)
+
+$(eval $(call gb_Module_add_targets,boost,\
+ StaticLibrary_boostdatetime \
+ UnpackedTarball_boost \
+))
+
+endif
+
+# vim: set noet sw=4 ts=4: