| Norbert Thiebaud | c857dff | 2012-01-24 15:48:30 -0600 | [diff] [blame] | 1 | # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- |
| Vladimir Glazounov | e5fc2cc | 2009-08-26 10:09:17 +0000 | [diff] [blame] | 2 | |
| Norbert Thiebaud | c857dff | 2012-01-24 15:48:30 -0600 | [diff] [blame] | 3 | module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST)))) |
| Vladimir Glazounov | e5fc2cc | 2009-08-26 10:09:17 +0000 | [diff] [blame] | 4 | |
| Norbert Thiebaud | c857dff | 2012-01-24 15:48:30 -0600 | [diff] [blame] | 5 | include $(module_directory)/../solenv/gbuild/partial_build.mk |
| Vladimir Glazounov | e5fc2cc | 2009-08-26 10:09:17 +0000 | [diff] [blame] | 6 | |
| Matúš Kukan | 051fdda | 2011-12-17 14:55:08 +0100 | [diff] [blame] | 7 | # vim: set noet sw=4 ts=4: |