Bump for 3.6-28
[LibreOffice.git] / dbaccess / AllLangResTarget_dbu.mk
blob1e353af39275b335ff3c2bb49e8ef46d78e747b8
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
12 # License.
14 # Major Contributor(s):
15 # Copyright (C) 2010 Red Hat, Inc., David Tardon <dtardon@redhat.com>
16 # (initial developer)
18 # All Rights Reserved.
20 # For minor contributions see the git repository.
22 # Alternatively, the contents of this file may be used under the terms of
23 # either the GNU General Public License Version 3 or later (the "GPLv3+"), or
24 # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
25 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
26 # instead of those above.
28 $(eval $(call gb_AllLangResTarget_AllLangResTarget,dbu))
30 $(eval $(call gb_AllLangResTarget_set_reslocation,dbu,dbaccess))
32 $(eval $(call gb_AllLangResTarget_add_srs,dbu,\
33 dbaccess/dbu \
36 $(eval $(call gb_SrsTarget_SrsTarget,dbaccess/dbu))
38 $(eval $(call gb_SrsTarget_use_packages,dbaccess/dbu,\
39 editeng_inc \
40 sfx2_inc \
41 svl_inc \
42 svx_globlmn_hrc \
43 svx_inc \
46 $(eval $(call gb_SrsTarget_set_include,dbaccess/dbu,\
47 $$(INCLUDE) \
48 -I$(call gb_SrsTemplateTarget_get_include_dir,dbaccess) \
49 -I$(SRCDIR)/dbaccess/inc \
50 -I$(SRCDIR)/dbaccess/source/ui/inc \
53 $(eval $(call gb_SrsTarget_add_files,dbaccess/dbu,\
54 dbaccess/source/ui/app/app.src \
55 dbaccess/source/ui/browser/sbabrw.src \
56 dbaccess/source/ui/browser/sbagrid.src \
57 dbaccess/source/ui/control/TableGrantCtrl.src \
58 dbaccess/source/ui/control/tabletree.src \
59 dbaccess/source/ui/control/undosqledit.src \
60 dbaccess/source/ui/dlg/admincontrols.src \
61 dbaccess/source/ui/dlg/adtabdlg.src \
62 dbaccess/source/ui/dlg/advancedsettings.src \
63 dbaccess/source/ui/dlg/AutoControls.src \
64 dbaccess/source/ui/dlg/CollectionView.src \
65 dbaccess/source/ui/dlg/ConnectionPage.src \
66 dbaccess/source/ui/dlg/dbadmin2.src \
67 dbaccess/source/ui/dlg/dbadminsetup.src \
68 dbaccess/source/ui/dlg/dbadmin.src \
69 dbaccess/source/ui/dlg/dbfindex.src \
70 dbaccess/source/ui/dlg/directsql.src \
71 dbaccess/source/ui/dlg/dlgattr.src \
72 dbaccess/source/ui/dlg/dlgsave.src \
73 dbaccess/source/ui/dlg/dlgsize.src \
74 dbaccess/source/ui/dlg/dsselect.src \
75 dbaccess/source/ui/dlg/indexdialog.src \
76 dbaccess/source/ui/dlg/paramdialog.src \
77 dbaccess/source/ui/dlg/queryfilter.src \
78 dbaccess/source/ui/dlg/queryorder.src \
79 dbaccess/source/ui/dlg/RelationDlg.src \
80 dbaccess/source/ui/dlg/sqlmessage.src \
81 dbaccess/source/ui/dlg/textconnectionsettings.src \
82 dbaccess/source/ui/dlg/UserAdminDlg.src \
83 dbaccess/source/ui/dlg/UserAdmin.src \
84 dbaccess/source/ui/imagelists/dbimagelists.src \
85 dbaccess/source/ui/misc/dbumiscres.src \
86 dbaccess/source/ui/misc/WizardPages.src \
87 dbaccess/source/ui/querydesign/querydlg.src \
88 dbaccess/source/ui/querydesign/query.src \
89 dbaccess/source/ui/relationdesign/relation.src \
90 dbaccess/source/ui/tabledesign/table.src \
91 dbaccess/source/ui/uno/copytablewizard.src \
92 dbaccess/source/ui/uno/dbinteraction.src \
95 $(eval $(call gb_SrsTarget_add_templates,dbaccess/dbu,\
96 dbaccess/source/ui/dlg/AutoControls_tmpl.hrc \
97 dbaccess/source/ui/inc/toolbox_tmpl.hrc \
100 # vim: set noet sw=4 ts=4: