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_Package_Package
,test_unittest
,$(SRCDIR
)/test/user-template
))
12 $(eval
$(call gb_Package_set_outdir
,test_unittest
,$(WORKDIR
)))
14 $(eval
$(call gb_Package_add_file
,test_unittest
,unittest
/registry-common
/modifications.xcd
,registry-common
/modifications.xcd
))
15 $(eval
$(call gb_Package_add_file
,test_unittest
,unittest
/registry-user-ui
/user-ui.xcd
,registry-user-ui
/user-ui.xcd
))
16 $(eval
$(call gb_Package_add_file
,test_unittest
,unittest
/user
/wordbook
/sl.dic
,user
/wordbook
/sl.dic
))
17 $(eval
$(call gb_Package_add_file
,test_unittest
,unittest
/user
/wordbook
/en-US.dic
,user
/wordbook
/en-US.dic
))
18 $(eval
$(call gb_Package_add_file
,test_unittest
,unittest
/user
/database
/biblio.odb
,user
/database
/biblio.odb
))
19 $(eval
$(call gb_Package_add_file
,test_unittest
,unittest
/user
/database
/biblio
/biblio.dbf
,user
/database
/biblio
/biblio.dbf
))
20 $(eval
$(call gb_Package_add_file
,test_unittest
,unittest
/user
/database
/biblio
/biblio.dbt
,user
/database
/biblio
/biblio.dbt
))
21 $(eval
$(call gb_Package_add_file
,test_unittest
,unittest
/user
/wordbook
/technical.dic
,user
/wordbook
/technical.dic
))
22 $(eval
$(call gb_Package_add_file
,test_unittest
,unittest
/user
/wordbook
/en-GB.dic
,user
/wordbook
/en-GB.dic
))
23 $(eval
$(call gb_Package_add_file
,test_unittest
,unittest
/user
/autotext
/en-US
/template.bau
,user
/autotext
/en-US
/template.bau
))
24 $(eval
$(call gb_Package_add_file
,test_unittest
,unittest
/user
/autotext
/en-US
/standard.bau
,user
/autotext
/en-US
/standard.bau
))
25 $(eval
$(call gb_Package_add_file
,test_unittest
,unittest
/user
/autotext
/en-US
/crdbus50.bau
,user
/autotext
/en-US
/crdbus50.bau
))
26 $(eval
$(call gb_Package_add_file
,test_unittest
,unittest
/user
/config
/soffice.cfg
/.dummy
,empty-directory-dummy
))
27 $(eval
$(call gb_Package_add_file
,test_unittest
,unittest
/user
/autocorr
/acor_en-US.dat
,user
/autocorr
/acor_fr.dat
))
28 $(eval
$(call gb_Package_add_file
,test_unittest
,unittest
/user
/autocorr
/acor_en-GB.dat
,user
/autocorr
/acor_en-GB.dat
))
29 $(eval
$(call gb_Package_add_file
,test_unittest
,unittest
/user
/config
/soffice.cfg
/modules
/scalc
/popupmenu
/draw.xml
,user
/config
/soffice.cfg
/modules
/scalc
/popupmenu
/draw.xml
))
30 $(eval
$(call gb_Package_add_file
,test_unittest
,unittest
/user
/config
/soffice.cfg
/modules
/scalc
/popupmenu
/anchor.xml
,user
/config
/soffice.cfg
/modules
/scalc
/popupmenu
/anchor.xml
))
31 $(eval
$(call gb_Package_add_file
,test_unittest
,unittest
/user
/config
/soffice.cfg
/modules
/swriter
/popupmenu
/text.xml
,user
/config
/soffice.cfg
/modules
/swriter
/popupmenu
/text.xml
))
32 $(eval
$(call gb_Package_add_file
,test_unittest
,unittest
/user
/config
/soffice.cfg
/modules
/simpress
/popupmenu
/page.xml
,user
/config
/soffice.cfg
/modules
/simpress
/popupmenu
/page.xml
))
34 # vim: set noet sw=4 ts=4: