diff options
author | David Ostrovsky <David.Ostrovsky@gmx.de> | 2012-04-01 16:07:41 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-04-11 08:51:01 +0200 |
commit | 5342bc073b6dff059f9e60ad5fea6905752f0f9c (patch) | |
tree | 786257ef49e5c33843b643cf57561d50423046bd /cpputools/Makefile | |
parent | 6135a5f5400e62004a225ca992c93148c523ee00 (diff) |
gbuild conversion: cpputools module
dmake stuff removed
Diffstat (limited to 'cpputools/Makefile')
-rw-r--r-- | cpputools/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cpputools/Makefile b/cpputools/Makefile new file mode 100644 index 000000000000..ccb1c85a04da --- /dev/null +++ b/cpputools/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: |