Avoid potential negative array index access to cached text.
[LibreOffice.git] / odk / CustomTarget_build-examples.mk
blob4a725ad788467d6910d22703b1eb54ee9521d7f1
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/FirstUnoContact/cxx \
14 DevelopersGuide/FirstSteps/FirstLoadComponent/cxx \
15 DevelopersGuide/BasicAndDialogs/ToolkitControls \
16 DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp \
17 DevelopersGuide/Components/CppComponent \
18 DevelopersGuide/Database/DriverSkeleton \
19 DevelopersGuide/Extensions/DialogWithHelp \
20 DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp \
21 DevelopersGuide/ProfUNO/CppBinding \
22 DevelopersGuide/ProfUNO/SimpleBootstrap_cpp \
23 OLE/activex \
24 cpp/Draw \
25 cpp/Convertor \
26 cpp/DocumentLoader \
27 cpp/complextoolbarcontrols \
28 cpp/counter \
29 cpp/remoteclient \
30 python/toolpanel \
33 # cpp/custompanel \
36 $(eval $(call odk_build-examples_test,odk/build-examples,$(my_example_dirs)))
38 # vim: set noet sw=4 ts=4: