summaryrefslogtreecommitdiff
path: root/beanshell/Makefile
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2012-10-02 09:31:35 +0200
committerMichael Stahl <mstahl@redhat.com>2012-10-02 11:17:47 +0000
commit02e400865cb9a51b623a3d866d3236f0d6c899ca (patch)
tree2b0fda70947aa7f1af5f5169278859dcf0d79e7d /beanshell/Makefile
parentb9d1006ebb3c97e398d4bb31075fd2577f3ac858 (diff)
gbuildification of beanshell
Change-Id: I1b71796ca95500efeffe5e01dba3e73711f920e7 Reviewed-on: https://gerrit.libreoffice.org/745 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'beanshell/Makefile')
-rw-r--r--beanshell/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/beanshell/Makefile b/beanshell/Makefile
new file mode 100644
index 000000000000..ccb1c85a04da
--- /dev/null
+++ b/beanshell/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: