1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
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/.
10 $(eval
$(call gb_AllLangResTarget_AllLangResTarget
,sd
))
12 $(eval
$(call gb_AllLangResTarget_set_reslocation
,sd
,sd
))
14 $(eval
$(call gb_AllLangResTarget_add_srs
,sd
,\
18 $(eval
$(call gb_SrsTarget_SrsTarget
,sd
/res
))
20 $(eval
$(call gb_SrsTarget_set_include
,sd
/res
,\
23 -I
$(SRCDIR
)/sd
/source
/ui
/inc \
24 -I
$(SRCDIR
)/sd
/source
/ui
/slidesorter
/inc \
27 $(eval
$(call gb_SrsTarget_add_files
,sd
/res
,\
28 sd
/source
/core
/glob.src \
29 sd
/source
/ui
/accessibility
/accessibility.src \
30 sd
/source
/ui
/animations
/CustomAnimation.src \
31 sd
/source
/ui
/annotations
/annotations.src \
32 sd
/source
/ui
/app
/res_bmp.src \
33 sd
/source
/ui
/app
/sdstring.src \
34 sd
/source
/ui
/app
/strings.src \
35 sd
/source
/ui
/app
/toolbox.src \
36 sd
/source
/ui
/view
/DocumentRenderer.src \
39 # vim: set noet sw=4 ts=4: