summaryrefslogtreecommitdiff
path: root/scp2/source
diff options
context:
space:
mode:
Diffstat (limited to 'scp2/source')
-rw-r--r--scp2/source/accessories/makefile.mk84
-rw-r--r--scp2/source/activex/makefile.mk54
-rw-r--r--scp2/source/base/makefile.mk62
-rw-r--r--scp2/source/binfilter/makefile.mk50
-rw-r--r--scp2/source/calc/makefile.mk59
-rw-r--r--scp2/source/canvas/makefile.mk54
-rw-r--r--scp2/source/crashrep/makefile.mk48
-rw-r--r--scp2/source/draw/makefile.mk56
-rw-r--r--scp2/source/extensions/makefile.mk60
-rw-r--r--scp2/source/gnome/makefile.mk77
-rw-r--r--scp2/source/graphicfilter/makefile.mk48
-rw-r--r--scp2/source/impress/makefile.mk67
-rw-r--r--scp2/source/javafilter/makefile.mk57
-rw-r--r--scp2/source/kde/makefile.mk60
-rw-r--r--scp2/source/math/makefile.mk55
-rw-r--r--scp2/source/onlineupdate/makefile.mk49
-rw-r--r--scp2/source/ooo/makefile.mk552
-rw-r--r--scp2/source/python/makefile.mk65
-rw-r--r--scp2/source/quickstart/makefile.mk51
-rw-r--r--scp2/source/sdkoo/makefile.mk46
-rw-r--r--scp2/source/smoketest/makefile.mk42
-rw-r--r--scp2/source/stdlibs/makefile.mk52
-rw-r--r--scp2/source/tde/makefile.mk56
-rw-r--r--scp2/source/templates/makefile.mk56
-rw-r--r--scp2/source/winexplorerext/makefile.mk56
-rw-r--r--scp2/source/writer/makefile.mk56
-rw-r--r--scp2/source/xsltfilter/makefile.mk49
27 files changed, 0 insertions, 2021 deletions
diff --git a/scp2/source/accessories/makefile.mk b/scp2/source/accessories/makefile.mk
deleted file mode 100644
index e3ad66f8fa4f..000000000000
--- a/scp2/source/accessories/makefile.mk
+++ /dev/null
@@ -1,84 +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. 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.
-#
-# The Initial Developer of the Original Code is
-# Kálmán Szalai - KAMI <kami911@gmail.com>
-# Portions created by the Initial Developer are Copyright (C) 2010 the
-# Initial Developer. All Rights Reserved.
-#
-# Contributor(s): Kálmán Szalai - KAMI <kami911@gmail.com>
-#
-#
-# 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=scp2
-TARGET=accessories
-TARGETTYPE=CUI
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-
-SCP_PRODUCT_TYPE=osl
-PARFILES= \
- module_accessories.par
-.IF "$(WITH_EXTRA_GALLERY)" != ""
-PARFILES += \
- module_gallery_accessories.par \
- file_gallery_accessories.par
-.ENDIF
-.IF "$(WITH_EXTRA_TEMPLATE)" != ""
-PARFILES += \
- module_templates_accessories.par \
- file_templates_accessories.par
-.ENDIF
-.IF "$(WITH_EXTRA_SAMPLE)" != ""
-PARFILES += \
- module_samples_accessories.par \
- file_samples_accessories.par
-.ENDIF
-.IF "$(WITH_EXTRA_FONT)" != ""
-PARFILES += \
- module_font_accessories.par \
- file_font_accessories.par
-.ENDIF
-
-ULFFILES= \
- module_accessories.ulf
-.IF "$(WITH_EXTRA_GALLERY)" != ""
-ULFFILES += \
- module_gallery_accessories.ulf
-.ENDIF
-.IF "$(WITH_EXTRA_TEMPLATE)" != ""
-ULFFILES += \
- module_templates_accessories.ulf
-.ENDIF
-.IF "$(WITH_EXTRA_SAMPLE)" != ""
-ULFFILES += \
- module_samples_accessories.ulf
-.ENDIF
-.IF "$(WITH_EXTRA_FONT)" != ""
-ULFFILES += \
- module_font_accessories.ulf
-.ENDIF
-
-
-# --- File ---------------------------------------------------------
-.INCLUDE : target.mk
diff --git a/scp2/source/activex/makefile.mk b/scp2/source/activex/makefile.mk
deleted file mode 100644
index b058351ae310..000000000000
--- a/scp2/source/activex/makefile.mk
+++ /dev/null
@@ -1,54 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# OpenOffice.org is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Lesser General Public License version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org. If not, see
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-
-PRJ=..$/..
-
-PRJNAME=scp2
-TARGET=activex
-TARGETTYPE=CUI
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-
-.IF "$(BUILD_X64)"!=""
-SCPDEFS+=-DBUILD_X64
-.ENDIF
-
-SCP_PRODUCT_TYPE=osl
-
-.IF "$(GUI)"=="WNT"
-PARFILES= \
- module_activex.par \
- file_activex.par
-.ENDIF
-
-ULFFILES= \
- module_activex.ulf
-
-# --- File ---------------------------------------------------------
-.INCLUDE : target.mk
diff --git a/scp2/source/base/makefile.mk b/scp2/source/base/makefile.mk
deleted file mode 100644
index e3f3b1a72188..000000000000
--- a/scp2/source/base/makefile.mk
+++ /dev/null
@@ -1,62 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# OpenOffice.org is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Lesser General Public License version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org. If not, see
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-
-PRJ=..$/..
-
-PRJNAME=scp2
-TARGET=base
-TARGETTYPE=CUI
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-
-.IF "$(ENABLE_REPORTBUILDER)" == "YES"
-SCPDEFS += -DENABLE_REPORTBUILDER
-.ENDIF
-
-SCP_PRODUCT_TYPE=osl
-
-PARFILES= \
- module_base.par \
- file_base.par \
- postgresqlsdbc.par
-
-.IF "$(GUI)"=="WNT"
-PARFILES += \
- registryitem_base.par \
- folderitem_base.par
-.ENDIF
-
-ULFFILES= \
- module_base.ulf \
- registryitem_base.ulf \
- folderitem_base.ulf \
- postgresqlsdbc.ulf
-
-# --- File ---------------------------------------------------------
-.INCLUDE : target.mk
diff --git a/scp2/source/binfilter/makefile.mk b/scp2/source/binfilter/makefile.mk
deleted file mode 100644
index 9a8c0a5e90dd..000000000000
--- a/scp2/source/binfilter/makefile.mk
+++ /dev/null
@@ -1,50 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# OpenOffice.org is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Lesser General Public License version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org. If not, see
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-
-PRJ=..$/..
-
-PRJNAME=scp2
-TARGET=binfilter
-TARGETTYPE=CUI
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-
-SCP_PRODUCT_TYPE=osl
-
-PARFILES= \
- module_binfilter.par \
- file_binfilter.par \
- registryitem_binfilter.par
-
-ULFFILES= \
- module_binfilter.ulf \
- registryitem_binfilter.ulf
-
-# --- File ---------------------------------------------------------
-.INCLUDE : target.mk
diff --git a/scp2/source/calc/makefile.mk b/scp2/source/calc/makefile.mk
deleted file mode 100644
index 3a1fa4768058..000000000000
--- a/scp2/source/calc/makefile.mk
+++ /dev/null
@@ -1,59 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# OpenOffice.org is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Lesser General Public License version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org. If not, see
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-
-PRJ=..$/..
-
-PRJNAME=scp2
-TARGET=calc
-TARGETTYPE=CUI
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-
-.IF "$(SYSTEM_LPSOLVE)" == "YES"
-SCPDEFS+=-DSYSTEM_LPSOLVE
-.ENDIF
-
-SCP_PRODUCT_TYPE=osl
-PARFILES= \
- module_calc.par \
- file_calc.par
-
-.IF "$(GUI)"=="WNT"
-PARFILES += \
- registryitem_calc.par \
- folderitem_calc.par
-.ENDIF
-
-ULFFILES= \
- module_calc.ulf \
- registryitem_calc.ulf \
- folderitem_calc.ulf
-
-# --- File ---------------------------------------------------------
-.INCLUDE : target.mk
diff --git a/scp2/source/canvas/makefile.mk b/scp2/source/canvas/makefile.mk
deleted file mode 100644
index 24cacaaed2e7..000000000000
--- a/scp2/source/canvas/makefile.mk
+++ /dev/null
@@ -1,54 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# OpenOffice.org is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Lesser General Public License version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org. If not, see
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-
-PRJ=..$/..
-
-PRJNAME=scp2
-TARGET=canvas
-TARGETTYPE=CUI
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-
-SCP_PRODUCT_TYPE=osl
-
-PARFILES= canvascommons.par \
- vclcanvas.par \
- mtfrenderer.par
-
-.IF "$(ENABLE_CAIRO_CANVAS)"=="TRUE"
-PARFILES+= cairocanvas.par
-.ENDIF
-
-.IF "$(ENABLE_DIRECTX)" != ""
-PARFILES+= directxcanvas.par
-.ENDIF
-
-# --- File ---------------------------------------------------------
-
-.INCLUDE : target.mk
diff --git a/scp2/source/crashrep/makefile.mk b/scp2/source/crashrep/makefile.mk
deleted file mode 100644
index 925b9a697202..000000000000
--- a/scp2/source/crashrep/makefile.mk
+++ /dev/null
@@ -1,48 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# OpenOffice.org is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Lesser General Public License version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org. If not, see
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-
-PRJ=..$/..
-
-PRJNAME=scp2
-TARGET=crashrep
-TARGETTYPE=CUI
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-
-.IF "$(ENABLE_CRASHDUMP)" != ""
-
-SCP_PRODUCT_TYPE=osl
-
-PARFILES = \
- file_crashrep.par
-
-.ENDIF # "$(ENABLE_CRASHDUMP)" != ""
-
-# --- File ---------------------------------------------------------
-.INCLUDE : target.mk
diff --git a/scp2/source/draw/makefile.mk b/scp2/source/draw/makefile.mk
deleted file mode 100644
index 740fc100da13..000000000000
--- a/scp2/source/draw/makefile.mk
+++ /dev/null
@@ -1,56 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# OpenOffice.org is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Lesser General Public License version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org. If not, see
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-
-PRJ=..$/..
-
-PRJNAME=scp2
-TARGET=draw
-TARGETTYPE=CUI
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-
-SCP_PRODUCT_TYPE=osl
-PARFILES= \
- module_draw.par \
- file_draw.par
-
-.IF "$(GUI)"=="WNT"
-PARFILES += \
- registryitem_draw.par \
- folderitem_draw.par
-.ENDIF
-
-
-ULFFILES= \
- module_draw.ulf \
- registryitem_draw.ulf \
- folderitem_draw.ulf
-
-# --- File ---------------------------------------------------------
-.INCLUDE : target.mk
diff --git a/scp2/source/extensions/makefile.mk b/scp2/source/extensions/makefile.mk
deleted file mode 100644
index b8ee210e5dda..000000000000
--- a/scp2/source/extensions/makefile.mk
+++ /dev/null
@@ -1,60 +0,0 @@
-#*************************************************************************
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# The Contents of this file are made available subject to
-# the terms of GNU Lesser General Public License Version 3.
-#
-#
-# GNU Lesser General Public License Version 3
-# =============================================
-# Copyright 2005 by Sun Microsystems, Inc.
-# 901 San Antonio Road, Palo Alto, CA 94303, USA
-#
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License version 2.1, as published by the Free Software Foundation.
-#
-# This library is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
-# MA 02111-1307 USA
-#
-#*************************************************************************
-
-PRJ=..$/..
-
-PRJNAME=scp2
-TARGET=extensions
-TARGETTYPE=CUI
-
-#--- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-
-.IF "$(SYSTEM_BSH)" == "YES"
-SCPDEFS+=-DSYSTEM_BSH -DBSH_JAR=\""file://$(BSH_JAR)"\"
-.ENDIF
-
-.IF "$(SYSTEM_RHINO)" == "YES"
-SCPDEFS+=-DSYSTEM_RHINO -DRHINO_JAR=\""file://$(RHINO_JAR)"\"
-.ENDIF
-
-SCP_PRODUCT_TYPE=osl
-PARFILES= \
- module_extensions.par \
- module_extensions_sun_templates.par \
- directory_extensions.par \
- file_extensions.par
-
-ULFFILES= \
- module_extensions.ulf \
- module_extensions_sun_templates.ulf
-
-#--- File ---------------------------------------------------------
-.INCLUDE : target.mk
diff --git a/scp2/source/gnome/makefile.mk b/scp2/source/gnome/makefile.mk
deleted file mode 100644
index eb9120dbe4cc..000000000000
--- a/scp2/source/gnome/makefile.mk
+++ /dev/null
@@ -1,77 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# OpenOffice.org is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Lesser General Public License version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org. If not, see
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-
-PRJ=..$/..
-
-PRJNAME=scp2
-TARGET=gnome
-TARGETTYPE=CUI
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-
-SCP_PRODUCT_TYPE=osl
-
-.IF "$(ENABLE_SYSTRAY_GTK)" != ""
-SCPDEFS+=-DENABLE_SYSTRAY_GTK
-.ENDIF
-
-.IF "$(ENABLE_GCONF)"!="" || "$(ENABLE_GNOMEVFS)"!="" || "$(ENABLE_GIO)"!=""
-
-.IF "$(ENABLE_GCONF)" != ""
-SCPDEFS+=-DENABLE_GCONF
-.ENDIF
-
-.IF "$(ENABLE_LOCKDOWN)" == "YES"
-SCPDEFS+=-DENABLE_LOCKDOWN
-.ENDIF
-
-.IF "$(ENABLE_GNOMEVFS)" != ""
-SCPDEFS+=-DENABLE_GNOMEVFS
-.ENDIF
-
-.IF "$(ENABLE_GIO)" != ""
-SCPDEFS+=-DENABLE_GIO
-.ENDIF
-
-.IF "$(ENABLE_GTK3)" != ""
-SCPDEFS+=-DENABLE_GTK3
-.ENDIF
-
-PARFILES = \
- module_gnome.par \
- file_gnome.par
-
-ULFFILES= \
- module_gnome.ulf
-
-.ENDIF
-
-# --- File ---------------------------------------------------------
-
-.INCLUDE : target.mk
diff --git a/scp2/source/graphicfilter/makefile.mk b/scp2/source/graphicfilter/makefile.mk
deleted file mode 100644
index 00514837d294..000000000000
--- a/scp2/source/graphicfilter/makefile.mk
+++ /dev/null
@@ -1,48 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# OpenOffice.org is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Lesser General Public License version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org. If not, see
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-
-PRJ=..$/..
-
-PRJNAME=scp2
-TARGET=graphicfilter
-TARGETTYPE=CUI
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-
-SCP_PRODUCT_TYPE=osl
-
-PARFILES= \
- module_graphicfilter.par \
- file_graphicfilter.par
-
-ULFFILES= \
- module_graphicfilter.ulf
-
-# --- File ---------------------------------------------------------
-.INCLUDE : target.mk
diff --git a/scp2/source/impress/makefile.mk b/scp2/source/impress/makefile.mk
deleted file mode 100644
index 44bbc2f4f32f..000000000000
--- a/scp2/source/impress/makefile.mk
+++ /dev/null
@@ -1,67 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# OpenOffice.org is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Lesser General Public License version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org. If not, see
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-
-PRJ=..$/..
-
-PRJNAME=scp2
-TARGET=impress
-TARGETTYPE=CUI
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-
-SCP_PRODUCT_TYPE=osl
-
-.IF "$(ENABLE_OPENGL)"=="TRUE"
-SCPDEFS+=-DENABLE_OPENGL
-.ENDIF
-
-PARFILES= \
- module_impress.par \
- file_impress.par
-
-.IF "$(GUI)"=="WNT"
-PARFILES += \
- registryitem_impress.par \
- folderitem_impress.par
-.ENDIF
-
-ULFFILES= \
- module_impress.ulf \
- registryitem_impress.ulf \
- folderitem_impress.ulf
-
-.IF "$(ENABLE_OPENGL)" == "TRUE"
-PARFILES+=\
- module_ogltrans.par
-ULFFILES+=\
- module_ogltrans.ulf
-.ENDIF
-
-# --- File ---------------------------------------------------------
-.INCLUDE : target.mk
diff --git a/scp2/source/javafilter/makefile.mk b/scp2/source/javafilter/makefile.mk
deleted file mode 100644
index 05be4d6e2f6e..000000000000
--- a/scp2/source/javafilter/makefile.mk
+++ /dev/null
@@ -1,57 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# OpenOffice.org is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Lesser General Public License version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org. If not, see
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-
-PRJ=..$/..
-
-PRJNAME=scp2
-TARGET=javafilter
-TARGETTYPE=CUI
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-
-.IF "$(SOLAR_JAVA)"=="TRUE"
-SCP_PRODUCT_TYPE=osl
-PARFILES= \
- module_javafilter.par \
- file_javafilter.par
-.ENDIF
-
-.IF "$(SOLAR_JAVA)"=="TRUE"
-.IF "$(GUI)"=="WNT"
-PARFILES += \
- registryitem_javafilter.par
-.ENDIF
-.ENDIF
-
-ULFFILES= \
- module_javafilter.ulf \
- registryitem_javafilter.ulf
-
-# --- File ---------------------------------------------------------
-.INCLUDE : target.mk
diff --git a/scp2/source/kde/makefile.mk b/scp2/source/kde/makefile.mk
deleted file mode 100644
index 02323ff57b3b..000000000000
--- a/scp2/source/kde/makefile.mk
+++ /dev/null
@@ -1,60 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# OpenOffice.org is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Lesser General Public License version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org. If not, see
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-
-PRJ=..$/..
-
-PRJNAME=scp2
-TARGET=kde
-TARGETTYPE=CUI
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-
-SCP_PRODUCT_TYPE=osl
-
-.IF "$(ENABLE_KDE)" == "TRUE" || "$(ENABLE_KDE4)" == "TRUE"
-
-.IF "$(ENABLE_KDE)" != ""
-SCPDEFS+=-DENABLE_KDE
-.ENDIF
-
-.IF "$(ENABLE_KDE4)" != ""
-SCPDEFS+=-DENABLE_KDE4
-.ENDIF
-
-PARFILES = \
- module_kde.par \
- file_kde.par
-
-ULFFILES= \
- module_kde.ulf
-.ENDIF
-
-# --- File ---------------------------------------------------------
-
-.INCLUDE : target.mk
diff --git a/scp2/source/math/makefile.mk b/scp2/source/math/makefile.mk
deleted file mode 100644
index 055e3a93e238..000000000000
--- a/scp2/source/math/makefile.mk
+++ /dev/null
@@ -1,55 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# OpenOffice.org is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Lesser General Public License version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org. If not, see
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-
-PRJ=..$/..
-
-PRJNAME=scp2
-TARGET=math
-TARGETTYPE=CUI
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-
-SCP_PRODUCT_TYPE=osl
-PARFILES= \
- module_math.par \
- file_math.par
-
-.IF "$(GUI)"=="WNT"
-PARFILES += \
- registryitem_math.par \
- folderitem_math.par
-.ENDIF
-
-ULFFILES= \
- module_math.ulf \
- folderitem_math.ulf \
- registryitem_math.ulf
-
-# --- File ---------------------------------------------------------
-.INCLUDE : target.mk
diff --git a/scp2/source/onlineupdate/makefile.mk b/scp2/source/onlineupdate/makefile.mk
deleted file mode 100644
index dd14e9bd910b..000000000000
--- a/scp2/source/onlineupdate/makefile.mk
+++ /dev/null
@@ -1,49 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# OpenOffice.org is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Lesser General Public License version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org. If not, see
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-
-PRJ=..$/..
-
-PRJNAME=scp2
-TARGET=update
-TARGETTYPE=CUI
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-
-SCP_PRODUCT_TYPE=osl
-
-PARFILES= \
- module_onlineupdate.par \
- file_onlineupdate.par
-
-ULFFILES= \
- module_onlineupdate.ulf
-
-# --- File ---------------------------------------------------------
-
-.INCLUDE : target.mk
diff --git a/scp2/source/ooo/makefile.mk b/scp2/source/ooo/makefile.mk
deleted file mode 100644
index a3bd31b4c918..000000000000
--- a/scp2/source/ooo/makefile.mk
+++ /dev/null
@@ -1,552 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# OpenOffice.org is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Lesser General Public License version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org. If not, see
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-PRJ=..$/..
-
-PRJNAME=scp2
-TARGET=ooo
-TARGETTYPE=CUI
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-.INCLUDE : i18npool/version.mk
-
-.IF "$(ENABLE_ONLINE_UPDATE)"!=""
-SCPDEFS+=-DENABLE_ONLINE_UPDATE
-.ENDIF
-
-.IF "$(BUILD_X64)"!=""
-SCPDEFS+=-DBUILD_X64
-.ENDIF
-
-.IF "$(ENABLE_OPENGL)"=="TRUE"
-SCPDEFS+=-DENABLE_OPENGL
-.ENDIF
-
-.IF "$(GUI)"=="UNX"
-.IF "$(ENABLE_GTK)" != ""
-SCPDEFS+=-DENABLE_GTK
-PKGCONFIG_MODULES=gtk+-2.0
-.INCLUDE: pkg_config.mk
-GTK_TWO_FOUR=$(shell @+-$(PKG_CONFIG) --exists 'gtk+-2.0 >= 2.4.0' && echo YES)
-.IF "$(GTK_TWO_FOUR)" != ""
-SCPDEFS+=-DGTK_TWO_FOUR
-.ENDIF
-.ENDIF
-.IF "$(ENABLE_GTK3)" != ""
-SCPDEFS+=-DENABLE_GTK3
-.ENDIF
-.ENDIF # "$(GUI)"=="UNX"
-
-.IF "$(ENABLE_NSPLUGIN)" == "YES"
-SCPDEFS+=-DENABLE_NSPLUGIN
-.ENDIF
-
-.IF "$(MERGELIBS)" == "TRUE"
-SCPDEFS+=-DMERGELIBS
-.ENDIF
-
-.IF "$(ENABLE_TDE)" != ""
-SCPDEFS+=-DENABLE_TDE
-.ENDIF
-
-.IF "$(ENABLE_KDE)" != ""
-SCPDEFS+=-DENABLE_KDE
-.ENDIF
-
-.IF "$(ENABLE_KDE4)" != ""
-SCPDEFS+=-DENABLE_KDE4
-.ENDIF
-
-.IF "$(ENABLE_TDEAB)" != ""
-SCPDEFS+=-DENABLE_TDEAB
-.ENDIF
-
-.IF "$(ENABLE_KAB)" != ""
-SCPDEFS+=-DENABLE_KAB
-.ENDIF
-
-.IF "$(ENABLE_EVOAB2)" != ""
-SCPDEFS+=-DENABLE_EVOAB2
-.ENDIF
-
-.IF "$(ENABLE_DIRECTX)" != ""
-SCPDEFS+=-DENABLE_DIRECTX
-.ENDIF
-
-.IF "$(ENABLE_XMLSEC)"=="YES"
-SCPDEFS+=-DENABLE_XMLSEC
-.ENDIF
-
-.IF "$(GUI)"=="UNX"
-#X11 MacOSX has no cairo-canvas
-.IF "$(OS)" != "MACOSX" || "$(GUIBASE)" == "aqua"
-SCPDEFS+=-DENABLE_CAIROCANVAS
-.ENDIF
-.ENDIF
-
-.IF "$(SYSTEM_LUCENE)" == "YES"
-SCPDEFS+=-DSYSTEM_LUCENE
-.ENDIF
-
-.IF "$(SYSTEM_EXPAT)" == "YES"
-SCPDEFS+=-DSYSTEM_EXPAT
-.ENDIF
-
-.IF "$(SYSTEM_CAIRO)" == "YES"
-SCPDEFS+=-DSYSTEM_CAIRO
-.ENDIF
-
-.IF "$(SYSTEM_LCMS2)" == "YES"
-SCPDEFS+=-DSYSTEM_LCMS2
-.ENDIF
-
-.IF "$(SYSTEM_LIBXML)" == "YES"
-SCPDEFS+=-DSYSTEM_LIBXML
-.ENDIF
-
-.IF "$(SYSTEM_LIBXSLT)" == "YES"
-SCPDEFS+=-DSYSTEM_LIBXSLT
-.ELSE
-.INCLUDE : libxsltversion.mk
-SCPDEFS+=-DLIBXSLT_MAJOR=$(LIBXSLT_MAJOR)
-.ENDIF
-
-.IF "$(SYSTEM_DB)" == "YES"
-SCPDEFS+=-DSYSTEM_DB
-.ENDIF
-
-.IF "$(WITH_MOZILLA)" == "NO"
-SCPDEFS+=-DWITHOUT_MOZILLA
-.ENDIF
-
-.IF "$(WITH_MYSPELL_DICTS)" == "NO"
-SCPDEFS+=-DWITHOUT_MYSPELL_DICTS
-.ENDIF
-
-.IF "$(SYSTEM_MOZILLA)" == "YES"
-SCPDEFS+=-DSYSTEM_MOZILLA
-.ENDIF
-
-.IF "$(SYSTEM_CLUCENE)" == "YES"
-SCPDEFS+=-DSYSTEM_CLUCENE
-.ENDIF
-
-.IF "$(WITH_LDAP)" == "YES"
-SCPDEFS+=-DWITH_LDAP
-.ENDIF
-
-.IF "$(SYSTEM_CURL)" == "YES"
-SCPDEFS+=-DSYSTEM_CURL
-.ENDIF
-
-.IF "$(SYSTEM_STDLIBS)" == "YES"
-SCPDEFS+=-DSYSTEM_STDLIBS
-.ENDIF
-
-.IF "$(SYSTEM_SNDFILE)" == "YES"
-SCPDEFS+=-DSYSTEM_SNDFILE
-.ENDIF
-
-.IF "$(SYSTEM_PORTAUDIO)" == "YES"
-SCPDEFS+=-DSYSTEM_PORTAUDIO
-.ENDIF
-
-.IF "$(SYSTEM_HUNSPELL)" == "YES"
-SCPDEFS+=-DSYSTEM_HUNSPELL
-.ENDIF
-
-.IF "$(SYSTEM_HYPH)" == "YES"
-SCPDEFS+=-DSYSTEM_HYPH
-.ENDIF
-
-.IF "$(SYSTEM_JPEG)" == "YES"
-SCPDEFS+=-DSYSTEM_JPEG
-.ENDIF
-
-.IF "$(SYSTEM_MYTHES)" == "YES"
-SCPDEFS+=-DSYSTEM_MYTHES
-.ENDIF
-
-.IF "$(SYSTEM_LPSOLVE)" == "YES"
-SCPDEFS+=-DSYSTEM_LPSOLVE
-.ENDIF
-
-.IF "$(SYSTEM_REDLAND)" == "YES"
-SCPDEFS+=-DSYSTEM_REDLAND
-.ELSE
-.INCLUDE : redlandversion.mk
-SCPDEFS+=\
- -DRAPTOR_MAJOR=$(RAPTOR_MAJOR) \
- -DRASQAL_MAJOR=$(RASQAL_MAJOR) \
- -DREDLAND_MAJOR=$(REDLAND_MAJOR)
-.ENDIF
-
-.IF "$(SYSTEM_HSQLDB)" == "YES"
-SCPDEFS+=-DSYSTEM_HSQLDB -DHSQLDB_JAR=\""file://$(HSQLDB_JAR)"\"
-.ENDIF
-
-.IF "$(SYSTEM_SAXON)" == "YES"
-SCPDEFS+=-DSYSTEM_SAXON -DSAXON_JAR=\""file://$(SAXON_JAR)"\"
-.ENDIF
-
-.IF "$(JDK)" == "gcj"
-SCPDEFS+=-DGCJ
-.ENDIF
-
-.IF "$(SYSTEM_ICU)" == "YES"
-SCPDEFS+=\
- -DSYSTEM_ICU \
- -DICU_MAJOR=$(ICU_MAJOR) \
- -DICU_MINOR=$(ICU_MINOR) \
- -DICU_MICRO=$(ICU_MICRO)
-.ELSE
-.INCLUDE : icuversion.mk
-SCPDEFS+=\
- -DICU_MAJOR=$(ICU_MAJOR) \
- -DICU_MINOR=$(ICU_MINOR) \
- -DICU_MICRO=$(ICU_MICRO)
-.ENDIF
-
-.IF "$(SYSTEM_GRAPHITE)" == "YES"
-SCPDEFS+=-DSYSTEM_GRAPHITE
-.ENDIF
-
-SCPDEFS+=-DISOLANG_MAJOR=$(ISOLANG_MAJOR)
-
-.IF "$(DISABLE_NEON)" == "TRUE"
-SCPDEFS+=-DDISABLE_NEON
-.ENDIF
-.IF "$(SYSTEM_NEON)" == "YES"
-SCPDEFS+=-DSYSTEM_NEON
-.ENDIF
-
-.IF "$(SYSTEM_OPENSSL)" == "YES"
-SCPDEFS+=-DSYSTEM_OPENSSL
-.ENDIF
-
-.IF "$(DISABLE_ATL)"!=""
-SCPDEFS+=-DDISABLE_ATL
-.ENDIF
-
-.IF "$(DISABLE_PYTHON)" == "TRUE"
-SCPDEFS+=-DDISABLE_PYUNO
-.ELSE
-.IF "$(SYSTEM_PYTHON)" == "YES"
-SCPDEFS+=-DSYSTEM_PYTHON
-.ENDIF
-.ENDIF
-
-.IF "$(SYSTEM_LIBEXTTEXTCAT)" == "YES"
-SCPDEFS+=-DSYSTEM_LIBEXTTEXTCAT
-.ENDIF
-
-.IF "$(MINGW_GCCDLL)"!=""
-SCPDEFS+=-DMINGW_GCCDLL=\""$(MINGW_GCCDLL)"\"
-.ENDIF
-
-.IF "$(MINGW_GXXDLL)"!=""
-SCPDEFS+=-DMINGW_GXXDLL=\""$(MINGW_GXXDLL)"\"
-.ENDIF
-
-.IF "$(MINGW_CAIRO_DLL)" != ""
-SCPDEFS += -DNEEDS_MINGW_CAIRO_DLL -DMINGW_CAIRO_DLL=\""$(MINGW_CAIRO_DLL)"\"
-.ENDIF
-
-.IF "$(MINGW_CURL_DLL)" != ""
-SCPDEFS += -DNEEDS_MINGW_CURL_DLL -DMINGW_CURL_DLL=\""$(MINGW_CURL_DLL)"\"
-.ENDIF
-
-.IF "$(MINGW_CRYPTO_DLL)" != ""
-SCPDEFS += -DNEEDS_MINGW_CRYPTO_DLL -DMINGW_CRYPTO_DLL=\""$(MINGW_CRYPTO_DLL)"\"
-.ENDIF
-
-.IF "$(MINGW_DB_DLL)" != ""
-SCPDEFS += -DNEEDS_MINGW_DB_DLL -DMINGW_DB_DLL=\""$(MINGW_DB_DLL)"\"
-.ENDIF
-
-.IF "$(MINGW_EXPAT_DLL)" != ""
-SCPDEFS += -DNEEDS_MINGW_EXPAT_DLL -DMINGW_EXPAT_DLL=\""$(MINGW_EXPAT_DLL)"\"
-.ENDIF
-
-.IF "$(MINGW_FONTCONFIG_DLL)" != ""
-SCPDEFS += -DNEEDS_MINGW_FONTCONFIG_DLL -DMINGW_FONTCONFIG_DLL=\""$(MINGW_FONTCONFIG_DLL)"\"
-.ENDIF
-
-.IF "$(MINGW_FREETYPE_DLL)" != ""
-SCPDEFS += -DNEEDS_MINGW_FREETYPE_DLL -DMINGW_FREETYPE_DLL=\""$(MINGW_FREETYPE_DLL)"\"
-.ENDIF
-
-.IF "$(MINGW_GCRYPT_DLL)" != ""
-SCPDEFS += -DNEEDS_MINGW_GCRYPT_DLL -DMINGW_GCRYPT_DLL=\""$(MINGW_GCRYPT_DLL)"\"
-.ENDIF
-
-.IF "$(MINGW_GNUTLS_DLL)" != ""
-SCPDEFS += -DNEEDS_MINGW_GNUTLS_DLL -DMINGW_GNUTLS_DLL=\""$(MINGW_GNUTLS_DLL)"\"
-.ENDIF
-
-.IF "$(MINGW_GPG_ERROR_DLL)" != ""
-SCPDEFS += -DNEEDS_MINGW_GPG_ERROR_DLL -DMINGW_GPG_ERROR_DLL=\""$(MINGW_GPG_ERROR_DLL)"\"
-.ENDIF
-
-.IF "$(MINGW_GRAPHITE2_DLL)" != ""
-SCPDEFS += -DNEEDS_MINGW_GRAPHITE2_DLL -DMINGW_GRAPHITE2_DLL=\""$(MINGW_GRAPHITE2_DLL)"\"
-.ENDIF
-
-.IF "$(MINGW_HUNSPELL_DLL)" != ""
-SCPDEFS += -DNEEDS_MINGW_HUNSPELL_DLL -DMINGW_HUNSPELL_DLL=\""$(MINGW_HUNSPELL_DLL)"\"
-.ENDIF
-
-.IF "$(MINGW_HYPHEN_DLL)" != ""
-SCPDEFS += -DNEEDS_MINGW_HYPHEN_DLL -DMINGW_HYPHEN_DLL=\""$(MINGW_HYPHEN_DLL)"\"
-.ENDIF
-
-.IF "$(MINGW_ICONV_DLL)" != ""
-SCPDEFS += -DNEEDS_MINGW_ICONV_DLL -DMINGW_ICONV_DLL=\""$(MINGW_ICONV_DLL)"\"
-.ENDIF
-
-.IF "$(MINGW_ICUDATA_DLL)" != ""
-SCPDEFS += -DNEEDS_MINGW_ICUDATA_DLL -DMINGW_ICUDATA_DLL=\""$(MINGW_ICUDATA_DLL)"\"
-.ENDIF
-
-.IF "$(MINGW_ICUI18N_DLL)" != ""
-SCPDEFS += -DNEEDS_MINGW_ICUI18N_DLL -DMINGW_ICUI18N_DLL=\""$(MINGW_ICUI18N_DLL)"\"
-.ENDIF
-
-.IF "$(MINGW_ICUUC_DLL)" != ""
-SCPDEFS += -DNEEDS_MINGW_ICUUC_DLL -DMINGW_ICUUC_DLL=\""$(MINGW_ICUUC_DLL)"\"
-.ENDIF
-
-.IF "$(MINGW_IDN_DLL)" != ""
-SCPDEFS += -DNEEDS_MINGW_IDN_DLL -DMINGW_IDN_DLL=\""$(MINGW_IDN_DLL)"\"
-.ENDIF
-
-.IF "$(MINGW_INTL_DLL)" != ""
-SCPDEFS += -DNEEDS_MINGW_INTL_DLL -DMINGW_INTL_DLL=\""$(MINGW_INTL_DLL)"\"
-.ENDIF
-
-.IF "$(MINGW_JPEG_DLL)" != ""
-SCPDEFS += -DNEEDS_MINGW_JPEG_DLL -DMINGW_JPEG_DLL=\""$(MINGW_JPEG_DLL)"\"
-.ENDIF
-
-.IF "$(MINGW_LCMS2_DLL)" != ""
-SCPDEFS += -DNEEDS_MINGW_LCMS2_DLL -DMINGW_LCMS2_DLL=\""$(MINGW_LCMS2_DLL)"\"
-.ENDIF
-
-.IF "$(MINGW_LIBXML_DLL)" != ""
-SCPDEFS += -DNEEDS_MINGW_LIBXML_DLL -DMINGW_LIBXML_DLL=\""$(MINGW_LIBXML_DLL)"\"
-.ENDIF
-
-.IF "$(MINGW_LIBXSLT_DLL)" != ""
-SCPDEFS += -DNEEDS_MINGW_LIBXSLT_DLL -DMINGW_LIBXSLT_DLL=\""$(MINGW_LIBXSLT_DLL)"\"
-.ENDIF
-
-.IF "$(MINGW_LPSOLVE_DLL)" != ""
-SCPDEFS += -DNEEDS_MINGW_LPSOLVE_DLL -DMINGW_LPSOLVE_DLL=\""$(MINGW_LPSOLVE_DLL)"\"
-.ENDIF
-
-.IF "$(MINGW_MINIZIP_DLL)" != ""
-SCPDEFS += -DNEEDS_MINGW_MINIZIP_DLL -DMINGW_MINIZIP_DLL=\""$(MINGW_MINIZIP_DLL)"\"
-.ENDIF
-
-.IF "$(MINGW_MYTHES_DLL)" != ""
-SCPDEFS += -DNEEDS_MINGW_MYTHES_DLL -DMINGW_MYTHES_DLL=\""$(MINGW_MYTHES_DLL)"\"
-.ENDIF
-
-.IF "$(MINGW_NEON_DLL)" != ""
-SCPDEFS += -DNEEDS_MINGW_NEON_DLL -DMINGW_NEON_DLL=\""$(MINGW_NEON_DLL)"\"
-.ENDIF
-
-.IF "$(MINGW_NSPR4_DLL)" != ""
-SCPDEFS += -DNEEDS_MINGW_NSPR4_DLL -DMINGW_NSPR4_DLL=\""$(MINGW_NSPR4_DLL)"\"
-.ENDIF
-
-.IF "$(MINGW_NSS3_DLL)" != ""
-SCPDEFS += -DNEEDS_MINGW_NSS3_DLL -DMINGW_NSS3_DLL=\""$(MINGW_NSS3_DLL)"\"
-.ENDIF
-
-.IF "$(MINGW_NSSUTIL3_DLL)" != ""
-SCPDEFS += -DNEEDS_MINGW_NSSUTIL3_DLL -DMINGW_NSSUTIL3_DLL=\""$(MINGW_NSSUTIL3_DLL)"\"
-.ENDIF
-
-.IF "$(MINGW_PIXMAN_DLL)" != ""
-SCPDEFS += -DNEEDS_MINGW_PIXMAN_DLL -DMINGW_PIXMAN_DLL=\""$(MINGW_PIXMAN_DLL)"\"
-.ENDIF
-
-.IF "$(MINGW_PLC4_DLL)" != ""
-SCPDEFS += -DNEEDS_MINGW_PLC4_DLL -DMINGW_PLC4_DLL=\""$(MINGW_PLC4_DLL)"\"
-.ENDIF
-
-.IF "$(MINGW_PLDS4_DLL)" != ""
-SCPDEFS += -DNEEDS_MINGW_PLDS4_DLL -DMINGW_PLDS4_DLL=\""$(MINGW_PLDS4_DLL)"\"
-.ENDIF
-
-.IF "$(MINGW_PNG15_DLL)" != ""
-SCPDEFS += -DNEEDS_MINGW_PNG15_DLL -DMINGW_PNG15_DLL=\""$(MINGW_PNG15_DLL)"\"
-.ENDIF
-
-.IF "$(MINGW_RAPTOR_DLL)" != ""
-SCPDEFS += -DNEEDS_MINGW_RAPTOR_DLL -DMINGW_RAPTOR_DLL=\""$(MINGW_RAPTOR_DLL)"\"
-.ENDIF
-
-.IF "$(MINGW_RASQAL_DLL)" != ""
-SCPDEFS += -DNEEDS_MINGW_RASQAL_DLL -DMINGW_RASQAL_DLL=\""$(MINGW_RASQAL_DLL)"\"
-.ENDIF
-
-.IF "$(MINGW_REDLAND_DLL)" != ""
-SCPDEFS += -DNEEDS_MINGW_REDLAND_DLL -DMINGW_REDLAND_DLL=\""$(MINGW_REDLAND_DLL)"\"
-.ENDIF
-
-.IF "$(MINGW_SQLITE3_DLL)" != ""
-SCPDEFS += -DNEEDS_MINGW_SQLITE3_DLL -DMINGW_SQLITE3_DLL=\""$(MINGW_SQLITE3_DLL)"\"
-.ENDIF
-
-.IF "$(MINGW_SSH2_DLL)" != ""
-SCPDEFS += -DNEEDS_MINGW_SSH2_DLL -DMINGW_SSH2_DLL=\""$(MINGW_SSH2_DLL)"\"
-.ENDIF
-
-.IF "$(MINGW_SSL_DLL)" != ""
-SCPDEFS += -DNEEDS_MINGW_SSL_DLL -DMINGW_SSL_DLL=\""$(MINGW_SSL_DLL)"\"
-.ENDIF
-
-.IF "$(MINGW_SSL3_DLL)" != ""
-SCPDEFS += -DNEEDS_MINGW_SSL3_DLL -DMINGW_SSL3_DLL=\""$(MINGW_SSL3_DLL)"\"
-.ENDIF
-
-.IF "$(MINGW_TASN1_DLL)" != ""
-SCPDEFS += -DNEEDS_MINGW_TASN1_DLL -DMINGW_TASN1_DLL=\""$(MINGW_TASN1_DLL)"\"
-.ENDIF
-
-.IF "$(MINGW_ZLIB_DLL)" != ""
-SCPDEFS += -DNEEDS_MINGW_ZLIB_DLL -DMINGW_ZLIB_DLL=\""$(MINGW_ZLIB_DLL)"\"
-.ENDIF
-
-.IF "$(SYSTEM_GDKPIXBUF)" == "YES"
-SCPDEFS+=-DSYSTEM_GDKPIXBUF
-.ENDIF
-
-.IF "$(SYSTEM_GETTEXT)" == "YES"
-SCPDEFS+=-DSYSTEM_GETTEXT
-.ENDIF
-
-.IF "$(SYSTEM_GLIB)" == "YES"
-SCPDEFS+=-DSYSTEM_GLIB
-.ENDIF
-
-.IF "$(SYSTEM_LIBCROCO)" == "YES"
-SCPDEFS+=-DSYSTEM_LIBCROCO
-.ENDIF
-
-.IF "$(ENABLE_LIBRSVG)" == "INTERNAL"
-SCPDEFS+=-DENABLE_LIBRSVG
-.ENDIF
-
-.IF "$(SYSTEM_LIBRSVG)" == "YES"
-SCPDEFS+=-DSYSTEM_LIBRSVG
-.ENDIF
-
-.IF "$(SYSTEM_PANGO)" == "YES"
-SCPDEFS+=-DSYSTEM_PANGO
-.ENDIF
-
-.IF "$(SYSTEM_LIBGSF)" == "YES"
-SCPDEFS+=-DSYSTEM_LIBGSF
-.ENDIF
-
-.IF "$(ENABLE_LOMENUBAR)" == "TRUE"
-SCPDEFS+=-DENABLE_LOMENUBAR
-.ENDIF
-
-# Synchronize with condition to build the jfregqa.dll custom action in setup_native
-.IF "$(WINDOWS_SDK_HOME)"!=""
-SCPDEFS+=-DHAVE_WINDOWS_SDK
-.ENDIF
-
-SCP_PRODUCT_TYPE=osl
-
-ICUVERSION_DEPENDENT_FILES= \
- $(PAR)$/$(SCP_PRODUCT_TYPE)$/file_library_ooo.par \
- $(PAR)$/$(SCP_PRODUCT_TYPE)$/shortcut_ooo.par
-
-ISOLANGVERSION_DEPENDENT_FILES= \
- $(PAR)$/$(SCP_PRODUCT_TYPE)$/file_library_ooo.par
-
-PARFILES= \
- installation_ooo.par \
- scpaction_ooo.par \
- directory_ooo.par \
- directory_ooo_macosx.par \
- file_ooo.par \
- file_extra_ooo.par \
- file_font_ooo.par \
- file_library_ooo.par \
- file_resource_ooo.par \
- shortcut_ooo.par \
- module_ooo.par \
- module_hidden_ooo.par \
- module_langpack.par \
- module_lang_template.par \
- module_helppack.par \
- module_help_template.par \
- module_systemint.par \
- profile_ooo.par \
- profileitem_ooo.par \
- ure.par \
- ure_into_ooo.par \
- ure_standalone.par \
- common_brand.par \
- common_brand_readme.par \
- ooo_brand.par
-
-.IF "$(GUI)"=="WNT"
-PARFILES += \
- folder_ooo.par \
- folderitem_ooo.par \
- registryitem_ooo.par \
- vc_redist.par \
- mingw_dlls.par \
- windowscustomaction_ooo.par
-.ENDIF
-
-ULFFILES= \
- directory_ooo.ulf \
- folderitem_ooo.ulf \
- module_ooo.ulf \
- module_langpack.ulf \
- module_helppack.ulf \
- registryitem_ooo.ulf \
- module_systemint.ulf
-
-# --- File ---------------------------------------------------------
-.INCLUDE : target.mk
-
-.IF "$(SYSTEM_ICU)" != "YES"
-$(ICUVERSION_DEPENDENT_FILES) : $(SOLARINCDIR)$/icuversion.mk
-.ENDIF
-
-$(ISOLANGVERSION_DEPENDENT_FILES) : $(SOLARINCDIR)$/i18npool/version.mk
-
diff --git a/scp2/source/python/makefile.mk b/scp2/source/python/makefile.mk
deleted file mode 100644
index dffc045ab05e..000000000000
--- a/scp2/source/python/makefile.mk
+++ /dev/null
@@ -1,65 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# OpenOffice.org is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Lesser General Public License version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org. If not, see
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-
-PRJ=..$/..
-
-PRJNAME=scp2
-TARGET=python
-TARGETTYPE=CUI
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-
-.IF "$(DISABLE_PYTHON)" == "TRUE"
-SCPDEFS+=-DDISABLE_PYUNO
-.ELSE
-.IF "$(SYSTEM_PYTHON)" == "YES"
-SCPDEFS+=-DSYSTEM_PYTHON
-.ELSE
-.INCLUDE : pyversion.mk
-.ENDIF
-.ENDIF
-
-SCPDEFS+=\
- -DPYVERSION=$(PYVERSION) -DPYMAJMIN=$(PYMAJOR).$(PYMINOR) \
- -DPY_FULL_DLL_NAME=$(PY_FULL_DLL_NAME)
-
-SCP_PRODUCT_TYPE=osl
-
-PARFILES=\
- module_python.par \
- module_python_mailmerge.par \
- profileitem_python.par \
- file_python.par
-
-ULFFILES= \
- module_python.ulf \
- module_python_mailmerge.ulf
-
-# --- File ---------------------------------------------------------
-.INCLUDE : target.mk
diff --git a/scp2/source/quickstart/makefile.mk b/scp2/source/quickstart/makefile.mk
deleted file mode 100644
index bb40db2a24ff..000000000000
--- a/scp2/source/quickstart/makefile.mk
+++ /dev/null
@@ -1,51 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# OpenOffice.org is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Lesser General Public License version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org. If not, see
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-
-PRJ=..$/..
-
-PRJNAME=scp2
-TARGET=quickstart
-TARGETTYPE=CUI
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-
-SCP_PRODUCT_TYPE=osl
-
-.IF "$(GUI)"=="WNT"
-PARFILES= \
- module_quickstart.par \
- file_quickstart.par \
- registryitem_quickstart.par
-.ENDIF
-
-ULFFILES= \
- module_quickstart.ulf
-
-# --- File ---------------------------------------------------------
-.INCLUDE : target.mk
diff --git a/scp2/source/sdkoo/makefile.mk b/scp2/source/sdkoo/makefile.mk
deleted file mode 100644
index 6b4200b4671c..000000000000
--- a/scp2/source/sdkoo/makefile.mk
+++ /dev/null
@@ -1,46 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# OpenOffice.org is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Lesser General Public License version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org. If not, see
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-
-PRJ=..$/..
-PRJNAME=scp2so
-TARGET=sdkoo
-
-.INCLUDE: settings.mk
-
-SCP_PRODUCT_TYPE=osl
-
-PARFILES= \
- sdkoo.par
-
-#.IF "$(OS)" == "MACOSX"
-#PARFILES+= module_sdkoo.par
-#
-#ULFFILES= module_sdkoo.ulf
-#.ENDIF
-
-
-.INCLUDE: target.mk
diff --git a/scp2/source/smoketest/makefile.mk b/scp2/source/smoketest/makefile.mk
deleted file mode 100644
index 5205444947a2..000000000000
--- a/scp2/source/smoketest/makefile.mk
+++ /dev/null
@@ -1,42 +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 Petr Mladek <pmladek@suse.cz> (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=scp2so
-TARGET=smoketest
-
-.INCLUDE: settings.mk
-
-SCP_PRODUCT_TYPE=osl
-
-PARFILES= \
- smoketest.par
-
-
-.INCLUDE: target.mk
-
-# vim:set shiftwidth=4 softtabstop=4 expandtab: #
diff --git a/scp2/source/stdlibs/makefile.mk b/scp2/source/stdlibs/makefile.mk
deleted file mode 100644
index 3040025cabd3..000000000000
--- a/scp2/source/stdlibs/makefile.mk
+++ /dev/null
@@ -1,52 +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):
-# Petr Mladek <pmladek@suse.cz> (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=scp2
-TARGET=stdlibs
-TARGETTYPE=CUI
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-
-SCP_PRODUCT_TYPE=osl
-
-.IF "$(SYSTEM_STDLIBS)" != "YES"
-
-PARFILES = \
- module_stdlibs.par \
- file_stdlibs.par
-
-ULFFILES= \
- module_stdlibs.ulf
-
-.ENDIF
-
-# --- File ---------------------------------------------------------
-
-.INCLUDE : target.mk
diff --git a/scp2/source/tde/makefile.mk b/scp2/source/tde/makefile.mk
deleted file mode 100644
index 03bd0ba56dbe..000000000000
--- a/scp2/source/tde/makefile.mk
+++ /dev/null
@@ -1,56 +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. 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.
-#
-# The Initial Developer of the Original Code is
-# Timothy Pearson <kb9vqf@pearsoncomputing.net> (C) 2012, All Rights Reserved.
-#
-# 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=..$/..
-
-PRJPCH=
-
-PRJNAME=scp2
-TARGET=tde
-TARGETTYPE=CUI
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-
-SCP_PRODUCT_TYPE=osl
-
-.IF "$(ENABLE_TDE)" == "TRUE"
-
-.IF "$(ENABLE_TDE)" != ""
-SCPDEFS+=-DENABLE_TDE
-.ENDIF
-
-PARFILES = \
- module_tde.par \
- file_tde.par
-
-ULFFILES= \
- module_tde.ulf
-.ENDIF
-
-# --- File ---------------------------------------------------------
-
-.INCLUDE : target.mk
diff --git a/scp2/source/templates/makefile.mk b/scp2/source/templates/makefile.mk
deleted file mode 100644
index 32026b7e7774..000000000000
--- a/scp2/source/templates/makefile.mk
+++ /dev/null
@@ -1,56 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# OpenOffice.org is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Lesser General Public License version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org. If not, see
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-
-PRJ=..$/..
-
-PRJNAME=scp2
-TARGET=templates
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-
-.INCLUDE : target.mk
-
-# force expanding
-COMPLETELANGISO_VAR:=$(uniq $(completelangiso) $(alllangiso))
-.EXPORT : COMPLETELANGISO_VAR
-
-ALLTAR : $(INCCOM)$/alllangmodules.inc $(INCCOM)$/alllangmodules_root.inc $(INCCOM)$/alllangmodules_base.inc $(INCCOM)$/alllangmodules_calc.inc $(INCCOM)$/alllangmodules_draw.inc $(INCCOM)$/alllangmodules_impress.inc $(INCCOM)$/alllangmodules_math.inc $(INCCOM)$/alllangmodules_writer.inc $(INCCOM)$/alllangmodules_binfilter.inc $(INCCOM)$/alllangmodules_accessories_templates_root.inc $(INCCOM)$/alllangmodules_accessories_samples_root.inc $(INCCOM)$/alllangmodules_accessories_templates.inc $(INCCOM)$/alllangmodules_accessories_samples.inc $(INCCOM)$/alllangmodules_extensions_templates.inc $(INCCOM)$/allhelpmodules.inc $(INCCOM)$/allhelpmodules_root.inc
-
-.INCLUDE .IGNORE : $(MISC)$/$(TARGET)_lang_track.mk $(MISC)$/$(TARGET)_help_track.mk
-.IF "$(LAST_COMPLETELANGISO_VAR)"!="$(COMPLETELANGISO_VAR)"
-PHONYTEMPL=.PHONY
-.ENDIF # "$(LAST_COMPLETELANGISO_VAR)"!="$(COMPLETELANGISO_VAR)"
-$(INCCOM)$/alllangmodules%.inc $(PHONYTEMPL) : module_langpack%.sct
- @@-$(RENAME) $@ $@.tmp
- $(COMMAND_ECHO)$(PERL) -w modules.pl -i $< -o $@.tmp && $(RENAME:s/+//) $@.tmp $@
- @echo LAST_COMPLETELANGISO_VAR=$(COMPLETELANGISO_VAR) > $(MISC)$/$(TARGET)_lang_track.mk
-$(INCCOM)$/allhelpmodules%.inc $(PHONYTEMPL) : module_helppack%.sct
- @@-$(RENAME) $@ $@.tmp
- $(COMMAND_ECHO)$(PERL) -w modules.pl -i $< -o $@.tmp && $(RENAME:s/+//) $@.tmp $@
- @echo LAST_COMPLETELANGISO_VAR=$(COMPLETELANGISO_VAR) > $(MISC)$/$(TARGET)_help_track.mk
diff --git a/scp2/source/winexplorerext/makefile.mk b/scp2/source/winexplorerext/makefile.mk
deleted file mode 100644
index 98b716b37e77..000000000000
--- a/scp2/source/winexplorerext/makefile.mk
+++ /dev/null
@@ -1,56 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# OpenOffice.org is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Lesser General Public License version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org. If not, see
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-
-PRJ=..$/..
-
-PRJNAME=scp2
-TARGET=winexpext
-TARGETTYPE=CUI
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-
-.IF "$(BUILD_X64)"!=""
-SCPDEFS+=-DBUILD_X64
-.ENDIF
-
-SCP_PRODUCT_TYPE=osl
-
-# The Explorer extensions don't build with MinGW
-.IF "$(GUI)" == "WNT" && "$(COM)" == "MSC"
-PARFILES= \
- module_winexplorerext.par \
- file_winexplorerext.par \
- registryitem_winexplorerext.par
-.ENDIF
-
-ULFFILES= \
- module_winexplorerext.ulf
-
-# --- File ---------------------------------------------------------
-.INCLUDE : target.mk
diff --git a/scp2/source/writer/makefile.mk b/scp2/source/writer/makefile.mk
deleted file mode 100644
index 6fd453df0373..000000000000
--- a/scp2/source/writer/makefile.mk
+++ /dev/null
@@ -1,56 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# OpenOffice.org is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Lesser General Public License version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org. If not, see
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-
-PRJ=..$/..
-
-PRJNAME=scp2
-TARGET=writer
-TARGETTYPE=CUI
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-
-SCP_PRODUCT_TYPE=osl
-
-PARFILES= \
- module_writer.par \
- file_writer.par
-
-.IF "$(GUI)"=="WNT"
-PARFILES += \
- registryitem_writer.par \
- folderitem_writer.par
-.ENDIF
-
-ULFFILES= \
- module_writer.ulf \
- registryitem_writer.ulf \
- folderitem_writer.ulf
-
-# --- File ---------------------------------------------------------
-.INCLUDE : target.mk
diff --git a/scp2/source/xsltfilter/makefile.mk b/scp2/source/xsltfilter/makefile.mk
deleted file mode 100644
index 5c586f2542b9..000000000000
--- a/scp2/source/xsltfilter/makefile.mk
+++ /dev/null
@@ -1,49 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# OpenOffice.org is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Lesser General Public License version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org. If not, see
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-
-PRJ=..$/..
-
-PRJNAME=scp2
-TARGET=xsltfilter
-TARGETTYPE=CUI
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-
-SCP_PRODUCT_TYPE=osl
-
-PARFILES= \
- module_xsltfilter.par \
- file_xsltfilter.par
-
-ULFFILES= \
- module_xsltfilter.ulf
-
-
-# --- File ---------------------------------------------------------
-.INCLUDE : target.mk