From bed6580ec330fea6bc7ee015adf1baf6298ed3fb Mon Sep 17 00:00:00 2001 From: David Ostrovsky Date: Fri, 6 Apr 2012 01:51:05 +0200 Subject: gbuild conversion: idlc module --- idlc/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 idlc/Makefile (limited to 'idlc/Makefile') diff --git a/idlc/Makefile b/idlc/Makefile new file mode 100644 index 000000000000..ccb1c85a04da --- /dev/null +++ b/idlc/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: -- cgit