diff options
author | David Ostrovsky <David.Ostrovsky@gmx.de> | 2012-04-06 01:51:05 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-04-13 13:07:50 +0200 |
commit | bed6580ec330fea6bc7ee015adf1baf6298ed3fb (patch) | |
tree | 9cc38eba924866b57c59768e426ce46806ce1a6a /idlc/Makefile | |
parent | 1830cf752e9abd2bb168e5e978b72038e1c4b263 (diff) |
gbuild conversion: idlc module
Diffstat (limited to 'idlc/Makefile')
-rw-r--r-- | idlc/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
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: |