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/.
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 \
26 cpp/complextoolbarcontrols \
35 $(eval
$(call odk_build-examples_test
,odk
/build-examples
,$(my_example_dirs
)))
37 # vim: set noet sw=4 ts=4: