update credits
[LibreOffice.git] / Makefile.in
blob9ac31060e27f15091056c9723f26de799c417c43
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/.
10 gb_Top_MODULE_CHECK_TARGETS := slowcheck unitcheck subsequentcheck perfcheck uicheck screenshot
12 .PHONY : all check-if-root bootstrap gbuild build build-non-l10n-only build-l10n-only check clean clean-build clean-host test-install distclean distro-pack-install distro-pack-install-strip docs download etags fetch get-submodules id install install-gdb-printers install-strip tags debugrun help showmodules translations packageinfo internal.clean $(gb_Top_MODULE_CHECK_TARGETS)
14 MAKECMDGOALS?=all
15 build_goal:=$(if $(filter build check,$(MAKECMDGOALS)),all)\
16 $(if $(filter build-nocheck uicheck,$(MAKECMDGOALS)),build)\
17 $(if $(filter check,$(MAKECMDGOALS)),subsequentcheck $(if $(filter Linux, $(shell uname)), uicheck))\
18 $(filter all build-l10n-only build-non-l10n-only debugrun help showmodules translations $(gb_Top_MODULE_CHECK_TARGETS) check packageinfo gbuildtojson,$(MAKECMDGOALS))
20 SRCDIR := @SRC_ROOT@
21 BUILDDIR := @BUILDDIR@
22 COMPILER_PLUGINS := @COMPILER_PLUGINS@
23 GIT_BUILD := $(if $(wildcard $(SRCDIR)/.git),T)
25 # Run autogen.sh if needed and force make to restart itself.
26 # ... but there are several cases where we do not want to run
27 # autogen.sh:
28 # 1. if we are building from tarballs, not git checkout (I do not
29 # think packagers would ever want that. I certainly do not.)
30 # 2. if we are making help, clean or distclean, because they do not
31 # need updated configuration
32 ifeq (,$(MAKE_RESTARTS)$(if $(GIT_BUILD),,T)$(if $(filter-out help showmodules clean distclean,$(MAKECMDGOALS)),,T))
34 # note: this must touch both Makefile and $(BUILDDIR)/Makefile, because make
35 # may be invoked using either of these paths, and it will restart itself only
36 # if the updated target is exactly the same path as the Makefile it is using
37 .PHONY : force-restart
38 Makefile $(BUILDDIR)/Makefile: $(BUILDDIR)/config_host.mk $(BUILDDIR)/config_host_lang.mk force-restart
39 @touch $@
41 # run configure in an environment not polluted by config_host.mk
42 $(BUILDDIR)/config_host.mk : $(wildcard \
43 $(SRCDIR)/config_host.mk.in \
44 $(SRCDIR)/config_host_lang.mk.in \
45 $(SRCDIR)/Makefile.in \
46 $(SRCDIR)/instsetoo_native/util/openoffice.lst.in \
47 $(SRCDIR)/configure.ac \
48 $(SRCDIR)/config_host/*.h.in \
49 $(BUILDDIR)/autogen.input \
50 $(BUILDDIR)/autogen.lastrun \
51 $(BUILDDIR)/autogen.sh \
52 ) \
53 $(shell . $(SRCDIR)/bin/get_config_variables JAVA_HOME && \
54 if test -n "$${JAVA_HOME}" -a ! -d "$${JAVA_HOME}/bin"; then echo force-restart; fi)
55 sh -c $(SRCDIR)/autogen.sh
57 else # MAKE_RESTARTS
59 all: build
61 check-if-root:
62 @if test `id -u` = 0 && ! grep -q 'lxc\|docker' /proc/self/cgroup; then \
63 echo; \
64 echo 'No. You make ME a sandwich.'; \
65 echo; \
66 exit 1; \
69 gb_Side ?= host
71 include $(BUILDDIR)/config_$(gb_Side).mk
73 export GMAKE_OPTIONS?=-r$(if $(verbose),,s)$(value $(MAKEFLAGS))
75 PARALLELISM_OPTION := $(if $(filter-out 0,$(PARALLELISM)),-j $(PARALLELISM),)
77 IWYU_OPTION := $(if $(IWYU_PATH),-k CC=$(IWYU_PATH) CXX=$(IWYU_PATH),)
79 # don't want to have a dependency to iwyudummy.generate because it's
80 # useful to manually edit the generated StaticLibrary_iwyudummy.mk
81 iwyudummy: bootstrap fetch
82 $(if $(wildcard $(BUILDDIR)/iwyudummy),,$(error first call "make iwyudummy.generate"))
83 cd $(BUILDDIR)/iwyudummy && $(MAKE) $(IWYU_OPTION) $(GMAKE_OPTIONS)
85 iwyudummy.generate:
86 $(SRCDIR)/bin/gen-iwyu-dummy-lib
89 # Partial Build
91 define gb_Top_GbuildModuleRules
92 .PHONY: $(1) $(1).all $(1).build $(1).check $(1).clean $(1).showdeliverables $(foreach target,$(gb_Top_MODULE_CHECK_TARGETS),$(1).$(target))
94 $(1): bootstrap fetch
95 cd $(SRCDIR)/$(2) && $$(MAKE) $(IWYU_OPTION) $(PARALLELISM_OPTION) $(GMAKE_OPTIONS)
97 $(1).build $(1).check $(foreach target,$(gb_Top_MODULE_CHECK_TARGETS),$(1).$(target)): bootstrap fetch
98 cd $(SRCDIR)/$(2) && $$(MAKE) $(PARALLELISM_OPTION) $(GMAKE_OPTIONS) $$(patsubst $(1).%,%,$$@)
100 $(1).clean $(1).showdeliverables:
101 cd $(SRCDIR)/$(2) && $$(MAKE) $(PARALLELISM_OPTION) $(GMAKE_OPTIONS) $$(patsubst $(1).%,%,$$@)
103 $(1).all: bootstrap fetch
104 $$(MAKE) $(PARALLELISM_OPTION) $(IWYU_OPTION) $(GMAKE_OPTIONS) -f $(SRCDIR)/Makefile.gbuild $(WORKDIR)/Module/$(1) $(if $(CROSS_COMPILING),,$(WORKDIR)/Module/check/$(1) $(WORKDIR)/Module/slowcheck/$(1))
106 endef
108 define gb_Top_GbuildModulesRules
109 $(foreach m,$(1),$(call gb_Top_GbuildModuleRules,$(notdir $(m)),$(m)))
110 endef
112 gbuild_modules := $(patsubst $(SRCDIR)/%/,%,$(dir $(wildcard $(SRCDIR)/*/Module_*.mk $(SRCDIR)/external/*/Module_*.mk)))
114 gbuild_internal_modules := $(filter-out odk external,$(patsubst $(SRCDIR)/%/,%,$(dir $(wildcard $(SRCDIR)/*/Module_*.mk))))
116 internal.clean: $(addsuffix .clean,$(gbuild_internal_modules))
119 $(eval $(call gb_Top_GbuildModulesRules,$(gbuild_modules)))
121 gbuild_TARGETS := AllLangHelp \
122 AllLangMoTarget \
123 AllLangPackage \
124 AutoInstall \
125 CliLibrary \
126 CliNativeLibrary \
127 CliUnoApi \
128 CompilerTest \
129 Configuration \
130 CppunitTest \
131 CustomTarget \
132 Dictionary \
133 Executable \
134 Extension \
135 ExtensionPackage \
136 ExtensionPackageSet \
137 ExternalPackage \
138 ExternalProject \
139 Gallery \
140 GeneratedPackage \
141 InstallModule \
142 InstallScript \
143 InternalUnoApi \
144 Jar \
145 JunitTest \
146 Library \
147 Module \
148 Package \
149 PackageSet \
150 Pagein \
151 Postprocess \
152 Pyuno \
153 PythonTest \
154 Rdb \
155 StaticLibrary \
156 UIConfig \
157 UITest \
158 UnoApi \
159 UnpackedTarball \
160 WinResTarget \
161 Zip \
163 # build a generic gbuild target
164 $(foreach target,$(gbuild_TARGETS),$(target)_% $(foreach module,$(gbuild_modules),$(target)_$(module)/%)) %.genpatch: bootstrap fetch
165 $(MAKE) $(PARALLELISM_OPTION) $(GMAKE_OPTIONS) -f $(SRCDIR)/Makefile.gbuild $@
168 # Clean
170 clean: clean-host clean-build
172 clean-host:
173 rm -fr $(TESTINSTALLDIR)
174 rm -fr $(INSTDIR)
175 rm -fr $(WORKDIR)
177 clean-build:
178 ifneq ($(CROSS_COMPILING),)
179 rm -fr $(INSTDIR_FOR_BUILD)
180 rm -fr $(WORKDIR_FOR_BUILD)
181 ifeq ($(OS),ANDROID)
182 rm -fr $(SRCDIR)/android/source/obj
183 rm -fr $(SRCDIR)/android/source/jniLibs
184 rm -fr $(SRCDIR)/android/source/build
185 rm -fr $(SRCDIR)/android/source/assets
186 rm -fr $(SRCDIR)/android/source/assets_fullUI
187 rm -fr $(SRCDIR)/android/source/assets_strippedUI
188 endif
189 endif
191 include $(SRCDIR)/compilerplugins/Makefile.mk
194 # Distclean
196 distclean : clean compilerplugins-clean
197 rm -fr \
198 $(BUILDDIR)/Makefile \
199 $(BUILDDIR)/aclocal.m4 \
200 $(BUILDDIR)/autom4te.cache \
201 $(BUILDDIR)/bin/bffvalidator.sh \
202 $(BUILDDIR)/bin/odfvalidator.sh \
203 $(BUILDDIR)/bin/officeotron.sh \
204 $(BUILDDIR)/config.log \
205 $(BUILDDIR)/config.Build.log \
206 $(BUILDDIR)/config.status \
207 $(BUILDDIR)/config_build.mk \
208 $(BUILDDIR)/config_build_lang.mk \
209 $(BUILDDIR)/config_build/*.h \
210 $(BUILDDIR)/config_host.mk \
211 $(BUILDDIR)/config_host.mk.stamp \
212 $(BUILDDIR)/config_host_lang.mk \
213 $(BUILDDIR)/config_host_lang.mk.stamp \
214 $(BUILDDIR)/config_host/*.h \
215 $(BUILDDIR)/configure \
216 $(BUILDDIR)/instsetoo_native/util/openoffice.lst \
217 $(BUILDDIR)/lo.xcent \
218 $(BUILDDIR)/sysui/desktop/macosx/Info.plist
219 $(FIND) $(SRCDIR)/solenv/gdb -name \*.pyc -exec rm {} \;
222 # custom command
224 cmd:
225 echo "custom cmd" && ( $(cmd) )
228 # Fetch
230 ifneq ($(DO_FETCH_TARBALLS),)
231 include $(SRCDIR)/Makefile.fetch
232 fetch: download
233 fetch: get-submodules
235 ifneq (,$(wildcard $(SRCDIR)/.git))
236 get-submodules:
237 ifneq ($(foreach i,$(GIT_NEEDED_SUBMODULES),$(i)/.git),$(wildcard $(foreach i,$(GIT_NEEDED_SUBMODULES),$(i)/.git)))
238 cd $(SRCDIR) && ./g -f clone
239 endif
240 @cd $(SRCDIR) && ./g -z # make sure the git hooks are in place even if no submodules are needed
242 else # these sources are from a tarball, so get the other source tarballs
243 gb_LO_VER := $(shell . $(SRCDIR)/sources.ver && echo $$lo_sources_ver)
244 $(if $(gb_LO_VER),,$(error Error while retrieving $$lo_sources_ver from $(SRCDIR)/sources.ver))
246 get-submodules: | download
247 ifneq ($(foreach i,$(subst helpcontent2,help,$(GIT_NEEDED_SUBMODULES)),$(SRCDIR)/src/libreoffice-$(i)-$(gb_LO_VER)),$(wildcard $(foreach i,$(subst helpcontent2,help,$(GIT_NEEDED_SUBMODULES)),$(SRCDIR)/src/libreoffice-$(i)-$(gb_LO_VER))))
248 $(foreach i,$(subst helpcontent2,help,$(GIT_NEEDED_SUBMODULES)),\
249 $(call fetch_Download_item_unchecked,http://download.documentfoundation.org/libreoffice/src/$(shell echo $(gb_LO_VER) | sed -e "s/\([0-9]*\.[0-9]*\.[0-9]*\).*/\1/"),libreoffice-$(i)-$(gb_LO_VER).tar.xz))
250 $(SRCDIR)/bin/unpack-sources $(SRCDIR) $(foreach i,$(subst helpcontent2,help,$(GIT_NEEDED_SUBMODULES)),\
251 $(TARFILE_LOCATION)/libreoffice-$(i)-$(gb_LO_VER).tar.xz)
252 endif
254 endif
256 else
257 fetch:
258 @echo "Automatic fetching of external tarballs is disabled."
260 endif
263 # Bootstrap
265 bootstrap: check-if-root compilerplugins
268 # Build
270 # Note: this will pipe through all gbuild targets to ... gbuild
271 # with some translations like "build"->"all" for historic reasons
273 build: bootstrap fetch $(if $(CROSS_COMPILING),cross-toolset) \
274 $(if $(filter check,$(MAKECMDGOALS)),$(if $(COMPILER_PLUGINS),$(if $(LODE_HOME),clang-format-check))) \
275 install-gdb-printers
276 $(MAKE) $(PARALLELISM_OPTION) $(IWYU_OPTION) $(GMAKE_OPTIONS) -f $(SRCDIR)/Makefile.gbuild $(build_goal)
277 ifeq ($(OS),IOS)
278 $(MAKE) $(PARALLELISM_OPTION) $(GMAKE_OPTIONS) ios
279 endif
281 build-non-l10n-only build-l10n-only build-nocheck check debugrun translations packageinfo $(gb_Top_MODULE_CHECK_TARGETS): build
283 help showmodules gbuildtojson:
284 $(MAKE) $(PARALLELISM_OPTION) $(GMAKE_OPTIONS) -f $(SRCDIR)/Makefile.gbuild $@
286 cross-toolset: bootstrap fetch
287 # fetch again in case there are externals only needed on build platform
288 ifneq ($(OS),IOS)
289 $(MAKE) gb_Side=build $(PARALLELISM_OPTION) $(GMAKE_OPTIONS) -f $(BUILDDIR)/Makefile fetch
290 endif
291 $(MAKE) gb_Side=build $(PARALLELISM_OPTION) $(GMAKE_OPTIONS) -f $(SRCDIR)/Makefile.gbuild build-tools
293 install-gdb-printers:
294 ifneq ($(filter-out WNT MACOSX IOS,$(OS)),)
295 mkdir -p $(INSTDIR)
296 $(SRCDIR)/solenv/bin/install-gdb-printers -a $(INSTDIR) -c
297 endif
301 # Install
304 define gb_Top_DoInstall
305 echo "$(1) in $(INSTALLDIR) ..." && \
306 $(SRCDIR)/solenv/bin/ooinstall $(2) "$(INSTALLDIR)"
308 endef
310 ifneq ($(OS),MACOSX)
311 define gb_Top_InstallFinished
312 echo && echo "If you want to edit the .ui files with glade first execute:" && \
313 echo && echo "export GLADE_CATALOG_SEARCH_PATH=$(2)/share/glade" && \
314 echo && echo "$(1) finished, you can now execute:" && \
315 echo "$(2)/program/soffice"
317 endef
318 else
319 define gb_Top_InstallFinished
320 echo && echo "$(1) finished, you can now run: " && \
321 echo "open $(2)/$(PRODUCTNAME).app" && \
322 echo "" && \
323 echo "To debug: gdb $(2)/$(PRODUCTNAME).app/Contents/MacOS/soffice"
325 endef
326 endif
328 ifneq ($(OS),MACOSX)
329 install:
330 @$(call gb_Top_DoInstall,Installing,)
331 @$(call gb_Top_InstallFinished,Installation,$(INSTALLDIR))
333 install-strip:
334 @$(call gb_Top_DoInstall,Installing and stripping binaries,--strip)
335 @$(call gb_Top_InstallFinished,Installation,$(INSTALLDIR))
336 endif # !MACOSX
338 test-install: build
339 @rm -rf $(TESTINSTALLDIR)
340 @mkdir -p $(TESTINSTALLDIR)
341 ifeq ($(OS_FOR_BUILD),WNT)
342 cd $(SRCDIR)/instsetoo_native && $(MAKE) LIBO_TEST_INSTALL=TRUE $(GMAKE_OPTIONS)
343 else
344 @$(SRCDIR)/solenv/bin/ooinstall $(TESTINSTALLDIR)
345 ifneq ($(MACOSX_CODESIGNING_IDENTITY),)
347 # Create Resources/*.lproj directories for languages supported by OS X
348 set -x; for lang in ca cs da de el en es fi fr hr hu id it ja ko ms nl no pl pt pt_PT ro ru sk sv th tr uk vi zh_CN zh_TW; do \
349 lproj=$(TESTINSTALLDIR)/$(PRODUCTNAME_WITHOUT_SPACES).app/Contents/Resources/$$lang.lproj; \
350 mkdir "$$lproj"; \
351 done
353 # And remove the "bin" folder which should not be there
354 rm -rf $(TESTINSTALLDIR)/$(PRODUCTNAME_WITHOUT_SPACES).app/Contents/bin
356 # Remove unnecessary executables in the LibreOfficePython framework
357 rm -rf $(TESTINSTALLDIR)/$(PRODUCTNAME_WITHOUT_SPACES).app/Contents/Frameworks/LibreOfficePython.framework/Versions/[1-9]*/bin
359 # Remove the python.o object file which is weird and interferes with app store uploading
360 # And with it removed, presumably the other stuff in the Python lib/python3.3/config-3.3m probably does not make sense either.
361 rm -rf $(TESTINSTALLDIR)/$(PRODUCTNAME_WITHOUT_SPACES).app/Contents/Frameworks/LibreOfficePython.framework/Versions/[1-9]*/lib/python[1-9]*/config-[1-9]*
363 ifneq ($(ENABLE_MACOSX_SANDBOX),)
365 # Remove the gengal binary that we hardly need and the shell scripts
366 # for which code signatures (stored as extended attributes) won't
367 # survive upload to the App Store anyway. See
368 # https://developer.apple.com/library/content/documentation/Security/Conceptual/CodeSigningGuide/Procedures/Procedures.html#//apple_ref/doc/uid/TP40005929-CH4-TNTAG201
369 # We could put the shell scripts somewhere in Resources instead, but
370 # no 3rd-party code that would be interested in them would look there
371 # anyway.
372 rm $(TESTINSTALLDIR)/$(PRODUCTNAME_WITHOUT_SPACES).app/Contents/MacOS/gengal
373 rm $(TESTINSTALLDIR)/$(PRODUCTNAME_WITHOUT_SPACES).app/Contents/MacOS/unopkg
374 rm $(TESTINSTALLDIR)/$(PRODUCTNAME_WITHOUT_SPACES).app/Contents/MacOS/unoinfo
375 endif
377 # Then use the macosx-codesign-app-bundle script
378 @$(SRCDIR)/solenv/bin/macosx-codesign-app-bundle $(TESTINSTALLDIR)/$(PRODUCTNAME_WITHOUT_SPACES).app
379 endif
380 endif
381 @$(call gb_Top_InstallFinished,Test Installation,$(TESTINSTALLDIR))
383 mac-app-store-package: test-install
384 ifneq ($(MACOSX_PACKAGE_SIGNING_IDENTITY),)
385 rm -rf "$(PRODUCTNAME).app"
386 mv "$(TESTINSTALLDIR)/$(PRODUCTNAME_WITHOUT_SPACES).app" "$(PRODUCTNAME).app"
387 productbuild --component "$(PRODUCTNAME).app" /Applications --sign $(MACOSX_PACKAGE_SIGNING_IDENTITY) $(PRODUCTNAME_WITHOUT_SPACES).pkg
388 else
389 @echo You did not provide an installer signing identity with --enable-macosx-package-signing
390 @exit 1
391 endif
393 define gb_Top_DistroPackInstall
394 $(SRCDIR)/bin/distro-install-clean-up
395 $(SRCDIR)/bin/distro-install-desktop-integration
396 $(SRCDIR)/bin/distro-install-sdk
397 $(SRCDIR)/bin/distro-install-file-lists
398 endef
400 distro-pack-install: install
401 $(gb_Top_DistroPackInstall)
403 distro-pack-install-strip: install-strip
404 $(gb_Top_DistroPackInstall)
406 install-package-%:
407 $(MAKE) $(GMAKE_OPTIONS) -f $(SRCDIR)/Makefile.gbuild $@
410 @$(SRCDIR)/solenv/bin/create-ids
412 tags:
413 @$(SRCDIR)/solenv/bin/create-tags
415 etags:
416 @$(SRCDIR)/solenv/bin/create-tags -e
418 docs:
419 @$(SRCDIR)/solenv/bin/mkdocs.sh $(SRCDIR)/docs $(SRCDIR)/solenv/inc/doxygen.cfg
421 findunusedheaders:
422 $(SRCDIR)/bin/find-unusedheaders.py
424 symbols:
425 rm -fr $(WORKDIR)/symbols/
426 mkdir -p $(WORKDIR)/symbols/
427 ifeq ($(OS),WNT)
428 $(SRCDIR)/bin/symbolstore.py $(WORKDIR)/UnpackedTarball/breakpad/src/tools/windows/binaries/dump_syms.exe $(WORKDIR)/symbols/ $(INSTDIR)/program/*
429 $(SRCDIR)/bin/symstore.sh
430 else
431 $(SRCDIR)/bin/symbolstore.py $(WORKDIR)/UnpackedTarball/breakpad/src/tools/linux/dump_syms/dump_syms $(WORKDIR)/symbols/ $(INSTDIR)/program/*
432 endif
434 cd $(WORKDIR)/symbols/ && zip -r $(WORKDIR)/symbols.zip *
436 create-mar:
437 rm -fr $(WORKDIR)/installation/mar/
438 rm -fr $(WORKDIR)/installation/temp/
439 mkdir -p $(WORKDIR)/installation/temp/
440 mkdir -p $(WORKDIR)/installation/mar/
441 tar -xzf $(WORKDIR)/installation/LibreOfficeDev/archive/install/en-US/LibreOffice* -C $(WORKDIR)/installation/temp/
442 $(SRCDIR)/bin/update/make_full_update.sh $(WORKDIR)/installation/mar/test.mar $(WORKDIR)/installation/temp/*/
444 upload-symbols:
445 $(MAKE) -f $(SRCDIR)/Makefile.gbuild upload-symbols
447 create-update-info:
448 $(MAKE) -f $(SRCDIR)/Makefile.gbuild create-update-info
450 upload-update-info:
451 $(MAKE) -f $(SRCDIR)/Makefile.gbuild upload-update-info
453 create-partial-info:
454 $(MAKE) -f $(SRCDIR)/Makefile.gbuild create-partial-info
456 dump-deps:
457 @$(SRCDIR)/bin/module-deps.pl $(MAKE) $(SRCDIR)/Makefile.gbuild
459 dump-deps-png:
460 @$(SRCDIR)/bin/module-deps.pl $(MAKE) $(SRCDIR)/Makefile.gbuild | dot -Tpng -o lo.png
462 dump-deps-sort:
463 @$(SRCDIR)/bin/module-deps.pl -t $(MAKE) $(SRCDIR)/Makefile.gbuild
465 clang-format-check:
466 @$(SRCDIR)/solenv/clang-format/check-last-commit
468 define gb_Top_GbuildToIdeIntegration
469 $(1)-ide-integration: gbuildtojson $(if $(filter MACOSX,$(OS_FOR_BUILD)),python3.all)
470 cd $(SRCDIR) && \
471 $(if $(filter MACOSX,$(OS_FOR_BUILD)),PATH="$(INSTROOT_FOR_BUILD)/Frameworks/LibreOfficePython.framework/Versions/Current/bin:$(PATH)") \
472 $(SRCDIR)/bin/gbuild-to-ide --ide $(1) --make $(MAKE)
474 endef
476 $(foreach ide,\
477 codelite \
478 vs2015 \
479 kdevelop \
480 vim \
481 qtcreator \
482 xcode \
483 eclipsecdt,\
484 $(eval $(call gb_Top_GbuildToIdeIntegration,$(ide))))
486 fuzzers: Library_sal Library_salhelper Library_reg Library_store Library_unoidl codemaker Library_cppu Library_i18nlangtag Library_cppuhelper Library_comphelper StaticLibrary_ulingu StaticLibrary_findsofficepath Library_tl Library_basegfx Library_canvastools Library_cppcanvas Library_dbtools Library_deploymentmisc Library_deploymentmisc Library_editeng Library_fwe Library_fwi Library_i18nutil Library_localebe1 Library_sax Library_sofficeapp Library_ucbhelper Rdb_services udkapi offapi Library_gie Library_icg Library_reflection Library_invocadapt Library_bootstrap Library_introspection Library_stocservices Library_xmlreader Library_gcc3_uno instsetoo_native more_fonts StaticLibrary_boost_locale StaticLibrary_fuzzerstubs StaticLibrary_fuzzer_core StaticLibrary_fuzzer_calc StaticLibrary_fuzzer_draw StaticLibrary_fuzzer_writer StaticLibrary_fuzzer_math Library_forui Library_binaryurp Library_io Library_invocation Library_namingservice Library_proxyfac Library_uuresolver Module_ure Executable_wmffuzzer Executable_jpgfuzzer Executable_giffuzzer Executable_xbmfuzzer Executable_xpmfuzzer Executable_pngfuzzer Executable_bmpfuzzer Executable_svmfuzzer Executable_pcdfuzzer Executable_dxffuzzer Executable_metfuzzer Executable_ppmfuzzer Executable_psdfuzzer Executable_epsfuzzer Executable_pctfuzzer Executable_pcxfuzzer Executable_rasfuzzer Executable_tgafuzzer Executable_tiffuzzer Executable_hwpfuzzer Executable_602fuzzer Executable_lwpfuzzer Executable_olefuzzer Executable_pptfuzzer Executable_rtffuzzer Executable_cgmfuzzer Executable_ww2fuzzer Executable_ww6fuzzer Executable_ww8fuzzer Executable_qpwfuzzer Executable_slkfuzzer Executable_fodtfuzzer Executable_fodsfuzzer Executable_fodpfuzzer Executable_xlsfuzzer Executable_scrtffuzzer Executable_wksfuzzer Executable_diffuzzer Executable_docxfuzzer Executable_xlsxfuzzer Executable_pptxfuzzer Executable_mmlfuzzer Executable_mtpfuzzer
488 endif # MAKE_RESTARTS
490 # vim: set noet sw=4 ts=4: