diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-10-25 09:55:13 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-10-25 23:24:32 +0200 |
commit | 1ceb47d96da9e7977c96241f49ad291ff0466970 (patch) | |
tree | 36a8d5e370d9fa5ccee0d186ce0e9f7c34877147 /graphite/Module_graphite.mk | |
parent | bab471569a72618efba223751b54ac40965842d8 (diff) |
graphite: convert to gbuild
Change-Id: I47c279d1cf53ef2c092467070d97b13f949d06f6
Diffstat (limited to 'graphite/Module_graphite.mk')
-rw-r--r-- | graphite/Module_graphite.mk | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/graphite/Module_graphite.mk b/graphite/Module_graphite.mk new file mode 100644 index 000000000000..2791eff83c78 --- /dev/null +++ b/graphite/Module_graphite.mk @@ -0,0 +1,21 @@ +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- +# +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# + +$(eval $(call gb_Module_Module,graphite)) + +ifeq ($(SYSTEM_GRAPHITE),NO) + +$(eval $(call gb_Module_add_targets,graphite,\ + StaticLibrary_graphite \ + UnpackedTarball_graphite \ +)) + +endif + +# vim: set noet sw=4 ts=4: |