summaryrefslogtreecommitdiff
path: root/external/epm/Module_epm.mk
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2013-10-17 19:35:22 +0200
committerDavid Tardon <dtardon@redhat.com>2013-10-18 06:51:17 +0000
commit86c32b4196d178955f6f9ef5254b6c6a1ee3c944 (patch)
tree806e5c1793e2a269637679bd4adabe7fdd374369 /external/epm/Module_epm.mk
parenta777285f9b8efc4e00183a25d39913f78eddc0ad (diff)
fdo#70393: move epm to a subdir of external
Change-Id: Ifa10b01d9dce947a0153b9d3e1399d9842ba6241 Reviewed-on: https://gerrit.libreoffice.org/6299 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'external/epm/Module_epm.mk')
-rw-r--r--external/epm/Module_epm.mk22
1 files changed, 22 insertions, 0 deletions
diff --git a/external/epm/Module_epm.mk b/external/epm/Module_epm.mk
new file mode 100644
index 000000000000..f86455cb1f91
--- /dev/null
+++ b/external/epm/Module_epm.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,epm))
+
+ifneq ($(CROSS_COMPILING),YES)
+
+$(eval $(call gb_Module_add_targets,epm,\
+ ExternalPackage_epm \
+ ExternalProject_epm \
+ UnpackedTarball_epm \
+))
+
+endif
+
+# vim: set noet sw=4 ts=4: