1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
4 # The contents of this file are subject to the Mozilla Public License Version
5 # 1.1 (the "License"); you may not use this file except in compliance with
6 # the License or as specified alternatively below. You may obtain a copy of
7 # the License at http://www.mozilla.org/MPL/
9 # Software distributed under the License is distributed on an "AS IS" basis,
10 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11 # for the specific language governing rights and limitations under the
14 # The Initial Developer of the Original Code is
15 # David Tardon, Red Hat Inc. <dtardon@redhat.com>
16 # Portions created by the Initial Developer are Copyright (C) 2010 the
17 # Initial Developer. All Rights Reserved.
19 # Major Contributor(s):
21 # For minor contributions see the git repository.
23 # Alternatively, the contents of this file may be used under the terms of
24 # either the GNU General Public License Version 3 or later (the "GPLv3+"), or
25 # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
26 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
27 # instead of those above.
29 $(eval
$(call gb_AllLangResTarget_AllLangResTarget
,sd
))
31 $(eval
$(call gb_AllLangResTarget_set_reslocation
,sd
,sd
))
33 $(eval
$(call gb_AllLangResTarget_add_srs
,sd
,\
37 $(eval
$(call gb_SrsTarget_SrsTarget
,sd
/res
))
39 $(eval
$(call gb_SrsTarget_set_include
,sd
/res
,\
41 -I
$(realpath
$(SRCDIR
)/sd
/inc
) \
42 -I
$(realpath
$(SRCDIR
)/sd
/source
/ui
/inc
) \
43 -I
$(realpath
$(SRCDIR
)/sd
/source
/ui
/slidesorter
/inc
) \
48 $(eval
$(call gb_SrsTarget_add_files
,sd
/res
,\
49 sd
/source
/core
/glob.src \
50 sd
/source
/filter/html
/pubdlg.src \
51 sd
/source
/ui
/accessibility
/accessibility.src \
52 sd
/source
/ui
/animations
/CustomAnimationCreateDialog.src \
53 sd
/source
/ui
/animations
/CustomAnimationDialog.src \
54 sd
/source
/ui
/animations
/CustomAnimationPane.src \
55 sd
/source
/ui
/animations
/CustomAnimation.src \
56 sd
/source
/ui
/animations
/SlideTransitionPane.src \
57 sd
/source
/ui
/annotations
/annotations.src \
58 sd
/source
/ui
/app
/app.src \
59 sd
/source
/ui
/app
/popup.src \
60 sd
/source
/ui
/app
/res_bmp.src \
61 sd
/source
/ui
/app
/sdstring.src \
62 sd
/source
/ui
/app
/strings.src \
63 sd
/source
/ui
/app
/toolbox.src \
64 sd
/source
/ui
/dlg
/animobjs.src \
65 sd
/source
/ui
/dlg
/brkdlg.src \
66 sd
/source
/ui
/dlg
/copydlg.src \
67 sd
/source
/ui
/dlg
/custsdlg.src \
68 sd
/source
/ui
/dlg
/dlgass.src \
69 sd
/source
/ui
/dlg
/dlg_char.src \
70 sd
/source
/ui
/dlg
/dlgfield.src \
71 sd
/source
/ui
/dlg
/dlgolbul.src \
72 sd
/source
/ui
/dlg
/dlgpage.src \
73 sd
/source
/ui
/dlg
/dlgsnap.src \
74 sd
/source
/ui
/dlg
/headerfooterdlg.src \
75 sd
/source
/ui
/dlg
/inspagob.src \
76 sd
/source
/ui
/dlg
/ins_paste.src \
77 sd
/source
/ui
/dlg
/LayerDialog.src \
78 sd
/source
/ui
/dlg
/layeroptionsdlg.src \
79 sd
/source
/ui
/dlg
/masterlayoutdlg.src \
80 sd
/source
/ui
/dlg
/morphdlg.src \
81 sd
/source
/ui
/dlg
/navigatr.src \
82 sd
/source
/ui
/dlg
/PaneDockingWindow.src \
83 sd
/source
/ui
/dlg
/paragr.src \
84 sd
/source
/ui
/dlg
/present.src \
85 sd
/source
/ui
/dlg
/prltempl.src \
86 sd
/source
/ui
/dlg
/prntopts.src \
87 sd
/source
/ui
/dlg
/sdpreslt.src \
88 sd
/source
/ui
/dlg
/tabtempl.src \
89 sd
/source
/ui
/dlg
/tpaction.src \
90 sd
/source
/ui
/dlg
/tpoption.src \
91 sd
/source
/ui
/dlg
/vectdlg.src \
92 sd
/source
/ui
/notes
/NotesChildWindow.src \
93 sd
/source
/ui
/slideshow
/slideshow.src \
94 sd
/source
/ui
/slidesorter
/view
/SlsResource.src \
95 sd
/source
/ui
/table
/TableDesignPane.src \
96 sd
/source
/ui
/view
/DocumentRenderer.src \
99 $(eval
$(call gb_SrsTarget_add_templates
,sd
/res
,\
100 sd
/source
/ui
/app
/menuids2_tmpl.src \
101 sd
/source
/ui
/app
/menuids3_tmpl.src \
102 sd
/source
/ui
/app
/menuids4_tmpl.src \
103 sd
/source
/ui
/app
/menuids_tmpl.src \
104 sd
/source
/ui
/app
/menuportal_tmpl.src \
105 sd
/source
/ui
/app
/menu_tmpl.src \
106 sd
/source
/ui
/app
/popup2_tmpl.src \
107 sd
/source
/ui
/app
/tbxids_tmpl.src \
108 sd
/source
/ui
/app
/toolbox2_tmpl.src \
111 # vim: set noet sw=4 ts=4: