Version 5.2.6.1, tag libreoffice-5.2.6.1
[LibreOffice.git] / vcl / CustomTarget_afm_hash.mk
blobbf88fb9567613c21a1f711ac21f6491161d6b779
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/unx/generic/fontmanager))
11 $(call gb_CustomTarget_get_target,vcl/unx/generic/fontmanager) : \
12 $(call gb_CustomTarget_get_workdir,vcl/unx/generic/fontmanager)/afm_hash.hpp
14 $(call gb_CustomTarget_get_workdir,vcl/unx/generic/fontmanager)/afm_hash.hpp : \
15 $(SRCDIR)/vcl/unx/generic/fontmanager/afm_keyword_list \
16 | $(call gb_CustomTarget_get_workdir,vcl/unx/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: