make gbuild makefiles run independant of pwd again
[LibreOffice.git] / sw / AllLangResTarget_sw.mk
blobcd5a4bc8af4bf49620fa15cc2d5eb5a80e2be027
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
4 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 #
6 # Copyright 2000, 2011 Oracle and/or its affiliates.
8 # OpenOffice.org - a multi-platform office productivity suite
10 # This file is part of OpenOffice.org.
12 # OpenOffice.org is free software: you can redistribute it and/or modify
13 # it under the terms of the GNU Lesser General Public License version 3
14 # only, as published by the Free Software Foundation.
16 # OpenOffice.org is distributed in the hope that it will be useful,
17 # but WITHOUT ANY WARRANTY; without even the implied warranty of
18 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 # GNU Lesser General Public License version 3 for more details
20 # (a copy is included in the LICENSE file that accompanied this code).
22 # You should have received a copy of the GNU Lesser General Public License
23 # version 3 along with OpenOffice.org. If not, see
24 # <http://www.openoffice.org/license.html>
25 # for a copy of the LGPLv3 License.
27 #*************************************************************************
29 $(eval $(call gb_AllLangResTarget_AllLangResTarget,sw))
31 $(eval $(call gb_AllLangResTarget_add_srs,sw,\
32 sw/res \
35 $(eval $(call gb_SrsTarget_SrsTarget,sw/res))
37 $(eval $(call gb_SrsTarget_set_include,sw/res,\
38 $$(INCLUDE) \
39 -I$(OUTDIR)/inc \
40 -I$(WORKDIR)/inc/sw \
41 -I$(realpath $(SRCDIR)/sw/inc) \
42 -I$(realpath $(SRCDIR)/sw/source/core/inc) \
43 -I$(realpath $(SRCDIR)/sw/source/core/undo) \
44 -I$(realpath $(SRCDIR)/sw/source/core/unocore) \
45 -I$(realpath $(SRCDIR)/sw/source/ui/chrdlg) \
46 -I$(realpath $(SRCDIR)/sw/source/ui/config) \
47 -I$(realpath $(SRCDIR)/sw/source/ui/dbui) \
48 -I$(realpath $(SRCDIR)/sw/source/ui/dialog) \
49 -I$(realpath $(SRCDIR)/sw/source/ui/docvw) \
50 -I$(realpath $(SRCDIR)/sw/source/ui/envelp) \
51 -I$(realpath $(SRCDIR)/sw/source/ui/fldui) \
52 -I$(realpath $(SRCDIR)/sw/source/ui/fmtui) \
53 -I$(realpath $(SRCDIR)/sw/source/ui/frmdlg) \
54 -I$(realpath $(SRCDIR)/sw/source/ui/globdoc) \
55 -I$(realpath $(SRCDIR)/sw/source/ui/inc) \
56 -I$(realpath $(SRCDIR)/sw/source/ui/index) \
57 -I$(realpath $(SRCDIR)/sw/source/ui/lingu) \
58 -I$(realpath $(SRCDIR)/sw/source/ui/misc) \
59 -I$(realpath $(SRCDIR)/sw/source/ui/ribbar) \
60 -I$(realpath $(SRCDIR)/sw/source/ui/shells) \
61 -I$(realpath $(SRCDIR)/sw/source/ui/smartmenu) \
62 -I$(realpath $(SRCDIR)/sw/source/ui/table) \
63 -I$(realpath $(SRCDIR)/sw/source/ui/uiview) \
64 -I$(realpath $(SRCDIR)/sw/source/ui/utlui) \
65 -I$(realpath $(SRCDIR)/sw/source/ui/web) \
66 -I$(realpath $(SRCDIR)/sw/source/ui/wrtsh) \
69 $(eval $(call gb_SrsTarget_add_files,sw/res,\
70 sw/source/core/layout/pagefrm.src \
71 sw/source/core/undo/undo.src \
72 sw/source/core/unocore/unocore.src \
73 sw/source/ui/app/app.src \
74 sw/source/ui/app/error.src \
75 sw/source/ui/app/mn.src \
76 sw/source/ui/chrdlg/ccoll.src \
77 sw/source/ui/chrdlg/chardlg.src \
78 sw/source/ui/chrdlg/chrdlg.src \
79 sw/source/ui/chrdlg/drpcps.src \
80 sw/source/ui/chrdlg/numpara.src \
81 sw/source/ui/chrdlg/paradlg.src \
82 sw/source/ui/chrdlg/swbreak.src \
83 sw/source/ui/config/mailconfigpage.src \
84 sw/source/ui/config/optcomp.src \
85 sw/source/ui/config/optdlg.src \
86 sw/source/ui/config/optload.src \
87 sw/source/ui/config/redlopt.src \
88 sw/source/ui/dbui/addresslistdialog.src \
89 sw/source/ui/dbui/createaddresslistdialog.src \
90 sw/source/ui/dbui/customizeaddresslistdialog.src \
91 sw/source/ui/dbui/dbinsdlg.src \
92 sw/source/ui/dbui/dbtablepreviewdialog.src \
93 sw/source/ui/dbui/dbui.src \
94 sw/source/ui/dbui/mailmergechildwindow.src \
95 sw/source/ui/dbui/mailmergewizard.src \
96 sw/source/ui/dbui/mmaddressblockpage.src \
97 sw/source/ui/dbui/mmdocselectpage.src \
98 sw/source/ui/dbui/mmgreetingspage.src \
99 sw/source/ui/dbui/mmlayoutpage.src \
100 sw/source/ui/dbui/mmmergepage.src \
101 sw/source/ui/dbui/mmoutputpage.src \
102 sw/source/ui/dbui/mmoutputtypepage.src \
103 sw/source/ui/dbui/mmpreparemergepage.src \
104 sw/source/ui/dbui/selectdbtabledialog.src \
105 sw/source/ui/dialog/abstract.src \
106 sw/source/ui/dialog/ascfldlg.src \
107 sw/source/ui/dialog/dialog.src \
108 sw/source/ui/dialog/docstdlg.src \
109 sw/source/ui/dialog/regionsw.src \
110 sw/source/ui/dialog/wordcountdialog.src \
111 sw/source/ui/dochdl/dochdl.src \
112 sw/source/ui/dochdl/selglos.src \
113 sw/source/ui/docvw/annotation.src \
114 sw/source/ui/docvw/access.src \
115 sw/source/ui/docvw/docvw.src \
116 sw/source/ui/envelp/envelp.src \
117 sw/source/ui/envelp/envfmt.src \
118 sw/source/ui/envelp/envlop.src \
119 sw/source/ui/envelp/envprt.src \
120 sw/source/ui/envelp/label.src \
121 sw/source/ui/envelp/labfmt.src \
122 sw/source/ui/envelp/labprt.src \
123 sw/source/ui/envelp/mailmrge.src \
124 sw/source/ui/fldui/DropDownFieldDialog.src \
125 sw/source/ui/fldui/changedb.src \
126 sw/source/ui/fldui/flddb.src \
127 sw/source/ui/fldui/flddinf.src \
128 sw/source/ui/fldui/flddok.src \
129 sw/source/ui/fldui/fldfunc.src \
130 sw/source/ui/fldui/fldref.src \
131 sw/source/ui/fldui/fldtdlg.src \
132 sw/source/ui/fldui/fldui.src \
133 sw/source/ui/fldui/fldvar.src \
134 sw/source/ui/fldui/inpdlg.src \
135 sw/source/ui/fldui/javaedit.src \
136 sw/source/ui/fmtui/tmpdlg.src \
137 sw/source/ui/frmdlg/column.src \
138 sw/source/ui/frmdlg/cption.src \
139 sw/source/ui/frmdlg/frmpage.src \
140 sw/source/ui/frmdlg/frmui.src \
141 sw/source/ui/frmdlg/wrap.src \
142 sw/source/ui/globdoc/globdoc.src \
143 sw/source/ui/index/cnttab.src \
144 sw/source/ui/index/idxmrk.src \
145 sw/source/ui/index/multmrk.src \
146 sw/source/ui/lingu/olmenu.src \
147 sw/source/ui/misc/autocorr.src \
148 sw/source/ui/misc/bookmark.src \
149 sw/source/ui/misc/docfnote.src \
150 sw/source/ui/misc/glosbib.src \
151 sw/source/ui/misc/glossary.src \
152 sw/source/ui/misc/insfnote.src \
153 sw/source/ui/misc/insrule.src \
154 sw/source/ui/misc/linenum.src \
155 sw/source/ui/misc/num.src \
156 sw/source/ui/misc/numberingtypelistbox.src \
157 sw/source/ui/misc/outline.src \
158 sw/source/ui/misc/pgfnote.src \
159 sw/source/ui/misc/pggrid.src \
160 sw/source/ui/misc/redlndlg.src \
161 sw/source/ui/misc/srtdlg.src \
162 sw/source/ui/misc/titlepage.src \
163 sw/source/ui/ribbar/inputwin.src \
164 sw/source/ui/ribbar/tbxanchr.src \
165 sw/source/ui/ribbar/workctrl.src \
166 sw/source/ui/shells/shells.src \
167 sw/source/ui/smartmenu/stmenu.src \
168 sw/source/ui/table/chartins.src \
169 sw/source/ui/table/colwd.src \
170 sw/source/ui/table/convert.src \
171 sw/source/ui/table/instable.src \
172 sw/source/ui/table/mergetbl.src \
173 sw/source/ui/table/rowht.src \
174 sw/source/ui/table/splittbl.src \
175 sw/source/ui/table/table.src \
176 sw/source/ui/table/tabledlg.src \
177 sw/source/ui/table/tautofmt.src \
178 sw/source/ui/uiview/pview.src \
179 sw/source/ui/uiview/view.src \
180 sw/source/ui/utlui/attrdesc.src \
181 sw/source/ui/utlui/gloslst.src \
182 sw/source/ui/utlui/initui.src \
183 sw/source/ui/utlui/navipi.src \
184 sw/source/ui/utlui/poolfmt.src \
185 sw/source/ui/utlui/unotools.src \
186 sw/source/ui/utlui/utlui.src \
187 sw/source/ui/web/web.src \
188 sw/source/ui/wrtsh/wrtsh.src \
191 # vim: set noet sw=4 ts=4: