summaryrefslogtreecommitdiff
path: root/filter/source
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source')
-rw-r--r--filter/source/docbook/makefile.mk51
-rw-r--r--filter/source/filtertracer/makefile.mk63
-rw-r--r--filter/source/flash/makefile.mk106
-rw-r--r--filter/source/msfilter/makefile.mk99
-rw-r--r--filter/source/msfilter/makefile.pmk30
-rw-r--r--filter/source/msfilter/powerpoint/makefile.mk65
-rw-r--r--filter/source/pdf/makefile.mk92
-rw-r--r--filter/source/placeware/makefile.mk75
-rw-r--r--filter/source/svg/makefile.mk132
-rw-r--r--filter/source/svg/test/makefile.mk115
-rw-r--r--filter/source/t602/makefile.mk69
-rw-r--r--filter/source/xmlfilteradaptor/makefile.mk70
-rw-r--r--filter/source/xmlfilterdetect/makefile.mk68
-rw-r--r--filter/source/xsltfilter/Manifest1
-rw-r--r--filter/source/xsltfilter/makefile.mk118
-rw-r--r--filter/source/xsltvalidate/makefile.mk83
16 files changed, 0 insertions, 1237 deletions
diff --git a/filter/source/docbook/makefile.mk b/filter/source/docbook/makefile.mk
deleted file mode 100644
index b3b43d5cbd02..000000000000
--- a/filter/source/docbook/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=filter
-TARGET=fl_javafilter_binaries
-
-.INCLUDE: settings.mk
-
-all: \
- $(BIN)$/docbooktosoffheadings.xsl \
- $(BIN)$/sofftodocbookheadings.xsl \
- $(BIN)$/DocBookTemplate.stw
-
-
-
-$(OUT)$/bin$/docbooktosoffheadings.xsl: docbooktosoffheadings.xsl
- $(COPY) docbooktosoffheadings.xsl $(OUT)$/bin$/docbooktosoffheadings.xsl
-
-$(OUT)$/bin$/sofftodocbookheadings.xsl: sofftodocbookheadings.xsl
- $(COPY) sofftodocbookheadings.xsl $(OUT)$/bin$/sofftodocbookheadings.xsl
-
-$(OUT)$/bin$/DocBookTemplate.stw: DocBookTemplate.stw
- $(COPY) DocBookTemplate.stw $(OUT)$/bin$/DocBookTemplate.stw
-
-.INCLUDE: target.mk
-
diff --git a/filter/source/filtertracer/makefile.mk b/filter/source/filtertracer/makefile.mk
deleted file mode 100644
index 4a4c143c4a4a..000000000000
--- a/filter/source/filtertracer/makefile.mk
+++ /dev/null
@@ -1,63 +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=filter
-TARGET=filtertracer
-
-ENABLE_EXCEPTIONS=TRUE
-USE_DEFFILE=TRUE
-
-# --- Settings ----------------------------------
-
-.INCLUDE : settings.mk
-
-# --- Files -------------------------------------
-
-SLOFILES= $(SLO)$/filtertracer.obj \
- $(SLO)$/filtertraceruno.obj
-
-# --- Library -----------------------------------
-
-SHL1TARGET=$(TARGET)$(DLLPOSTFIX)
-SHL1STDLIBS=$(CPPULIB) \
- $(CPPUHELPERLIB) \
- $(SALLIB) \
- $(TOOLSLIB) \
- $(UNOTOOLSLIB)
-
-SHL1DEPN=
-SHL1IMPLIB= i$(SHL1TARGET)
-SHL1LIBS= $(SLB)$/$(TARGET).lib
-SHL1DEF= $(MISC)$/$(SHL1TARGET).def
-
-DEF1NAME=$(SHL1TARGET)
-DEF1EXPORTFILE=exports.dxp
-
-# --- Targets ----------------------------------
-
-.INCLUDE : target.mk
diff --git a/filter/source/flash/makefile.mk b/filter/source/flash/makefile.mk
deleted file mode 100644
index 69da217234d8..000000000000
--- a/filter/source/flash/makefile.mk
+++ /dev/null
@@ -1,106 +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=filter
-TARGET=flash
-
-ENABLE_EXCEPTIONS=TRUE
-VISIBILITY_HIDDEN=TRUE
-
-# --- Settings ----------------------------------
-
-.INCLUDE : settings.mk
-
-.IF "$(SYSTEM_ZLIB)" == "YES"
-CFLAGS+=-DSYSTEM_ZLIB
-.ENDIF
-
-SRS1NAME=$(TARGET)
-SRC1FILES = impswfdialog.src
-
-SLOFILES= $(SLO)$/swffilter.obj \
- $(SLO)$/swfwriter.obj \
- $(SLO)$/swfwriter1.obj \
- $(SLO)$/swfwriter2.obj \
- $(SLO)$/swfuno.obj \
- $(SLO)$/swfexporter.obj \
- $(SLO)$/swfdialog.obj \
- $(SLO)$/impswfdialog.obj
-
-# --- Library -----------------------------------
-
-RESLIB1NAME=$(TARGET)
-RESLIB1SRSFILES= $(SRS)$/$(TARGET).srs
-
-SHL1TARGET=$(TARGET)$(DLLPOSTFIX)
-
-# static libraries must come at the end for MACOSX
-.IF "$(OS)" != "MACOSX"
-SHL1STDLIBS+=\
- $(ZLIB3RDLIB)
-.ENDIF
-
-
-# dynamic libraries
-SHL1STDLIBS+=\
- $(SVTOOLLIB) \
- $(BASEGFXLIB) \
- $(VCLLIB) \
- $(UNOTOOLSLIB) \
- $(TOOLSLIB) \
- $(COMPHELPERLIB) \
- $(CPPUHELPERLIB) \
- $(CPPULIB) \
- $(SALLIB)
-
-# static libraries must come at the end for MACOSX
-.IF "$(OS)" == "MACOSX"
-SHL1STDLIBS+=\
- $(ZLIB3RDLIB)
-.ENDIF
-
-SHL1DEPN=
-SHL1IMPLIB= i$(SHL1TARGET)
-SHL1VERSIONMAP=$(SOLARENV)/src/component.map
-SHL1LIBS= $(SLB)$/$(TARGET).lib
-SHL1DEF= $(MISC)$/$(SHL1TARGET).def
-
-DEF1NAME=$(SHL1TARGET)
-
-# --- Targets ----------------------------------
-
-.INCLUDE : target.mk
-
-
-ALLTAR : $(MISC)/flash.component
-
-$(MISC)/flash.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
- flash.component
- $(XSLTPROC) --nonet --stringparam uri \
- '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \
- $(SOLARENV)/bin/createcomponent.xslt flash.component
diff --git a/filter/source/msfilter/makefile.mk b/filter/source/msfilter/makefile.mk
deleted file mode 100644
index 971787bdeb3a..000000000000
--- a/filter/source/msfilter/makefile.mk
+++ /dev/null
@@ -1,99 +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=filter
-TARGET=msfilter
-
-ENABLE_EXCEPTIONS=TRUE
-LIBTARGET=NO
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-.INCLUDE : makefile.pmk
-
-# --- Files --------------------------------------------------------
-
-SLOFILES= \
- $(SLO)$/countryid.obj \
- $(SLO)$/escherex.obj \
- $(SLO)$/eschesdo.obj \
- $(SLO)$/mscodec.obj \
- $(SLO)$/msdffimp.obj \
- $(SLO)$/msfiltertracer.obj \
- $(SLO)$/msocximex.obj \
- $(SLO)$/msoleexp.obj \
- $(SLO)$/msvbahelper.obj \
- $(SLO)$/services.obj \
- $(SLO)$/svdfppt.obj \
- $(SLO)$/svxmsbas2.obj \
- $(SLO)$/mstoolbar.obj
-
-
-SHL1TARGET= msfilter$(DLLPOSTFIX)
-.IF "$(COM)" == "MSC"
-SHL1IMPLIB= i$(TARGET)
-.ELSE
-SHL1IMPLIB= msfilter$(DLLPOSTFIX)
-.ENDIF
-SHL1OBJS= $(SLOFILES)
-SHL1USE_EXPORTS=name
-SHL1STDLIBS= \
- $(EDITENGLIB) \
- $(SVXCORELIB) \
- $(SVTOOLLIB) \
- $(SFX2LIB) \
- $(XMLOFFLIB) \
- $(BASEGFXLIB) \
- $(BASICLIB) \
- $(SVTOOLLIB) \
- $(TKLIB) \
- $(VCLLIB) \
- $(SVLLIB) \
- $(SOTLIB) \
- $(UNOTOOLSLIB) \
- $(TOOLSLIB) \
- $(XMLSCRIPTLIB) \
- $(COMPHELPERLIB) \
- $(CPPUHELPERLIB) \
- $(CPPULIB) \
- $(SALLIB)
-
-SHL1DEF= $(MISC)$/$(SHL1TARGET).def
-DEF1NAME= $(SHL1TARGET)
-
-.INCLUDE : target.mk
-
-ALLTAR : $(MISC)/msfilter.component
-
-$(MISC)/msfilter.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
- msfilter.component
- $(XSLTPROC) --nonet --stringparam uri \
- '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \
- $(SOLARENV)/bin/createcomponent.xslt msfilter.component
diff --git a/filter/source/msfilter/makefile.pmk b/filter/source/msfilter/makefile.pmk
deleted file mode 100644
index 1b3ae0c70ae0..000000000000
--- a/filter/source/msfilter/makefile.pmk
+++ /dev/null
@@ -1,30 +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.
-#
-#*************************************************************************
-
-# Reduction of exported symbols:
-CDEFS += -DMSFILTER_DLLIMPLEMENTATION
-VISIBILITY_HIDDEN=TRUE
diff --git a/filter/source/msfilter/powerpoint/makefile.mk b/filter/source/msfilter/powerpoint/makefile.mk
deleted file mode 100644
index 0ad3d4202f1f..000000000000
--- a/filter/source/msfilter/powerpoint/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=filter
-TARGET=PptImporter
-
-ENABLE_EXCEPTIONS=TRUE
-
-# --- Settings ----------------------------------
-
-.INCLUDE : settings.mk
-
-# --- Files -------------------------------------
-
-SLOFILES= $(SLO)$/pptimporter.obj \
- $(SLO)$/pptimporteruno.obj \
- $(SLO)$/ppttoxml.obj
-
-# --- Library -----------------------------------
-
-SHL1TARGET=$(TARGET)$(DLLPOSTFIX)
-SHL1STDLIBS=\
- $(SOTLIB) \
- $(TOOLSLIB) \
- $(CPPUHELPERLIB) \
- $(CPPULIB) \
- $(SALLIB)
-
-SHL1DEPN=
-SHL1IMPLIB= i$(SHL1TARGET)
-SHL1LIBS= $(SLB)$/$(TARGET).lib
-SHL1VERSIONMAP=$(SOLARENV)/src/component.map
-SHL1DEF= $(MISC)$/$(SHL1TARGET).def
-
-DEF1NAME=$(SHL1TARGET)
-
-# --- Targets ----------------------------------
-
-.INCLUDE : target.mk
-
diff --git a/filter/source/pdf/makefile.mk b/filter/source/pdf/makefile.mk
deleted file mode 100644
index 65028c7d5d8d..000000000000
--- a/filter/source/pdf/makefile.mk
+++ /dev/null
@@ -1,92 +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=filter
-TARGET=pdffilter
-GEN_HID=TRUE
-
-ENABLE_EXCEPTIONS=TRUE
-VISIBILITY_HIDDEN=TRUE
-
-# --- Settings ----------------------------------
-
-.INCLUDE : settings.mk
-
-# --- Files -------------------------------------
-
-SRS1NAME=$(TARGET)
-SRC1FILES = impdialog.src \
- pdf.src
-
-SLOFILES= $(SLO)$/pdfuno.obj \
- $(SLO)$/pdfdialog.obj \
- $(SLO)$/impdialog.obj \
- $(SLO)$/pdffilter.obj \
- $(SLO)$/pdfinteract.obj \
- $(SLO)$/pdfexport.obj
-
-# --- Library -----------------------------------
-
-RESLIB1NAME=$(TARGET)
-RESLIB1SRSFILES= $(SRS)$/$(TARGET).srs
-
-SHL1TARGET=$(TARGET)$(DLLPOSTFIX)
-
-SHL1STDLIBS=\
- $(SVTOOLLIB) \
- $(TKLIB) \
- $(VCLLIB) \
- $(SVLLIB) \
- $(BASEGFXLIB) \
- $(SFX2LIB) \
- $(UNOTOOLSLIB) \
- $(TOOLSLIB) \
- $(COMPHELPERLIB) \
- $(CPPUHELPERLIB) \
- $(CPPULIB) \
- $(SALLIB)
-
-SHL1DEPN=
-SHL1IMPLIB= i$(SHL1TARGET)
-SHL1LIBS= $(SLB)$/$(TARGET).lib
-SHL1DEF= $(MISC)$/$(SHL1TARGET).def
-SHL1VERSIONMAP=$(SOLARENV)/src/component.map
-
-DEF1NAME=$(SHL1TARGET)
-
-# --- Targets ----------------------------------
-
-.INCLUDE : target.mk
-
-ALLTAR : $(MISC)/pdffilter.component
-
-$(MISC)/pdffilter.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
- pdffilter.component
- $(XSLTPROC) --nonet --stringparam uri \
- '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \
- $(SOLARENV)/bin/createcomponent.xslt pdffilter.component
diff --git a/filter/source/placeware/makefile.mk b/filter/source/placeware/makefile.mk
deleted file mode 100644
index e3bd32a9197f..000000000000
--- a/filter/source/placeware/makefile.mk
+++ /dev/null
@@ -1,75 +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=filter
-TARGET=placeware
-USE_DEFFILE= TRUE
-ENABLE_EXCEPTIONS=TRUE
-COMP1TYPELIST=$(TARGET)
-
-# --- Settings ----------------------------------
-
-.INCLUDE : settings.mk
-
-# --- Files -------------------------------------
-
-SLOFILES= $(SLO)$/zip.obj \
- $(SLO)$/filter.obj \
- $(SLO)$/uno.obj \
- $(SLO)$/exporter.obj \
- $(SLO)$/Base64Codec.obj \
- $(SLO)$/tempfile.obj
-
-# --- Library -----------------------------------
-
-SHL1TARGET=$(TARGET)$(DLLPOSTFIX)
-
-SHL1STDLIBS= \
- $(CPPULIB) \
- $(CPPUHELPERLIB) \
- $(SALLIB)
-SHL1VERSIONMAP=$(SOLARENV)/src/component.map
-
-SHL1DEPN=
-SHL1IMPLIB= i$(TARGET)
-SHL1LIBS= $(SLB)$/$(TARGET).lib
-SHL1DEF= $(MISC)$/$(SHL1TARGET).def
-
-DEF1NAME= $(SHL1TARGET)
-
-# --- Targets ----------------------------------
-
-.INCLUDE : target.mk
-
-ALLTAR : $(MISC)/placeware.component
-
-$(MISC)/placeware.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
- placeware.component
- $(XSLTPROC) --nonet --stringparam uri \
- '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \
- $(SOLARENV)/bin/createcomponent.xslt placeware.component
diff --git a/filter/source/svg/makefile.mk b/filter/source/svg/makefile.mk
deleted file mode 100644
index 0c8a89cb5680..000000000000
--- a/filter/source/svg/makefile.mk
+++ /dev/null
@@ -1,132 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2008 by Sun Microsystems, Inc.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# $RCSfile: makefile.mk,v $
-#
-# $Revision: 1.10.110.6 $
-#
-# 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=filter
-TARGET=svgfilter
-ENABLE_EXCEPTIONS=TRUE
-VISIBILITY_HIDDEN=TRUE
-
-# --- Settings ----------------------------------
-
-.INCLUDE : settings.mk
-.INCLUDE : libs.mk
-
-# --- Types -------------------------------------
-
-SLOFILES= \
- $(SLO)$/b2dellipse.obj \
- $(SLO)$/parserfragments.obj \
- $(SLO)$/svgdialog.obj \
- $(SLO)$/impsvgdialog.obj \
- $(SLO)$/svgexport.obj \
- $(SLO)$/svgfilter.obj \
- $(SLO)$/svgfontexport.obj \
- $(SLO)$/svgimport.obj \
- $(SLO)$/svgreader.obj \
- $(SLO)$/svgwriter.obj \
- $(SLO)$/tokenmap.obj \
- $(SLO)$/units.obj
-
-.IF "$(COMID)"=="gcc3"
-.IF "$(CCNUMVER)">="000400000000" || "$(SYSTEM_BOOST)"=="YES"
-CFLAGS+=-DUSE_MODERN_SPIRIT
-.ENDIF
-.ENDIF
-.IF "$(SYSTEM_BOOST)"=="NO"
-CFLAGS+=-DUSE_MODERN_SPIRIT
-.ENDIF
-
-# --- Library -----------------------------------
-
-SHL1TARGET=$(TARGET)$(DLLPOSTFIX)
-
-SHL1STDLIBS=\
- $(SVXCORELIB) \
- $(BASEGFXLIB) \
- $(XMLOFFLIB) \
- $(SVTOOLLIB) \
- $(EDITENGLIB) \
- $(VCLLIB) \
- $(UNOTOOLSLIB) \
- $(TOOLSLIB) \
- $(COMPHELPERLIB) \
- $(SVTOOLLIB) \
- $(CPPUHELPERLIB) \
- $(CPPULIB) \
- $(SALLIB) \
- $(LIBXML) \
- $(SVLLIB)
-
-SHL1DEPN=
-SHL1IMPLIB= i$(SHL1TARGET)
-SHL1LIBS= $(SLB)$/$(TARGET).lib
-SHL1VERSIONMAP=exports.map
-SHL1DEF= $(MISC)$/$(SHL1TARGET).def
-
-DEF1NAME=$(SHL1TARGET)
-
-.IF "$(OS_FOR_BUILD)"=="WNT" && "$(SYSTEM_PYTHON)"!="YES"
-PYTHONCMD=$(AUGMENT_LIBRARY_PATH) $(WRAPCMD) $(SOLARBINDIR)/python
-PYTHONPATH:=$(SOLARLIBDIR);$(SOLARLIBDIR)$/python;$(SOLARLIBDIR)$/python$/lib-dynload
-.EXPORT: PYTHONPATH
-.ELSE # "$(SYSTEM_PYTHON)"!="YES"
-PYTHONCMD=$(WRAPCMD) $(PYTHON)
-.ENDIF # "$(SYSTEM_PYTHON)"!="YES"
-
-# --- Targets ----------------------------------
-
-.INCLUDE : target.mk
-
-# Generate gperf files - from oox/source/token
-$(INCCOM)$/tokens.hxx $(MISC)$/tokens.gperf : tokens.txt gentoken.pl
- $(PERL) gentoken.pl tokens.txt $(INCCOM)$/tokens.hxx $(MISC)$/tokens.gperf
-
-$(INCCOM)$/tokens.cxx : $(MISC)$/tokens.gperf makefile.mk
- $(GPERF) --compare-strncmp -C -m 20 $(MISC)$/tokens.gperf | $(SED) -e "s/(char\*)0/(char\*)0, 0/g" >$(INCCOM)$/tokens.cxx
-
-ALLTAR : $(MISC)/svgfilter.component
-
-$(INCCOM)$/svgscript.hxx : presentation_engine.js js2hxx.py
- $(PYTHONCMD) js2hxx.py presentation_engine.js $@
-$(SLO)$/svgexport.obj : svgexport.cxx $(INCCOM)$/svgscript.hxx
-
-$(MISC)/svgfilter.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
- svgfilter.component
- $(XSLTPROC) --nonet --stringparam uri \
- '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \
- $(SOLARENV)/bin/createcomponent.xslt svgfilter.component
-$(SLO)$/tokenmap.obj : $(INCCOM)$/tokens.cxx $(INCCOM)$/tokens.hxx
-
-$(SLO)$/parserfragments.obj : $(INCCOM)$/tokens.cxx $(INCCOM)$/tokens.hxx
-
-$(SLO)$/svgreader.obj : $(INCCOM)$/tokens.cxx $(INCCOM)$/tokens.hxx
diff --git a/filter/source/svg/test/makefile.mk b/filter/source/svg/test/makefile.mk
deleted file mode 100644
index 669d5496b084..000000000000
--- a/filter/source/svg/test/makefile.mk
+++ /dev/null
@@ -1,115 +0,0 @@
-#*************************************************************************
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# Author:
-# Fridrich Strba <fridrich.strba@bluewin.ch>
-# Thorsten Behrens <tbehrens@novell.com>
-#
-# Copyright (C) 2008, Novell Inc.
-# Parts copyright 2005 by Sun Microsystems, Inc.
-#
-# The Contents of this file are made available subject to
-# the terms of GNU Lesser General Public License Version 3.
-#
-#*************************************************************************
-
-PRJ=..$/..$/..
-PRJNAME=filter
-TARGET=tests
-TARGETTYPE=CUI
-ENABLE_EXCEPTIONS=TRUE
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE: settings.mk
-
-# --- unit tests ---------------------------------------------------
-
-SHL1OBJS= \
- $(SLO)$/parsertest.obj
-
-SHL1TARGET= tests
-SHL1LIBS= $(SLB)$/svgfilter.lib
-SHL1STDLIBS= \
- $(BASEGFXLIB) \
- $(SVXLIB) \
- $(SVTOOLLIB) \
- $(XMLOFFLIB) \
- $(BASEGFXLIB) \
- $(VCLLIB) \
- $(UNOTOOLSLIB) \
- $(TOOLSLIB) \
- $(COMPHELPERLIB) \
- $(SVTOOLLIB) \
- $(CPPUHELPERLIB) \
- $(CPPULIB) \
- $(SALLIB) \
- $(LIBXML) \
- $(CPPUNITLIB)
-
-# --- svg2xml binary ------------------------------------------------------
-
-TARGET2=svg2odf
-
-APP1TARGET=$(TARGET2)
-APP1LIBSALCPPRT=
-APP1OBJS= \
- $(SLO)$/odfserializer.obj \
- $(SLO)$/svg2odf.obj
-
-APP1LIBS=\
- $(SLB)$/svgfilter.lib
-
-APP1STDLIBS=\
- $(BASEGFXLIB) \
- $(SVXLIB) \
- $(XMLOFFLIB) \
- $(BASEGFXLIB) \
- $(VCLLIB) \
- $(UNOTOOLSLIB) \
- $(TOOLSLIB) \
- $(COMPHELPERLIB) \
- $(CPPUHELPERLIB) \
- $(CPPULIB) \
- $(SALLIB) \
- $(LIBXML)
-
-# --- Targets ------------------------------------------------------
-
-.INCLUDE : target.mk
-.INCLUDE : _cppunit.mk
-
-# --- Special ------------------------------------------------------
-
-TESTFILES=\
- anarchist.svg \
- anarchist2.svg \
- Nested.svg
-
-$(MISC)$/%_svgi_unittest_succeeded : $(BIN)$/svg2odf
- rm -f $(MISC)$/$(@:s/_succeeded/.xml/:f)
- $(BIN)$/svg2odf $(@:s/_svgi_unittest_succeeded/.svg/:f) $(MISC)$/$(@:s/_succeeded/.xml/:f) $(BIN)$/svgi_unittest_test.ini
- $(TOUCH) $@
-
-.IF "$(GUI)" == "WNT"
-SAXPARSERLIB=$(SOLARBINDIR)$/sax.uno$(DLLPOST)
-UNOXMLLIB=$(SOLARBINDIR)$/$(DLLPRE)unoxml$(OFFICEUPD)$(DLLPOSTFIX)$(DLLPOST)
-.ELSE
-SAXPARSERLIB=$(SOLARLIBDIR)$/sax.uno$(DLLPOST)
-UNOXMLLIB=$(SOLARLIBDIR)$/$(DLLPRE)unoxml$(OFFICEUPD)$(DLLPOSTFIX)$(DLLPOST)
-.ENDIF
-
-$(BIN)$/unittestservices.rdb : makefile.mk $(SAXPARSERLIB) $(UNOXMLLIB)
- rm -f $@
- $(REGCOMP) -register -r $@ -c $(SAXPARSERLIB)
- $(REGCOMP) -register -r $@ -c $(UNOXMLLIB)
-
-$(BIN)$/svgi_unittest_test.ini : makefile.mk
- rm -f $@
- @echo UNO_SERVICES=$(BIN)$/unittestservices.rdb > $@
- @echo UNO_TYPES=$(UNOUCRRDB:s/\/\\/) >> $@
-
-ALLTAR : $(BIN)$/svgi_unittest_test.ini \
- $(BIN)$/unittestservices.rdb \
- $(foreach,i,$(TESTFILES:s/.svg/_svgi_unittest_succeeded/:f) $(MISC)$/$i)
diff --git a/filter/source/t602/makefile.mk b/filter/source/t602/makefile.mk
deleted file mode 100644
index fce84f916f81..000000000000
--- a/filter/source/t602/makefile.mk
+++ /dev/null
@@ -1,69 +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 = filter
-TARGET =t602filter
-ENABLE_EXCEPTIONS=TRUE
-LIBTARGET=NO
-
-# --- Settings -----------------------------------------------------
-.INCLUDE: settings.mk
-
-SRS1NAME = $(TARGET)
-SRC1FILES = $(SRS1NAME).src
-
-RESLIB1NAME=$(SRS1NAME)
-RESLIB1SRSFILES= $(SRS)$/$(RESLIB1NAME).srs
-
-SLOFILES=$(SLO)$/t602filter.obj \
- $(SLO)$/filterenv.obj
-
-LIBNAME=$(TARGET)
-SHL1TARGETDEPN=makefile.mk
-SHL1OBJS=$(SLOFILES)
-SHL1TARGET=$(LIBNAME)$(DLLPOSTFIX)
-SHL1IMPLIB=i$(LIBNAME)
-SHL1VERSIONMAP=$(SOLARENV)/src/component.map
-DEF1NAME=$(SHL1TARGET)
-
-SHL1STDLIBS= \
- $(XMLOFFLIB) \
- $(CPPULIB) \
- $(CPPUHELPERLIB) \
- $(SALLIB) \
- $(TOOLSLIB)
-
-# --- Targets ------------------------------------------------------
-.INCLUDE : target.mk
-
-ALLTAR : $(MISC)/t602filter.component
-
-$(MISC)/t602filter.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
- t602filter.component
- $(XSLTPROC) --nonet --stringparam uri \
- '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \
- $(SOLARENV)/bin/createcomponent.xslt t602filter.component
diff --git a/filter/source/xmlfilteradaptor/makefile.mk b/filter/source/xmlfilteradaptor/makefile.mk
deleted file mode 100644
index 0e3732c20885..000000000000
--- a/filter/source/xmlfilteradaptor/makefile.mk
+++ /dev/null
@@ -1,70 +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= filter
-TARGET= fl_xmlfilteradaptor
-
-ENABLE_EXCEPTIONS= TRUE
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-
-# --- defines ------------------------------------------------------
-
-CDEFS+=-DCOMPMOD_NAMESPACE=framework
-
-# --- Targets ------------------------------------------------------
-
-SHL1TARGET= xmlfa$(DLLPOSTFIX)
-SHL1IMPLIB= i$(SHL1TARGET)
-
-SHL1VERSIONMAP= $(SOLARENV)/src/component.map
-SHL1DEF= $(MISC)$/$(SHL1TARGET).def
-DEF1NAME= $(SHL1TARGET)
-
-SHL1OBJS= $(SLO)$/genericfilter.obj \
- $(SLO)$/XmlFilterAdaptor.obj \
- $(SLO)$/streamwrap.obj
-
-SHL1STDLIBS= $(COMPHELPERLIB) \
- $(CPPUHELPERLIB) \
- $(CPPULIB) \
- $(TOOLSLIB) \
- $(SALLIB)
-
-.INCLUDE : target.mk
-
-
-ALLTAR : $(MISC)/xmlfa.component
-
-$(MISC)/xmlfa.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
- xmlfa.component
- $(XSLTPROC) --nonet --stringparam uri \
- '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \
- $(SOLARENV)/bin/createcomponent.xslt xmlfa.component
diff --git a/filter/source/xmlfilterdetect/makefile.mk b/filter/source/xmlfilterdetect/makefile.mk
deleted file mode 100644
index 582b73950ef9..000000000000
--- a/filter/source/xmlfilterdetect/makefile.mk
+++ /dev/null
@@ -1,68 +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= filter
-TARGET= fl_xmlfilterdetect
-
-NO_BSYMBOLIC= TRUE
-ENABLE_EXCEPTIONS= TRUE
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-
-# --- defines ------------------------------------------------------
-
-CDEFS+=-DCOMPMOD_NAMESPACE=framework
-
-# --- Targets ------------------------------------------------------
-
-SHL1TARGET= xmlfd$(DLLPOSTFIX)
-SHL1IMPLIB= i$(SHL1TARGET)
-
-SHL1VERSIONMAP= $(SOLARENV)/src/component.map
-SHL1DEF= $(MISC)$/$(SHL1TARGET).def
-DEF1NAME= $(SHL1TARGET)
-
-SHL1OBJS= $(SLO)$/fdcomp.obj \
- $(SLO)$/filterdetect.obj
-
-SHL1STDLIBS= $(UCBHELPERLIB) \
- $(CPPUHELPERLIB) \
- $(CPPULIB) \
- $(SALLIB)
-
-.INCLUDE : target.mk
-
-ALLTAR : $(MISC)/xmlfd.component
-
-$(MISC)/xmlfd.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
- xmlfd.component
- $(XSLTPROC) --nonet --stringparam uri \
- '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \
- $(SOLARENV)/bin/createcomponent.xslt xmlfd.component
diff --git a/filter/source/xsltfilter/Manifest b/filter/source/xsltfilter/Manifest
index e20aea34d7bc..1bd3102908fb 100644
--- a/filter/source/xsltfilter/Manifest
+++ b/filter/source/xsltfilter/Manifest
@@ -1,3 +1,2 @@
RegistrationClassName: com.sun.star.comp.xsltfilter.XSLTransformer
-Class-Path: saxon9.jar
UNO-Type-Path:
diff --git a/filter/source/xsltfilter/makefile.mk b/filter/source/xsltfilter/makefile.mk
deleted file mode 100644
index 567b37f1bb65..000000000000
--- a/filter/source/xsltfilter/makefile.mk
+++ /dev/null
@@ -1,118 +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 = filter
-PACKAGE = com/sun/star/comp/xsltfilter
-TARGET =XSLTFilter
-ENABLE_EXCEPTIONS=TRUE
-LIBTARGET=NO
-
-# --- Settings -----------------------------------------------------
-CLASSDIR!:=$(CLASSDIR)$/$(TARGET)
-
-.INCLUDE: settings.mk
-
-.IF "$(SYSTEM_LIBXSLT)" == "YES"
-CFLAGS+= $(LIBXSLT_CFLAGS)
-.ELSE
-LIBXSLTINCDIR=external$/libxslt
-CFLAGS+= -I$(SOLARINCDIR)$/$(LIBXSLTINCDIR)
-.ENDIF
-
-.IF "$(SYSTEM_LIBXML)" == "YES"
-CFLAGS+= $(LIBXML_CFLAGS)
-.ENDIF
-
-SLOFILES=$(SLO)$/XSLTFilter.obj $(SLO)$/LibXSLTTransformer.obj $(SLO)/OleHandler.obj
-LIBNAME=xsltfilter
-SHL1TARGETDEPN=makefile.mk
-SHL1OBJS=$(SLOFILES)
-SHL1TARGET=$(LIBNAME)$(DLLPOSTFIX)
-SHL1IMPLIB=i$(LIBNAME)
-SHL1VERSIONMAP=$(SOLARENV)/src/component.map
-SHL1DEF=$(MISC)$/$(SHL1TARGET).def
-DEF1NAME=$(SHL1TARGET)
-
-SHL1STDLIBS= \
- $(TOOLSLIB) \
- $(CPPUHELPERLIB) \
- $(UCBHELPERLIB) \
- $(COMPHELPERLIB) \
- $(CPPULIB) \
- $(XMLOFFLIB) \
- $(SALLIB) \
- $(LIBXML2LIB) \
- $(XSLTLIB) \
- $(PACKAGE2LIB)
-
-.IF "$(SOLAR_JAVA)"!=""
-
-JARFILES = ridl.jar unoil.jar jurt.jar juh.jar
-
-JAVAFILES = $(subst,$(CLASSDIR)$/, $(subst,.class,.java $(JAVACLASSFILES)))
-CUSTOMMANIFESTFILE = Manifest
-
-JARCOMPRESS = TRUE
-JARCLASSDIRS = com/sun/star/comp/xsltfilter
-JARTARGET = $(TARGET).jar
-
-.IF "$(SYSTEM_SAXON)" == "YES"
-XCLASSPATH:=$(XCLASSPATH)$(PATH_SEPERATOR)$(SAXON_JAR)
-.ELSE
-JARFILES += saxon9.jar
-.ENDIF
-
-# --- Files --------------------------------------------------------
-JAVACLASSFILES= \
- $(CLASSDIR)/com/sun/star/comp/xsltfilter/XSLTransformer.class \
- $(CLASSDIR)/com/sun/star/comp/xsltfilter/XSLTFilterOLEExtracter.class \
- $(CLASSDIR)/com/sun/star/comp/xsltfilter/Base64.class \
-
-.ENDIF
-
-# --- Targets ------------------------------------------------------
-.INCLUDE : target.mk
-.IF "$(SOLAR_JAVA)"!=""
-$(JAVACLASSFILES) : $(CLASSDIR)
-
-$(CLASSDIR) :
- $(MKDIR) $(CLASSDIR)
-.ENDIF
-
-ALLTAR : $(MISC)/XSLTFilter.jar.component $(MISC)/xsltfilter.component
-
-$(MISC)/XSLTFilter.jar.component .ERRREMOVE : \
- $(SOLARENV)/bin/createcomponent.xslt XSLTFilter.jar.component
- $(XSLTPROC) --nonet --stringparam uri \
- '$(COMPONENTPREFIX_BASIS_JAVA)$(JARTARGET)' -o $@ \
- $(SOLARENV)/bin/createcomponent.xslt XSLTFilter.jar.component
-
-$(MISC)/xsltfilter.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
- xsltfilter.component
- $(XSLTPROC) --nonet --stringparam uri \
- '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \
- $(SOLARENV)/bin/createcomponent.xslt xsltfilter.component
diff --git a/filter/source/xsltvalidate/makefile.mk b/filter/source/xsltvalidate/makefile.mk
deleted file mode 100644
index 503e24c8d99b..000000000000
--- a/filter/source/xsltvalidate/makefile.mk
+++ /dev/null
@@ -1,83 +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 = filter
-TARGET =XSLTValidate
-
-# --- Settings -----------------------------------------------------
-
-.IF "$(XML_CLASSPATH)" != ""
-XCLASSPATH+=":$(XML_CLASSPATH)"
-.ENDIF
-.INCLUDE: settings.mk
-CLASSDIR!:=$(CLASSDIR)$/$(TARGET)
-JARFILES = ridl.jar unoil.jar jurt.jar juh.jar crimson.jar
-
-.IF "$(SYSTEM_XALAN)" == "YES"
-EXTRAJARFILES += $(XALAN_JAR)
-.ELSE
-JARFILES += xalan.jar
-.ENDIF
-
-.IF "$(SYSTEM_XML_APIS)" == "YES"
-EXTRAJARFILES += $(XML_APIS_JAR)
-.ELSE
-JARFILES += xml-apis.jar
-.ENDIF
-
-JAVAFILES = $(subst,$(CLASSDIR)$/, $(subst,.class,.java $(JAVACLASSFILES)))
-CUSTOMMANIFESTFILE = Manifest
-JARCOMPRESS = TRUE
-JARCLASSDIRS = XSLTValidate*.class
-JARTARGET = $(TARGET).jar
-
-
-# --- Files --------------------------------------------------------
-
-JAVACLASSFILES=$(CLASSDIR)$/XSLTValidate.class
-
-# --- Targets ------------------------------------------------------
-
-.IF "$(SOLAR_JAVA)"!=""
-.INCLUDE : target.mk
-$(JAVACLASSFILES) : $(CLASSDIR)
-.IF "$(JARMANIFEST)"!=""
-$(JARMANIFEST) : $(CLASSDIR)
-.ENDIF # "$(JARMANIFEST)"!=""
-.ENDIF
-
-$(CLASSDIR) :
- $(MKDIR) $(CLASSDIR)
-
-ALLTAR : $(MISC)/XSLTValidate.component
-
-$(MISC)/XSLTValidate.component .ERRREMOVE : \
- $(SOLARENV)/bin/createcomponent.xslt XSLTValidate.component
- $(XSLTPROC) --nonet --stringparam uri \
- '$(COMPONENTPREFIX_BASIS_JAVA)$(JARTARGET)' -o $@ \
- $(SOLARENV)/bin/createcomponent.xslt XSLTValidate.component