diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-04-29 12:34:52 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-04-29 13:05:51 +0200 |
commit | 23a87a862278551a452aa64a4141293dd518e5d3 (patch) | |
tree | db07eeead521554df5cabb0f98e8d375c45c18d4 /odk | |
parent | 44aaee3d42d2ec11702dfbf3250ddba1266846a5 (diff) |
Remove some obsolete makefile.mk
Change-Id: I47f1a72fac3e6678b5dfe880f2f189ffc436333b
Diffstat (limited to 'odk')
21 files changed, 0 insertions, 1706 deletions
diff --git a/odk/examples/CLI/makefile.mk b/odk/examples/CLI/makefile.mk deleted file mode 100644 index 86c90747b258..000000000000 --- a/odk/examples/CLI/makefile.mk +++ /dev/null @@ -1,63 +0,0 @@ -# -# This file is part of the LibreOffice project. -# -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. -# -# This file incorporates work covered by the following license notice: -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed -# with this work for additional information regarding copyright -# ownership. The ASF licenses this file to you under the Apache -# License, Version 2.0 (the "License"); you may not use this file -# except in compliance with the License. You may obtain a copy of -# the License at http://www.apache.org/licenses/LICENSE-2.0 . -# - -PRJ=..$/.. -PRJNAME=odk -TARGET=cli - -#---------------------------------------------------------------- -.INCLUDE: settings.mk -.INCLUDE: $(PRJ)$/util$/makefile.pmk -#---------------------------------------------------------------- - -#---------------------------------------------------- -# this makefile is only used for copying the example -# files into the SDK -#---------------------------------------------------- - -CSHARP=\ - $(DESTDIRCLIEXAMPLES)$/CSharp$/Spreadsheet$/GeneralTableSample.cs \ - $(DESTDIRCLIEXAMPLES)$/CSharp$/Spreadsheet$/SpreadsheetDocHelper.cs \ - $(DESTDIRCLIEXAMPLES)$/CSharp$/Spreadsheet$/SpreadsheetSample.cs \ - $(DESTDIRCLIEXAMPLES)$/CSharp$/Spreadsheet$/ViewSample.cs \ - $(DESTDIRCLIEXAMPLES)$/CSharp$/Spreadsheet$/Makefile - -VBDOTNET=\ - $(DESTDIRCLIEXAMPLES)$/VB.NET$/WriterDemo$/WriterDemo.vb \ - $(DESTDIRCLIEXAMPLES)$/VB.NET$/WriterDemo$/Makefile - - -DIR_FILE_LIST= \ - $(CSHARP) \ - $(VBDOTNET) - -DIR_DIRECTORY_LIST=$(uniq $(DIR_FILE_LIST:d)) -DIR_CREATE_FLAG=$(MISC)$/ex_$(TARGET)_dirs_created.txt -DIR_FILE_FLAG=$(MISC)$/ex_$(TARGET)_files.txt - -#-------------------------------------------------- -# TARGETS -#-------------------------------------------------- -all : \ - $(DIR_FILE_FLAG) - -#-------------------------------------------------- -# use global rules -#-------------------------------------------------- -.INCLUDE: $(PRJ)$/util$/odk_rules.pmk - diff --git a/odk/examples/DevelopersGuide/BasicAndDialogs/makefile.mk b/odk/examples/DevelopersGuide/BasicAndDialogs/makefile.mk deleted file mode 100644 index 9ebd13552589..000000000000 --- a/odk/examples/DevelopersGuide/BasicAndDialogs/makefile.mk +++ /dev/null @@ -1,75 +0,0 @@ -# -# This file is part of the LibreOffice project. -# -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. -# -# This file incorporates work covered by the following license notice: -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed -# with this work for additional information regarding copyright -# ownership. The ASF licenses this file to you under the Apache -# License, Version 2.0 (the "License"); you may not use this file -# except in compliance with the License. You may obtain a copy of -# the License at http://www.apache.org/licenses/LICENSE-2.0 . -# - -PRJ=..$/..$/.. -PRJNAME=odk -TARGET=copying - -#---------------------------------------------------------------- -.INCLUDE: settings.mk -.INCLUDE: $(PRJ)$/util$/makefile.pmk -#---------------------------------------------------------------- - -#---------------------------------------------------- -# this makefile is only used for copying the example -# files into the SDK -#---------------------------------------------------- - -BASICANDDIALOGS_FILES=\ - $(DESTDIRDEVGUIDEEXAMPLES)$/BasicAndDialogs$/FirstStepsBasic.odt - -CREATINGDIALOGS_FILES=\ - $(DESTDIRDEVGUIDEEXAMPLES)$/BasicAndDialogs$/CreatingDialogs$/SampleDialog.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/BasicAndDialogs$/CreatingDialogs$/CreatingDialogs.odt \ - $(DESTDIRDEVGUIDEEXAMPLES)$/BasicAndDialogs$/CreatingDialogs$/Makefile - -TOOLKITCONTROLS_FILES=\ - $(DESTDIRDEVGUIDEEXAMPLES)$/BasicAndDialogs$/ToolkitControls$/Makefile \ - $(DESTDIRDEVGUIDEEXAMPLES)$/BasicAndDialogs$/ToolkitControls$/ToolkitControls.odt \ - $(DESTDIRDEVGUIDEEXAMPLES)$/BasicAndDialogs$/ToolkitControls$/ToolkitControls$/dialog.xlb \ - $(DESTDIRDEVGUIDEEXAMPLES)$/BasicAndDialogs$/ToolkitControls$/ToolkitControls$/FileDialog.xba \ - $(DESTDIRDEVGUIDEEXAMPLES)$/BasicAndDialogs$/ToolkitControls$/ToolkitControls$/FileDialogDlg.xdl \ - $(DESTDIRDEVGUIDEEXAMPLES)$/BasicAndDialogs$/ToolkitControls$/ToolkitControls$/MultiPage.xba \ - $(DESTDIRDEVGUIDEEXAMPLES)$/BasicAndDialogs$/ToolkitControls$/ToolkitControls$/MultiPageDlg.xdl \ - $(DESTDIRDEVGUIDEEXAMPLES)$/BasicAndDialogs$/ToolkitControls$/ToolkitControls$/ProgressBar.xba \ - $(DESTDIRDEVGUIDEEXAMPLES)$/BasicAndDialogs$/ToolkitControls$/ToolkitControls$/ProgressBarDlg.xdl \ - $(DESTDIRDEVGUIDEEXAMPLES)$/BasicAndDialogs$/ToolkitControls$/ToolkitControls$/script.xlb \ - $(DESTDIRDEVGUIDEEXAMPLES)$/BasicAndDialogs$/ToolkitControls$/ToolkitControls$/ScrollBar.xba \ - $(DESTDIRDEVGUIDEEXAMPLES)$/BasicAndDialogs$/ToolkitControls$/ToolkitControls$/ScrollBarDlg.xdl - -DIR_FILE_LIST= \ - $(BASICANDDIALOGS_FILES) \ - $(CREATINGDIALOGS_FILES) \ - $(TOOLKITCONTROLS_FILES) - -DIR_DIRECTORY_LIST=$(uniq $(DIR_FILE_LIST:d)) -DIR_CREATE_FLAG=$(MISC)$/devguide_basicanddialogs_dirs_created.txt -DIR_FILE_FLAG=$(MISC)$/devguide_basicanddialogs.txt - -#-------------------------------------------------- -# TARGETS -#-------------------------------------------------- -all : \ - $(DIR_FILE_LIST) \ - $(DIR_FILE_FLAG) - -#-------------------------------------------------- -# use global rules -#-------------------------------------------------- -.INCLUDE: $(PRJ)$/util$/odk_rules.pmk - diff --git a/odk/examples/DevelopersGuide/Charts/makefile.mk b/odk/examples/DevelopersGuide/Charts/makefile.mk deleted file mode 100644 index 3829e72a027d..000000000000 --- a/odk/examples/DevelopersGuide/Charts/makefile.mk +++ /dev/null @@ -1,66 +0,0 @@ -# -# This file is part of the LibreOffice project. -# -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. -# -# This file incorporates work covered by the following license notice: -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed -# with this work for additional information regarding copyright -# ownership. The ASF licenses this file to you under the Apache -# License, Version 2.0 (the "License"); you may not use this file -# except in compliance with the License. You may obtain a copy of -# the License at http://www.apache.org/licenses/LICENSE-2.0 . -# - -PRJ=..$/..$/.. -PRJNAME=odk -TARGET=copying - -#---------------------------------------------------------------- -.INCLUDE: settings.mk -.INCLUDE: $(PRJ)$/util$/makefile.pmk -#---------------------------------------------------------------- - -#---------------------------------------------------- -# this makefile is only used for copying the example -# files into the SDK -#---------------------------------------------------- - -CHARTS_FILES=\ - $(DESTDIRDEVGUIDEEXAMPLES)$/Charts$/AddInChart.ods \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Charts$/CalcHelper.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Charts$/ChartHelper.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Charts$/ChartInCalc.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Charts$/ChartInDraw.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Charts$/ChartInWriter.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Charts$/Helper.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Charts$/JavaSampleChartAddIn.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Charts$/ListenAtCalcRangeInDraw.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Charts$/SelectionChangeListener.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Charts$/bullet.gif \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Charts$/Makefile - -DIR_FILE_LIST= \ - $(CHARTS_FILES) - -DIR_DIRECTORY_LIST=$(uniq $(DIR_FILE_LIST:d)) -DIR_CREATE_FLAG=$(MISC)$/devguide_charts_dirs_created.txt -DIR_FILE_FLAG=$(MISC)$/devguide_charts.txt - -#-------------------------------------------------- -# TARGETS -#-------------------------------------------------- -all : \ - $(DIR_FILE_LIST) \ - $(DIR_FILE_FLAG) - -#-------------------------------------------------- -# use global rules -#-------------------------------------------------- -.INCLUDE: $(PRJ)$/util$/odk_rules.pmk - - diff --git a/odk/examples/DevelopersGuide/Components/makefile.mk b/odk/examples/DevelopersGuide/Components/makefile.mk deleted file mode 100644 index fcdbb7cdc401..000000000000 --- a/odk/examples/DevelopersGuide/Components/makefile.mk +++ /dev/null @@ -1,114 +0,0 @@ -# -# This file is part of the LibreOffice project. -# -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. -# -# This file incorporates work covered by the following license notice: -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed -# with this work for additional information regarding copyright -# ownership. The ASF licenses this file to you under the Apache -# License, Version 2.0 (the "License"); you may not use this file -# except in compliance with the License. You may obtain a copy of -# the License at http://www.apache.org/licenses/LICENSE-2.0 . -# - -PRJ=..$/..$/.. -PRJNAME=odk -TARGET=copying - -#---------------------------------------------------------------- -.INCLUDE: settings.mk -.INCLUDE: $(PRJ)$/util$/makefile.pmk -#---------------------------------------------------------------- - -#---------------------------------------------------- -# this makefile is only used for copying the example -# files into the SDK -#---------------------------------------------------- - -DESTJOBSADDON=$(DESTDIRDEVGUIDEEXAMPLES)$/Components$/Addons$/JobsAddon -JOBSADDON_FILES=\ - $(DESTJOBSADDON)$/Addons.xcu \ - $(DESTJOBSADDON)$/AsyncJob.java \ - $(DESTJOBSADDON)$/Jobs.xcu \ - $(DESTJOBSADDON)$/Makefile - -DESTPROTOCOLHANDLERADDONCPP=$(DESTDIRDEVGUIDEEXAMPLES)$/Components$/Addons$/ProtocolHandlerAddon_cpp -PROTOCOLHANLDERADDONCPP_FILES=\ - $(DESTPROTOCOLHANDLERADDONCPP)$/addon.cxx \ - $(DESTPROTOCOLHANDLERADDONCPP)$/addon.hxx \ - $(DESTPROTOCOLHANDLERADDONCPP)$/Addons.xcu \ - $(DESTPROTOCOLHANDLERADDONCPP)$/component.cxx \ - $(DESTPROTOCOLHANDLERADDONCPP)$/Makefile \ - $(DESTPROTOCOLHANDLERADDONCPP)$/ProtocolHandler.xcu \ - $(DESTPROTOCOLHANDLERADDONCPP)$/ProtocolHandlerAddon_cpp.uno.xml - -DESTPROTOCOLHANDLERADDONJAVA=$(DESTDIRDEVGUIDEEXAMPLES)$/Components$/Addons$/ProtocolHandlerAddon_java -PROTOCOLHANLDERADDONJAVA_FILES=\ - $(DESTPROTOCOLHANDLERADDONJAVA)$/Addons.xcu \ - $(DESTPROTOCOLHANDLERADDONJAVA)$/Makefile \ - $(DESTPROTOCOLHANDLERADDONJAVA)$/ProtocolHandler.xcu \ - $(DESTPROTOCOLHANDLERADDONJAVA)$/ProtocolHandlerAddon.java \ - $(DESTPROTOCOLHANDLERADDONJAVA)$/ProtocolHandlerAddon_java.uno.xml - -CPPCOMPONENT_FILES=\ - $(DESTDIRDEVGUIDEEXAMPLES)$/Components$/CppComponent$/CppComponent.uno.xml \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Components$/CppComponent$/Makefile \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Components$/CppComponent$/service1_impl.cxx \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Components$/CppComponent$/service2_impl.cxx \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Components$/CppComponent$/TestCppComponent.cxx \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Components$/CppComponent$/SimpleComponent.odt \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Components$/CppComponent$/some.idl - -JAVACOMPONENT_FILES=\ - $(DESTDIRDEVGUIDEEXAMPLES)$/Components$/JavaComponent$/Makefile \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Components$/JavaComponent$/TestComponentA.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Components$/JavaComponent$/TestComponentB.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Components$/JavaComponent$/TestServiceProvider.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Components$/JavaComponent$/TestJavaComponent.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Components$/JavaComponent$/XSomethingA.idl \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Components$/JavaComponent$/XSomethingB.idl \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Components$/JavaComponent$/SomethingA.idl \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Components$/JavaComponent$/SomethingB.idl - -DESTTHUMBS=$(DESTDIRDEVGUIDEEXAMPLES)$/Components$/Thumbs -THUMBS_FILES=\ - $(DESTTHUMBS)$/org$/openoffice$/comp$/test$/ImageShrink.java \ - $(DESTTHUMBS)$/org$/openoffice$/comp$/test$/Thumbs.java \ - $(DESTTHUMBS)$/org$/openoffice$/comp$/test$/Makefile \ - $(DESTTHUMBS)$/org$/openoffice$/test$/ImageShrink.idl \ - $(DESTTHUMBS)$/org$/openoffice$/test$/XImageShrink.idl \ - $(DESTTHUMBS)$/org$/openoffice$/test$/XImageShrinkFilter.idl \ - $(DESTTHUMBS)$/org$/openoffice$/test$/Makefile \ - $(DESTTHUMBS)$/thumbs.mk \ - $(DESTTHUMBS)$/Makefile - - -DIR_FILE_LIST= \ - $(JOBSADDON_FILES) \ - $(PROTOCOLHANLDERADDONCPP_FILES) \ - $(PROTOCOLHANLDERADDONJAVA_FILES) \ - $(CPPCOMPONENT_FILES) \ - $(JAVACOMPONENT_FILES) \ - $(THUMBS_FILES) - -DIR_DIRECTORY_LIST=$(uniq $(DIR_FILE_LIST:d)) -DIR_CREATE_FLAG=$(MISC)$/devguide_components_dirs_created.txt -DIR_FILE_FLAG=$(MISC)$/devguide_components.txt - -#-------------------------------------------------- -# TARGETS -#-------------------------------------------------- -all : \ - $(DIR_FILE_LIST) \ - $(DIR_FILE_FLAG) - -#-------------------------------------------------- -# use global rules -#-------------------------------------------------- -.INCLUDE: $(PRJ)$/util$/odk_rules.pmk - diff --git a/odk/examples/DevelopersGuide/Config/makefile.mk b/odk/examples/DevelopersGuide/Config/makefile.mk deleted file mode 100644 index 7492c046d218..000000000000 --- a/odk/examples/DevelopersGuide/Config/makefile.mk +++ /dev/null @@ -1,55 +0,0 @@ -# -# This file is part of the LibreOffice project. -# -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. -# -# This file incorporates work covered by the following license notice: -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed -# with this work for additional information regarding copyright -# ownership. The ASF licenses this file to you under the Apache -# License, Version 2.0 (the "License"); you may not use this file -# except in compliance with the License. You may obtain a copy of -# the License at http://www.apache.org/licenses/LICENSE-2.0 . -# - -PRJ=..$/..$/.. -PRJNAME=odk -TARGET=copying - -#---------------------------------------------------------------- -.INCLUDE: settings.mk -.INCLUDE: $(PRJ)$/util$/makefile.pmk -#---------------------------------------------------------------- - -#---------------------------------------------------- -# this makefile is only used for copying the example -# files into the SDK -#---------------------------------------------------- - -CONFIG_FILES=\ - $(DESTDIRDEVGUIDEEXAMPLES)$/Config$/ConfigExamples.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Config$/Makefile - -DIR_FILE_LIST= \ - $(CONFIG_FILES) \ - -DIR_DIRECTORY_LIST=$(uniq $(DIR_FILE_LIST:d)) -DIR_CREATE_FLAG=$(MISC)$/devguide_config_dirs_created.txt -DIR_FILE_FLAG=$(MISC)$/devguide_config.txt - -#-------------------------------------------------- -# TARGETS -#-------------------------------------------------- -all : \ - $(DIR_FILE_LIST) \ - $(DIR_FILE_FLAG) - -#-------------------------------------------------- -# use global rules -#-------------------------------------------------- -.INCLUDE: $(PRJ)$/util$/odk_rules.pmk - diff --git a/odk/examples/DevelopersGuide/Database/makefile.mk b/odk/examples/DevelopersGuide/Database/makefile.mk deleted file mode 100644 index e76946b2601a..000000000000 --- a/odk/examples/DevelopersGuide/Database/makefile.mk +++ /dev/null @@ -1,86 +0,0 @@ -# -# This file is part of the LibreOffice project. -# -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. -# -# This file incorporates work covered by the following license notice: -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed -# with this work for additional information regarding copyright -# ownership. The ASF licenses this file to you under the Apache -# License, Version 2.0 (the "License"); you may not use this file -# except in compliance with the License. You may obtain a copy of -# the License at http://www.apache.org/licenses/LICENSE-2.0 . -# - -PRJ=..$/..$/.. -PRJNAME=odk -TARGET=copying - -#---------------------------------------------------------------- -.INCLUDE: settings.mk -.INCLUDE: $(PRJ)$/util$/makefile.pmk -#---------------------------------------------------------------- - -#---------------------------------------------------- -# this makefile is only used for copying the example -# files into the SDK -#---------------------------------------------------- - -DATABASE_FILES=\ - $(DESTDIRDEVGUIDEEXAMPLES)$/Database$/CodeSamples.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Database$/Makefile \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Database$/OpenQuery.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Database$/RowSet.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Database$/RowSetEventListener.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Database$/Sales.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Database$/SalesMan.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Database$/sdbcx.java - -DATABASEDRIVERSKELETON_FILES=\ - $(DESTDIRDEVGUIDEEXAMPLES)$/Database$/DriverSkeleton$/How_to_write_my_own_driver.txt \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Database$/DriverSkeleton$/Makefile \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Database$/DriverSkeleton$/OSubComponent.hxx \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Database$/DriverSkeleton$/OTypeInfo.hxx \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Database$/DriverSkeleton$/propertyids.cxx \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Database$/DriverSkeleton$/propertyids.hxx \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Database$/DriverSkeleton$/SConnection.cxx \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Database$/DriverSkeleton$/SConnection.hxx \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Database$/DriverSkeleton$/SDatabaseMetaData.cxx \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Database$/DriverSkeleton$/SDatabaseMetaData.hxx \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Database$/DriverSkeleton$/SDriver.cxx \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Database$/DriverSkeleton$/SDriver.hxx \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Database$/DriverSkeleton$/skeleton.xml \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Database$/DriverSkeleton$/SPreparedStatement.cxx \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Database$/DriverSkeleton$/SPreparedStatement.hxx \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Database$/DriverSkeleton$/SResultSet.cxx \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Database$/DriverSkeleton$/SResultSet.hxx \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Database$/DriverSkeleton$/SResultSetMetaData.cxx \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Database$/DriverSkeleton$/SResultSetMetaData.hxx \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Database$/DriverSkeleton$/SServices.cxx \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Database$/DriverSkeleton$/SStatement.cxx \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Database$/DriverSkeleton$/SStatement.hxx - -DIR_FILE_LIST= \ - $(DATABASE_FILES) \ - $(DATABASEDRIVERSKELETON_FILES) - -DIR_DIRECTORY_LIST=$(uniq $(DIR_FILE_LIST:d)) -DIR_CREATE_FLAG=$(MISC)$/devguide_database_dirs_created.txt -DIR_FILE_FLAG=$(MISC)$/devguide_database.txt - -#-------------------------------------------------- -# TARGETS -#-------------------------------------------------- -all : \ - $(DIR_FILE_LIST) \ - $(DIR_FILE_FLAG) - -#-------------------------------------------------- -# use global rules -#-------------------------------------------------- -.INCLUDE: $(PRJ)$/util$/odk_rules.pmk - diff --git a/odk/examples/DevelopersGuide/Drawing/makefile.mk b/odk/examples/DevelopersGuide/Drawing/makefile.mk deleted file mode 100644 index 632cd981cac3..000000000000 --- a/odk/examples/DevelopersGuide/Drawing/makefile.mk +++ /dev/null @@ -1,72 +0,0 @@ -# -# This file is part of the LibreOffice project. -# -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. -# -# This file incorporates work covered by the following license notice: -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed -# with this work for additional information regarding copyright -# ownership. The ASF licenses this file to you under the Apache -# License, Version 2.0 (the "License"); you may not use this file -# except in compliance with the License. You may obtain a copy of -# the License at http://www.apache.org/licenses/LICENSE-2.0 . -# - -PRJ=..$/..$/.. -PRJNAME=odk -TARGET=copying - -#---------------------------------------------------------------- -.INCLUDE: settings.mk -.INCLUDE: $(PRJ)$/util$/makefile.pmk -#---------------------------------------------------------------- - -#---------------------------------------------------- -# this makefile is only used for copying the example -# files into the SDK -#---------------------------------------------------- - -DRAWING_FILES=\ - $(DESTDIRDEVGUIDEEXAMPLES)$/Drawing$/ChangeOrderDemo.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Drawing$/ControlAndSelectDemo.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Drawing$/CustomShowDemo.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Drawing$/DrawingDemo.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Drawing$/DrawViewDemo.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Drawing$/FillAndLineStyleDemo.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Drawing$/GluePointDemo.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Drawing$/GraphicExportDemo.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Drawing$/Helper.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Drawing$/LayerDemo.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Drawing$/Makefile \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Drawing$/ObjectTransformationDemo.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Drawing$/Organigram.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Drawing$/PageHelper.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Drawing$/PresentationDemo.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Drawing$/ShapeHelper.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Drawing$/SimplePresentation.odp \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Drawing$/StyleDemo.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Drawing$/TextDemo.java - -DIR_FILE_LIST= \ - $(DRAWING_FILES) \ - -DIR_DIRECTORY_LIST=$(uniq $(DIR_FILE_LIST:d)) -DIR_CREATE_FLAG=$(MISC)$/devguide_drawing_dirs_created.txt -DIR_FILE_FLAG=$(MISC)$/devguide_drawing.txt - -#-------------------------------------------------- -# TARGETS -#-------------------------------------------------- -all : \ - $(DIR_FILE_LIST) \ - $(DIR_FILE_FLAG) - -#-------------------------------------------------- -# use global rules -#-------------------------------------------------- -.INCLUDE: $(PRJ)$/util$/odk_rules.pmk - diff --git a/odk/examples/DevelopersGuide/FirstSteps/makefile.mk b/odk/examples/DevelopersGuide/FirstSteps/makefile.mk deleted file mode 100644 index ad4d4563d7c9..000000000000 --- a/odk/examples/DevelopersGuide/FirstSteps/makefile.mk +++ /dev/null @@ -1,58 +0,0 @@ -# -# This file is part of the LibreOffice project. -# -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. -# -# This file incorporates work covered by the following license notice: -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed -# with this work for additional information regarding copyright -# ownership. The ASF licenses this file to you under the Apache -# License, Version 2.0 (the "License"); you may not use this file -# except in compliance with the License. You may obtain a copy of -# the License at http://www.apache.org/licenses/LICENSE-2.0 . -# - -PRJ=..$/..$/.. -PRJNAME=odk -TARGET=copying - -#---------------------------------------------------------------- -.INCLUDE: settings.mk -.INCLUDE: $(PRJ)$/util$/makefile.pmk -#---------------------------------------------------------------- - -#---------------------------------------------------- -# this makefile is only used for copying the example -# files into the SDK -#---------------------------------------------------- - -FIRSTSTEPS_FILES=\ - $(DESTDIRDEVGUIDEEXAMPLES)$/FirstSteps$/FirstUnoContact.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/FirstSteps$/build_FirstUnoContact.xml \ - $(DESTDIRDEVGUIDEEXAMPLES)$/FirstSteps$/FirstLoadComponent.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/FirstSteps$/HelloTextTableShape.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/FirstSteps$/Makefile - -DIR_FILE_LIST= \ - $(FIRSTSTEPS_FILES) \ - -DIR_DIRECTORY_LIST=$(uniq $(DIR_FILE_LIST:d)) -DIR_CREATE_FLAG=$(MISC)$/devguide_firststeps_dirs_created.txt -DIR_FILE_FLAG=$(MISC)$/devguide_firststeps.txt - -#-------------------------------------------------- -# TARGETS -#-------------------------------------------------- -all : \ - $(DIR_FILE_LIST) \ - $(DIR_FILE_FLAG) - -#-------------------------------------------------- -# use global rules -#-------------------------------------------------- -.INCLUDE: $(PRJ)$/util$/odk_rules.pmk - diff --git a/odk/examples/DevelopersGuide/Forms/makefile.mk b/odk/examples/DevelopersGuide/Forms/makefile.mk deleted file mode 100644 index 79751fb07aae..000000000000 --- a/odk/examples/DevelopersGuide/Forms/makefile.mk +++ /dev/null @@ -1,88 +0,0 @@ -# -# This file is part of the LibreOffice project. -# -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. -# -# This file incorporates work covered by the following license notice: -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed -# with this work for additional information regarding copyright -# ownership. The ASF licenses this file to you under the Apache -# License, Version 2.0 (the "License"); you may not use this file -# except in compliance with the License. You may obtain a copy of -# the License at http://www.apache.org/licenses/LICENSE-2.0 . -# - -PRJ=..$/..$/.. -PRJNAME=odk -TARGET=copying - -#---------------------------------------------------------------- -.INCLUDE: settings.mk -.INCLUDE: $(PRJ)$/util$/makefile.pmk -#---------------------------------------------------------------- - -#---------------------------------------------------- -# this makefile is only used for copying the example -# files into the SDK -#---------------------------------------------------- - -FORMS_FILES=\ - $(DESTDIRDEVGUIDEEXAMPLES)$/Forms$/BooleanValidator.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Forms$/ButtonOperator.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Forms$/ComponentTreeTraversal.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Forms$/ControlLock.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Forms$/ControlValidation.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Forms$/ControlValidator.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Forms$/DataAwareness.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Forms$/DateValidator.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Forms$/DocumentBasedExample.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Forms$/DocumentHelper.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Forms$/DocumentType.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Forms$/DocumentViewHelper.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Forms$/FLTools.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Forms$/FormLayer.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Forms$/GridFieldValidator.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Forms$/InteractionRequest.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Forms$/KeyGenerator.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Forms$/ListSelectionValidator.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Forms$/Makefile \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Forms$/NumericValidator.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Forms$/ProgrammaticScriptAssignment.odt \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Forms$/SalesFilter.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Forms$/SingleControlValidation.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Forms$/SpreadsheetDocument.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Forms$/SpreadsheetValueBinding.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Forms$/SpreadsheetView.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Forms$/TableCellTextBinding.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Forms$/TextValidator.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Forms$/TimeValidator.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Forms$/UNO.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Forms$/ValueBinding.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Forms$/URLHelper.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Forms$/HsqlDatabase.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Forms$/RowSet.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Forms$/WaitForInput.java - -DIR_FILE_LIST= \ - $(FORMS_FILES) - -DIR_DIRECTORY_LIST=$(uniq $(DIR_FILE_LIST:d)) -DIR_CREATE_FLAG=$(MISC)$/devguide_forms_dirs_created.txt -DIR_FILE_FLAG=$(MISC)$/devguide_forms.txt - -#-------------------------------------------------- -# TARGETS -#-------------------------------------------------- -all : \ - $(DIR_FILE_LIST) \ - $(DIR_FILE_FLAG) - -#-------------------------------------------------- -# use global rules -#-------------------------------------------------- -.INCLUDE: $(PRJ)$/util$/odk_rules.pmk - diff --git a/odk/examples/DevelopersGuide/OfficeBean/makefile.mk b/odk/examples/DevelopersGuide/OfficeBean/makefile.mk deleted file mode 100644 index 005765007e93..000000000000 --- a/odk/examples/DevelopersGuide/OfficeBean/makefile.mk +++ /dev/null @@ -1,59 +0,0 @@ -# -# This file is part of the LibreOffice project. -# -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. -# -# This file incorporates work covered by the following license notice: -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed -# with this work for additional information regarding copyright -# ownership. The ASF licenses this file to you under the Apache -# License, Version 2.0 (the "License"); you may not use this file -# except in compliance with the License. You may obtain a copy of -# the License at http://www.apache.org/licenses/LICENSE-2.0 . -# - -PRJ=..$/..$/.. -PRJNAME=odk -TARGET=copying - -#---------------------------------------------------------------- -.INCLUDE: settings.mk -.INCLUDE: $(PRJ)$/util$/makefile.pmk -#---------------------------------------------------------------- - -#---------------------------------------------------- -# this makefile is only used for copying the example -# files into the SDK -#---------------------------------------------------- - -OFFICEBEAN_FILES=\ - $(DESTDIRDEVGUIDEEXAMPLES)$/OfficeBean$/OOoBeanViewer.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/OfficeBean$/OfficeIconColor16.jpg \ - $(DESTDIRDEVGUIDEEXAMPLES)$/OfficeBean$/OfficeIconColor32.jpg \ - $(DESTDIRDEVGUIDEEXAMPLES)$/OfficeBean$/OfficeIconMono16.jpg \ - $(DESTDIRDEVGUIDEEXAMPLES)$/OfficeBean$/OfficeIconMono32.jpg \ - $(DESTDIRDEVGUIDEEXAMPLES)$/OfficeBean$/Makefile - -DIR_FILE_LIST= \ - $(OFFICEBEAN_FILES) - -DIR_DIRECTORY_LIST=$(uniq $(DIR_FILE_LIST:d)) -DIR_CREATE_FLAG=$(MISC)$/devguide_officebean_dirs_created.txt -DIR_FILE_FLAG=$(MISC)$/devguide_officebean.txt - -#-------------------------------------------------- -# TARGETS -#-------------------------------------------------- -all : \ - $(DIR_FILE_LIST) \ - $(DIR_FILE_FLAG) - -#-------------------------------------------------- -# use global rules -#-------------------------------------------------- -.INCLUDE: $(PRJ)$/util$/odk_rules.pmk - diff --git a/odk/examples/DevelopersGuide/OfficeDev/makefile.mk b/odk/examples/DevelopersGuide/OfficeDev/makefile.mk deleted file mode 100644 index 09d4a5b2a444..000000000000 --- a/odk/examples/DevelopersGuide/OfficeDev/makefile.mk +++ /dev/null @@ -1,170 +0,0 @@ -# -# This file is part of the LibreOffice project. -# -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. -# -# This file incorporates work covered by the following license notice: -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed -# with this work for additional information regarding copyright -# ownership. The ASF licenses this file to you under the Apache -# License, Version 2.0 (the "License"); you may not use this file -# except in compliance with the License. You may obtain a copy of -# the License at http://www.apache.org/licenses/LICENSE-2.0 . -# - -PRJ=..$/..$/.. -PRJNAME=odk -TARGET=copying - -#---------------------------------------------------------------- -.INCLUDE: settings.mk -.INCLUDE: $(PRJ)$/util$/makefile.pmk -#---------------------------------------------------------------- - -#---------------------------------------------------- -# this makefile is only used for copying the example -# files into the SDK -#---------------------------------------------------- - - -OFFICEDEV_FILES=\ - $(DESTDIRDEVGUIDEEXAMPLES)$/OfficeDev$/ContextMenuInterceptor.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/OfficeDev$/Makefile \ - $(DESTDIRDEVGUIDEEXAMPLES)$/OfficeDev$/MenuElement.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/OfficeDev$/Number_Formats.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/OfficeDev$/OfficeConnect.java - -DESTCLIPBOARD=$(DESTDIRDEVGUIDEEXAMPLES)$/OfficeDev$/Clipboard -CLIPBOARD_FILES=\ - $(DESTCLIPBOARD)$/Clipboard.java \ - $(DESTCLIPBOARD)$/ClipboardListener.java \ - $(DESTCLIPBOARD)$/ClipboardOwner.java \ - $(DESTCLIPBOARD)$/Makefile \ - $(DESTCLIPBOARD)$/TextTransferable.java - -DESTDESKTOPENV=$(DESTDIRDEVGUIDEEXAMPLES)$/OfficeDev$/DesktopEnvironment -DESKTOPENV_FILES=\ - $(DESTDESKTOPENV)$/nativelib$/unix$/exports.dxp \ - $(DESTDESKTOPENV)$/nativelib$/unix$/Makefile \ - $(DESTDESKTOPENV)$/nativelib$/unix$/nativeview.c \ - $(DESTDESKTOPENV)$/nativelib$/unix$/nativeview.h \ - $(DESTDESKTOPENV)$/nativelib$/windows$/exports.dxp \ - $(DESTDESKTOPENV)$/nativelib$/windows$/Makefile \ - $(DESTDESKTOPENV)$/nativelib$/windows$/nativeview.c \ - $(DESTDESKTOPENV)$/nativelib$/windows$/nativeview.h \ - $(DESTDESKTOPENV)$/CustomizeView.java \ - $(DESTDESKTOPENV)$/Desk.java \ - $(DESTDESKTOPENV)$/DocumentView.java \ - $(DESTDESKTOPENV)$/FunctionHelper.java \ - $(DESTDESKTOPENV)$/Install.txt \ - $(DESTDESKTOPENV)$/Interceptor.java \ - $(DESTDESKTOPENV)$/IOnewayLink.java \ - $(DESTDESKTOPENV)$/IShutdownListener.java \ - $(DESTDESKTOPENV)$/JavaWindowPeerFake.java \ - $(DESTDESKTOPENV)$/Makefile \ - $(DESTDESKTOPENV)$/NativeView.java \ - $(DESTDESKTOPENV)$/OfficeConnect.java \ - $(DESTDESKTOPENV)$/OnewayExecutor.java \ - $(DESTDESKTOPENV)$/StatusListener.java \ - $(DESTDESKTOPENV)$/StatusView.java \ - $(DESTDESKTOPENV)$/ViewContainer.java - -DESTASCIIFILTER=$(DESTDIRDEVGUIDEEXAMPLES)$/OfficeDev$/FilterDevelopment$/AsciiFilter -ASCIIFILTER_FILES=\ - $(DESTASCIIFILTER)$/AsciiReplaceFilter.java \ - $(DESTASCIIFILTER)$/FilterOptions.java \ - $(DESTASCIIFILTER)$/Makefile \ - $(DESTASCIIFILTER)$/TypeDetection.xcu - -DESTFILTERDETECTION=$(DESTDIRDEVGUIDEEXAMPLES)$/OfficeDev$/FilterDevelopment$/FlatXmlFilterDetection -FILTERDETECTION_FILES=\ - $(DESTFILTERDETECTION)$/fdcomp.cxx \ - $(DESTFILTERDETECTION)$/filterdetect.cxx \ - $(DESTFILTERDETECTION)$/filterdetect.hxx \ - $(DESTFILTERDETECTION)$/FlatXmlTypeDetection.uno.xml \ - $(DESTFILTERDETECTION)$/FlatXmlTypeDetection.xcu \ - $(DESTFILTERDETECTION)$/Makefile - -DESTFLATXMLCPP=$(DESTDIRDEVGUIDEEXAMPLES)$/OfficeDev$/FilterDevelopment$/FlatXmlFilter_cpp -FLATXMLCPP_FILES=\ - $(DESTFLATXMLCPP)$/FlatXml.cxx \ - $(DESTFLATXMLCPP)$/Makefile \ - $(DESTFLATXMLCPP)$/FlatXmlFilter_cpp.xcu - -DESTFLATXMLJAVA=$(DESTDIRDEVGUIDEEXAMPLES)$/OfficeDev$/FilterDevelopment$/FlatXmlFilter_java -FLATXMLJAVA_FILES=\ - $(DESTFLATXMLJAVA)$/Makefile \ - $(DESTFLATXMLJAVA)$/FlatXmlFilter_java.xcu \ - $(DESTFLATXMLJAVA)$/FlatXml.java - -DESTLINGUISTIC=$(DESTDIRDEVGUIDEEXAMPLES)$/OfficeDev$/Linguistic -LINGUISTIC_FILES=\ - $(DESTLINGUISTIC)$/LinguisticExamples.java \ - $(DESTLINGUISTIC)$/Makefile \ - $(DESTLINGUISTIC)$/OneInstanceFactory.java \ - $(DESTLINGUISTIC)$/PropChgHelper.java \ - $(DESTLINGUISTIC)$/PropChgHelper_Hyph.java \ - $(DESTLINGUISTIC)$/PropChgHelper_Spell.java \ - $(DESTLINGUISTIC)$/SampleHyphenator.java \ - $(DESTLINGUISTIC)$/SampleSpellChecker.java \ - $(DESTLINGUISTIC)$/SampleThesaurus.java \ - $(DESTLINGUISTIC)$/XHyphenatedWord_impl.java \ - $(DESTLINGUISTIC)$/XMeaning_impl.java \ - $(DESTLINGUISTIC)$/XPossibleHyphens_impl.java \ - $(DESTLINGUISTIC)$/XSpellAlternatives_impl.java - -DESTPATHSETTINGS=$(DESTDIRDEVGUIDEEXAMPLES)$/OfficeDev$/PathSettings -PATHSETTINGS_FILES=\ - $(DESTPATHSETTINGS)$/Makefile \ - $(DESTPATHSETTINGS)$/PathSettingsTest.java - -DESTPATHSUBSTITUTION=$(DESTDIRDEVGUIDEEXAMPLES)$/OfficeDev$/PathSubstitution -PATHSUBSTITUTION_FILES=\ - $(DESTPATHSUBSTITUTION)$/Makefile \ - $(DESTPATHSUBSTITUTION)$/PathSubstitutionTest.java - -DESTTERMINATIONTEST=$(DESTDIRDEVGUIDEEXAMPLES)$/OfficeDev$/TerminationTest -TERMINATION_FILES=\ - $(DESTTERMINATIONTEST)$/Makefile \ - $(DESTTERMINATIONTEST)$/TerminateListener.java \ - $(DESTTERMINATIONTEST)$/TerminationTest.java - -DESTDISABLECOMMANDS=$(DESTDIRDEVGUIDEEXAMPLES)$/OfficeDev$/DisableCommands -DISABLECOMMANDS_FILES=\ - $(DESTDISABLECOMMANDS)$/Makefile \ - $(DESTDISABLECOMMANDS)$/DisableCommandsTest.java - -DIR_FILE_LIST= \ - $(OFFICEDEV_FILES) \ - $(CLIPBOARD_FILES) \ - $(DESKTOPENV_FILES) \ - $(ASCIIFILTER_FILES) \ - $(FILTERDETECTION_FILES) \ - $(FLATXMLCPP_FILES) \ - $(FLATXMLJAVA_FILES) \ - $(LINGUISTIC_FILES) \ - $(PATHSETTINGS_FILES) \ - $(PATHSUBSTITUTION_FILES) \ - $(TERMINATION_FILES) \ - $(DISABLECOMMANDS_FILES) - -DIR_DIRECTORY_LIST=$(uniq $(DIR_FILE_LIST:d)) -DIR_CREATE_FLAG=$(MISC)$/devguide_officedev_dirs_created.txt -DIR_FILE_FLAG=$(MISC)$/devguide_officedev.txt - -#-------------------------------------------------- -# TARGETS -#-------------------------------------------------- -all : \ - $(DIR_FILE_LIST) \ - $(DIR_FILE_FLAG) - -#-------------------------------------------------- -# use global rules -#-------------------------------------------------- -.INCLUDE: $(PRJ)$/util$/odk_rules.pmk - diff --git a/odk/examples/DevelopersGuide/ProfUNO/makefile.mk b/odk/examples/DevelopersGuide/ProfUNO/makefile.mk deleted file mode 100644 index 275e4a149488..000000000000 --- a/odk/examples/DevelopersGuide/ProfUNO/makefile.mk +++ /dev/null @@ -1,86 +0,0 @@ -# -# This file is part of the LibreOffice project. -# -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. -# -# This file incorporates work covered by the following license notice: -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed -# with this work for additional information regarding copyright -# ownership. The ASF licenses this file to you under the Apache -# License, Version 2.0 (the "License"); you may not use this file -# except in compliance with the License. You may obtain a copy of -# the License at http://www.apache.org/licenses/LICENSE-2.0 . -# - -PRJ=..$/..$/.. -PRJNAME=odk -TARGET=copying - -#---------------------------------------------------------------- -.INCLUDE: settings.mk -.INCLUDE: $(PRJ)$/util$/makefile.pmk -#---------------------------------------------------------------- - -#---------------------------------------------------- -# this makefile is only used for copying the example -# files into the SDK -#---------------------------------------------------- - -CPPBINDING_FILES=\ - $(DESTDIRDEVGUIDEEXAMPLES)$/ProfUNO$/CppBinding$/Makefile \ - $(DESTDIRDEVGUIDEEXAMPLES)$/ProfUNO$/CppBinding$/office_connect.cxx \ - $(DESTDIRDEVGUIDEEXAMPLES)$/ProfUNO$/CppBinding$/office_connect.ini \ - $(DESTDIRDEVGUIDEEXAMPLES)$/ProfUNO$/CppBinding$/office_connectrc \ - $(DESTDIRDEVGUIDEEXAMPLES)$/ProfUNO$/CppBinding$/string_samples.cxx - -INTERPROCESSCONN_FILES=\ - $(DESTDIRDEVGUIDEEXAMPLES)$/ProfUNO$/InterprocessConn$/ConnectionAwareClient.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/ProfUNO$/InterprocessConn$/Makefile \ - $(DESTDIRDEVGUIDEEXAMPLES)$/ProfUNO$/InterprocessConn$/UrlResolver.java - -LIFETIME_FILES=\ - $(DESTDIRDEVGUIDEEXAMPLES)$/ProfUNO$/Lifetime$/Makefile \ - $(DESTDIRDEVGUIDEEXAMPLES)$/ProfUNO$/Lifetime$/MyUnoObject.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/ProfUNO$/Lifetime$/object_lifetime.cxx - -SIMPLEBOOTSTRAP_JAVA_FILES=\ - $(DESTDIRDEVGUIDEEXAMPLES)$/ProfUNO$/SimpleBootstrap_java$/SimpleBootstrap_java.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/ProfUNO$/SimpleBootstrap_java$/manifest.mf \ - $(DESTDIRDEVGUIDEEXAMPLES)$/ProfUNO$/SimpleBootstrap_java$/Makefile - -SIMPLEBOOTSTRAP_CPP_FILES=\ - $(DESTDIRDEVGUIDEEXAMPLES)$/ProfUNO$/SimpleBootstrap_cpp$/SimpleBootstrap_cpp.cxx \ - $(DESTDIRDEVGUIDEEXAMPLES)$/ProfUNO$/SimpleBootstrap_cpp$/Makefile - -DIR_FILE_LIST= \ - $(CPPBINDING_FILES) \ - $(INTERPROCESSCONN_FILES) \ - $(LIFETIME_FILES) \ - $(SIMPLEBOOTSTRAP_JAVA_FILES) \ - $(SIMPLEBOOTSTRAP_CPP_FILES) - -DIR_DIRECTORY_LIST=$(uniq $(DIR_FILE_LIST:d)) -DIR_CREATE_FLAG=$(MISC)$/devguide_profuno_dirs_created.txt -DIR_FILE_FLAG=$(MISC)$/devguide_profuno.txt - -#-------------------------------------------------- -# TARGETS -#-------------------------------------------------- -all : \ - $(DIR_FILE_LIST) \ - $(DIR_FILE_FLAG) - -#-------------------------------------------------- -# use global rules -#-------------------------------------------------- -.INCLUDE: $(PRJ)$/util$/odk_rules.pmk - -$(DESTDIREXAMPLES)$/%$/office_connectrc : $(PRJ)$/examples$/%$/office_connectrc - -$(MKDIRHIER) $(@:d) - @@-rm -f $@ - $(MY_TEXTCOPY) $(MY_TEXTCOPY_SOURCEPRE) $< $(MY_TEXTCOPY_TARGETPRE) $@ - diff --git a/odk/examples/DevelopersGuide/ScriptingFramework/makefile.mk b/odk/examples/DevelopersGuide/ScriptingFramework/makefile.mk deleted file mode 100644 index f4feb2715549..000000000000 --- a/odk/examples/DevelopersGuide/ScriptingFramework/makefile.mk +++ /dev/null @@ -1,70 +0,0 @@ -# -# This file is part of the LibreOffice project. -# -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. -# -# This file incorporates work covered by the following license notice: -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed -# with this work for additional information regarding copyright -# ownership. The ASF licenses this file to you under the Apache -# License, Version 2.0 (the "License"); you may not use this file -# except in compliance with the License. You may obtain a copy of -# the License at http://www.apache.org/licenses/LICENSE-2.0 . -# - -PRJ=..$/..$/.. -PRJNAME=odk -TARGET=copying - -#---------------------------------------------------------------- -.INCLUDE: settings.mk -.INCLUDE: $(PRJ)$/util$/makefile.pmk -#---------------------------------------------------------------- - -#---------------------------------------------------- -# this makefile is only used for copying the example -# files into the SDK -#---------------------------------------------------- - -DESTSF=$(DESTDIRDEVGUIDEEXAMPLES)$/ScriptingFramework -SF_FILES=\ - $(DESTSF)$/SayHello$/SayHello$/parcel-descriptor.xml \ - $(DESTSF)$/SayHello$/SayHello$/SayHello.java \ - $(DESTSF)$/SayHello$/Makefile \ - $(DESTSF)$/SayHello$/SayHello.odt \ - $(DESTSF)$/SayHello$/build.xml \ - $(DESTSF)$/SayHello$/META-INF$/manifest.xml \ - $(DESTSF)$/ScriptSelector$/ScriptSelector.odt \ - $(DESTSF)$/ScriptSelector$/Makefile \ - $(DESTSF)$/ScriptSelector$/build.xml \ - $(DESTSF)$/ScriptSelector$/META-INF$/manifest.xml \ - $(DESTSF)$/ScriptSelector$/ScriptSelector$/container.gif \ - $(DESTSF)$/ScriptSelector$/ScriptSelector$/script.gif \ - $(DESTSF)$/ScriptSelector$/ScriptSelector$/soffice.gif \ - $(DESTSF)$/ScriptSelector$/ScriptSelector$/ScriptSelector.java \ - $(DESTSF)$/ScriptSelector$/ScriptSelector$/parcel-descriptor.xml - -DIR_FILE_LIST= \ - $(SF_FILES) \ - -DIR_DIRECTORY_LIST=$(uniq $(DIR_FILE_LIST:d)) -DIR_CREATE_FLAG=$(MISC)$/devguide_sf_dirs_created.txt -DIR_FILE_FLAG=$(MISC)$/devguide_sf.txt - -#-------------------------------------------------- -# TARGETS -#-------------------------------------------------- -all : \ - $(DIR_FILE_LIST) \ - $(DIR_FILE_FLAG) - -#-------------------------------------------------- -# use global rules -#-------------------------------------------------- -.INCLUDE: $(PRJ)$/util$/odk_rules.pmk - - diff --git a/odk/examples/DevelopersGuide/Spreadsheet/makefile.mk b/odk/examples/DevelopersGuide/Spreadsheet/makefile.mk deleted file mode 100644 index d3e327afb43f..000000000000 --- a/odk/examples/DevelopersGuide/Spreadsheet/makefile.mk +++ /dev/null @@ -1,63 +0,0 @@ -# -# This file is part of the LibreOffice project. -# -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. -# -# This file incorporates work covered by the following license notice: -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed -# with this work for additional information regarding copyright -# ownership. The ASF licenses this file to you under the Apache -# License, Version 2.0 (the "License"); you may not use this file -# except in compliance with the License. You may obtain a copy of -# the License at http://www.apache.org/licenses/LICENSE-2.0 . -# - -PRJ=..$/..$/.. -PRJNAME=odk -TARGET=copying - -#---------------------------------------------------------------- -.INCLUDE: settings.mk -.INCLUDE: $(PRJ)$/util$/makefile.pmk -#---------------------------------------------------------------- - -#---------------------------------------------------- -# this makefile is only used for copying the example -# files into the SDK -#---------------------------------------------------- - -SPREADSHEET_FILES=\ - $(DESTDIRDEVGUIDEEXAMPLES)$/Spreadsheet$/ExampleAddIn.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Spreadsheet$/ExampleAddIn.ods \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Spreadsheet$/ExampleDataPilotSource.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Spreadsheet$/GeneralTableSample.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Spreadsheet$/Makefile \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Spreadsheet$/SpreadsheetDocHelper.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Spreadsheet$/SpreadsheetSample.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Spreadsheet$/ViewSample.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Spreadsheet$/XExampleAddIn.idl \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Spreadsheet$/DataPilotReadme.txt - -DIR_FILE_LIST= \ - $(SPREADSHEET_FILES) \ - -DIR_DIRECTORY_LIST=$(uniq $(DIR_FILE_LIST:d)) -DIR_CREATE_FLAG=$(MISC)$/devguide_spreadsheet_dirs_created.txt -DIR_FILE_FLAG=$(MISC)$/devguide_spreadsheet.txt - -#-------------------------------------------------- -# TARGETS -#-------------------------------------------------- -all : \ - $(DIR_FILE_LIST) \ - $(DIR_FILE_FLAG) - -#-------------------------------------------------- -# use global rules -#-------------------------------------------------- -.INCLUDE: $(PRJ)$/util$/odk_rules.pmk - diff --git a/odk/examples/DevelopersGuide/Text/makefile.mk b/odk/examples/DevelopersGuide/Text/makefile.mk deleted file mode 100644 index 092d27bfa2d4..000000000000 --- a/odk/examples/DevelopersGuide/Text/makefile.mk +++ /dev/null @@ -1,58 +0,0 @@ -# -# This file is part of the LibreOffice project. -# -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. -# -# This file incorporates work covered by the following license notice: -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed -# with this work for additional information regarding copyright -# ownership. The ASF licenses this file to you under the Apache -# License, Version 2.0 (the "License"); you may not use this file -# except in compliance with the License. You may obtain a copy of -# the License at http://www.apache.org/licenses/LICENSE-2.0 . -# - -PRJ=..$/..$/.. -PRJNAME=odk -TARGET=copying - -#---------------------------------------------------------------- -.INCLUDE: settings.mk -.INCLUDE: $(PRJ)$/util$/makefile.pmk -#---------------------------------------------------------------- - -#---------------------------------------------------- -# this makefile is only used for copying the example -# files into the SDK -#---------------------------------------------------- - -TEXT_FILES=\ - $(DESTDIRDEVGUIDEEXAMPLES)$/Text$/Makefile \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Text$/PrintDemo.odt \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Text$/TextDocuments.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/Text$/TextTemplateWithUserFields.odt -# $(DESTDIRDEVGUIDEEXAMPLES)$/Text$/ViewCursorExample.sxw - -DIR_FILE_LIST= \ - $(TEXT_FILES) \ - -DIR_DIRECTORY_LIST=$(uniq $(DIR_FILE_LIST:d)) -DIR_CREATE_FLAG=$(MISC)$/devguide_text_dirs_created.txt -DIR_FILE_FLAG=$(MISC)$/devguide_text.txt - -#-------------------------------------------------- -# TARGETS -#-------------------------------------------------- -all : \ - $(DIR_FILE_LIST) \ - $(DIR_FILE_FLAG) - -#-------------------------------------------------- -# use global rules -#-------------------------------------------------- -.INCLUDE: $(PRJ)$/util$/odk_rules.pmk - diff --git a/odk/examples/DevelopersGuide/UCB/makefile.mk b/odk/examples/DevelopersGuide/UCB/makefile.mk deleted file mode 100644 index 8dab3065202e..000000000000 --- a/odk/examples/DevelopersGuide/UCB/makefile.mk +++ /dev/null @@ -1,66 +0,0 @@ -# -# This file is part of the LibreOffice project. -# -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. -# -# This file incorporates work covered by the following license notice: -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed -# with this work for additional information regarding copyright -# ownership. The ASF licenses this file to you under the Apache -# License, Version 2.0 (the "License"); you may not use this file -# except in compliance with the License. You may obtain a copy of -# the License at http://www.apache.org/licenses/LICENSE-2.0 . -# - -PRJ=..$/..$/.. -PRJNAME=odk -TARGET=copying - -#---------------------------------------------------------------- -.INCLUDE: settings.mk -.INCLUDE: $(PRJ)$/util$/makefile.pmk -#---------------------------------------------------------------- - -#---------------------------------------------------- -# this makefile is only used for copying the example -# files into the SDK -#---------------------------------------------------- - -UCB_FILES=\ - $(DESTDIRDEVGUIDEEXAMPLES)$/UCB$/data$/data.txt \ - $(DESTDIRDEVGUIDEEXAMPLES)$/UCB$/ChildrenRetriever.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/UCB$/DataStreamComposer.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/UCB$/DataStreamRetriever.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/UCB$/Helper.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/UCB$/Makefile \ - $(DESTDIRDEVGUIDEEXAMPLES)$/UCB$/MyActiveDataSink.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/UCB$/MyInputStream.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/UCB$/PropertiesComposer.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/UCB$/PropertiesRetriever.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/UCB$/ResourceCreator.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/UCB$/ResourceManager.java \ - $(DESTDIRDEVGUIDEEXAMPLES)$/UCB$/ResourceRemover.java - -DIR_FILE_LIST= \ - $(UCB_FILES) \ - -DIR_DIRECTORY_LIST=$(uniq $(DIR_FILE_LIST:d)) -DIR_CREATE_FLAG=$(MISC)$/devguide_ucb_dirs_created.txt -DIR_FILE_FLAG=$(MISC)$/devguide_ucb.txt - -#-------------------------------------------------- -# TARGETS -#-------------------------------------------------- -all : \ - $(DIR_FILE_LIST) \ - $(DIR_FILE_FLAG) - -#-------------------------------------------------- -# use global rules -#-------------------------------------------------- -.INCLUDE: $(PRJ)$/util$/odk_rules.pmk - diff --git a/odk/examples/OLE/makefile.mk b/odk/examples/OLE/makefile.mk deleted file mode 100644 index 1aad62aa3070..000000000000 --- a/odk/examples/OLE/makefile.mk +++ /dev/null @@ -1,84 +0,0 @@ -# -# This file is part of the LibreOffice project. -# -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. -# -# This file incorporates work covered by the following license notice: -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed -# with this work for additional information regarding copyright -# ownership. The ASF licenses this file to you under the Apache -# License, Version 2.0 (the "License"); you may not use this file -# except in compliance with the License. You may obtain a copy of -# the License at http://www.apache.org/licenses/LICENSE-2.0 . -# - -PRJ=..$/.. -PRJNAME=odk -TARGET=copying - -#---------------------------------------------------------------- -.INCLUDE: settings.mk -.INCLUDE: $(PRJ)$/util$/makefile.pmk -#---------------------------------------------------------------- - -#---------------------------------------------------- -# this makefile is only used for copying the example -# files into the SDK -#---------------------------------------------------- - -ACTIVEX_FILES=\ - $(DESTDIROLEEXAMPLES)$/activex$/example.html \ - $(DESTDIROLEEXAMPLES)$/activex$/Makefile \ - $(DESTDIROLEEXAMPLES)$/activex$/README.txt \ - $(DESTDIROLEEXAMPLES)$/activex$/resource.h \ - $(DESTDIROLEEXAMPLES)$/activex$/SOActiveX.cpp \ - $(DESTDIROLEEXAMPLES)$/activex$/SOActiveX.h \ - $(DESTDIROLEEXAMPLES)$/activex$/SOActiveX.rgs \ - $(DESTDIROLEEXAMPLES)$/activex$/SOComWindowPeer.cpp \ - $(DESTDIROLEEXAMPLES)$/activex$/SOComWindowPeer.h \ - $(DESTDIROLEEXAMPLES)$/activex$/SOComWindowPeer.rgs \ - $(DESTDIROLEEXAMPLES)$/activex$/so_activex.cpp \ - $(DESTDIROLEEXAMPLES)$/activex$/so_activex.def \ - $(DESTDIROLEEXAMPLES)$/activex$/so_activex.idl \ - $(DESTDIROLEEXAMPLES)$/activex$/so_activex.rc \ - $(DESTDIROLEEXAMPLES)$/activex$/StdAfx2.cpp \ - $(DESTDIROLEEXAMPLES)$/activex$/StdAfx2.h - -DELPHI_FILES=\ - $(DESTDIROLEEXAMPLES)$/delphi$/InsertTables$/Project1.dpr \ - $(DESTDIROLEEXAMPLES)$/delphi$/InsertTables$/Project1.res \ - $(DESTDIROLEEXAMPLES)$/delphi$/InsertTables$/SampleCode.pas \ - $(DESTDIROLEEXAMPLES)$/delphi$/InsertTables$/SampleUI.dfm \ - $(DESTDIROLEEXAMPLES)$/delphi$/InsertTables$/SampleUI.pas \ - $(DESTDIROLEEXAMPLES)$/delphi$/StarOffice_and_Delphi.pdf \ - $(DESTDIROLEEXAMPLES)$/delphi$/StarOffice_Delphi.sxw - -VBSCRIPT_FILES=\ - $(DESTDIROLEEXAMPLES)$/vbscript$/readme.txt \ - $(DESTDIROLEEXAMPLES)$/vbscript$/WriterDemo.vbs - -DIR_FILE_LIST= \ - $(ACTIVEX_FILES) \ - $(DELPHI_FILES) \ - $(VBSCRIPT_FILES) - -DIR_DIRECTORY_LIST=$(uniq $(DIR_FILE_LIST:d)) -DIR_CREATE_FLAG=$(MISC)$/ex_ole_dirs_created.txt -DIR_FILE_FLAG=$(MISC)$/ex_ole_files.txt - -#-------------------------------------------------- -# TARGETS -#-------------------------------------------------- -all : \ - $(DIR_FILE_LIST) \ - $(DIR_FILE_FLAG) - -#-------------------------------------------------- -# use global rules -#-------------------------------------------------- -.INCLUDE: $(PRJ)$/util$/odk_rules.pmk - diff --git a/odk/examples/basic/makefile.mk b/odk/examples/basic/makefile.mk deleted file mode 100644 index 9c594adb15d5..000000000000 --- a/odk/examples/basic/makefile.mk +++ /dev/null @@ -1,82 +0,0 @@ -# -# This file is part of the LibreOffice project. -# -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. -# -# This file incorporates work covered by the following license notice: -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed -# with this work for additional information regarding copyright -# ownership. The ASF licenses this file to you under the Apache -# License, Version 2.0 (the "License"); you may not use this file -# except in compliance with the License. You may obtain a copy of -# the License at http://www.apache.org/licenses/LICENSE-2.0 . -# - -PRJ=..$/.. -PRJNAME=odk -TARGET=copying - -#---------------------------------------------------------------- -.INCLUDE: settings.mk -.INCLUDE: $(PRJ)$/util$/makefile.pmk -#---------------------------------------------------------------- - -#---------------------------------------------------- -# this makefile is only used for copying the example -# files into the SDK -#---------------------------------------------------- - -DRAWING_FILES=\ - $(DESTDIRBASICEXAMPLES)$/drawing$/dirtree.txt \ - $(DESTDIRBASICEXAMPLES)$/drawing$/importexportofasciifiles.odg - -FORMSANDCONTROLS_FILES=\ - $(DESTDIRBASICEXAMPLES)$/forms_and_controls$/beef.wmf \ - $(DESTDIRBASICEXAMPLES)$/forms_and_controls$/burger.wmf \ - $(DESTDIRBASICEXAMPLES)$/forms_and_controls$/burger_factory.odt \ - $(DESTDIRBASICEXAMPLES)$/forms_and_controls$/chicken.wmf \ - $(DESTDIRBASICEXAMPLES)$/forms_and_controls$/fish.wmf \ - $(DESTDIRBASICEXAMPLES)$/forms_and_controls$/vegetable.wmf - -SHEET_FILES=\ - $(DESTDIRBASICEXAMPLES)$/sheet$/adapting_to_euroland.ods - -STOCKQUOTEUPDATER_FILES=\ - $(DESTDIRBASICEXAMPLES)$/stock_quotes_updater$/stock.ods - -TEXT_FILES=\ - $(DESTDIRBASICEXAMPLES)$/text$/creating_an_index$/index.odt \ - $(DESTDIRBASICEXAMPLES)$/text$/creating_an_index$/indexlist.txt \ - $(DESTDIRBASICEXAMPLES)$/text$/modifying_text_automatically$/changing_appearance.odt \ - $(DESTDIRBASICEXAMPLES)$/text$/modifying_text_automatically$/inserting_bookmarks.odt \ - $(DESTDIRBASICEXAMPLES)$/text$/modifying_text_automatically$/replacing_text.odt \ - $(DESTDIRBASICEXAMPLES)$/text$/modifying_text_automatically$/using_regular_expressions.odt - -DIR_FILE_LIST= \ - $(DRAWING_FILES) \ - $(FORMSANDCONTROLS_FILES) \ - $(SHEET_FILES) \ - $(STOCKQUOTEUPDATER_FILES) \ - $(TEXT_FILES) \ - -DIR_DIRECTORY_LIST=$(uniq $(DIR_FILE_LIST:d)) -DIR_CREATE_FLAG=$(MISC)$/ex_basic_dirs_created.txt -DIR_FILE_FLAG=$(MISC)$/ex_basic_files.txt - -#-------------------------------------------------- -# TARGETS -#-------------------------------------------------- -all : \ - $(DIR_FILE_LIST) \ - $(DIR_FILE_FLAG) - -#-------------------------------------------------- -# use global rules -#-------------------------------------------------- -.INCLUDE: $(PRJ)$/util$/odk_rules.pmk - - diff --git a/odk/examples/cpp/makefile.mk b/odk/examples/cpp/makefile.mk deleted file mode 100644 index 2ed83c251256..000000000000 --- a/odk/examples/cpp/makefile.mk +++ /dev/null @@ -1,71 +0,0 @@ -# -# This file is part of the LibreOffice project. -# -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. -# -# This file incorporates work covered by the following license notice: -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed -# with this work for additional information regarding copyright -# ownership. The ASF licenses this file to you under the Apache -# License, Version 2.0 (the "License"); you may not use this file -# except in compliance with the License. You may obtain a copy of -# the License at http://www.apache.org/licenses/LICENSE-2.0 . -# - -PRJ=..$/.. -PRJNAME=odk -TARGET=copying - -#---------------------------------------------------------------- -.INCLUDE: settings.mk -.INCLUDE: $(PRJ)$/util$/makefile.pmk -#---------------------------------------------------------------- - -#---------------------------------------------------- -# this makefile is only used for copying the example -# files into the SDK -#---------------------------------------------------- - -COUNTER_FILES=\ - $(DESTDIRCPPEXAMPLES)$/counter$/counter.cxx \ - $(DESTDIRCPPEXAMPLES)$/counter$/counter.uno.xml \ - $(DESTDIRCPPEXAMPLES)$/counter$/countermain.cxx \ - $(DESTDIRCPPEXAMPLES)$/counter$/Makefile \ - $(DESTDIRCPPEXAMPLES)$/counter$/XCountable.idl - -DOUCMENTLOADER_FILES=\ - $(DESTDIRCPPEXAMPLES)$/DocumentLoader$/DocumentLoader.cxx \ - $(DESTDIRCPPEXAMPLES)$/DocumentLoader$/Makefile \ - $(DESTDIRCPPEXAMPLES)$/DocumentLoader$/test.odt - -REMOTECLIENT_FILES=\ - $(DESTDIRCPPEXAMPLES)$/remoteclient$/Makefile \ - $(DESTDIRCPPEXAMPLES)$/remoteclient$/remoteclient.cxx \ - $(DESTDIRCPPEXAMPLES)$/remoteclient$/remoteclientsample.uno.xml - -DIR_FILE_LIST= \ - $(COUNTER_FILES) \ - $(DOUCMENTLOADER_FILES) \ - $(REMOTECLIENT_FILES) - -DIR_DIRECTORY_LIST=$(uniq $(DIR_FILE_LIST:d)) -DIR_CREATE_FLAG=$(MISC)$/ex_cpp_dirs_created.txt -DIR_FILE_FLAG=$(MISC)$/ex_cpp_files.txt - -#-------------------------------------------------- -# TARGETS -#-------------------------------------------------- -all : \ - $(DIR_FILE_LIST) \ - $(DIR_FILE_FLAG) - -#-------------------------------------------------- -# use global rules -#-------------------------------------------------- -.INCLUDE: $(PRJ)$/util$/odk_rules.pmk - - diff --git a/odk/examples/java/makefile.mk b/odk/examples/java/makefile.mk deleted file mode 100644 index 42c3a3fda785..000000000000 --- a/odk/examples/java/makefile.mk +++ /dev/null @@ -1,146 +0,0 @@ -# -# This file is part of the LibreOffice project. -# -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. -# -# This file incorporates work covered by the following license notice: -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed -# with this work for additional information regarding copyright -# ownership. The ASF licenses this file to you under the Apache -# License, Version 2.0 (the "License"); you may not use this file -# except in compliance with the License. You may obtain a copy of -# the License at http://www.apache.org/licenses/LICENSE-2.0 . -# - -PRJ=..$/.. -PRJNAME=odk -TARGET=copying - -#---------------------------------------------------------------- -.INCLUDE: settings.mk -.INCLUDE: $(PRJ)$/util$/makefile.pmk -#---------------------------------------------------------------- - -#---------------------------------------------------- -# this makefile is only used for copying the example -# files into the SDK -#---------------------------------------------------- - -DRAWING_FILES= \ - $(DESTDIRJAVAEXAMPLES)$/Drawing$/SDraw.java \ - $(DESTDIRJAVAEXAMPLES)$/Drawing$/Makefile - -SPREADSHEET_FILES= \ - $(DESTDIRJAVAEXAMPLES)$/Spreadsheet$/SCalc.java \ - $(DESTDIRJAVAEXAMPLES)$/Spreadsheet$/EuroAdaption.java \ - $(DESTDIRJAVAEXAMPLES)$/Spreadsheet$/ChartTypeChange.java \ - $(DESTDIRJAVAEXAMPLES)$/Spreadsheet$/CalcAddins.java \ - $(DESTDIRJAVAEXAMPLES)$/Spreadsheet$/CalcAddins.ods \ - $(DESTDIRJAVAEXAMPLES)$/Spreadsheet$/XCalcAddins.idl \ - $(DESTDIRJAVAEXAMPLES)$/Spreadsheet$/Makefile - -TEXT_FILES= \ - $(DESTDIRJAVAEXAMPLES)$/Text$/SWriter.java \ - $(DESTDIRJAVAEXAMPLES)$/Text$/StyleInitialization.java \ - $(DESTDIRJAVAEXAMPLES)$/Text$/TextDocumentStructure.java \ - $(DESTDIRJAVAEXAMPLES)$/Text$/TextReplace.java \ - $(DESTDIRJAVAEXAMPLES)$/Text$/BookmarkInsertion.java \ - $(DESTDIRJAVAEXAMPLES)$/Text$/HardFormatting.java \ - $(DESTDIRJAVAEXAMPLES)$/Text$/StyleCreation.java \ - $(DESTDIRJAVAEXAMPLES)$/Text$/WriterSelector.java \ - $(DESTDIRJAVAEXAMPLES)$/Text$/GraphicsInserter.java \ - $(DESTDIRJAVAEXAMPLES)$/Text$/oo_smiley.gif \ - $(DESTDIRJAVAEXAMPLES)$/Text$/Makefile - -DOCUMENTHANDLING_FILES= \ - $(DESTDIRJAVAEXAMPLES)$/DocumentHandling$/DocumentConverter.java \ - $(DESTDIRJAVAEXAMPLES)$/DocumentHandling$/DocumentLoader.java \ - $(DESTDIRJAVAEXAMPLES)$/DocumentHandling$/DocumentPrinter.java \ - $(DESTDIRJAVAEXAMPLES)$/DocumentHandling$/DocumentSaver.java \ - $(DESTDIRJAVAEXAMPLES)$/DocumentHandling$/Makefile \ - $(DESTDIRJAVAEXAMPLES)$/DocumentHandling$/test$/test1.odt - -CONVERTERSERVLET_FILES= \ - $(DESTDIRJAVAEXAMPLES)$/ConverterServlet$/ConverterServlet.html \ - $(DESTDIRJAVAEXAMPLES)$/ConverterServlet$/ConverterServlet.java \ - $(DESTDIRJAVAEXAMPLES)$/ConverterServlet$/web.xml \ - $(DESTDIRJAVAEXAMPLES)$/ConverterServlet$/Makefile \ - $(DESTDIRJAVAEXAMPLES)$/ConverterServlet$/README - -EMBEDDEDOBJECT_FILES= \ - $(DESTDIRJAVAEXAMPLES)$/EmbedDocument$/EmbeddedObject$/EmbeddedObject.xcu \ - $(DESTDIRJAVAEXAMPLES)$/EmbedDocument$/EmbeddedObject$/OwnEmbeddedObject.java \ - $(DESTDIRJAVAEXAMPLES)$/EmbedDocument$/EmbeddedObject$/EditorFrame.java \ - $(DESTDIRJAVAEXAMPLES)$/EmbedDocument$/EmbeddedObject$/Makefile \ - $(DESTDIRJAVAEXAMPLES)$/EmbedDocument$/EmbeddedObject$/OwnEmbeddedObjectFactory.java - -INSPECTOR_FILES= \ - $(DESTDIRJAVAEXAMPLES)$/Inspector$/Inspector.jpg \ - $(DESTDIRJAVAEXAMPLES)$/Inspector$/InspectorThumbnail.jpg \ - $(DESTDIRJAVAEXAMPLES)$/Inspector$/Inspector.uno.xml \ - $(DESTDIRJAVAEXAMPLES)$/Inspector$/Inspector.java \ - $(DESTDIRJAVAEXAMPLES)$/Inspector$/Makefile \ - $(DESTDIRJAVAEXAMPLES)$/Inspector$/TestInspector.java \ - $(DESTDIRJAVAEXAMPLES)$/Inspector$/XInstanceInspector.idl \ - $(DESTDIRJAVAEXAMPLES)$/Inspector$/InstanceInspector.idl \ - $(DESTDIRJAVAEXAMPLES)$/Inspector$/InstanceInspectorTest.odt - -NOTESACCESS_FILES= \ - $(DESTDIRJAVAEXAMPLES)$/NotesAccess$/NotesAccess.java \ - $(DESTDIRJAVAEXAMPLES)$/NotesAccess$/Makefile \ - $(DESTDIRJAVAEXAMPLES)$/NotesAccess$/Stocks.nsf - -TODO_FILES= \ - $(DESTDIRJAVAEXAMPLES)$/ToDo$/ToDo.java \ - $(DESTDIRJAVAEXAMPLES)$/ToDo$/ToDo.ods \ - $(DESTDIRJAVAEXAMPLES)$/ToDo$/ToDo.uno.xml \ - $(DESTDIRJAVAEXAMPLES)$/ToDo$/ToDo.idl \ - $(DESTDIRJAVAEXAMPLES)$/ToDo$/XToDo.idl \ - $(DESTDIRJAVAEXAMPLES)$/ToDo$/Makefile - -MINIMALCOMPONENT_FILES= \ - $(DESTDIRJAVAEXAMPLES)$/MinimalComponent$/MinimalComponent.idl \ - $(DESTDIRJAVAEXAMPLES)$/MinimalComponent$/MinimalComponent.java\ - $(DESTDIRJAVAEXAMPLES)$/MinimalComponent$/MinimalComponent.uno.xml \ - $(DESTDIRJAVAEXAMPLES)$/MinimalComponent$/TestMinimalComponent.java\ - $(DESTDIRJAVAEXAMPLES)$/MinimalComponent$/Makefile - -PROPERTYSET_FILES= \ - $(DESTDIRJAVAEXAMPLES)$/PropertySet$/PropTest.java \ - $(DESTDIRJAVAEXAMPLES)$/PropertySet$/PropertySet.odt \ - $(DESTDIRJAVAEXAMPLES)$/PropertySet$/Makefile - -DIR_FILE_LIST= \ - $(DRAWING_FILES) \ - $(SPREADSHEET_FILES) \ - $(TEXT_FILES) \ - $(DOCUMENTHANDLING_FILES) \ - $(CONVERTERSERVLET_FILES) \ - $(EMBEDDEDOBJECT_FILES) \ - $(INSPECTOR_FILES) \ - $(NOTESACCESS_FILES) \ - $(TODO_FILES) \ - $(MINIMALCOMPONENT_FILES) \ - $(PROPERTYSET_FILES) - -DIR_DIRECTORY_LIST=$(uniq $(DIR_FILE_LIST:d)) -DIR_CREATE_FLAG=$(MISC)$/ex_java_dirs_created.txt -DIR_FILE_FLAG=$(MISC)$/ex_java_files.txt - -#-------------------------------------------------- -# TARGETS -#-------------------------------------------------- -all : \ - $(DIR_FILE_LIST) \ - $(DIR_FILE_FLAG) - -#-------------------------------------------------- -# use global rules -#-------------------------------------------------- -.INCLUDE: $(PRJ)$/util$/odk_rules.pmk - - diff --git a/odk/examples/python/makefile.mk b/odk/examples/python/makefile.mk deleted file mode 100644 index f81d6ef8c868..000000000000 --- a/odk/examples/python/makefile.mk +++ /dev/null @@ -1,74 +0,0 @@ -#************************************************************************* -# -# Version: MPL 1.1 / GPLv3+ / LGPLv3+ -# -# The contents of this file are subject to the Mozilla Public License Version -# 1.1 (the "License"); you may not use this file except in compliance with -# the License or as specified alternatively below. You may obtain a copy of -# the License at http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" basis, -# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License -# for the specific language governing rights and limitations under the -# License. -# -# Major Contributor(s): -# Copyright (C) 2011 Andras Timar <atimar@suse.com> (initial developer) -# -# All Rights Reserved. -# -# For minor contributions see the git repository. -# -# Alternatively, the contents of this file may be used under the terms of -# either the GNU General Public License Version 3 or later (the "GPLv3+"), or -# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), -# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable -# instead of those above. -# -#************************************************************************* - -PRJ=../.. -PRJNAME=odk -TARGET=python - -#---------------------------------------------------------------- -.INCLUDE: settings.mk -.INCLUDE: $(PRJ)/util/makefile.pmk -#---------------------------------------------------------------- - -#---------------------------------------------------- -# this makefile is only used for copying the example -# files into the SDK -#---------------------------------------------------- - -PYTHONEXAMPLE=\ - $(DESTDIRPYTHONEXAMPLES)/toolpanel/readme \ - $(DESTDIRPYTHONEXAMPLES)/toolpanel/Factory.xcu \ - $(DESTDIRPYTHONEXAMPLES)/toolpanel/toolpanels/poc.xdl \ - $(DESTDIRPYTHONEXAMPLES)/toolpanel/META-INF/manifest.xml \ - $(DESTDIRPYTHONEXAMPLES)/toolpanel/toolpanel.component \ - $(DESTDIRPYTHONEXAMPLES)/toolpanel/toolpanel.py \ - $(DESTDIRPYTHONEXAMPLES)/toolpanel/Makefile \ - $(DESTDIRPYTHONEXAMPLES)/toolpanel/description.xml \ - $(DESTDIRPYTHONEXAMPLES)/toolpanel/toolPanelPocBasic/Module1.xba \ - $(DESTDIRPYTHONEXAMPLES)/toolpanel/toolPanelPocBasic/script.xlb \ - $(DESTDIRPYTHONEXAMPLES)/toolpanel/toolPanelPocBasic/dialog.xlb \ - $(DESTDIRPYTHONEXAMPLES)/toolpanel/CalcWindowState.xcu - -DIR_FILE_LIST= \ - $(PYTHONEXAMPLE) - -DIR_DIRECTORY_LIST=$(uniq $(DIR_FILE_LIST:d)) -DIR_CREATE_FLAG=$(MISC)/ex_$(TARGET)_dirs_created.txt -DIR_FILE_FLAG=$(MISC)/ex_$(TARGET)_files.txt - -#-------------------------------------------------- -# TARGETS -#-------------------------------------------------- -all : \ - $(DIR_FILE_FLAG) - -#-------------------------------------------------- -# use global rules -#-------------------------------------------------- -.INCLUDE: $(PRJ)/util/odk_rules.pmk |