Improve the comment
[LibreOffice.git] / vcl / StaticLibrary_fuzzerstubs.mk
blob3c9109dfe1bd2a8b626f5574c09505ffa9e2ce9c
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/.
9 $(eval $(call gb_StaticLibrary_StaticLibrary,fuzzerstubs))
11 $(eval $(call gb_StaticLibrary_set_include,fuzzerstubs,\
12 $$(INCLUDE) \
13 -I$(SRCDIR)/vcl/inc \
16 $(eval $(call gb_StaticLibrary_use_api,fuzzerstubs,\
17 offapi \
18 udkapi \
21 $(eval $(call gb_StaticLibrary_add_exception_objects,fuzzerstubs,\
22 vcl/workben/localestub/localestub \
23 vcl/workben/localestub/localedata_en_AU \
24 vcl/workben/localestub/localedata_en_BW \
25 vcl/workben/localestub/localedata_en_BZ \
26 vcl/workben/localestub/localedata_en_CA \
27 vcl/workben/localestub/localedata_en_GB \
28 vcl/workben/localestub/localedata_en_GH \
29 vcl/workben/localestub/localedata_en_GM \
30 vcl/workben/localestub/localedata_en_IE \
31 vcl/workben/localestub/localedata_en_IN \
32 vcl/workben/localestub/localedata_en_JM \
33 vcl/workben/localestub/localedata_en_MW \
34 vcl/workben/localestub/localedata_en_MY \
35 vcl/workben/localestub/localedata_en_NA \
36 vcl/workben/localestub/localedata_en_NZ \
37 vcl/workben/localestub/localedata_en_PH \
38 vcl/workben/localestub/localedata_en_TT \
39 vcl/workben/localestub/localedata_en_US \
40 vcl/workben/localestub/localedata_en_ZA \
41 vcl/workben/localestub/localedata_en_ZW \
44 # vim: set noet sw=4 ts=4: