a69df73d3d
This is generated data, meant to replace source/drawingml/customshapepresets*.cxx soon. Just like the code before, let's have it in git, generating it requires an already working Impress, so it's nontrivial to produce it build-time. Change-Id: Iaf8c77fc6ee0402e3e145b131724b7891d6b6b3f
19 lines
520 B
Makefile
19 lines
520 B
Makefile
# -*- 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,oox))
|
|
|
|
$(eval $(call gb_Module_add_targets,oox,\
|
|
CustomTarget_generated \
|
|
Library_oox \
|
|
Package_customshapes \
|
|
Package_generated \
|
|
))
|
|
|
|
# vim: set noet sw=4 ts=4:
|