summaryrefslogtreecommitdiff
path: root/external/rhino/Makefile
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2013-11-03 20:35:47 +0200
committerDavid Tardon <dtardon@redhat.com>2013-11-04 02:45:23 -0600
commit90a19aeac6cad56e33574685219a85ef98469513 (patch)
tree5de6b0adb52e08ae83b6ce6f90df542956504531 /external/rhino/Makefile
parentfa560217dbd4c15abb3f7623d99cf7017dcb3f2a (diff)
fdo#70393: move rhino to a subdir of external
Change-Id: I7d7858d84a62568d9b0c61403645da13658e78d2 Reviewed-on: https://gerrit.libreoffice.org/6552 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'external/rhino/Makefile')
-rw-r--r--external/rhino/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/external/rhino/Makefile b/external/rhino/Makefile
new file mode 100644
index 000000000000..e4968cf85fb6
--- /dev/null
+++ b/external/rhino/Makefile
@@ -0,0 +1,7 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+
+module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
+
+include $(module_directory)/../../solenv/gbuild/partial_build.mk
+
+# vim: set noet sw=4 ts=4: