diff options
author | David Ostrovsky <David.Ostrovsky@gmx.de> | 2012-04-13 22:33:35 +0200 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-04-14 06:58:00 -0500 |
commit | a57b6347999889bbbcf55e704ac480482fdc5497 (patch) | |
tree | 34b4551d578377998640df51808443980b181b6d /unodevtools/Makefile | |
parent | f3653d3c1e93a7e92a546b770e418b8cf5c06c54 (diff) |
gbuild conversion: unodevtools module
Diffstat (limited to 'unodevtools/Makefile')
-rw-r--r-- | unodevtools/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/unodevtools/Makefile b/unodevtools/Makefile new file mode 100644 index 000000000000..ccb1c85a04da --- /dev/null +++ b/unodevtools/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: |