summaryrefslogtreecommitdiff
path: root/apache-commons/Makefile
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-09-27 02:31:15 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-09-27 02:31:37 -0500
commit6d64bfd8c0086a9d3e8a05ecf49b1af84ec58436 (patch)
tree207cefc17aba91dcf45ed02dc65a0191f0b8e1d3 /apache-commons/Makefile
parentee22be5d7f1e9077c139a9ca18cdb9e0ec75a766 (diff)
gbuildification of appache_commons
Change-Id: I517c808c9ea799aac0d2cd2b3bb6c18564c76823
Diffstat (limited to 'apache-commons/Makefile')
-rw-r--r--apache-commons/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/apache-commons/Makefile b/apache-commons/Makefile
new file mode 100644
index 000000000000..ccb1c85a04da
--- /dev/null
+++ b/apache-commons/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: