summaryrefslogtreecommitdiff
path: root/external/libatomic_ops/Module_libatomic_ops.mk
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2013-10-17 19:40:24 +0200
committerDavid Tardon <dtardon@redhat.com>2013-10-18 06:52:56 +0000
commit1a6264aa1230239006296247c5b6f098b80b6455 (patch)
tree9b79ee0e1972bceb9b2b1cfa31b976734a6f6c25 /external/libatomic_ops/Module_libatomic_ops.mk
parent3c61695a8235eec183de1470c42ce5d112ddaa49 (diff)
fdo#70393: move libatomic_ops to a subdir of external
Change-Id: Ic79dddea1e366019f5a1d919ad0b9568b4d8cdf7 Reviewed-on: https://gerrit.libreoffice.org/6301 Tested-by: David Tardon <dtardon@redhat.com> Reviewed-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'external/libatomic_ops/Module_libatomic_ops.mk')
-rw-r--r--external/libatomic_ops/Module_libatomic_ops.mk18
1 files changed, 18 insertions, 0 deletions
diff --git a/external/libatomic_ops/Module_libatomic_ops.mk b/external/libatomic_ops/Module_libatomic_ops.mk
new file mode 100644
index 000000000000..7e1b5eef9626
--- /dev/null
+++ b/external/libatomic_ops/Module_libatomic_ops.mk
@@ -0,0 +1,18 @@
+# -*- 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,libatomic_ops))
+
+$(eval $(call gb_Module_add_targets,libatomic_ops,\
+ ExternalProject_libatomic_ops \
+ ExternalPackage_libatomic_ops \
+ UnpackedTarball_libatomic_ops \
+))
+
+# vim: set noet sw=4 ts=4: