bump product version to 5.0.4.1
[LibreOffice.git] / vcl / CustomTarget_afm_hash.mk
blob44b2073c2599b8875f67074ed26e7e70b2b9cc8d
2 # This file is part of the LibreOffice project.
4 # This Source Code Form is subject to the terms of the Mozilla Public
5 # License, v. 2.0. If a copy of the MPL was not distributed with this
6 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 $(eval $(call gb_CustomTarget_CustomTarget,vcl/generic/fontmanager))
11 $(call gb_CustomTarget_get_target,vcl/generic/fontmanager) : \
12 $(call gb_CustomTarget_get_workdir,vcl/generic/fontmanager)/afm_hash.hpp
14 $(call gb_CustomTarget_get_workdir,vcl/generic/fontmanager)/afm_hash.hpp : \
15 $(SRCDIR)/vcl/generic/fontmanager/afm_keyword_list \
16 | $(call gb_CustomTarget_get_workdir,vcl/generic/fontmanager)/.dir
17 $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),GPF,1)
18 $(GPERF) -C -t -l -L C++ -m 20 -Z AfmKeywordHash -k '1,4,6,$$' $< | sed -e 's/(char\*)0/(char\*)0, NOPE/g' | grep -v '^#line' > $@
20 # vim: set noet sw=4: