Version 4.3.0.0.beta1, tag libreoffice-4.3.0.0.beta1
[LibreOffice.git] / vcl / CustomTarget_afm_hash.mk
blob18ea9c17f73041809d6f33071f53e32721c92f10
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: