2011-08-10 02:12:48 +09:00
|
|
|
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
2011-04-20 08:59:00 +02:00
|
|
|
#
|
2013-04-19 21:10:42 +01:00
|
|
|
# This file is part of the LibreOffice project.
|
2011-04-20 08:59:00 +02:00
|
|
|
#
|
2013-04-19 21:10:42 +01:00
|
|
|
# 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/.
|
2011-04-20 08:59:00 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
$(eval $(call gb_AllLangResTarget_AllLangResTarget,sd))
|
|
|
|
|
|
|
|
$(eval $(call gb_AllLangResTarget_set_reslocation,sd,sd))
|
|
|
|
|
|
|
|
$(eval $(call gb_AllLangResTarget_add_srs,sd,\
|
|
|
|
sd/res \
|
|
|
|
))
|
|
|
|
|
|
|
|
$(eval $(call gb_SrsTarget_SrsTarget,sd/res))
|
|
|
|
|
|
|
|
$(eval $(call gb_SrsTarget_set_include,sd/res,\
|
|
|
|
$$(INCLUDE) \
|
2012-03-05 19:02:10 +01:00
|
|
|
-I$(SRCDIR)/sd/inc \
|
|
|
|
-I$(SRCDIR)/sd/source/ui/inc \
|
|
|
|
-I$(SRCDIR)/sd/source/ui/slidesorter/inc \
|
2011-04-20 08:59:00 +02:00
|
|
|
))
|
|
|
|
|
|
|
|
$(eval $(call gb_SrsTarget_add_files,sd/res,\
|
|
|
|
sd/source/core/glob.src \
|
|
|
|
sd/source/ui/accessibility/accessibility.src \
|
|
|
|
sd/source/ui/animations/CustomAnimation.src \
|
|
|
|
sd/source/ui/annotations/annotations.src \
|
|
|
|
sd/source/ui/app/popup.src \
|
|
|
|
sd/source/ui/app/res_bmp.src \
|
|
|
|
sd/source/ui/app/sdstring.src \
|
|
|
|
sd/source/ui/app/strings.src \
|
|
|
|
sd/source/ui/app/toolbox.src \
|
|
|
|
sd/source/ui/slideshow/slideshow.src \
|
|
|
|
sd/source/ui/view/DocumentRenderer.src \
|
|
|
|
))
|
|
|
|
|
2013-12-27 07:31:34 +01:00
|
|
|
$(eval $(call gb_SrsTarget_add_nonlocalizable_files,sd/res,\
|
2012-11-15 12:32:43 +01:00
|
|
|
sd/source/ui/slidesorter/view/SlsResource.src \
|
|
|
|
))
|
|
|
|
|
2011-07-30 23:02:06 +03:00
|
|
|
# vim: set noet sw=4 ts=4:
|