adapt hwpfilter unittests to separate RdbTarget makefile requirement
[LibreOffice.git] / automation / Package_packimages.mk
blobf76837243367ac649458478564106fd83b6d717c
1 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
3 # The contents of this file are subject to the Mozilla Public License Version
4 # 1.1 (the "License"); you may not use this file except in compliance with
5 # the License or as specified alternatively below. You may obtain a copy of
6 # the License at http://www.mozilla.org/MPL/
8 # Software distributed under the License is distributed on an "AS IS" basis,
9 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
10 # for the specific language governing rights and limitations under the
11 # License.
13 # Major Contributor(s):
14 # Copyright (C) 2011 David Tardon, Red Hat Inc. <dtardon@redhat.com> (initial developer)
16 # All Rights Reserved.
18 # For minor contributions see the git repository.
20 # Alternatively, the contents of this file may be used under the terms of
21 # either the GNU General Public License Version 3 or later (the "GPLv3+"), or
22 # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
23 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
24 # instead of those above.
26 # TODO: this is probably the same procedure that is used in
27 # postprocess/packimages -> good candidate for a gbuild class
29 $(eval $(call gb_Package_Package,automation_packimages,$(call gb_CustomTarget_get_workdir,automation/packimages)))
31 $(eval $(call gb_Package_add_file,automation_packimages,bin/images_tt.zip,images_tt.zip))
33 $(eval $(call gb_Package_add_customtarget,automation_packimages,automation/packimages,SRCDIR))
35 $(eval $(call gb_CustomTarget_add_outdir_dependencies,automation/packimages,\
36 $(OUTDIR)/res/img/fps_officeen-US.ilst \
37 $(OUTDIR)/res/img/sben-US.ilst \
38 $(OUTDIR)/res/img/stten-US.ilst \
39 $(OUTDIR)/res/img/svten-US.ilst \
40 $(OUTDIR)/res/img/vclen-US.ilst \
43 # vim: set ts=4 sw=4 noet: