cid#1500675 return early to silence Dereference after null check
[LibreOffice.git] / odk / CustomTarget_build-examples.mk
blobf536d8351b7b26844c0c005996bf9d292384ba78
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t; fill-column: 100 -*-
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 my_example_dirs = \
11 CLI/CSharp/Spreadsheet \
12 CLI/VB.NET/WriterDemo \
13 DevelopersGuide/FirstSteps/cxx \
14 DevelopersGuide/BasicAndDialogs/ToolkitControls \
15 DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp \
16 DevelopersGuide/Components/CppComponent \
17 DevelopersGuide/Database/DriverSkeleton \
18 DevelopersGuide/Extensions/DialogWithHelp \
19 DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp \
20 DevelopersGuide/ProfUNO/CppBinding \
21 DevelopersGuide/ProfUNO/SimpleBootstrap_cpp \
22 OLE/activex \
23 cpp/Draw \
24 cpp/Convertor \
25 cpp/DocumentLoader \
26 cpp/complextoolbarcontrols \
27 cpp/counter \
28 cpp/remoteclient \
29 python/toolpanel \
32 # cpp/custompanel \
35 $(eval $(call odk_build-examples_test,odk/build-examples,$(my_example_dirs)))
37 # vim: set noet sw=4 ts=4: