summaryrefslogtreecommitdiffstats
path: root/codemaker/Makefile
diff options
context:
space:
mode:
authorDavid Ostrovsky <David.Ostrovsky@gmx.de>2012-04-14 00:30:19 +0200
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-04-14 06:58:00 -0500
commitf3653d3c1e93a7e92a546b770e418b8cf5c06c54 (patch)
tree25bf93db51f49dfe2a2c502204d53beabc8d0e00 /codemaker/Makefile
parentResolves: fdo#48640 handle various busted rtf docs without hanging (diff)
downloadcore-f3653d3c1e93a7e92a546b770e418b8cf5c06c54.tar.gz
core-f3653d3c1e93a7e92a546b770e418b8cf5c06c54.zip
gbuild conversion: codemaker module
Diffstat (limited to 'codemaker/Makefile')
-rw-r--r--codemaker/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/codemaker/Makefile b/codemaker/Makefile
new file mode 100644
index 000000000000..ccb1c85a04da
--- /dev/null
+++ b/codemaker/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: