| Takeshi Abe | 8882559 | 2011-08-05 10:46:40 +0900 | [diff] [blame] | 1 | # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- |
| Michael Meeks | 44cfc7c | 2012-10-09 12:22:23 +0100 | [diff] [blame] | 2 | # |
| Michael Meeks | d037b81 | 2026-03-26 15:06:16 +0000 | [diff] [blame] | 3 | # This file is part of the Collabora Office project. |
| Michael Meeks | 44cfc7c | 2012-10-09 12:22:23 +0100 | [diff] [blame] | 4 | # |
| 5 | # This Source Code Form is subject to the terms of the Mozilla Public |
| 6 | # License, v. 2.0. If a copy of the MPL was not distributed with this |
| 7 | # file, You can obtain one at http://mozilla.org/MPL/2.0/. |
| 8 | # |
| Armin Weiss | c9ea78f | 2006-05-12 10:54:47 +0000 | [diff] [blame] | 9 | |
| Norbert Thiebaud | c857dff | 2012-01-24 15:48:30 -0600 | [diff] [blame] | 10 | module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST)))) |
| Armin Weiss | c9ea78f | 2006-05-12 10:54:47 +0000 | [diff] [blame] | 11 | |
| Norbert Thiebaud | c857dff | 2012-01-24 15:48:30 -0600 | [diff] [blame] | 12 | include $(module_directory)/../solenv/gbuild/partial_build.mk |
| Armin Weiss | c9ea78f | 2006-05-12 10:54:47 +0000 | [diff] [blame] | 13 | |
| David Tardon | c019d967 | 2011-04-03 19:20:03 +0200 | [diff] [blame] | 14 | # vim: set noet sw=4 ts=4: |