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/.
12 include config_host_callcatcher.mk
14 export CC:=callcatcher $(CC)
15 export CXX:=callcatcher $(CXX)
17 export AR:=callarchive ar
19 export AR:=callarchive $(AR)
23 include $(SOLARENV)/gbuild/gbuild.mk
26 $(GNUMAKE) -j $(PARALLELISM) $(GMAKE_OPTIONS) -f Makefile.gbuild
27 ooinstall -l $(DEVINSTALLDIR)/opt
28 $(GNUMAKE) -j $(PARALLELISM) $(GMAKE_OPTIONS) -f Makefile.gbuild subsequentcheck
29 callanalyse $(WORKDIR)/LinkTarget/*/* $(WORKDIR)/LinkTarget/*/*/* \
30 $(WORKDIR)/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit.so* \
33 # vim: set noet sw=4 ts=4: